Add ConvFinQA canonical artifacts
Browse files- .gitattributes +2 -0
- datasets/convfinqa/official/v0/dev.jsonl +0 -0
- datasets/convfinqa/official/v0/download_meta.json +78 -0
- datasets/convfinqa/official/v0/ingest_summary.json +329 -0
- datasets/convfinqa/official/v0/label_inventory.json +43 -0
- datasets/convfinqa/official/v0/test_release_summary.json +19 -0
- datasets/convfinqa/official/v0/train.jsonl +3 -0
- reports/convfinqa_official/ingest_audit.json +335 -0
- tasks/convfinqa_program_generation_v0/README.md +39 -0
- tasks/convfinqa_program_generation_v0/requests/dev_requests.jsonl +0 -0
- tasks/convfinqa_program_generation_v0/requests/train_requests.jsonl +3 -0
.gitattributes
CHANGED
|
@@ -71,3 +71,5 @@ datasets/finqa/official/v0/train.jsonl filter=lfs diff=lfs merge=lfs -text
|
|
| 71 |
tasks/finqa_program_generation_v0/requests/train_requests.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 72 |
datasets/tatqa/official/v0/train.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 73 |
tasks/tatqa_hybrid_qa_structured_v0/requests/train_requests.jsonl filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 71 |
tasks/finqa_program_generation_v0/requests/train_requests.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 72 |
datasets/tatqa/official/v0/train.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 73 |
tasks/tatqa_hybrid_qa_structured_v0/requests/train_requests.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 74 |
+
datasets/convfinqa/official/v0/train.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 75 |
+
tasks/convfinqa_program_generation_v0/requests/train_requests.jsonl filter=lfs diff=lfs merge=lfs -text
|
datasets/convfinqa/official/v0/dev.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
datasets/convfinqa/official/v0/download_meta.json
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"source_repo": "czyssrs/ConvFinQA",
|
| 3 |
+
"source_commit": "cf3eed2d5984960bf06bb8145bcea5e80b0222a6",
|
| 4 |
+
"source_paths": [
|
| 5 |
+
"README.md",
|
| 6 |
+
"LICENSE",
|
| 7 |
+
"data.zip",
|
| 8 |
+
"code/utils/general_utils.py",
|
| 9 |
+
"code/finqanet_generator/finqa_utils.py",
|
| 10 |
+
"data.zip::data/train.json",
|
| 11 |
+
"data.zip::data/dev.json",
|
| 12 |
+
"data.zip::data/test_private.json",
|
| 13 |
+
"data.zip::data/train_turn.json",
|
| 14 |
+
"data.zip::data/dev_turn.json",
|
| 15 |
+
"data.zip::data/test_turn_private.json"
|
| 16 |
+
],
|
| 17 |
+
"source_display_urls": {
|
| 18 |
+
"README.md": "https://github.com/czyssrs/ConvFinQA/blob/cf3eed2d5984960bf06bb8145bcea5e80b0222a6/README.md",
|
| 19 |
+
"LICENSE": "https://github.com/czyssrs/ConvFinQA/blob/cf3eed2d5984960bf06bb8145bcea5e80b0222a6/LICENSE",
|
| 20 |
+
"data.zip": "https://github.com/czyssrs/ConvFinQA/blob/cf3eed2d5984960bf06bb8145bcea5e80b0222a6/data.zip",
|
| 21 |
+
"code/utils/general_utils.py": "https://github.com/czyssrs/ConvFinQA/blob/cf3eed2d5984960bf06bb8145bcea5e80b0222a6/code/utils/general_utils.py",
|
| 22 |
+
"code/finqanet_generator/finqa_utils.py": "https://github.com/czyssrs/ConvFinQA/blob/cf3eed2d5984960bf06bb8145bcea5e80b0222a6/code/finqanet_generator/finqa_utils.py",
|
| 23 |
+
"data.zip::data/train.json": "https://github.com/czyssrs/ConvFinQA/blob/cf3eed2d5984960bf06bb8145bcea5e80b0222a6/data.zip#member=data/train.json",
|
| 24 |
+
"data.zip::data/dev.json": "https://github.com/czyssrs/ConvFinQA/blob/cf3eed2d5984960bf06bb8145bcea5e80b0222a6/data.zip#member=data/dev.json",
|
| 25 |
+
"data.zip::data/test_private.json": "https://github.com/czyssrs/ConvFinQA/blob/cf3eed2d5984960bf06bb8145bcea5e80b0222a6/data.zip#member=data/test_private.json",
|
| 26 |
+
"data.zip::data/train_turn.json": "https://github.com/czyssrs/ConvFinQA/blob/cf3eed2d5984960bf06bb8145bcea5e80b0222a6/data.zip#member=data/train_turn.json",
|
| 27 |
+
"data.zip::data/dev_turn.json": "https://github.com/czyssrs/ConvFinQA/blob/cf3eed2d5984960bf06bb8145bcea5e80b0222a6/data.zip#member=data/dev_turn.json",
|
| 28 |
+
"data.zip::data/test_turn_private.json": "https://github.com/czyssrs/ConvFinQA/blob/cf3eed2d5984960bf06bb8145bcea5e80b0222a6/data.zip#member=data/test_turn_private.json"
|
| 29 |
+
},
|
| 30 |
+
"source_raw_urls": {
|
| 31 |
+
"README.md": "https://raw.githubusercontent.com/czyssrs/ConvFinQA/cf3eed2d5984960bf06bb8145bcea5e80b0222a6/README.md",
|
| 32 |
+
"LICENSE": "https://raw.githubusercontent.com/czyssrs/ConvFinQA/cf3eed2d5984960bf06bb8145bcea5e80b0222a6/LICENSE",
|
| 33 |
+
"data.zip": "https://raw.githubusercontent.com/czyssrs/ConvFinQA/cf3eed2d5984960bf06bb8145bcea5e80b0222a6/data.zip",
|
| 34 |
+
"code/utils/general_utils.py": "https://raw.githubusercontent.com/czyssrs/ConvFinQA/cf3eed2d5984960bf06bb8145bcea5e80b0222a6/code/utils/general_utils.py",
|
| 35 |
+
"code/finqanet_generator/finqa_utils.py": "https://raw.githubusercontent.com/czyssrs/ConvFinQA/cf3eed2d5984960bf06bb8145bcea5e80b0222a6/code/finqanet_generator/finqa_utils.py",
|
| 36 |
+
"data.zip::data/train.json": "https://raw.githubusercontent.com/czyssrs/ConvFinQA/cf3eed2d5984960bf06bb8145bcea5e80b0222a6/data.zip",
|
| 37 |
+
"data.zip::data/dev.json": "https://raw.githubusercontent.com/czyssrs/ConvFinQA/cf3eed2d5984960bf06bb8145bcea5e80b0222a6/data.zip",
|
| 38 |
+
"data.zip::data/test_private.json": "https://raw.githubusercontent.com/czyssrs/ConvFinQA/cf3eed2d5984960bf06bb8145bcea5e80b0222a6/data.zip",
|
| 39 |
+
"data.zip::data/train_turn.json": "https://raw.githubusercontent.com/czyssrs/ConvFinQA/cf3eed2d5984960bf06bb8145bcea5e80b0222a6/data.zip",
|
| 40 |
+
"data.zip::data/dev_turn.json": "https://raw.githubusercontent.com/czyssrs/ConvFinQA/cf3eed2d5984960bf06bb8145bcea5e80b0222a6/data.zip",
|
| 41 |
+
"data.zip::data/test_turn_private.json": "https://raw.githubusercontent.com/czyssrs/ConvFinQA/cf3eed2d5984960bf06bb8145bcea5e80b0222a6/data.zip"
|
| 42 |
+
},
|
| 43 |
+
"download_timestamp_utc": "2026-04-14T16:40:51.750706+00:00",
|
| 44 |
+
"file_sizes_bytes": {
|
| 45 |
+
"README.md": 6164,
|
| 46 |
+
"LICENSE": 1067,
|
| 47 |
+
"data.zip": 17512756,
|
| 48 |
+
"code/utils/general_utils.py": 14388,
|
| 49 |
+
"code/finqanet_generator/finqa_utils.py": 12331,
|
| 50 |
+
"data.zip::data/train.json": 42548550,
|
| 51 |
+
"data.zip::data/dev.json": 5730210,
|
| 52 |
+
"data.zip::data/test_private.json": 2756037,
|
| 53 |
+
"data.zip::data/train_turn.json": 166549720,
|
| 54 |
+
"data.zip::data/dev_turn.json": 21633236,
|
| 55 |
+
"data.zip::data/test_turn_private.json": 9534375
|
| 56 |
+
},
|
| 57 |
+
"sha256_by_file": {
|
| 58 |
+
"README.md": "c5f329640aaffa142984e559b89e7cabd6934d03751260e9860b9278979c4c69",
|
| 59 |
+
"LICENSE": "5c7b6fe25d37f4b6cc7e0e76267bce7146765b7661d4bb0e9ecc4eb0ed34fb4c",
|
| 60 |
+
"data.zip": "d764271fae60d81b62e6d58dfc481807ebc8cfbcd633811241723c4a2101072a",
|
| 61 |
+
"code/utils/general_utils.py": "bbe88b84ebe7026dc940e1c0e955cf63ac5b1082049e32f2ec1cc29482452b2d",
|
| 62 |
+
"code/finqanet_generator/finqa_utils.py": "0e0666ce69c5526a69b87bac1ffdfcfb6c978f5e1dee7b8c013997538a08aec5",
|
| 63 |
+
"data.zip::data/train.json": "c100932b73f3237f0474cbb6baa04e1662050cba948791f2e3a5d496b78e0b50",
|
| 64 |
+
"data.zip::data/dev.json": "9665dd60f106e5cd41d37537edac97bbd26eb7629ad63ca2390b19d4619ba51b",
|
| 65 |
+
"data.zip::data/test_private.json": "a481528da0d4680d0318e2d400a9f2b5eb5fb0c625e431b0699225a4bedcd7dd",
|
| 66 |
+
"data.zip::data/train_turn.json": "b7e720e32c19b7b83f3bc105cffd04e207242513e407a5b57f2d037e138095ed",
|
| 67 |
+
"data.zip::data/dev_turn.json": "8a2461be571a3277c443e2dce6e3cce6f4df197db5b7d0b60eed3477f4c952b9",
|
| 68 |
+
"data.zip::data/test_turn_private.json": "3e31c5d03641314c1383c21e760a6c5e85023ccce5c8655cae3da31d18d72229"
|
| 69 |
+
},
|
| 70 |
+
"download_method": "git_clone_checkout_extract_zip_members",
|
| 71 |
+
"repo_tags_at_download": [],
|
| 72 |
+
"repo_has_tagged_releases": false,
|
| 73 |
+
"notes": [
|
| 74 |
+
"The official ConvFinQA repo has no tagged releases; reproducibility requires pinning a concrete commit SHA.",
|
| 75 |
+
"ConvFinQA is a FinQA-family conversational derivative, not an independent evidence-source family.",
|
| 76 |
+
"The pinned release archive exposes labeled train/dev files and only private unlabeled test files."
|
| 77 |
+
]
|
| 78 |
+
}
|
datasets/convfinqa/official/v0/ingest_summary.json
ADDED
|
@@ -0,0 +1,329 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_id": "convfinqa_official_v0",
|
| 3 |
+
"source_repo": "czyssrs/ConvFinQA",
|
| 4 |
+
"source_commit": "cf3eed2d5984960bf06bb8145bcea5e80b0222a6",
|
| 5 |
+
"canonical_modeling_unit": "turn_level",
|
| 6 |
+
"supervised_splits": {
|
| 7 |
+
"train": 11104,
|
| 8 |
+
"dev": 1490
|
| 9 |
+
},
|
| 10 |
+
"conversation_counts": {
|
| 11 |
+
"train": 3037,
|
| 12 |
+
"dev": 421,
|
| 13 |
+
"test_private": 434
|
| 14 |
+
},
|
| 15 |
+
"turn_counts": {
|
| 16 |
+
"train": 11104,
|
| 17 |
+
"dev": 1490,
|
| 18 |
+
"test_private": 1521
|
| 19 |
+
},
|
| 20 |
+
"published_supervised_test_split": false,
|
| 21 |
+
"public_test_gold_verified": false,
|
| 22 |
+
"source_schema": {
|
| 23 |
+
"train": {
|
| 24 |
+
"top_level_fields": [
|
| 25 |
+
"annotation",
|
| 26 |
+
"filename",
|
| 27 |
+
"id",
|
| 28 |
+
"post_text",
|
| 29 |
+
"pre_text",
|
| 30 |
+
"qa",
|
| 31 |
+
"qa_0",
|
| 32 |
+
"qa_1",
|
| 33 |
+
"table",
|
| 34 |
+
"table_ori"
|
| 35 |
+
],
|
| 36 |
+
"annotation_fields": [
|
| 37 |
+
"amt_post_text",
|
| 38 |
+
"amt_pre_text",
|
| 39 |
+
"amt_table",
|
| 40 |
+
"answer_list",
|
| 41 |
+
"answer_list_0",
|
| 42 |
+
"answer_list_1",
|
| 43 |
+
"cur_dial",
|
| 44 |
+
"cur_program",
|
| 45 |
+
"cur_type",
|
| 46 |
+
"dialogue_break",
|
| 47 |
+
"dialogue_break_ori",
|
| 48 |
+
"exe_ans",
|
| 49 |
+
"exe_ans_list",
|
| 50 |
+
"gold_ind",
|
| 51 |
+
"offset",
|
| 52 |
+
"original_program",
|
| 53 |
+
"original_program_0",
|
| 54 |
+
"original_program_1",
|
| 55 |
+
"qa_split",
|
| 56 |
+
"step_list",
|
| 57 |
+
"step_list_0",
|
| 58 |
+
"step_list_1",
|
| 59 |
+
"turn_ind",
|
| 60 |
+
"turn_program",
|
| 61 |
+
"turn_program_ori"
|
| 62 |
+
],
|
| 63 |
+
"qa_fields": [
|
| 64 |
+
"ann_table_rows",
|
| 65 |
+
"ann_text_rows",
|
| 66 |
+
"answer",
|
| 67 |
+
"exe_ans",
|
| 68 |
+
"explanation",
|
| 69 |
+
"gold_inds",
|
| 70 |
+
"program",
|
| 71 |
+
"program_re",
|
| 72 |
+
"question",
|
| 73 |
+
"steps"
|
| 74 |
+
]
|
| 75 |
+
},
|
| 76 |
+
"dev": {
|
| 77 |
+
"top_level_fields": [
|
| 78 |
+
"annotation",
|
| 79 |
+
"filename",
|
| 80 |
+
"id",
|
| 81 |
+
"post_text",
|
| 82 |
+
"pre_text",
|
| 83 |
+
"qa",
|
| 84 |
+
"qa_0",
|
| 85 |
+
"qa_1",
|
| 86 |
+
"table",
|
| 87 |
+
"table_ori"
|
| 88 |
+
],
|
| 89 |
+
"annotation_fields": [
|
| 90 |
+
"amt_post_text",
|
| 91 |
+
"amt_pre_text",
|
| 92 |
+
"amt_table",
|
| 93 |
+
"answer_list",
|
| 94 |
+
"answer_list_0",
|
| 95 |
+
"answer_list_1",
|
| 96 |
+
"cur_dial",
|
| 97 |
+
"cur_program",
|
| 98 |
+
"cur_type",
|
| 99 |
+
"dialogue_break",
|
| 100 |
+
"dialogue_break_ori",
|
| 101 |
+
"exe_ans",
|
| 102 |
+
"exe_ans_list",
|
| 103 |
+
"gold_ind",
|
| 104 |
+
"offset",
|
| 105 |
+
"original_program",
|
| 106 |
+
"original_program_0",
|
| 107 |
+
"original_program_1",
|
| 108 |
+
"qa_split",
|
| 109 |
+
"step_list",
|
| 110 |
+
"step_list_0",
|
| 111 |
+
"step_list_1",
|
| 112 |
+
"turn_ind",
|
| 113 |
+
"turn_program",
|
| 114 |
+
"turn_program_ori"
|
| 115 |
+
],
|
| 116 |
+
"qa_fields": [
|
| 117 |
+
"ann_table_rows",
|
| 118 |
+
"ann_text_rows",
|
| 119 |
+
"answer",
|
| 120 |
+
"exe_ans",
|
| 121 |
+
"explanation",
|
| 122 |
+
"gold_inds",
|
| 123 |
+
"program",
|
| 124 |
+
"program_re",
|
| 125 |
+
"question",
|
| 126 |
+
"steps"
|
| 127 |
+
]
|
| 128 |
+
},
|
| 129 |
+
"train_conversation": {
|
| 130 |
+
"top_level_fields": [
|
| 131 |
+
"annotation",
|
| 132 |
+
"filename",
|
| 133 |
+
"id",
|
| 134 |
+
"post_text",
|
| 135 |
+
"pre_text",
|
| 136 |
+
"qa",
|
| 137 |
+
"qa_0",
|
| 138 |
+
"qa_1",
|
| 139 |
+
"table",
|
| 140 |
+
"table_ori"
|
| 141 |
+
],
|
| 142 |
+
"annotation_fields": [
|
| 143 |
+
"amt_post_text",
|
| 144 |
+
"amt_pre_text",
|
| 145 |
+
"amt_table",
|
| 146 |
+
"answer_list",
|
| 147 |
+
"answer_list_0",
|
| 148 |
+
"answer_list_1",
|
| 149 |
+
"dialogue_break",
|
| 150 |
+
"dialogue_break_ori",
|
| 151 |
+
"exe_ans_list",
|
| 152 |
+
"offset",
|
| 153 |
+
"original_program",
|
| 154 |
+
"original_program_0",
|
| 155 |
+
"original_program_1",
|
| 156 |
+
"qa_split",
|
| 157 |
+
"step_list",
|
| 158 |
+
"step_list_0",
|
| 159 |
+
"step_list_1",
|
| 160 |
+
"turn_program",
|
| 161 |
+
"turn_program_ori"
|
| 162 |
+
],
|
| 163 |
+
"qa_fields": [
|
| 164 |
+
"ann_table_rows",
|
| 165 |
+
"ann_text_rows",
|
| 166 |
+
"answer",
|
| 167 |
+
"exe_ans",
|
| 168 |
+
"explanation",
|
| 169 |
+
"gold_inds",
|
| 170 |
+
"program",
|
| 171 |
+
"program_re",
|
| 172 |
+
"question",
|
| 173 |
+
"steps"
|
| 174 |
+
]
|
| 175 |
+
},
|
| 176 |
+
"dev_conversation": {
|
| 177 |
+
"top_level_fields": [
|
| 178 |
+
"annotation",
|
| 179 |
+
"filename",
|
| 180 |
+
"id",
|
| 181 |
+
"post_text",
|
| 182 |
+
"pre_text",
|
| 183 |
+
"qa",
|
| 184 |
+
"qa_0",
|
| 185 |
+
"qa_1",
|
| 186 |
+
"table",
|
| 187 |
+
"table_ori"
|
| 188 |
+
],
|
| 189 |
+
"annotation_fields": [
|
| 190 |
+
"amt_post_text",
|
| 191 |
+
"amt_pre_text",
|
| 192 |
+
"amt_table",
|
| 193 |
+
"answer_list",
|
| 194 |
+
"answer_list_0",
|
| 195 |
+
"answer_list_1",
|
| 196 |
+
"dialogue_break",
|
| 197 |
+
"dialogue_break_ori",
|
| 198 |
+
"exe_ans_list",
|
| 199 |
+
"offset",
|
| 200 |
+
"original_program",
|
| 201 |
+
"original_program_0",
|
| 202 |
+
"original_program_1",
|
| 203 |
+
"qa_split",
|
| 204 |
+
"step_list",
|
| 205 |
+
"step_list_0",
|
| 206 |
+
"step_list_1",
|
| 207 |
+
"turn_program",
|
| 208 |
+
"turn_program_ori"
|
| 209 |
+
],
|
| 210 |
+
"qa_fields": [
|
| 211 |
+
"ann_table_rows",
|
| 212 |
+
"ann_text_rows",
|
| 213 |
+
"answer",
|
| 214 |
+
"exe_ans",
|
| 215 |
+
"explanation",
|
| 216 |
+
"gold_inds",
|
| 217 |
+
"program",
|
| 218 |
+
"program_re",
|
| 219 |
+
"question",
|
| 220 |
+
"steps"
|
| 221 |
+
]
|
| 222 |
+
},
|
| 223 |
+
"test_private_conversation": {
|
| 224 |
+
"top_level_fields": [
|
| 225 |
+
"annotation",
|
| 226 |
+
"filename",
|
| 227 |
+
"id",
|
| 228 |
+
"post_text",
|
| 229 |
+
"pre_text",
|
| 230 |
+
"table",
|
| 231 |
+
"table_ori"
|
| 232 |
+
],
|
| 233 |
+
"annotation_fields": [
|
| 234 |
+
"dialogue_break"
|
| 235 |
+
],
|
| 236 |
+
"qa_fields": []
|
| 237 |
+
},
|
| 238 |
+
"test_private_turn": {
|
| 239 |
+
"top_level_fields": [
|
| 240 |
+
"annotation",
|
| 241 |
+
"filename",
|
| 242 |
+
"id",
|
| 243 |
+
"post_text",
|
| 244 |
+
"pre_text",
|
| 245 |
+
"table",
|
| 246 |
+
"table_ori"
|
| 247 |
+
],
|
| 248 |
+
"annotation_fields": [
|
| 249 |
+
"cur_dial"
|
| 250 |
+
],
|
| 251 |
+
"qa_fields": []
|
| 252 |
+
}
|
| 253 |
+
},
|
| 254 |
+
"validation_by_split": {
|
| 255 |
+
"train": {
|
| 256 |
+
"example_count": 11104,
|
| 257 |
+
"conversation_count": 3037,
|
| 258 |
+
"turn_type_distribution": {
|
| 259 |
+
"number_turn": 3911,
|
| 260 |
+
"program_turn": 7193
|
| 261 |
+
},
|
| 262 |
+
"history_length_distribution": {
|
| 263 |
+
"1": 3037,
|
| 264 |
+
"2": 3031,
|
| 265 |
+
"3": 2289,
|
| 266 |
+
"4": 1632,
|
| 267 |
+
"5": 795,
|
| 268 |
+
"6": 234,
|
| 269 |
+
"7": 67,
|
| 270 |
+
"8": 17,
|
| 271 |
+
"9": 2
|
| 272 |
+
},
|
| 273 |
+
"supporting_fact_count_distribution": {
|
| 274 |
+
"1": 6027,
|
| 275 |
+
"2": 3632,
|
| 276 |
+
"3": 979,
|
| 277 |
+
"4": 314,
|
| 278 |
+
"5": 84,
|
| 279 |
+
"6": 41,
|
| 280 |
+
"7": 14,
|
| 281 |
+
"9": 13
|
| 282 |
+
},
|
| 283 |
+
"current_qa_split_distribution": {
|
| 284 |
+
"0": 7574,
|
| 285 |
+
"1": 3530
|
| 286 |
+
},
|
| 287 |
+
"conversation_form_distribution": {
|
| 288 |
+
"hybrid": 3642,
|
| 289 |
+
"simple": 7462
|
| 290 |
+
}
|
| 291 |
+
},
|
| 292 |
+
"dev": {
|
| 293 |
+
"example_count": 1490,
|
| 294 |
+
"conversation_count": 421,
|
| 295 |
+
"turn_type_distribution": {
|
| 296 |
+
"number_turn": 487,
|
| 297 |
+
"program_turn": 1003
|
| 298 |
+
},
|
| 299 |
+
"history_length_distribution": {
|
| 300 |
+
"1": 421,
|
| 301 |
+
"2": 421,
|
| 302 |
+
"3": 305,
|
| 303 |
+
"4": 211,
|
| 304 |
+
"5": 108,
|
| 305 |
+
"6": 20,
|
| 306 |
+
"7": 3,
|
| 307 |
+
"8": 1
|
| 308 |
+
},
|
| 309 |
+
"supporting_fact_count_distribution": {
|
| 310 |
+
"1": 805,
|
| 311 |
+
"2": 455,
|
| 312 |
+
"3": 160,
|
| 313 |
+
"4": 46,
|
| 314 |
+
"5": 5,
|
| 315 |
+
"6": 9,
|
| 316 |
+
"7": 10
|
| 317 |
+
},
|
| 318 |
+
"current_qa_split_distribution": {
|
| 319 |
+
"0": 1052,
|
| 320 |
+
"1": 438
|
| 321 |
+
},
|
| 322 |
+
"conversation_form_distribution": {
|
| 323 |
+
"hybrid": 438,
|
| 324 |
+
"simple": 1052
|
| 325 |
+
}
|
| 326 |
+
}
|
| 327 |
+
},
|
| 328 |
+
"finqa_family_note": "ConvFinQA is derived from FinQA and should not be treated as an independent evidence-source family."
|
| 329 |
+
}
|
datasets/convfinqa/official/v0/label_inventory.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_id": "convfinqa_official_v0",
|
| 3 |
+
"source_repo": "czyssrs/ConvFinQA",
|
| 4 |
+
"source_commit": "cf3eed2d5984960bf06bb8145bcea5e80b0222a6",
|
| 5 |
+
"operation_names": [
|
| 6 |
+
"add",
|
| 7 |
+
"subtract",
|
| 8 |
+
"multiply",
|
| 9 |
+
"divide",
|
| 10 |
+
"greater",
|
| 11 |
+
"exp",
|
| 12 |
+
"table_max",
|
| 13 |
+
"table_min",
|
| 14 |
+
"table_sum",
|
| 15 |
+
"table_average"
|
| 16 |
+
],
|
| 17 |
+
"structural_tokens": [
|
| 18 |
+
")",
|
| 19 |
+
"EOF"
|
| 20 |
+
],
|
| 21 |
+
"reference_pattern": "^#\\d+$",
|
| 22 |
+
"single_value_program_note": "number_turn supervision can be a single numeric token followed by EOF.",
|
| 23 |
+
"current_turn_type_inventory": [
|
| 24 |
+
"number_turn",
|
| 25 |
+
"program_turn"
|
| 26 |
+
],
|
| 27 |
+
"conversation_form_inventory": [
|
| 28 |
+
"hybrid",
|
| 29 |
+
"simple"
|
| 30 |
+
],
|
| 31 |
+
"qa_split_values": [
|
| 32 |
+
0,
|
| 33 |
+
1
|
| 34 |
+
],
|
| 35 |
+
"observed_operation_frequency": {
|
| 36 |
+
"add": 2457,
|
| 37 |
+
"divide": 4280,
|
| 38 |
+
"exp": 4,
|
| 39 |
+
"greater": 40,
|
| 40 |
+
"multiply": 894,
|
| 41 |
+
"subtract": 5131
|
| 42 |
+
}
|
| 43 |
+
}
|
datasets/convfinqa/official/v0/test_release_summary.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"split": "test_private",
|
| 3 |
+
"conversation_file": "data/test_private.json",
|
| 4 |
+
"turn_file": "data/test_turn_private.json",
|
| 5 |
+
"conversation_count": 434,
|
| 6 |
+
"turn_count": 1521,
|
| 7 |
+
"public_test_gold_verified": false,
|
| 8 |
+
"gold_fields_present": [],
|
| 9 |
+
"gold_fields_missing": [
|
| 10 |
+
"cur_program",
|
| 11 |
+
"exe_ans",
|
| 12 |
+
"gold_ind"
|
| 13 |
+
],
|
| 14 |
+
"annotation_fields_observed": [
|
| 15 |
+
"cur_dial"
|
| 16 |
+
],
|
| 17 |
+
"published_as_supervised_split": false,
|
| 18 |
+
"note": "The pinned official release provides only input report and conversation history for the private test split. No public gold turn-level supervision is published at this commit."
|
| 19 |
+
}
|
datasets/convfinqa/official/v0/train.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7bf819117cd166e59f7a2a6211271299733b56a9187cc0bf291e1f680120f5b3
|
| 3 |
+
size 73579209
|
reports/convfinqa_official/ingest_audit.json
ADDED
|
@@ -0,0 +1,335 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_id": "convfinqa_official_v0",
|
| 3 |
+
"source_repo": "czyssrs/ConvFinQA",
|
| 4 |
+
"source_commit": "cf3eed2d5984960bf06bb8145bcea5e80b0222a6",
|
| 5 |
+
"validation_by_split": {
|
| 6 |
+
"train": {
|
| 7 |
+
"example_count": 11104,
|
| 8 |
+
"conversation_count": 3037,
|
| 9 |
+
"turn_type_distribution": {
|
| 10 |
+
"number_turn": 3911,
|
| 11 |
+
"program_turn": 7193
|
| 12 |
+
},
|
| 13 |
+
"history_length_distribution": {
|
| 14 |
+
"1": 3037,
|
| 15 |
+
"2": 3031,
|
| 16 |
+
"3": 2289,
|
| 17 |
+
"4": 1632,
|
| 18 |
+
"5": 795,
|
| 19 |
+
"6": 234,
|
| 20 |
+
"7": 67,
|
| 21 |
+
"8": 17,
|
| 22 |
+
"9": 2
|
| 23 |
+
},
|
| 24 |
+
"supporting_fact_count_distribution": {
|
| 25 |
+
"1": 6027,
|
| 26 |
+
"2": 3632,
|
| 27 |
+
"3": 979,
|
| 28 |
+
"4": 314,
|
| 29 |
+
"5": 84,
|
| 30 |
+
"6": 41,
|
| 31 |
+
"7": 14,
|
| 32 |
+
"9": 13
|
| 33 |
+
},
|
| 34 |
+
"current_qa_split_distribution": {
|
| 35 |
+
"0": 7574,
|
| 36 |
+
"1": 3530
|
| 37 |
+
},
|
| 38 |
+
"conversation_form_distribution": {
|
| 39 |
+
"hybrid": 3642,
|
| 40 |
+
"simple": 7462
|
| 41 |
+
}
|
| 42 |
+
},
|
| 43 |
+
"dev": {
|
| 44 |
+
"example_count": 1490,
|
| 45 |
+
"conversation_count": 421,
|
| 46 |
+
"turn_type_distribution": {
|
| 47 |
+
"number_turn": 487,
|
| 48 |
+
"program_turn": 1003
|
| 49 |
+
},
|
| 50 |
+
"history_length_distribution": {
|
| 51 |
+
"1": 421,
|
| 52 |
+
"2": 421,
|
| 53 |
+
"3": 305,
|
| 54 |
+
"4": 211,
|
| 55 |
+
"5": 108,
|
| 56 |
+
"6": 20,
|
| 57 |
+
"7": 3,
|
| 58 |
+
"8": 1
|
| 59 |
+
},
|
| 60 |
+
"supporting_fact_count_distribution": {
|
| 61 |
+
"1": 805,
|
| 62 |
+
"2": 455,
|
| 63 |
+
"3": 160,
|
| 64 |
+
"4": 46,
|
| 65 |
+
"5": 5,
|
| 66 |
+
"6": 9,
|
| 67 |
+
"7": 10
|
| 68 |
+
},
|
| 69 |
+
"current_qa_split_distribution": {
|
| 70 |
+
"0": 1052,
|
| 71 |
+
"1": 438
|
| 72 |
+
},
|
| 73 |
+
"conversation_form_distribution": {
|
| 74 |
+
"hybrid": 438,
|
| 75 |
+
"simple": 1052
|
| 76 |
+
}
|
| 77 |
+
}
|
| 78 |
+
},
|
| 79 |
+
"source_schema": {
|
| 80 |
+
"train": {
|
| 81 |
+
"top_level_fields": [
|
| 82 |
+
"annotation",
|
| 83 |
+
"filename",
|
| 84 |
+
"id",
|
| 85 |
+
"post_text",
|
| 86 |
+
"pre_text",
|
| 87 |
+
"qa",
|
| 88 |
+
"qa_0",
|
| 89 |
+
"qa_1",
|
| 90 |
+
"table",
|
| 91 |
+
"table_ori"
|
| 92 |
+
],
|
| 93 |
+
"annotation_fields": [
|
| 94 |
+
"amt_post_text",
|
| 95 |
+
"amt_pre_text",
|
| 96 |
+
"amt_table",
|
| 97 |
+
"answer_list",
|
| 98 |
+
"answer_list_0",
|
| 99 |
+
"answer_list_1",
|
| 100 |
+
"cur_dial",
|
| 101 |
+
"cur_program",
|
| 102 |
+
"cur_type",
|
| 103 |
+
"dialogue_break",
|
| 104 |
+
"dialogue_break_ori",
|
| 105 |
+
"exe_ans",
|
| 106 |
+
"exe_ans_list",
|
| 107 |
+
"gold_ind",
|
| 108 |
+
"offset",
|
| 109 |
+
"original_program",
|
| 110 |
+
"original_program_0",
|
| 111 |
+
"original_program_1",
|
| 112 |
+
"qa_split",
|
| 113 |
+
"step_list",
|
| 114 |
+
"step_list_0",
|
| 115 |
+
"step_list_1",
|
| 116 |
+
"turn_ind",
|
| 117 |
+
"turn_program",
|
| 118 |
+
"turn_program_ori"
|
| 119 |
+
],
|
| 120 |
+
"qa_fields": [
|
| 121 |
+
"ann_table_rows",
|
| 122 |
+
"ann_text_rows",
|
| 123 |
+
"answer",
|
| 124 |
+
"exe_ans",
|
| 125 |
+
"explanation",
|
| 126 |
+
"gold_inds",
|
| 127 |
+
"program",
|
| 128 |
+
"program_re",
|
| 129 |
+
"question",
|
| 130 |
+
"steps"
|
| 131 |
+
]
|
| 132 |
+
},
|
| 133 |
+
"dev": {
|
| 134 |
+
"top_level_fields": [
|
| 135 |
+
"annotation",
|
| 136 |
+
"filename",
|
| 137 |
+
"id",
|
| 138 |
+
"post_text",
|
| 139 |
+
"pre_text",
|
| 140 |
+
"qa",
|
| 141 |
+
"qa_0",
|
| 142 |
+
"qa_1",
|
| 143 |
+
"table",
|
| 144 |
+
"table_ori"
|
| 145 |
+
],
|
| 146 |
+
"annotation_fields": [
|
| 147 |
+
"amt_post_text",
|
| 148 |
+
"amt_pre_text",
|
| 149 |
+
"amt_table",
|
| 150 |
+
"answer_list",
|
| 151 |
+
"answer_list_0",
|
| 152 |
+
"answer_list_1",
|
| 153 |
+
"cur_dial",
|
| 154 |
+
"cur_program",
|
| 155 |
+
"cur_type",
|
| 156 |
+
"dialogue_break",
|
| 157 |
+
"dialogue_break_ori",
|
| 158 |
+
"exe_ans",
|
| 159 |
+
"exe_ans_list",
|
| 160 |
+
"gold_ind",
|
| 161 |
+
"offset",
|
| 162 |
+
"original_program",
|
| 163 |
+
"original_program_0",
|
| 164 |
+
"original_program_1",
|
| 165 |
+
"qa_split",
|
| 166 |
+
"step_list",
|
| 167 |
+
"step_list_0",
|
| 168 |
+
"step_list_1",
|
| 169 |
+
"turn_ind",
|
| 170 |
+
"turn_program",
|
| 171 |
+
"turn_program_ori"
|
| 172 |
+
],
|
| 173 |
+
"qa_fields": [
|
| 174 |
+
"ann_table_rows",
|
| 175 |
+
"ann_text_rows",
|
| 176 |
+
"answer",
|
| 177 |
+
"exe_ans",
|
| 178 |
+
"explanation",
|
| 179 |
+
"gold_inds",
|
| 180 |
+
"program",
|
| 181 |
+
"program_re",
|
| 182 |
+
"question",
|
| 183 |
+
"steps"
|
| 184 |
+
]
|
| 185 |
+
},
|
| 186 |
+
"train_conversation": {
|
| 187 |
+
"top_level_fields": [
|
| 188 |
+
"annotation",
|
| 189 |
+
"filename",
|
| 190 |
+
"id",
|
| 191 |
+
"post_text",
|
| 192 |
+
"pre_text",
|
| 193 |
+
"qa",
|
| 194 |
+
"qa_0",
|
| 195 |
+
"qa_1",
|
| 196 |
+
"table",
|
| 197 |
+
"table_ori"
|
| 198 |
+
],
|
| 199 |
+
"annotation_fields": [
|
| 200 |
+
"amt_post_text",
|
| 201 |
+
"amt_pre_text",
|
| 202 |
+
"amt_table",
|
| 203 |
+
"answer_list",
|
| 204 |
+
"answer_list_0",
|
| 205 |
+
"answer_list_1",
|
| 206 |
+
"dialogue_break",
|
| 207 |
+
"dialogue_break_ori",
|
| 208 |
+
"exe_ans_list",
|
| 209 |
+
"offset",
|
| 210 |
+
"original_program",
|
| 211 |
+
"original_program_0",
|
| 212 |
+
"original_program_1",
|
| 213 |
+
"qa_split",
|
| 214 |
+
"step_list",
|
| 215 |
+
"step_list_0",
|
| 216 |
+
"step_list_1",
|
| 217 |
+
"turn_program",
|
| 218 |
+
"turn_program_ori"
|
| 219 |
+
],
|
| 220 |
+
"qa_fields": [
|
| 221 |
+
"ann_table_rows",
|
| 222 |
+
"ann_text_rows",
|
| 223 |
+
"answer",
|
| 224 |
+
"exe_ans",
|
| 225 |
+
"explanation",
|
| 226 |
+
"gold_inds",
|
| 227 |
+
"program",
|
| 228 |
+
"program_re",
|
| 229 |
+
"question",
|
| 230 |
+
"steps"
|
| 231 |
+
]
|
| 232 |
+
},
|
| 233 |
+
"dev_conversation": {
|
| 234 |
+
"top_level_fields": [
|
| 235 |
+
"annotation",
|
| 236 |
+
"filename",
|
| 237 |
+
"id",
|
| 238 |
+
"post_text",
|
| 239 |
+
"pre_text",
|
| 240 |
+
"qa",
|
| 241 |
+
"qa_0",
|
| 242 |
+
"qa_1",
|
| 243 |
+
"table",
|
| 244 |
+
"table_ori"
|
| 245 |
+
],
|
| 246 |
+
"annotation_fields": [
|
| 247 |
+
"amt_post_text",
|
| 248 |
+
"amt_pre_text",
|
| 249 |
+
"amt_table",
|
| 250 |
+
"answer_list",
|
| 251 |
+
"answer_list_0",
|
| 252 |
+
"answer_list_1",
|
| 253 |
+
"dialogue_break",
|
| 254 |
+
"dialogue_break_ori",
|
| 255 |
+
"exe_ans_list",
|
| 256 |
+
"offset",
|
| 257 |
+
"original_program",
|
| 258 |
+
"original_program_0",
|
| 259 |
+
"original_program_1",
|
| 260 |
+
"qa_split",
|
| 261 |
+
"step_list",
|
| 262 |
+
"step_list_0",
|
| 263 |
+
"step_list_1",
|
| 264 |
+
"turn_program",
|
| 265 |
+
"turn_program_ori"
|
| 266 |
+
],
|
| 267 |
+
"qa_fields": [
|
| 268 |
+
"ann_table_rows",
|
| 269 |
+
"ann_text_rows",
|
| 270 |
+
"answer",
|
| 271 |
+
"exe_ans",
|
| 272 |
+
"explanation",
|
| 273 |
+
"gold_inds",
|
| 274 |
+
"program",
|
| 275 |
+
"program_re",
|
| 276 |
+
"question",
|
| 277 |
+
"steps"
|
| 278 |
+
]
|
| 279 |
+
},
|
| 280 |
+
"test_private_conversation": {
|
| 281 |
+
"top_level_fields": [
|
| 282 |
+
"annotation",
|
| 283 |
+
"filename",
|
| 284 |
+
"id",
|
| 285 |
+
"post_text",
|
| 286 |
+
"pre_text",
|
| 287 |
+
"table",
|
| 288 |
+
"table_ori"
|
| 289 |
+
],
|
| 290 |
+
"annotation_fields": [
|
| 291 |
+
"dialogue_break"
|
| 292 |
+
],
|
| 293 |
+
"qa_fields": []
|
| 294 |
+
},
|
| 295 |
+
"test_private_turn": {
|
| 296 |
+
"top_level_fields": [
|
| 297 |
+
"annotation",
|
| 298 |
+
"filename",
|
| 299 |
+
"id",
|
| 300 |
+
"post_text",
|
| 301 |
+
"pre_text",
|
| 302 |
+
"table",
|
| 303 |
+
"table_ori"
|
| 304 |
+
],
|
| 305 |
+
"annotation_fields": [
|
| 306 |
+
"cur_dial"
|
| 307 |
+
],
|
| 308 |
+
"qa_fields": []
|
| 309 |
+
}
|
| 310 |
+
},
|
| 311 |
+
"public_test_audit": {
|
| 312 |
+
"split": "test_private",
|
| 313 |
+
"conversation_file": "data/test_private.json",
|
| 314 |
+
"turn_file": "data/test_turn_private.json",
|
| 315 |
+
"conversation_count": 434,
|
| 316 |
+
"turn_count": 1521,
|
| 317 |
+
"public_test_gold_verified": false,
|
| 318 |
+
"gold_fields_present": [],
|
| 319 |
+
"gold_fields_missing": [
|
| 320 |
+
"cur_program",
|
| 321 |
+
"exe_ans",
|
| 322 |
+
"gold_ind"
|
| 323 |
+
],
|
| 324 |
+
"annotation_fields_observed": [
|
| 325 |
+
"cur_dial"
|
| 326 |
+
],
|
| 327 |
+
"published_as_supervised_split": false,
|
| 328 |
+
"note": "The pinned official release provides only input report and conversation history for the private test split. No public gold turn-level supervision is published at this commit."
|
| 329 |
+
},
|
| 330 |
+
"train_dev_conversation_overlap_sample": [],
|
| 331 |
+
"notes": [
|
| 332 |
+
"Canonical processed rows are turn-level and sourced only from train_turn.json and dev_turn.json.",
|
| 333 |
+
"The official test release is private and unlabeled at the pinned commit; no supervised test.jsonl is published."
|
| 334 |
+
]
|
| 335 |
+
}
|
tasks/convfinqa_program_generation_v0/README.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# convfinqa_program_generation_v0
|
| 2 |
+
|
| 3 |
+
Canonical ConvFinQA turn-level conversational program-generation task over `convfinqa_official_v0`.
|
| 4 |
+
|
| 5 |
+
## Formal task id
|
| 6 |
+
`TA_PROGGEN_CONVFINQA_v0`
|
| 7 |
+
|
| 8 |
+
## Task definition
|
| 9 |
+
- canonical output is `program_tokens`
|
| 10 |
+
- input evidence is the current question, dialogue history, pre-table text, the serialized table, and post-table text
|
| 11 |
+
- output is JSON with exactly one key: `program_tokens`
|
| 12 |
+
- the final answer is derived by executing the predicted program
|
| 13 |
+
- primary metric is execution accuracy
|
| 14 |
+
- secondary metric is program accuracy
|
| 15 |
+
- auxiliary supervision such as supporting facts and turn type is preserved in the dataset layer, but not used for the top-line benchmark score
|
| 16 |
+
- the raw test release is unlabeled at the pinned commit, so this task publishes supervised `train / dev` only
|
| 17 |
+
|
| 18 |
+
## Output schema
|
| 19 |
+
Return ONLY a JSON object of this form:
|
| 20 |
+
|
| 21 |
+
```json
|
| 22 |
+
{
|
| 23 |
+
"program_tokens": ["subtract(", "5829", "5735", ")", "EOF"]
|
| 24 |
+
}
|
| 25 |
+
```
|
| 26 |
+
|
| 27 |
+
For `number_turn` examples, a valid program can also be a single numeric token followed by `EOF`, for example:
|
| 28 |
+
|
| 29 |
+
```json
|
| 30 |
+
{
|
| 31 |
+
"program_tokens": ["206588", "EOF"]
|
| 32 |
+
}
|
| 33 |
+
```
|
| 34 |
+
|
| 35 |
+
## Reward stance
|
| 36 |
+
- `format_reward`: valid JSON with exactly one key and a token list ending in `EOF`
|
| 37 |
+
- `dsl_validity_reward`: program satisfies the FinQA-family DSL structure, including single-number programs used in upstream `number_turn` supervision
|
| 38 |
+
- `execution_reward`: predicted program executes to the gold execution answer
|
| 39 |
+
- `program_match_reward`: predicted program matches the canonical gold program under the FinQA-family program matcher
|
tasks/convfinqa_program_generation_v0/requests/dev_requests.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/convfinqa_program_generation_v0/requests/train_requests.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c84380aa123182e4e6a76642ecf8d5d9689bfe96d7b106fa9651dd50f6c4dfde
|
| 3 |
+
size 59359831
|