用于报表指标抽取的指标字段抽取原子 skill,适用于通用行业信息抽取场景。
本 Skill 支持多种报表数据输入格式,核心数据来源包括:
说明:本 Skill 不包含数据采集功能,需要用户提供报表文件。建议报表格式规范,以便进行准确的指标抽取。
本 Skill 提供全面的指标字段抽取能力,涵盖多种抽取功能:
{
"source_info": {
"document_id": "DOC001",
"document_type": "business_report",
"report_period": "2024-Q1",
"source_file": "business_report.pdf"
},
"metrics": [
{
"metric_id": "MET001",
"metric_name": "营业收入",
"standard_name": "revenue",
"metric_type": "amount",
"value": 1000000000,
"unit": "CNY",
"period": "2024-Q1",
"confidence": 0.98,
"position": {
"page": 3,
"row": 5,
"column": 2
},
"category": "financial",
"tags": ["收入", "财务"],
"related_metrics": ["MET002", "MET003"]
},
{
"metric_id": "MET002",
"metric_name": "同比增长率",
"standard_name": "yoy_growth_rate",
"metric_type": "percentage",
"value": 15.5,
"unit": "%",
"period": "2024-Q1",
"confidence": 0.95,
"position": {
"page": 3,
"row": 5,
"column": 3
},
"category": "growth",
"tags": ["增长率", "同比"],
"related_metrics": ["MET001"]
}
],
"statistics": {
"total_metrics": 50,
"extracted_metrics": 48,
"missing_metrics": 2,
"average_confidence": 0.96
}
}