File size: 1,174 Bytes
582afb8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | {
"format": "HF-style parquet dataset with test split only",
"input_format": {
"table": "{\"numeric_entity\", \"datatype\", \"row_context\", \"column_context\", \"original_context\"}",
"text": "{\"numeric_entity\", \"datatype\", \"sentence_context\", \"original_context\"}"
},
"original_dir": "data_whole_pipeline/FinTagging_800_200_HF",
"output_dir": "data_whole_pipeline/FinTagging_800_200_context_tagging_test_HF",
"output_format": "JSON list of ground-truth XBRL concept tags",
"source_entry_stats": {
"table_source_entries": 2352,
"text_source_entries": 168
},
"splits": {
"test": {
"input_type_counts": {
"table": 2341,
"text": 168
},
"max_ground_truth_count": 2,
"multi_tag_input_count": 11,
"sample_count": 2509,
"source_occurrence_count": 2520,
"unique_concept_count": 388
}
},
"table_context_dir": "data_whole_pipeline/FinTagging_800_200_table_context_HF",
"text_context_dir": "data_whole_pipeline/FinTagging_800_200_text_context_HF",
"validation": {
"all_rows_are_test_split": true,
"output_rows_with_no_ground_truth": 0,
"passed": true
}
}
|