Add E2E Structures tab
Browse filesThis view is limited to 50 files because it contains too many changes. Β See raw diff
- README.md +14 -6
- e2e_structures/index.json +0 -0
- e2e_structures/records/wikitq-00030.json +1 -0
- e2e_structures/records/wikitq-00031.json +1 -0
- e2e_structures/records/wikitq-00032.json +1 -0
- e2e_structures/records/wikitq-00033.json +1 -0
- e2e_structures/records/wikitq-00034.json +1 -0
- e2e_structures/records/wikitq-00067.json +1 -0
- e2e_structures/records/wikitq-00068.json +1 -0
- e2e_structures/records/wikitq-00069.json +1 -0
- e2e_structures/records/wikitq-00124.json +1 -0
- e2e_structures/records/wikitq-00125.json +1 -0
- e2e_structures/records/wikitq-00126.json +1 -0
- e2e_structures/records/wikitq-00127.json +1 -0
- e2e_structures/records/wikitq-00128.json +1 -0
- e2e_structures/records/wikitq-00129.json +1 -0
- e2e_structures/records/wikitq-00130.json +1 -0
- e2e_structures/records/wikitq-00131.json +1 -0
- e2e_structures/records/wikitq-00132.json +1 -0
- e2e_structures/records/wikitq-00134.json +1 -0
- e2e_structures/records/wikitq-00135.json +1 -0
- e2e_structures/records/wikitq-00136.json +1 -0
- e2e_structures/records/wikitq-00137.json +1 -0
- e2e_structures/records/wikitq-00138.json +1 -0
- e2e_structures/records/wikitq-00139.json +1 -0
- e2e_structures/records/wikitq-00140.json +1 -0
- e2e_structures/records/wikitq-00141.json +1 -0
- e2e_structures/records/wikitq-00142.json +1 -0
- e2e_structures/records/wikitq-00150.json +1 -0
- e2e_structures/records/wikitq-00151.json +1 -0
- e2e_structures/records/wikitq-00152.json +1 -0
- e2e_structures/records/wikitq-00153.json +1 -0
- e2e_structures/records/wikitq-00154.json +1 -0
- e2e_structures/records/wikitq-00155.json +1 -0
- e2e_structures/records/wikitq-00176.json +1 -0
- e2e_structures/records/wikitq-00178.json +1 -0
- e2e_structures/records/wikitq-00179.json +1 -0
- e2e_structures/records/wikitq-00180.json +1 -0
- e2e_structures/records/wikitq-00181.json +1 -0
- e2e_structures/records/wikitq-00317.json +1 -0
- e2e_structures/records/wikitq-00319.json +1 -0
- e2e_structures/records/wikitq-00320.json +1 -0
- e2e_structures/records/wikitq-00321.json +1 -0
- e2e_structures/records/wikitq-00322.json +1 -0
- e2e_structures/records/wikitq-00323.json +1 -0
- e2e_structures/records/wikitq-00324.json +1 -0
- e2e_structures/records/wikitq-00326.json +1 -0
- e2e_structures/records/wikitq-00327.json +1 -0
- e2e_structures/records/wikitq-00349.json +1 -0
- e2e_structures/records/wikitq-00350.json +1 -0
README.md
CHANGED
|
@@ -20,12 +20,13 @@ For each of the **6,602** test questions you can inspect:
|
|
| 20 |
|
| 21 |
## View modes
|
| 22 |
|
| 23 |
-
The topbar's view-mode toggle switches between
|
| 24 |
parity with `monaco-benchmark-viewer` where data exists for `wiki_opentable`):
|
| 25 |
|
| 26 |
- **π Dataset** (default) β browse all 6,602 test questions with their gold answer, reference SQL, and the three buckets of candidate table chunks (hard-positive / positive / negative).
|
| 27 |
- **π§ Unified eval** β the same 500-qid subset used by every downstream eval, fetched from the cross-dataset *unified* bundle (`$DATA_ROOT/eval/wiki_opentable/unified/test_with_chunks.unified.jsonl`). Shows the gold question + gold answers + every gold supporting doc rendered as markdown (the wiki_opentable docs are already markdown tables).
|
| 28 |
- **𧬠Eval Structures v0** β the typed structure docs (e.g. `structures/entity/β¦`, `structures/_raw/β¦`) that the structures-based eval consumes, fetched from `test_with_structures.unified.jsonl`. Grouped by subtype in the UI.
|
|
|
|
| 29 |
- **π Structure per q** *(formerly "Baseline A")* β the standalone `agentic_answer` run on the 500-qid subset with **per-qid scaffolds** (`outputs/agentic_wiki_opentable/cell4_agentic_a.response.jsonl`). Side-by-side gold + parsed prediction + canonical per-qid F1 / strict-EM / P / R + the full agent loop (events). Mean F1 β 78.95.
|
| 30 |
- **π Structure per ds** *(formerly "Baseline B")* β the parallel run with a **flat per-dataset structure corpus** (`cell5_agentic_b_corpus.response.jsonl`). Mean F1 β 74.84.
|
| 31 |
- **π DCI** *(formerly "Baseline C")* β the parallel run with a **flat per-dataset rawtext corpus** (`cell6_agentic_c_rawtext.response.jsonl`). Mean F1 β 89.22.
|
|
@@ -33,20 +34,22 @@ parity with `monaco-benchmark-viewer` where data exists for `wiki_opentable`):
|
|
| 33 |
- **π€ E2E Trajectories** β for the 500 wikitq-* test questions of the **information-scaffolds e2e pipeline** run on `wiki_opentable`, inspect each agent trajectory side-by-side with the gold answer, the parsed prediction, and **per-qid F1 / strict-EM / precision / recall** (computed with the canonical `wiki_opentable_adapter.py` set-based scoring + normalization). Sidebar rows are colour-coded by F1 bucket; filter pills narrow by `stop_reason` (`end_turn` / `error` / `max_turns`) or by score bucket (EM=1 / 0<F1<1 / F1=0).
|
| 34 |
|
| 35 |
The four trajectory tabs share the same sidebar filter pills (stop_reason
|
| 36 |
-
+ score bucket); `Dataset`, `Unified eval`, `Eval Structures v0`,
|
| 37 |
-
`Compare` share the WikiSQL / WikiTQ dataset-origin
|
| 38 |
-
Compare tab adds its own *agreement* filter (`all` /
|
| 39 |
-
/ `split`) so you can drill into the rows where the
|
|
|
|
| 40 |
|
| 41 |
> The Structures v0 / v1 / v2 generator tabs from the MoNaCo viewer are
|
| 42 |
> intentionally absent: `wiki_opentable` was never paired with a
|
| 43 |
> structures-generation AML response JSONL (only the e2e-pipeline
|
| 44 |
-
> hierarchical structure dirs exist).
|
| 45 |
|
| 46 |
Deep-link via the URL hash:
|
| 47 |
`#dataset:wikisql-00116` Β·
|
| 48 |
`#unified:wikitq-00030` Β·
|
| 49 |
`#eval_structures:wikitq-00030` Β·
|
|
|
|
| 50 |
`#trajectories:wikitq-00030` Β·
|
| 51 |
`#trajectories_corpus:wikitq-00030` Β·
|
| 52 |
`#trajectories_rawtext:wikitq-00030` Β·
|
|
@@ -97,6 +100,11 @@ python scripts/build_unified.py
|
|
| 97 |
# 𧬠Eval Structures v0 (default --src points at .../test_with_structures.unified.jsonl)
|
| 98 |
python scripts/build_eval_structures.py
|
| 99 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 100 |
# π Trajectory (Baseline A β per-qid scaffolds, cell4)
|
| 101 |
python scripts/build_trajectories.py \
|
| 102 |
--predictions /home/azureuser/projects/information-scaffolds/outputs/agentic_wiki_opentable/cell4_agentic_a.response.jsonl \
|
|
|
|
| 20 |
|
| 21 |
## View modes
|
| 22 |
|
| 23 |
+
The topbar's view-mode toggle switches between nine parallel views (full
|
| 24 |
parity with `monaco-benchmark-viewer` where data exists for `wiki_opentable`):
|
| 25 |
|
| 26 |
- **π Dataset** (default) β browse all 6,602 test questions with their gold answer, reference SQL, and the three buckets of candidate table chunks (hard-positive / positive / negative).
|
| 27 |
- **π§ Unified eval** β the same 500-qid subset used by every downstream eval, fetched from the cross-dataset *unified* bundle (`$DATA_ROOT/eval/wiki_opentable/unified/test_with_chunks.unified.jsonl`). Shows the gold question + gold answers + every gold supporting doc rendered as markdown (the wiki_opentable docs are already markdown tables).
|
| 28 |
- **𧬠Eval Structures v0** β the typed structure docs (e.g. `structures/entity/β¦`, `structures/_raw/β¦`) that the structures-based eval consumes, fetched from `test_with_structures.unified.jsonl`. Grouped by subtype in the UI.
|
| 29 |
+
- **π E2E Structures** β for each of the 500 test qids, the supporting doc(s) + every structure file the **information-scaffolds e2e pipeline** extracted from each doc on-the-fly (`scaffolds_dir/<shape>/<doc_id>.{csv,json,jsonl}`). Five possible shapes per doc: πͺͺ `entity_fact_records` Β· π `chronology_and_timeline_indexes` Β· π¬ `claim_and_theme_summaries` Β· β `qa_shortcuts_and_templates` Β· πΈ `relation_graphs_and_mappings`. Each structure card renders CSV β mini-table and JSONL β keyed mini-cards so the underlying records are immediately legible. Click a question in the sidebar to inspect that qid's supporting doc + structures.
|
| 30 |
- **π Structure per q** *(formerly "Baseline A")* β the standalone `agentic_answer` run on the 500-qid subset with **per-qid scaffolds** (`outputs/agentic_wiki_opentable/cell4_agentic_a.response.jsonl`). Side-by-side gold + parsed prediction + canonical per-qid F1 / strict-EM / P / R + the full agent loop (events). Mean F1 β 78.95.
|
| 31 |
- **π Structure per ds** *(formerly "Baseline B")* β the parallel run with a **flat per-dataset structure corpus** (`cell5_agentic_b_corpus.response.jsonl`). Mean F1 β 74.84.
|
| 32 |
- **π DCI** *(formerly "Baseline C")* β the parallel run with a **flat per-dataset rawtext corpus** (`cell6_agentic_c_rawtext.response.jsonl`). Mean F1 β 89.22.
|
|
|
|
| 34 |
- **π€ E2E Trajectories** β for the 500 wikitq-* test questions of the **information-scaffolds e2e pipeline** run on `wiki_opentable`, inspect each agent trajectory side-by-side with the gold answer, the parsed prediction, and **per-qid F1 / strict-EM / precision / recall** (computed with the canonical `wiki_opentable_adapter.py` set-based scoring + normalization). Sidebar rows are colour-coded by F1 bucket; filter pills narrow by `stop_reason` (`end_turn` / `error` / `max_turns`) or by score bucket (EM=1 / 0<F1<1 / F1=0).
|
| 35 |
|
| 36 |
The four trajectory tabs share the same sidebar filter pills (stop_reason
|
| 37 |
+
+ score bucket); `Dataset`, `Unified eval`, `Eval Structures v0`,
|
| 38 |
+
`E2E Structures`, and `Compare` share the WikiSQL / WikiTQ dataset-origin
|
| 39 |
+
filter pills. The Compare tab adds its own *agreement* filter (`all` /
|
| 40 |
+
`all EM` / `all F1=0` / `split`) so you can drill into the rows where the
|
| 41 |
+
cells disagree.
|
| 42 |
|
| 43 |
> The Structures v0 / v1 / v2 generator tabs from the MoNaCo viewer are
|
| 44 |
> intentionally absent: `wiki_opentable` was never paired with a
|
| 45 |
> structures-generation AML response JSONL (only the e2e-pipeline
|
| 46 |
+
> hierarchical structure dirs exist, which **π E2E Structures** surfaces).
|
| 47 |
|
| 48 |
Deep-link via the URL hash:
|
| 49 |
`#dataset:wikisql-00116` Β·
|
| 50 |
`#unified:wikitq-00030` Β·
|
| 51 |
`#eval_structures:wikitq-00030` Β·
|
| 52 |
+
`#e2e_structures:wikitq-01887` Β·
|
| 53 |
`#trajectories:wikitq-00030` Β·
|
| 54 |
`#trajectories_corpus:wikitq-00030` Β·
|
| 55 |
`#trajectories_rawtext:wikitq-00030` Β·
|
|
|
|
| 100 |
# 𧬠Eval Structures v0 (default --src points at .../test_with_structures.unified.jsonl)
|
| 101 |
python scripts/build_eval_structures.py
|
| 102 |
|
| 103 |
+
# π E2E Structures (per-qid Β· supporting doc + every e2e-pipeline structure file from scaffolds_dir/)
|
| 104 |
+
# Defaults point at the wiki-opentable-fullcorpus-β¦-20260622 run; pass
|
| 105 |
+
# --scaffolds-dir to point at a different e2e run's named-outputs/scaffolds_dir.
|
| 106 |
+
python scripts/build_e2e_structures.py
|
| 107 |
+
|
| 108 |
# π Trajectory (Baseline A β per-qid scaffolds, cell4)
|
| 109 |
python scripts/build_trajectories.py \
|
| 110 |
--predictions /home/azureuser/projects/information-scaffolds/outputs/agentic_wiki_opentable/cell4_agentic_a.response.jsonl \
|
e2e_structures/index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
e2e_structures/records/wikitq-00030.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00030", "dataset_origin": "WikiTQ", "original_table_id": "204-251", "question": "Which Millbrook First Nation communities have at least 100 residents?", "gold_answers": ["Cole Harbour 30", "Millbrook 27"], "sql": "SELECT Community FROM table_204_251 WHERE Population >= '100' ", "n_docs": 1, "n_structures": 2, "docs": [{"doc_id": "51762", "is_supporting": true, "n_structures": 2, "contents": "# Millbrook First Nation - Reserves\n\n| Community | Area | Location_ | Population | Date_established_ |\n| --- | --- | --- | --- | --- |\n| Beaver Lake 17 | 49.4 hectares (122 acres) | 78.4 km. southeast of Halifax | 23 | March 3, 1867 |\n| Cole Harbour 30 | 18.6 hectares (46 acres) | 9.6 km. east of Halifax | 194 | March 3, 1880 |\n| Millbrook 27 | 302.0 hectares (746 acres) | 8 km. south of Truro | 847 | March 3, 1886 |\n| Sheet Harbour 36 | 32.7 hectares (81 acres) | 91.2 km. northeast of Halifax | 15 | March 3, 1915 |\n| Truro 27A | 16.7 hectares (41 acres) | Joined south of Truro town limit | 0 | March 3, 1904 |\n| Truro 27B | 16.4 hectares (41 acres) | Joined with 27A on south | 0 | March 3, 1907 |\n| Truro 27C | 9.5 hectares (23 acres) | Joined with 27B on south | 0 | March 3, 1909 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "51762.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,community,area,location,population_int,date_established\nbeaver_lake_17,Beaver Lake 17,51762,Beaver Lake 17,49.4 hectares (122 acres),78.4 km. southeast of Halifax,23,\"March 3, 1867\"\ncole_harbour_30,Cole Harbour 30,51762,Cole Harbour 30,18.6 hectares (46 acres),9.6 km. east of Halifax,194,\"March 3, 1880\"\nmillbrook_27,Millbrook 27,51762,Millbrook 27,302.0 hectares (746 acres),8 km. south of Truro,847,\"March 3, 1886\"\nsheet_harbour_36,Sheet Harbour 36,51762,Sheet Harbour 36,32.7 hectares (81 acres),91.2 km. northeast of Halifax,15,\"March 3, 1915\"\ntruro_27a,Truro 27A,51762,Truro 27A,16.7 hectares (41 acres),Joined south of Truro town limit,0,\"March 3, 1904\"\ntruro_27b,Truro 27B,51762,Truro 27B,16.4 hectares (41 acres),Joined with 27A on south,0,\"March 3, 1907\"\ntruro_27c,Truro 27C,51762,Truro 27C,9.5 hectares (23 acres),Joined with 27B on south,0,\"March 3, 1909\"\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "51762.timeline.json", "format": "json", "content": "{\"source_doc\":\"51762\",\"events\":[{\"date\":\"March 3, 1867\",\"event\":\"Beaver Lake 17 established\",\"entities\":[\"Beaver Lake 17\"]},{\"date\":\"March 3, 1880\",\"event\":\"Cole Harbour 30 established\",\"entities\":[\"Cole Harbour 30\"]},{\"date\":\"March 3, 1886\",\"event\":\"Millbrook 27 established\",\"entities\":[\"Millbrook 27\"]},{\"date\":\"March 3, 1904\",\"event\":\"Truro 27A established\",\"entities\":[\"Truro 27A\"]},{\"date\":\"March 3, 1907\",\"event\":\"Truro 27B established\",\"entities\":[\"Truro 27B\"]},{\"date\":\"March 3, 1909\",\"event\":\"Truro 27C established\",\"entities\":[\"Truro 27C\"]},{\"date\":\"March 3, 1915\",\"event\":\"Sheet Harbour 36 established\",\"entities\":[\"Sheet Harbour 36\"]}]}\n"}]}]}
|
e2e_structures/records/wikitq-00031.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00031", "dataset_origin": "WikiTQ", "original_table_id": "204-251", "question": "Total First Nation Population of Millbrook ?", "gold_answers": ["847"], "sql": "SELECT Population FROM table_204_251 WHERE Community = 'Millbrook 27' ", "n_docs": 1, "n_structures": 2, "docs": [{"doc_id": "51762", "is_supporting": true, "n_structures": 2, "contents": "# Millbrook First Nation - Reserves\n\n| Community | Area | Location_ | Population | Date_established_ |\n| --- | --- | --- | --- | --- |\n| Beaver Lake 17 | 49.4 hectares (122 acres) | 78.4 km. southeast of Halifax | 23 | March 3, 1867 |\n| Cole Harbour 30 | 18.6 hectares (46 acres) | 9.6 km. east of Halifax | 194 | March 3, 1880 |\n| Millbrook 27 | 302.0 hectares (746 acres) | 8 km. south of Truro | 847 | March 3, 1886 |\n| Sheet Harbour 36 | 32.7 hectares (81 acres) | 91.2 km. northeast of Halifax | 15 | March 3, 1915 |\n| Truro 27A | 16.7 hectares (41 acres) | Joined south of Truro town limit | 0 | March 3, 1904 |\n| Truro 27B | 16.4 hectares (41 acres) | Joined with 27A on south | 0 | March 3, 1907 |\n| Truro 27C | 9.5 hectares (23 acres) | Joined with 27B on south | 0 | March 3, 1909 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "51762.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,community,area,location,population_int,date_established\nbeaver_lake_17,Beaver Lake 17,51762,Beaver Lake 17,49.4 hectares (122 acres),78.4 km. southeast of Halifax,23,\"March 3, 1867\"\ncole_harbour_30,Cole Harbour 30,51762,Cole Harbour 30,18.6 hectares (46 acres),9.6 km. east of Halifax,194,\"March 3, 1880\"\nmillbrook_27,Millbrook 27,51762,Millbrook 27,302.0 hectares (746 acres),8 km. south of Truro,847,\"March 3, 1886\"\nsheet_harbour_36,Sheet Harbour 36,51762,Sheet Harbour 36,32.7 hectares (81 acres),91.2 km. northeast of Halifax,15,\"March 3, 1915\"\ntruro_27a,Truro 27A,51762,Truro 27A,16.7 hectares (41 acres),Joined south of Truro town limit,0,\"March 3, 1904\"\ntruro_27b,Truro 27B,51762,Truro 27B,16.4 hectares (41 acres),Joined with 27A on south,0,\"March 3, 1907\"\ntruro_27c,Truro 27C,51762,Truro 27C,9.5 hectares (23 acres),Joined with 27B on south,0,\"March 3, 1909\"\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "51762.timeline.json", "format": "json", "content": "{\"source_doc\":\"51762\",\"events\":[{\"date\":\"March 3, 1867\",\"event\":\"Beaver Lake 17 established\",\"entities\":[\"Beaver Lake 17\"]},{\"date\":\"March 3, 1880\",\"event\":\"Cole Harbour 30 established\",\"entities\":[\"Cole Harbour 30\"]},{\"date\":\"March 3, 1886\",\"event\":\"Millbrook 27 established\",\"entities\":[\"Millbrook 27\"]},{\"date\":\"March 3, 1904\",\"event\":\"Truro 27A established\",\"entities\":[\"Truro 27A\"]},{\"date\":\"March 3, 1907\",\"event\":\"Truro 27B established\",\"entities\":[\"Truro 27B\"]},{\"date\":\"March 3, 1909\",\"event\":\"Truro 27C established\",\"entities\":[\"Truro 27C\"]},{\"date\":\"March 3, 1915\",\"event\":\"Sheet Harbour 36 established\",\"entities\":[\"Sheet Harbour 36\"]}]}\n"}]}]}
|
e2e_structures/records/wikitq-00032.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00032", "dataset_origin": "WikiTQ", "original_table_id": "204-251", "question": "How many Millbrook First Nation communities have zero populations?", "gold_answers": ["3"], "sql": "SELECT COUNT ( Community ) FROM table_204_251 WHERE Population = 0 ", "n_docs": 1, "n_structures": 2, "docs": [{"doc_id": "51762", "is_supporting": true, "n_structures": 2, "contents": "# Millbrook First Nation - Reserves\n\n| Community | Area | Location_ | Population | Date_established_ |\n| --- | --- | --- | --- | --- |\n| Beaver Lake 17 | 49.4 hectares (122 acres) | 78.4 km. southeast of Halifax | 23 | March 3, 1867 |\n| Cole Harbour 30 | 18.6 hectares (46 acres) | 9.6 km. east of Halifax | 194 | March 3, 1880 |\n| Millbrook 27 | 302.0 hectares (746 acres) | 8 km. south of Truro | 847 | March 3, 1886 |\n| Sheet Harbour 36 | 32.7 hectares (81 acres) | 91.2 km. northeast of Halifax | 15 | March 3, 1915 |\n| Truro 27A | 16.7 hectares (41 acres) | Joined south of Truro town limit | 0 | March 3, 1904 |\n| Truro 27B | 16.4 hectares (41 acres) | Joined with 27A on south | 0 | March 3, 1907 |\n| Truro 27C | 9.5 hectares (23 acres) | Joined with 27B on south | 0 | March 3, 1909 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "51762.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,community,area,location,population_int,date_established\nbeaver_lake_17,Beaver Lake 17,51762,Beaver Lake 17,49.4 hectares (122 acres),78.4 km. southeast of Halifax,23,\"March 3, 1867\"\ncole_harbour_30,Cole Harbour 30,51762,Cole Harbour 30,18.6 hectares (46 acres),9.6 km. east of Halifax,194,\"March 3, 1880\"\nmillbrook_27,Millbrook 27,51762,Millbrook 27,302.0 hectares (746 acres),8 km. south of Truro,847,\"March 3, 1886\"\nsheet_harbour_36,Sheet Harbour 36,51762,Sheet Harbour 36,32.7 hectares (81 acres),91.2 km. northeast of Halifax,15,\"March 3, 1915\"\ntruro_27a,Truro 27A,51762,Truro 27A,16.7 hectares (41 acres),Joined south of Truro town limit,0,\"March 3, 1904\"\ntruro_27b,Truro 27B,51762,Truro 27B,16.4 hectares (41 acres),Joined with 27A on south,0,\"March 3, 1907\"\ntruro_27c,Truro 27C,51762,Truro 27C,9.5 hectares (23 acres),Joined with 27B on south,0,\"March 3, 1909\"\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "51762.timeline.json", "format": "json", "content": "{\"source_doc\":\"51762\",\"events\":[{\"date\":\"March 3, 1867\",\"event\":\"Beaver Lake 17 established\",\"entities\":[\"Beaver Lake 17\"]},{\"date\":\"March 3, 1880\",\"event\":\"Cole Harbour 30 established\",\"entities\":[\"Cole Harbour 30\"]},{\"date\":\"March 3, 1886\",\"event\":\"Millbrook 27 established\",\"entities\":[\"Millbrook 27\"]},{\"date\":\"March 3, 1904\",\"event\":\"Truro 27A established\",\"entities\":[\"Truro 27A\"]},{\"date\":\"March 3, 1907\",\"event\":\"Truro 27B established\",\"entities\":[\"Truro 27B\"]},{\"date\":\"March 3, 1909\",\"event\":\"Truro 27C established\",\"entities\":[\"Truro 27C\"]},{\"date\":\"March 3, 1915\",\"event\":\"Sheet Harbour 36 established\",\"entities\":[\"Sheet Harbour 36\"]}]}\n"}]}]}
|
e2e_structures/records/wikitq-00033.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00033", "dataset_origin": "WikiTQ", "original_table_id": "204-251", "question": "Which community has the largest population among the Millbrook First Nation?", "gold_answers": ["Millbrook 27"], "sql": "SELECT Community FROM table_204_251 ORDER BY Population DESC LIMIT 1 ", "n_docs": 1, "n_structures": 2, "docs": [{"doc_id": "51762", "is_supporting": true, "n_structures": 2, "contents": "# Millbrook First Nation - Reserves\n\n| Community | Area | Location_ | Population | Date_established_ |\n| --- | --- | --- | --- | --- |\n| Beaver Lake 17 | 49.4 hectares (122 acres) | 78.4 km. southeast of Halifax | 23 | March 3, 1867 |\n| Cole Harbour 30 | 18.6 hectares (46 acres) | 9.6 km. east of Halifax | 194 | March 3, 1880 |\n| Millbrook 27 | 302.0 hectares (746 acres) | 8 km. south of Truro | 847 | March 3, 1886 |\n| Sheet Harbour 36 | 32.7 hectares (81 acres) | 91.2 km. northeast of Halifax | 15 | March 3, 1915 |\n| Truro 27A | 16.7 hectares (41 acres) | Joined south of Truro town limit | 0 | March 3, 1904 |\n| Truro 27B | 16.4 hectares (41 acres) | Joined with 27A on south | 0 | March 3, 1907 |\n| Truro 27C | 9.5 hectares (23 acres) | Joined with 27B on south | 0 | March 3, 1909 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "51762.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,community,area,location,population_int,date_established\nbeaver_lake_17,Beaver Lake 17,51762,Beaver Lake 17,49.4 hectares (122 acres),78.4 km. southeast of Halifax,23,\"March 3, 1867\"\ncole_harbour_30,Cole Harbour 30,51762,Cole Harbour 30,18.6 hectares (46 acres),9.6 km. east of Halifax,194,\"March 3, 1880\"\nmillbrook_27,Millbrook 27,51762,Millbrook 27,302.0 hectares (746 acres),8 km. south of Truro,847,\"March 3, 1886\"\nsheet_harbour_36,Sheet Harbour 36,51762,Sheet Harbour 36,32.7 hectares (81 acres),91.2 km. northeast of Halifax,15,\"March 3, 1915\"\ntruro_27a,Truro 27A,51762,Truro 27A,16.7 hectares (41 acres),Joined south of Truro town limit,0,\"March 3, 1904\"\ntruro_27b,Truro 27B,51762,Truro 27B,16.4 hectares (41 acres),Joined with 27A on south,0,\"March 3, 1907\"\ntruro_27c,Truro 27C,51762,Truro 27C,9.5 hectares (23 acres),Joined with 27B on south,0,\"March 3, 1909\"\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "51762.timeline.json", "format": "json", "content": "{\"source_doc\":\"51762\",\"events\":[{\"date\":\"March 3, 1867\",\"event\":\"Beaver Lake 17 established\",\"entities\":[\"Beaver Lake 17\"]},{\"date\":\"March 3, 1880\",\"event\":\"Cole Harbour 30 established\",\"entities\":[\"Cole Harbour 30\"]},{\"date\":\"March 3, 1886\",\"event\":\"Millbrook 27 established\",\"entities\":[\"Millbrook 27\"]},{\"date\":\"March 3, 1904\",\"event\":\"Truro 27A established\",\"entities\":[\"Truro 27A\"]},{\"date\":\"March 3, 1907\",\"event\":\"Truro 27B established\",\"entities\":[\"Truro 27B\"]},{\"date\":\"March 3, 1909\",\"event\":\"Truro 27C established\",\"entities\":[\"Truro 27C\"]},{\"date\":\"March 3, 1915\",\"event\":\"Sheet Harbour 36 established\",\"entities\":[\"Sheet Harbour 36\"]}]}\n"}]}]}
|
e2e_structures/records/wikitq-00034.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00034", "dataset_origin": "WikiTQ", "original_table_id": "204-251", "question": "What is the total population of Sheet Harbor 36 for Millbrook First Nation?", "gold_answers": ["15"], "sql": "SELECT Population FROM table_204_251 WHERE Community = 'Sheet Harbour 36' ", "n_docs": 1, "n_structures": 2, "docs": [{"doc_id": "51762", "is_supporting": true, "n_structures": 2, "contents": "# Millbrook First Nation - Reserves\n\n| Community | Area | Location_ | Population | Date_established_ |\n| --- | --- | --- | --- | --- |\n| Beaver Lake 17 | 49.4 hectares (122 acres) | 78.4 km. southeast of Halifax | 23 | March 3, 1867 |\n| Cole Harbour 30 | 18.6 hectares (46 acres) | 9.6 km. east of Halifax | 194 | March 3, 1880 |\n| Millbrook 27 | 302.0 hectares (746 acres) | 8 km. south of Truro | 847 | March 3, 1886 |\n| Sheet Harbour 36 | 32.7 hectares (81 acres) | 91.2 km. northeast of Halifax | 15 | March 3, 1915 |\n| Truro 27A | 16.7 hectares (41 acres) | Joined south of Truro town limit | 0 | March 3, 1904 |\n| Truro 27B | 16.4 hectares (41 acres) | Joined with 27A on south | 0 | March 3, 1907 |\n| Truro 27C | 9.5 hectares (23 acres) | Joined with 27B on south | 0 | March 3, 1909 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "51762.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,community,area,location,population_int,date_established\nbeaver_lake_17,Beaver Lake 17,51762,Beaver Lake 17,49.4 hectares (122 acres),78.4 km. southeast of Halifax,23,\"March 3, 1867\"\ncole_harbour_30,Cole Harbour 30,51762,Cole Harbour 30,18.6 hectares (46 acres),9.6 km. east of Halifax,194,\"March 3, 1880\"\nmillbrook_27,Millbrook 27,51762,Millbrook 27,302.0 hectares (746 acres),8 km. south of Truro,847,\"March 3, 1886\"\nsheet_harbour_36,Sheet Harbour 36,51762,Sheet Harbour 36,32.7 hectares (81 acres),91.2 km. northeast of Halifax,15,\"March 3, 1915\"\ntruro_27a,Truro 27A,51762,Truro 27A,16.7 hectares (41 acres),Joined south of Truro town limit,0,\"March 3, 1904\"\ntruro_27b,Truro 27B,51762,Truro 27B,16.4 hectares (41 acres),Joined with 27A on south,0,\"March 3, 1907\"\ntruro_27c,Truro 27C,51762,Truro 27C,9.5 hectares (23 acres),Joined with 27B on south,0,\"March 3, 1909\"\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "51762.timeline.json", "format": "json", "content": "{\"source_doc\":\"51762\",\"events\":[{\"date\":\"March 3, 1867\",\"event\":\"Beaver Lake 17 established\",\"entities\":[\"Beaver Lake 17\"]},{\"date\":\"March 3, 1880\",\"event\":\"Cole Harbour 30 established\",\"entities\":[\"Cole Harbour 30\"]},{\"date\":\"March 3, 1886\",\"event\":\"Millbrook 27 established\",\"entities\":[\"Millbrook 27\"]},{\"date\":\"March 3, 1904\",\"event\":\"Truro 27A established\",\"entities\":[\"Truro 27A\"]},{\"date\":\"March 3, 1907\",\"event\":\"Truro 27B established\",\"entities\":[\"Truro 27B\"]},{\"date\":\"March 3, 1909\",\"event\":\"Truro 27C established\",\"entities\":[\"Truro 27C\"]},{\"date\":\"March 3, 1915\",\"event\":\"Sheet Harbour 36 established\",\"entities\":[\"Sheet Harbour 36\"]}]}\n"}]}]}
|
e2e_structures/records/wikitq-00067.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00067", "dataset_origin": "WikiTQ", "original_table_id": "203-755", "question": "From Germany from the Eurovision Song Contest 1999, how many songs in total are listed in the table?", "gold_answers": ["11"], "sql": "SELECT COUNT ( Song_title ) FROM table_203_755 ", "n_docs": 2, "n_structures": 7, "docs": [{"doc_id": "50817", "is_supporting": true, "n_structures": 4, "contents": "# Germany in the Eurovision Song Contest 1999 - Countdown Grand Prix 1999\nFinal β 12 March 1999\n\n| Singing_position | Song_title | Informal_translation | Act | Percentage_of_votes | Final_position_ |\n| --- | --- | --- | --- | --- | --- |\n| 1 | Das tut unheimlich weh | It hurts so much | Jeanette Biedermann | 12.2% | 4 |\n| 2 | Lover boy | - | Carol Bee | Unknown | 7 |\n| 3 | Ein biΓchen Sonne, ein biΓchen Regen | A little sun, a little rain | Patrick Lindner | Unknown | 6 |\n| 4 | Ich habe meine Tage | I`ve got my period | MegasΓΌΓ | Unknown | 8 |\n| 5 | Reise nach Jerusalem - KudΓΌs`e Seyahat | Journey to Jerusalem | SΓΌrpriz | 16.2% | 2 |\n| 6 | Heaven | - | Elvin | Unknown | 9 |\n| 7 | HΓΆr den Kindern einfach zu | Just listen to the children | Corinna May | 32.6% | 1 (DQ) |\n| 8 | Itsy Bitsy Spider | - | Naima | Unknown | 11 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "50817.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,singing_position_int,song_title,informal_translation,percentage_of_votes,final_position\njeanette_biedermann,Jeanette Biedermann,50817,1,Das tut unheimlich weh,It hurts so much,12.2%,4\ncarol_bee,Carol Bee,50817,2,Lover boy,-,Unknown,7\npatrick_lindner,Patrick Lindner,50817,3,\"Ein biΓchen Sonne, ein biΓchen Regen\",\"A little sun, a little rain\",Unknown,6\nmegasuss,MegasΓΌΓ,50817,4,Ich habe meine Tage,\"I`ve got my period\",Unknown,8\nsurpriz,SΓΌrpriz,50817,5,\"Reise nach Jerusalem - KudΓΌs`e Seyahat\",Journey to Jerusalem,16.2%,2\nelvin,Elvin,50817,6,Heaven,-,Unknown,9\ncorinna_may,Corinna May,50817,7,HΓΆr den Kindern einfach zu,Just listen to the children,32.6%,\"1 (DQ)\"\nnaima,Naima,50817,8,Itsy Bitsy Spider,-,Unknown,11\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "50817.timeline.json", "format": "json", "content": "{\"source_doc\":\"50817\",\"events\":[{\"date\":\"1999-03-12\",\"event\":\"Countdown Grand Prix 1999 final held for Germany in the Eurovision Song Contest 1999 selection.\",\"entities\":[\"Countdown Grand Prix 1999\",\"Germany in the Eurovision Song Contest 1999\"]}]}\n"}, {"shape_id": "claim_and_theme_summaries", "description": "Curated claim bundles, thematic summaries, interpretations, notable facts, findings, reception notes, and asserted-property/standout-fact classifications that group entities by a claim rather than by full attribute coverage.", "file": "50817.jsonl", "format": "jsonl", "content": "{\"entity\":\"Corinna May\",\"claim\":\"won_final_position\",\"value\":\"1 (DQ)\",\"source_doc\":\"50817\"}\n{\"entity\":\"SΓΌrpriz\",\"claim\":\"final_position\",\"value\":\"2\",\"source_doc\":\"50817\"}\n{\"entity\":\"Jeanette Biedermann\",\"claim\":\"received_percentage_of_votes\",\"value\":\"12.2%\",\"source_doc\":\"50817\"}\n{\"entity\":\"SΓΌrpriz\",\"claim\":\"received_percentage_of_votes\",\"value\":\"16.2%\",\"source_doc\":\"50817\"}\n{\"entity\":\"Corinna May\",\"claim\":\"received_percentage_of_votes\",\"value\":\"32.6%\",\"source_doc\":\"50817\"}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "50817.jsonl", "format": "jsonl", "content": "{\"question\":\"When was the final of Countdown Grand Prix 1999?\",\"answer\":\"12 March 1999.\",\"source_doc\":\"50817\"}\n{\"question\":\"Who performed 'Das tut unheimlich weh' in Countdown Grand Prix 1999?\",\"answer\":\"Jeanette Biedermann.\",\"source_doc\":\"50817\"}\n{\"question\":\"Who performed 'Lover boy' in Countdown Grand Prix 1999?\",\"answer\":\"Carol Bee.\",\"source_doc\":\"50817\"}\n{\"question\":\"Who performed 'Ein biΓchen Sonne, ein biΓchen Regen' in Countdown Grand Prix 1999?\",\"answer\":\"Patrick Lindner.\",\"source_doc\":\"50817\"}\n{\"question\":\"Who performed 'Ich habe meine Tage' in Countdown Grand Prix 1999?\",\"answer\":\"MegasΓΌΓ.\",\"source_doc\":\"50817\"}\n{\"question\":\"Who performed 'Reise nach Jerusalem - KudΓΌs`e Seyahat' in Countdown Grand Prix 1999?\",\"answer\":\"SΓΌrpriz.\",\"source_doc\":\"50817\"}\n{\"question\":\"Who performed 'Heaven' in Countdown Grand Prix 1999?\",\"answer\":\"Elvin.\",\"source_doc\":\"50817\"}\n{\"question\":\"Who performed 'HΓΆr den Kindern einfach zu' in Countdown Grand Prix 1999?\",\"answer\":\"Corinna May.\",\"source_doc\":\"50817\"}\n{\"question\":\"Who performed 'Itsy Bitsy Spider' in Countdown Grand Prix 1999?\",\"answer\":\"Naima.\",\"source_doc\":\"50817\"}\n{\"question\":\"Which act finished in 2nd place in Countdown Grand Prix 1999?\",\"answer\":\"SΓΌrpriz.\",\"source_doc\":\"50817\"}\n{\"question\":\"Which act was listed as 1st (DQ) in Countdown Grand Prix 1999?\",\"answer\":\"Corinna May.\",\"source_doc\":\"50817\"}\n"}]}, {"doc_id": "50818", "is_supporting": true, "n_structures": 3, "contents": "# Germany in the Eurovision Song Contest 1999 - Countdown Grand Prix 1999\nFinal β 12 March 1999\n\n| Singing_position | Song_title | Informal_translation | Act | Percentage_of_votes | Final_position_ |\n| --- | --- | --- | --- | --- | --- |\n| 9 | Bye bye bar | - | Michael von der Heide | Unknown | 5 |\n| 10 | Lost in love | - | Wind | Unknown | 10 |\n| 11 | Together we`re strong | - | Cathrin | 15.9% | 3 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "50818.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,singing_position_int,song_title,informal_translation,percentage_of_votes,final_position_int\nmichael_von_der_heide,Michael von der Heide,50818,9,Bye bye bar,-,Unknown,5\nwind,Wind,50818,10,Lost in love,-,Unknown,10\ncathrin,Cathrin,50818,11,\"Together we`re strong\",-,\"15.9%\",3\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "50818.timeline.json", "format": "json", "content": "{\"source_doc\":\"50818\",\"events\":[{\"date\":\"1999-03-12\",\"event\":\"Countdown Grand Prix 1999 final held; Michael von der Heide performed \\\"Bye bye bar\\\" in singing position 9 and placed 5th.\",\"entities\":[\"Countdown Grand Prix 1999\",\"Michael von der Heide\",\"Bye bye bar\"]},{\"date\":\"1999-03-12\",\"event\":\"Countdown Grand Prix 1999 final held; Wind performed \\\"Lost in love\\\" in singing position 10 and placed 10th.\",\"entities\":[\"Countdown Grand Prix 1999\",\"Wind\",\"Lost in love\"]},{\"date\":\"1999-03-12\",\"event\":\"Countdown Grand Prix 1999 final held; Cathrin performed \\\"Together we`re strong\\\" in singing position 11, received 15.9% of votes, and placed 3rd.\",\"entities\":[\"Countdown Grand Prix 1999\",\"Cathrin\",\"Together we`re strong\"]}]}\n"}, {"shape_id": "relation_graphs_and_mappings", "description": "Artifacts whose main value is explicit links among entities: triples, affiliations, succession, memberships, adaptations, ownership, cast-role mappings, collaborations, reverse relation lookups, and tupleized fact maps (mini knowledge graphs).", "file": "50818.edges.jsonl", "format": "jsonl", "content": "{\"head\":\"Michael von der Heide\",\"relation\":\"performed_song\",\"tail\":\"Bye bye bar\",\"source_doc\":\"50818\"}\n{\"head\":\"Michael von der Heide\",\"relation\":\"had_singing_position\",\"tail\":\"9\",\"source_doc\":\"50818\"}\n{\"head\":\"Michael von der Heide\",\"relation\":\"placed_final_position\",\"tail\":\"5\",\"source_doc\":\"50818\"}\n{\"head\":\"Wind\",\"relation\":\"performed_song\",\"tail\":\"Lost in love\",\"source_doc\":\"50818\"}\n{\"head\":\"Wind\",\"relation\":\"had_singing_position\",\"tail\":\"10\",\"source_doc\":\"50818\"}\n{\"head\":\"Wind\",\"relation\":\"placed_final_position\",\"tail\":\"10\",\"source_doc\":\"50818\"}\n{\"head\":\"Cathrin\",\"relation\":\"performed_song\",\"tail\":\"Together we`re strong\",\"source_doc\":\"50818\"}\n{\"head\":\"Cathrin\",\"relation\":\"had_singing_position\",\"tail\":\"11\",\"source_doc\":\"50818\"}\n{\"head\":\"Cathrin\",\"relation\":\"received_percentage_of_votes\",\"tail\":\"15.9%\",\"source_doc\":\"50818\"}\n{\"head\":\"Cathrin\",\"relation\":\"placed_final_position\",\"tail\":\"3\",\"source_doc\":\"50818\"}\n"}]}]}
|
e2e_structures/records/wikitq-00068.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00068", "dataset_origin": "WikiTQ", "original_table_id": "203-755", "question": "Which song from Germany did not have more than 15% of the votes at the Eurovision Song Contest 1999 and was not unknown?", "gold_answers": ["Das tut unheimlich weh"], "sql": "SELECT Song_title FROM table_203_755 WHERE Percentage_of_votes <= '15' ", "n_docs": 2, "n_structures": 7, "docs": [{"doc_id": "50817", "is_supporting": true, "n_structures": 4, "contents": "# Germany in the Eurovision Song Contest 1999 - Countdown Grand Prix 1999\nFinal β 12 March 1999\n\n| Singing_position | Song_title | Informal_translation | Act | Percentage_of_votes | Final_position_ |\n| --- | --- | --- | --- | --- | --- |\n| 1 | Das tut unheimlich weh | It hurts so much | Jeanette Biedermann | 12.2% | 4 |\n| 2 | Lover boy | - | Carol Bee | Unknown | 7 |\n| 3 | Ein biΓchen Sonne, ein biΓchen Regen | A little sun, a little rain | Patrick Lindner | Unknown | 6 |\n| 4 | Ich habe meine Tage | I`ve got my period | MegasΓΌΓ | Unknown | 8 |\n| 5 | Reise nach Jerusalem - KudΓΌs`e Seyahat | Journey to Jerusalem | SΓΌrpriz | 16.2% | 2 |\n| 6 | Heaven | - | Elvin | Unknown | 9 |\n| 7 | HΓΆr den Kindern einfach zu | Just listen to the children | Corinna May | 32.6% | 1 (DQ) |\n| 8 | Itsy Bitsy Spider | - | Naima | Unknown | 11 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "50817.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,singing_position_int,song_title,informal_translation,percentage_of_votes,final_position\njeanette_biedermann,Jeanette Biedermann,50817,1,Das tut unheimlich weh,It hurts so much,12.2%,4\ncarol_bee,Carol Bee,50817,2,Lover boy,-,Unknown,7\npatrick_lindner,Patrick Lindner,50817,3,\"Ein biΓchen Sonne, ein biΓchen Regen\",\"A little sun, a little rain\",Unknown,6\nmegasuss,MegasΓΌΓ,50817,4,Ich habe meine Tage,\"I`ve got my period\",Unknown,8\nsurpriz,SΓΌrpriz,50817,5,\"Reise nach Jerusalem - KudΓΌs`e Seyahat\",Journey to Jerusalem,16.2%,2\nelvin,Elvin,50817,6,Heaven,-,Unknown,9\ncorinna_may,Corinna May,50817,7,HΓΆr den Kindern einfach zu,Just listen to the children,32.6%,\"1 (DQ)\"\nnaima,Naima,50817,8,Itsy Bitsy Spider,-,Unknown,11\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "50817.timeline.json", "format": "json", "content": "{\"source_doc\":\"50817\",\"events\":[{\"date\":\"1999-03-12\",\"event\":\"Countdown Grand Prix 1999 final held for Germany in the Eurovision Song Contest 1999 selection.\",\"entities\":[\"Countdown Grand Prix 1999\",\"Germany in the Eurovision Song Contest 1999\"]}]}\n"}, {"shape_id": "claim_and_theme_summaries", "description": "Curated claim bundles, thematic summaries, interpretations, notable facts, findings, reception notes, and asserted-property/standout-fact classifications that group entities by a claim rather than by full attribute coverage.", "file": "50817.jsonl", "format": "jsonl", "content": "{\"entity\":\"Corinna May\",\"claim\":\"won_final_position\",\"value\":\"1 (DQ)\",\"source_doc\":\"50817\"}\n{\"entity\":\"SΓΌrpriz\",\"claim\":\"final_position\",\"value\":\"2\",\"source_doc\":\"50817\"}\n{\"entity\":\"Jeanette Biedermann\",\"claim\":\"received_percentage_of_votes\",\"value\":\"12.2%\",\"source_doc\":\"50817\"}\n{\"entity\":\"SΓΌrpriz\",\"claim\":\"received_percentage_of_votes\",\"value\":\"16.2%\",\"source_doc\":\"50817\"}\n{\"entity\":\"Corinna May\",\"claim\":\"received_percentage_of_votes\",\"value\":\"32.6%\",\"source_doc\":\"50817\"}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "50817.jsonl", "format": "jsonl", "content": "{\"question\":\"When was the final of Countdown Grand Prix 1999?\",\"answer\":\"12 March 1999.\",\"source_doc\":\"50817\"}\n{\"question\":\"Who performed 'Das tut unheimlich weh' in Countdown Grand Prix 1999?\",\"answer\":\"Jeanette Biedermann.\",\"source_doc\":\"50817\"}\n{\"question\":\"Who performed 'Lover boy' in Countdown Grand Prix 1999?\",\"answer\":\"Carol Bee.\",\"source_doc\":\"50817\"}\n{\"question\":\"Who performed 'Ein biΓchen Sonne, ein biΓchen Regen' in Countdown Grand Prix 1999?\",\"answer\":\"Patrick Lindner.\",\"source_doc\":\"50817\"}\n{\"question\":\"Who performed 'Ich habe meine Tage' in Countdown Grand Prix 1999?\",\"answer\":\"MegasΓΌΓ.\",\"source_doc\":\"50817\"}\n{\"question\":\"Who performed 'Reise nach Jerusalem - KudΓΌs`e Seyahat' in Countdown Grand Prix 1999?\",\"answer\":\"SΓΌrpriz.\",\"source_doc\":\"50817\"}\n{\"question\":\"Who performed 'Heaven' in Countdown Grand Prix 1999?\",\"answer\":\"Elvin.\",\"source_doc\":\"50817\"}\n{\"question\":\"Who performed 'HΓΆr den Kindern einfach zu' in Countdown Grand Prix 1999?\",\"answer\":\"Corinna May.\",\"source_doc\":\"50817\"}\n{\"question\":\"Who performed 'Itsy Bitsy Spider' in Countdown Grand Prix 1999?\",\"answer\":\"Naima.\",\"source_doc\":\"50817\"}\n{\"question\":\"Which act finished in 2nd place in Countdown Grand Prix 1999?\",\"answer\":\"SΓΌrpriz.\",\"source_doc\":\"50817\"}\n{\"question\":\"Which act was listed as 1st (DQ) in Countdown Grand Prix 1999?\",\"answer\":\"Corinna May.\",\"source_doc\":\"50817\"}\n"}]}, {"doc_id": "50818", "is_supporting": true, "n_structures": 3, "contents": "# Germany in the Eurovision Song Contest 1999 - Countdown Grand Prix 1999\nFinal β 12 March 1999\n\n| Singing_position | Song_title | Informal_translation | Act | Percentage_of_votes | Final_position_ |\n| --- | --- | --- | --- | --- | --- |\n| 9 | Bye bye bar | - | Michael von der Heide | Unknown | 5 |\n| 10 | Lost in love | - | Wind | Unknown | 10 |\n| 11 | Together we`re strong | - | Cathrin | 15.9% | 3 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "50818.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,singing_position_int,song_title,informal_translation,percentage_of_votes,final_position_int\nmichael_von_der_heide,Michael von der Heide,50818,9,Bye bye bar,-,Unknown,5\nwind,Wind,50818,10,Lost in love,-,Unknown,10\ncathrin,Cathrin,50818,11,\"Together we`re strong\",-,\"15.9%\",3\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "50818.timeline.json", "format": "json", "content": "{\"source_doc\":\"50818\",\"events\":[{\"date\":\"1999-03-12\",\"event\":\"Countdown Grand Prix 1999 final held; Michael von der Heide performed \\\"Bye bye bar\\\" in singing position 9 and placed 5th.\",\"entities\":[\"Countdown Grand Prix 1999\",\"Michael von der Heide\",\"Bye bye bar\"]},{\"date\":\"1999-03-12\",\"event\":\"Countdown Grand Prix 1999 final held; Wind performed \\\"Lost in love\\\" in singing position 10 and placed 10th.\",\"entities\":[\"Countdown Grand Prix 1999\",\"Wind\",\"Lost in love\"]},{\"date\":\"1999-03-12\",\"event\":\"Countdown Grand Prix 1999 final held; Cathrin performed \\\"Together we`re strong\\\" in singing position 11, received 15.9% of votes, and placed 3rd.\",\"entities\":[\"Countdown Grand Prix 1999\",\"Cathrin\",\"Together we`re strong\"]}]}\n"}, {"shape_id": "relation_graphs_and_mappings", "description": "Artifacts whose main value is explicit links among entities: triples, affiliations, succession, memberships, adaptations, ownership, cast-role mappings, collaborations, reverse relation lookups, and tupleized fact maps (mini knowledge graphs).", "file": "50818.edges.jsonl", "format": "jsonl", "content": "{\"head\":\"Michael von der Heide\",\"relation\":\"performed_song\",\"tail\":\"Bye bye bar\",\"source_doc\":\"50818\"}\n{\"head\":\"Michael von der Heide\",\"relation\":\"had_singing_position\",\"tail\":\"9\",\"source_doc\":\"50818\"}\n{\"head\":\"Michael von der Heide\",\"relation\":\"placed_final_position\",\"tail\":\"5\",\"source_doc\":\"50818\"}\n{\"head\":\"Wind\",\"relation\":\"performed_song\",\"tail\":\"Lost in love\",\"source_doc\":\"50818\"}\n{\"head\":\"Wind\",\"relation\":\"had_singing_position\",\"tail\":\"10\",\"source_doc\":\"50818\"}\n{\"head\":\"Wind\",\"relation\":\"placed_final_position\",\"tail\":\"10\",\"source_doc\":\"50818\"}\n{\"head\":\"Cathrin\",\"relation\":\"performed_song\",\"tail\":\"Together we`re strong\",\"source_doc\":\"50818\"}\n{\"head\":\"Cathrin\",\"relation\":\"had_singing_position\",\"tail\":\"11\",\"source_doc\":\"50818\"}\n{\"head\":\"Cathrin\",\"relation\":\"received_percentage_of_votes\",\"tail\":\"15.9%\",\"source_doc\":\"50818\"}\n{\"head\":\"Cathrin\",\"relation\":\"placed_final_position\",\"tail\":\"3\",\"source_doc\":\"50818\"}\n"}]}]}
|
e2e_structures/records/wikitq-00069.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00069", "dataset_origin": "WikiTQ", "original_table_id": "203-755", "question": "How many songs are on the list for the Eurovision Song Contest 1999 in Germany?", "gold_answers": ["11"], "sql": "SELECT COUNT ( Song_title ) FROM table_203_755 ", "n_docs": 2, "n_structures": 7, "docs": [{"doc_id": "50817", "is_supporting": true, "n_structures": 4, "contents": "# Germany in the Eurovision Song Contest 1999 - Countdown Grand Prix 1999\nFinal β 12 March 1999\n\n| Singing_position | Song_title | Informal_translation | Act | Percentage_of_votes | Final_position_ |\n| --- | --- | --- | --- | --- | --- |\n| 1 | Das tut unheimlich weh | It hurts so much | Jeanette Biedermann | 12.2% | 4 |\n| 2 | Lover boy | - | Carol Bee | Unknown | 7 |\n| 3 | Ein biΓchen Sonne, ein biΓchen Regen | A little sun, a little rain | Patrick Lindner | Unknown | 6 |\n| 4 | Ich habe meine Tage | I`ve got my period | MegasΓΌΓ | Unknown | 8 |\n| 5 | Reise nach Jerusalem - KudΓΌs`e Seyahat | Journey to Jerusalem | SΓΌrpriz | 16.2% | 2 |\n| 6 | Heaven | - | Elvin | Unknown | 9 |\n| 7 | HΓΆr den Kindern einfach zu | Just listen to the children | Corinna May | 32.6% | 1 (DQ) |\n| 8 | Itsy Bitsy Spider | - | Naima | Unknown | 11 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "50817.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,singing_position_int,song_title,informal_translation,percentage_of_votes,final_position\njeanette_biedermann,Jeanette Biedermann,50817,1,Das tut unheimlich weh,It hurts so much,12.2%,4\ncarol_bee,Carol Bee,50817,2,Lover boy,-,Unknown,7\npatrick_lindner,Patrick Lindner,50817,3,\"Ein biΓchen Sonne, ein biΓchen Regen\",\"A little sun, a little rain\",Unknown,6\nmegasuss,MegasΓΌΓ,50817,4,Ich habe meine Tage,\"I`ve got my period\",Unknown,8\nsurpriz,SΓΌrpriz,50817,5,\"Reise nach Jerusalem - KudΓΌs`e Seyahat\",Journey to Jerusalem,16.2%,2\nelvin,Elvin,50817,6,Heaven,-,Unknown,9\ncorinna_may,Corinna May,50817,7,HΓΆr den Kindern einfach zu,Just listen to the children,32.6%,\"1 (DQ)\"\nnaima,Naima,50817,8,Itsy Bitsy Spider,-,Unknown,11\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "50817.timeline.json", "format": "json", "content": "{\"source_doc\":\"50817\",\"events\":[{\"date\":\"1999-03-12\",\"event\":\"Countdown Grand Prix 1999 final held for Germany in the Eurovision Song Contest 1999 selection.\",\"entities\":[\"Countdown Grand Prix 1999\",\"Germany in the Eurovision Song Contest 1999\"]}]}\n"}, {"shape_id": "claim_and_theme_summaries", "description": "Curated claim bundles, thematic summaries, interpretations, notable facts, findings, reception notes, and asserted-property/standout-fact classifications that group entities by a claim rather than by full attribute coverage.", "file": "50817.jsonl", "format": "jsonl", "content": "{\"entity\":\"Corinna May\",\"claim\":\"won_final_position\",\"value\":\"1 (DQ)\",\"source_doc\":\"50817\"}\n{\"entity\":\"SΓΌrpriz\",\"claim\":\"final_position\",\"value\":\"2\",\"source_doc\":\"50817\"}\n{\"entity\":\"Jeanette Biedermann\",\"claim\":\"received_percentage_of_votes\",\"value\":\"12.2%\",\"source_doc\":\"50817\"}\n{\"entity\":\"SΓΌrpriz\",\"claim\":\"received_percentage_of_votes\",\"value\":\"16.2%\",\"source_doc\":\"50817\"}\n{\"entity\":\"Corinna May\",\"claim\":\"received_percentage_of_votes\",\"value\":\"32.6%\",\"source_doc\":\"50817\"}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "50817.jsonl", "format": "jsonl", "content": "{\"question\":\"When was the final of Countdown Grand Prix 1999?\",\"answer\":\"12 March 1999.\",\"source_doc\":\"50817\"}\n{\"question\":\"Who performed 'Das tut unheimlich weh' in Countdown Grand Prix 1999?\",\"answer\":\"Jeanette Biedermann.\",\"source_doc\":\"50817\"}\n{\"question\":\"Who performed 'Lover boy' in Countdown Grand Prix 1999?\",\"answer\":\"Carol Bee.\",\"source_doc\":\"50817\"}\n{\"question\":\"Who performed 'Ein biΓchen Sonne, ein biΓchen Regen' in Countdown Grand Prix 1999?\",\"answer\":\"Patrick Lindner.\",\"source_doc\":\"50817\"}\n{\"question\":\"Who performed 'Ich habe meine Tage' in Countdown Grand Prix 1999?\",\"answer\":\"MegasΓΌΓ.\",\"source_doc\":\"50817\"}\n{\"question\":\"Who performed 'Reise nach Jerusalem - KudΓΌs`e Seyahat' in Countdown Grand Prix 1999?\",\"answer\":\"SΓΌrpriz.\",\"source_doc\":\"50817\"}\n{\"question\":\"Who performed 'Heaven' in Countdown Grand Prix 1999?\",\"answer\":\"Elvin.\",\"source_doc\":\"50817\"}\n{\"question\":\"Who performed 'HΓΆr den Kindern einfach zu' in Countdown Grand Prix 1999?\",\"answer\":\"Corinna May.\",\"source_doc\":\"50817\"}\n{\"question\":\"Who performed 'Itsy Bitsy Spider' in Countdown Grand Prix 1999?\",\"answer\":\"Naima.\",\"source_doc\":\"50817\"}\n{\"question\":\"Which act finished in 2nd place in Countdown Grand Prix 1999?\",\"answer\":\"SΓΌrpriz.\",\"source_doc\":\"50817\"}\n{\"question\":\"Which act was listed as 1st (DQ) in Countdown Grand Prix 1999?\",\"answer\":\"Corinna May.\",\"source_doc\":\"50817\"}\n"}]}, {"doc_id": "50818", "is_supporting": true, "n_structures": 3, "contents": "# Germany in the Eurovision Song Contest 1999 - Countdown Grand Prix 1999\nFinal β 12 March 1999\n\n| Singing_position | Song_title | Informal_translation | Act | Percentage_of_votes | Final_position_ |\n| --- | --- | --- | --- | --- | --- |\n| 9 | Bye bye bar | - | Michael von der Heide | Unknown | 5 |\n| 10 | Lost in love | - | Wind | Unknown | 10 |\n| 11 | Together we`re strong | - | Cathrin | 15.9% | 3 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "50818.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,singing_position_int,song_title,informal_translation,percentage_of_votes,final_position_int\nmichael_von_der_heide,Michael von der Heide,50818,9,Bye bye bar,-,Unknown,5\nwind,Wind,50818,10,Lost in love,-,Unknown,10\ncathrin,Cathrin,50818,11,\"Together we`re strong\",-,\"15.9%\",3\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "50818.timeline.json", "format": "json", "content": "{\"source_doc\":\"50818\",\"events\":[{\"date\":\"1999-03-12\",\"event\":\"Countdown Grand Prix 1999 final held; Michael von der Heide performed \\\"Bye bye bar\\\" in singing position 9 and placed 5th.\",\"entities\":[\"Countdown Grand Prix 1999\",\"Michael von der Heide\",\"Bye bye bar\"]},{\"date\":\"1999-03-12\",\"event\":\"Countdown Grand Prix 1999 final held; Wind performed \\\"Lost in love\\\" in singing position 10 and placed 10th.\",\"entities\":[\"Countdown Grand Prix 1999\",\"Wind\",\"Lost in love\"]},{\"date\":\"1999-03-12\",\"event\":\"Countdown Grand Prix 1999 final held; Cathrin performed \\\"Together we`re strong\\\" in singing position 11, received 15.9% of votes, and placed 3rd.\",\"entities\":[\"Countdown Grand Prix 1999\",\"Cathrin\",\"Together we`re strong\"]}]}\n"}, {"shape_id": "relation_graphs_and_mappings", "description": "Artifacts whose main value is explicit links among entities: triples, affiliations, succession, memberships, adaptations, ownership, cast-role mappings, collaborations, reverse relation lookups, and tupleized fact maps (mini knowledge graphs).", "file": "50818.edges.jsonl", "format": "jsonl", "content": "{\"head\":\"Michael von der Heide\",\"relation\":\"performed_song\",\"tail\":\"Bye bye bar\",\"source_doc\":\"50818\"}\n{\"head\":\"Michael von der Heide\",\"relation\":\"had_singing_position\",\"tail\":\"9\",\"source_doc\":\"50818\"}\n{\"head\":\"Michael von der Heide\",\"relation\":\"placed_final_position\",\"tail\":\"5\",\"source_doc\":\"50818\"}\n{\"head\":\"Wind\",\"relation\":\"performed_song\",\"tail\":\"Lost in love\",\"source_doc\":\"50818\"}\n{\"head\":\"Wind\",\"relation\":\"had_singing_position\",\"tail\":\"10\",\"source_doc\":\"50818\"}\n{\"head\":\"Wind\",\"relation\":\"placed_final_position\",\"tail\":\"10\",\"source_doc\":\"50818\"}\n{\"head\":\"Cathrin\",\"relation\":\"performed_song\",\"tail\":\"Together we`re strong\",\"source_doc\":\"50818\"}\n{\"head\":\"Cathrin\",\"relation\":\"had_singing_position\",\"tail\":\"11\",\"source_doc\":\"50818\"}\n{\"head\":\"Cathrin\",\"relation\":\"received_percentage_of_votes\",\"tail\":\"15.9%\",\"source_doc\":\"50818\"}\n{\"head\":\"Cathrin\",\"relation\":\"placed_final_position\",\"tail\":\"3\",\"source_doc\":\"50818\"}\n"}]}]}
|
e2e_structures/records/wikitq-00124.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00124", "dataset_origin": "WikiTQ", "original_table_id": "204-718", "question": "How many opponents are playing at 4:00 p.m. in the 2009-10 Colgate Raiders women's hockey season?", "gold_answers": ["10"], "sql": "SELECT COUNT ( Opponent ) FROM table_204_718 WHERE Time_ = '4 p.m.' ", "n_docs": 2, "n_structures": 6, "docs": [{"doc_id": "53344", "is_supporting": true, "n_structures": 2, "contents": "# 2009β10 Colgate Raiders women's ice hockey season - Regular season\nSchedule\n\n| Date_ | Opponent | Time_ | Score | Record_ |\n| --- | --- | --- | --- | --- |\n| 10/9/2009 | University of New Hampshire | 7 p.m. | Loss, 4-0 | 0-1-0 |\n| 10/10/2009 | Boston College | 5 p.m. | | |\n| 10/16/2009 | Providence College | 7 p.m. | 1-4 | |\n| 10/17/2009 | University of Connecticut | 4 p.m. | | |\n| 10/23/2009 | Wayne State University | 7 p.m. | | |\n| 10/24/2009 | Wayne State University | 2 p.m. | | |\n| 10/30/2009 | Harvard University | 7 p.m. | | |\n| 10/31/2009 | Dartmouth College | 3:30 p.m. | | |\n| 11/6/2009 | Rensselaer | 2:30 p.m. | | |\n| 11/7/2009 | Union College | 2:30 p.m. | 4-0 | |\n| 11/13/2009 | St. Lawrence University | 7 p.m. | | |\n| 11/14/2009 | Clarkson University | 4 p.m. | | |\n| 11/20/2009 | Quinnipiac University | 7 p.m. | | |\n| 11/21/2009 | Princeton University | 4 p.m. | | |\n| 11/24/2009 | Syracuse University | 7 p.m. | | |\n| 11/27/2009 | Mercyhurst College | 7 p.m. | | |\n| 11/28/2009 | Mercyhurst College | 2 p.m. | | |\n| 12/4/2009 | Brown University | 7 p.m. | | |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "53344.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,date,time,score,record\nuniversity_of_new_hampshire,University of New Hampshire,53344,10/9/2009,7 p.m.,\"Loss, 4-0\",0-1-0\nboston_college,Boston College,53344,10/10/2009,5 p.m.,,\nprovidence_college,Providence College,53344,10/16/2009,7 p.m.,1-4,\nuniversity_of_connecticut,University of Connecticut,53344,10/17/2009,4 p.m.,,\nwayne_state_university,Wayne State University,53344,10/23/2009,7 p.m.,,\nwayne_state_university,Wayne State University,53344,10/24/2009,2 p.m.,,\nharvard_university,Harvard University,53344,10/30/2009,7 p.m.,,\ndartmouth_college,Dartmouth College,53344,10/31/2009,3:30 p.m.,,\nrensselaer,Rensselaer,53344,11/6/2009,2:30 p.m.,,\nunion_college,Union College,53344,11/7/2009,2:30 p.m.,4-0,\nst_lawrence_university,St. Lawrence University,53344,11/13/2009,7 p.m.,,\nclarkson_university,Clarkson University,53344,11/14/2009,4 p.m.,,\nquinnipiac_university,Quinnipiac University,53344,11/20/2009,7 p.m.,,\nprinceton_university,Princeton University,53344,11/21/2009,4 p.m.,,\nsyracuse_university,Syracuse University,53344,11/24/2009,7 p.m.,,\nmercyhurst_college,Mercyhurst College,53344,11/27/2009,7 p.m.,,\nmercyhurst_college,Mercyhurst College,53344,11/28/2009,2 p.m.,,\nbrown_university,Brown University,53344,12/4/2009,7 p.m.,,\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "53344.timeline.json", "format": "json", "content": "{\"source_doc\":\"53344\",\"events\":[{\"date\":\"2009-10-09\",\"event\":\"Regular season game vs University of New Hampshire at 7 p.m.; result: Loss, 4-0; record: 0-1-0\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"University of New Hampshire\"]},{\"date\":\"2009-10-10\",\"event\":\"Regular season game vs Boston College at 5 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Boston College\"]},{\"date\":\"2009-10-16\",\"event\":\"Regular season game vs Providence College at 7 p.m.; result: 1-4\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Providence College\"]},{\"date\":\"2009-10-17\",\"event\":\"Regular season game vs University of Connecticut at 4 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"University of Connecticut\"]},{\"date\":\"2009-10-23\",\"event\":\"Regular season game vs Wayne State University at 7 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Wayne State University\"]},{\"date\":\"2009-10-24\",\"event\":\"Regular season game vs Wayne State University at 2 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Wayne State University\"]},{\"date\":\"2009-10-30\",\"event\":\"Regular season game vs Harvard University at 7 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Harvard University\"]},{\"date\":\"2009-10-31\",\"event\":\"Regular season game vs Dartmouth College at 3:30 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Dartmouth College\"]},{\"date\":\"2009-11-06\",\"event\":\"Regular season game vs Rensselaer at 2:30 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Rensselaer\"]},{\"date\":\"2009-11-07\",\"event\":\"Regular season game vs Union College at 2:30 p.m.; result: 4-0\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Union College\"]},{\"date\":\"2009-11-13\",\"event\":\"Regular season game vs St. Lawrence University at 7 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"St. Lawrence University\"]},{\"date\":\"2009-11-14\",\"event\":\"Regular season game vs Clarkson University at 4 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Clarkson University\"]},{\"date\":\"2009-11-20\",\"event\":\"Regular season game vs Quinnipiac University at 7 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Quinnipiac University\"]},{\"date\":\"2009-11-21\",\"event\":\"Regular season game vs Princeton University at 4 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Princeton University\"]},{\"date\":\"2009-11-24\",\"event\":\"Regular season game vs Syracuse University at 7 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Syracuse University\"]},{\"date\":\"2009-11-27\",\"event\":\"Regular season game vs Mercyhurst College at 7 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Mercyhurst College\"]},{\"date\":\"2009-11-28\",\"event\":\"Regular season game vs Mercyhurst College at 2 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Mercyhurst College\"]},{\"date\":\"2009-12-04\",\"event\":\"Regular season game vs Brown University at 7 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Brown University\"]}]}\n"}]}, {"doc_id": "53345", "is_supporting": true, "n_structures": 4, "contents": "# 2009β10 Colgate Raiders women's ice hockey season - Regular season\nSchedule\n\n| Date_ | Opponent | Time_ | Score | Record_ |\n| --- | --- | --- | --- | --- |\n| 12/5/2009 | Yale University | 4 p.m. | | |\n| 1/2/2010 | Syracuse University | 7 p.m. | | |\n| 1/8/2010 | Niagara University | 7 p.m. | | |\n| 1/9/2010 | Niagara University | 4 p.m. | | |\n| 1/15/2010 | Dartmouth College | 7 p.m. | | |\n| 1/16/2010 | Harvard University | 4 p.m. | | |\n| 1/22/2010 | Cornell University | 3 p.m. | | |\n| 1/23/2010 | Cornell University | 3 p.m. | | |\n| 1/29/2010 | Clarkson University | 7 p.m. | | |\n| 1/30/2010 | St. Lawrence University | 4 p.m. | | |\n| 2/5/2010 | Princeton University | 7 p.m. | | |\n| 2/6/2010 | Quinnipiac University | 4 p.m. | | |\n| 2/12/2010 | Yale University | 7 p.m. | | |\n| 2/13/2010 | Brown University | 4 p.m. | | |\n| 2/19/2010 | Union College | 7 p.m. | 2-1 | |\n| 2/20/2010 | Rensselaer | 4 p.m. | | |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "53345.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,role\ncolgate_raiders_women_s_ice_hockey,2009β10 Colgate Raiders women's ice hockey season,53345,season\nyale_university,Yale University,53345,opponent\nsyracuse_university,Syracuse University,53345,opponent\nniagara_university,Niagara University,53345,opponent\ndartmouth_college,Dartmouth College,53345,opponent\nharvard_university,Harvard University,53345,opponent\ncornell_university,Cornell University,53345,opponent\nclarkson_university,Clarkson University,53345,opponent\nst_lawrence_university,St. Lawrence University,53345,opponent\nprinceton_university,Princeton University,53345,opponent\nquinnipiac_university,Quinnipiac University,53345,opponent\nbrown_university,Brown University,53345,opponent\nunion_college,Union College,53345,opponent\nrensselaer,Rensselaer,53345,opponent\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "53345.timeline.json", "format": "json", "content": "{\"source_doc\":\"53345\",\"events\":[{\"date\":\"2009-12-05\",\"event\":\"Scheduled game vs Yale University at 4 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Yale University\"]},{\"date\":\"2010-01-02\",\"event\":\"Scheduled game vs Syracuse University at 7 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Syracuse University\"]},{\"date\":\"2010-01-08\",\"event\":\"Scheduled game vs Niagara University at 7 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Niagara University\"]},{\"date\":\"2010-01-09\",\"event\":\"Scheduled game vs Niagara University at 4 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Niagara University\"]},{\"date\":\"2010-01-15\",\"event\":\"Scheduled game vs Dartmouth College at 7 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Dartmouth College\"]},{\"date\":\"2010-01-16\",\"event\":\"Scheduled game vs Harvard University at 4 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Harvard University\"]},{\"date\":\"2010-01-22\",\"event\":\"Scheduled game vs Cornell University at 3 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Cornell University\"]},{\"date\":\"2010-01-23\",\"event\":\"Scheduled game vs Cornell University at 3 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Cornell University\"]},{\"date\":\"2010-01-29\",\"event\":\"Scheduled game vs Clarkson University at 7 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Clarkson University\"]},{\"date\":\"2010-01-30\",\"event\":\"Scheduled game vs St. Lawrence University at 4 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"St. Lawrence University\"]},{\"date\":\"2010-02-05\",\"event\":\"Scheduled game vs Princeton University at 7 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Princeton University\"]},{\"date\":\"2010-02-06\",\"event\":\"Scheduled game vs Quinnipiac University at 4 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Quinnipiac University\"]},{\"date\":\"2010-02-12\",\"event\":\"Scheduled game vs Yale University at 7 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Yale University\"]},{\"date\":\"2010-02-13\",\"event\":\"Scheduled game vs Brown University at 4 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Brown University\"]},{\"date\":\"2010-02-19\",\"event\":\"Game vs Union College at 7 p.m.; score 2-1.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Union College\"]},{\"date\":\"2010-02-20\",\"event\":\"Scheduled game vs Rensselaer at 4 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Rensselaer\"]}]}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "53345.jsonl", "format": "jsonl", "content": "{\"question\":\"Who did the 2009β10 Colgate Raiders women's ice hockey team play on December 5, 2009?\",\"answer\":\"Yale University.\",\"source_doc\":\"53345\"}\n{\"question\":\"When did the 2009β10 Colgate Raiders women's ice hockey team play Syracuse University in this schedule?\",\"answer\":\"January 2, 2010 at 7 p.m.\",\"source_doc\":\"53345\"}\n{\"question\":\"Which opponent appeared twice in a row on January 8 and 9, 2010?\",\"answer\":\"Niagara University.\",\"source_doc\":\"53345\"}\n{\"question\":\"Who was the opponent on January 16, 2010?\",\"answer\":\"Harvard University.\",\"source_doc\":\"53345\"}\n{\"question\":\"What was the recorded score on February 19, 2010?\",\"answer\":\"2-1 against Union College.\",\"source_doc\":\"53345\"}\n{\"question\":\"Who was the opponent on February 20, 2010?\",\"answer\":\"Rensselaer.\",\"source_doc\":\"53345\"}\n"}, {"shape_id": "relation_graphs_and_mappings", "description": "Artifacts whose main value is explicit links among entities: triples, affiliations, succession, memberships, adaptations, ownership, cast-role mappings, collaborations, reverse relation lookups, and tupleized fact maps (mini knowledge graphs).", "file": "53345.edges.jsonl", "format": "jsonl", "content": "{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Yale University\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Syracuse University\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Niagara University\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Dartmouth College\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Harvard University\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Cornell University\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Clarkson University\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"St. Lawrence University\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Princeton University\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Quinnipiac University\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Brown University\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Union College\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Rensselaer\",\"source_doc\":\"53345\"}\n"}]}]}
|
e2e_structures/records/wikitq-00125.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00125", "dataset_origin": "WikiTQ", "original_table_id": "204-718", "question": "How many games will be played at 2:00 p.m. in the 2009-10 Colgate Raiders hockey season?", "gold_answers": ["2"], "sql": "SELECT COUNT ( * ) FROM table_204_718 WHERE Time_ = '2 p.m.' ", "n_docs": 1, "n_structures": 2, "docs": [{"doc_id": "53344", "is_supporting": true, "n_structures": 2, "contents": "# 2009β10 Colgate Raiders women's ice hockey season - Regular season\nSchedule\n\n| Date_ | Opponent | Time_ | Score | Record_ |\n| --- | --- | --- | --- | --- |\n| 10/9/2009 | University of New Hampshire | 7 p.m. | Loss, 4-0 | 0-1-0 |\n| 10/10/2009 | Boston College | 5 p.m. | | |\n| 10/16/2009 | Providence College | 7 p.m. | 1-4 | |\n| 10/17/2009 | University of Connecticut | 4 p.m. | | |\n| 10/23/2009 | Wayne State University | 7 p.m. | | |\n| 10/24/2009 | Wayne State University | 2 p.m. | | |\n| 10/30/2009 | Harvard University | 7 p.m. | | |\n| 10/31/2009 | Dartmouth College | 3:30 p.m. | | |\n| 11/6/2009 | Rensselaer | 2:30 p.m. | | |\n| 11/7/2009 | Union College | 2:30 p.m. | 4-0 | |\n| 11/13/2009 | St. Lawrence University | 7 p.m. | | |\n| 11/14/2009 | Clarkson University | 4 p.m. | | |\n| 11/20/2009 | Quinnipiac University | 7 p.m. | | |\n| 11/21/2009 | Princeton University | 4 p.m. | | |\n| 11/24/2009 | Syracuse University | 7 p.m. | | |\n| 11/27/2009 | Mercyhurst College | 7 p.m. | | |\n| 11/28/2009 | Mercyhurst College | 2 p.m. | | |\n| 12/4/2009 | Brown University | 7 p.m. | | |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "53344.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,date,time,score,record\nuniversity_of_new_hampshire,University of New Hampshire,53344,10/9/2009,7 p.m.,\"Loss, 4-0\",0-1-0\nboston_college,Boston College,53344,10/10/2009,5 p.m.,,\nprovidence_college,Providence College,53344,10/16/2009,7 p.m.,1-4,\nuniversity_of_connecticut,University of Connecticut,53344,10/17/2009,4 p.m.,,\nwayne_state_university,Wayne State University,53344,10/23/2009,7 p.m.,,\nwayne_state_university,Wayne State University,53344,10/24/2009,2 p.m.,,\nharvard_university,Harvard University,53344,10/30/2009,7 p.m.,,\ndartmouth_college,Dartmouth College,53344,10/31/2009,3:30 p.m.,,\nrensselaer,Rensselaer,53344,11/6/2009,2:30 p.m.,,\nunion_college,Union College,53344,11/7/2009,2:30 p.m.,4-0,\nst_lawrence_university,St. Lawrence University,53344,11/13/2009,7 p.m.,,\nclarkson_university,Clarkson University,53344,11/14/2009,4 p.m.,,\nquinnipiac_university,Quinnipiac University,53344,11/20/2009,7 p.m.,,\nprinceton_university,Princeton University,53344,11/21/2009,4 p.m.,,\nsyracuse_university,Syracuse University,53344,11/24/2009,7 p.m.,,\nmercyhurst_college,Mercyhurst College,53344,11/27/2009,7 p.m.,,\nmercyhurst_college,Mercyhurst College,53344,11/28/2009,2 p.m.,,\nbrown_university,Brown University,53344,12/4/2009,7 p.m.,,\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "53344.timeline.json", "format": "json", "content": "{\"source_doc\":\"53344\",\"events\":[{\"date\":\"2009-10-09\",\"event\":\"Regular season game vs University of New Hampshire at 7 p.m.; result: Loss, 4-0; record: 0-1-0\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"University of New Hampshire\"]},{\"date\":\"2009-10-10\",\"event\":\"Regular season game vs Boston College at 5 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Boston College\"]},{\"date\":\"2009-10-16\",\"event\":\"Regular season game vs Providence College at 7 p.m.; result: 1-4\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Providence College\"]},{\"date\":\"2009-10-17\",\"event\":\"Regular season game vs University of Connecticut at 4 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"University of Connecticut\"]},{\"date\":\"2009-10-23\",\"event\":\"Regular season game vs Wayne State University at 7 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Wayne State University\"]},{\"date\":\"2009-10-24\",\"event\":\"Regular season game vs Wayne State University at 2 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Wayne State University\"]},{\"date\":\"2009-10-30\",\"event\":\"Regular season game vs Harvard University at 7 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Harvard University\"]},{\"date\":\"2009-10-31\",\"event\":\"Regular season game vs Dartmouth College at 3:30 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Dartmouth College\"]},{\"date\":\"2009-11-06\",\"event\":\"Regular season game vs Rensselaer at 2:30 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Rensselaer\"]},{\"date\":\"2009-11-07\",\"event\":\"Regular season game vs Union College at 2:30 p.m.; result: 4-0\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Union College\"]},{\"date\":\"2009-11-13\",\"event\":\"Regular season game vs St. Lawrence University at 7 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"St. Lawrence University\"]},{\"date\":\"2009-11-14\",\"event\":\"Regular season game vs Clarkson University at 4 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Clarkson University\"]},{\"date\":\"2009-11-20\",\"event\":\"Regular season game vs Quinnipiac University at 7 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Quinnipiac University\"]},{\"date\":\"2009-11-21\",\"event\":\"Regular season game vs Princeton University at 4 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Princeton University\"]},{\"date\":\"2009-11-24\",\"event\":\"Regular season game vs Syracuse University at 7 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Syracuse University\"]},{\"date\":\"2009-11-27\",\"event\":\"Regular season game vs Mercyhurst College at 7 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Mercyhurst College\"]},{\"date\":\"2009-11-28\",\"event\":\"Regular season game vs Mercyhurst College at 2 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Mercyhurst College\"]},{\"date\":\"2009-12-04\",\"event\":\"Regular season game vs Brown University at 7 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Brown University\"]}]}\n"}]}]}
|
e2e_structures/records/wikitq-00126.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00126", "dataset_origin": "WikiTQ", "original_table_id": "204-718", "question": "Regarding the 2009/10 Colgate Raiders women's hockey season, how many games were scheduled from 10/9/2009 to 2/20/2010?", "gold_answers": ["34"], "sql": "SELECT COUNT ( * ) FROM table_204_718 ", "n_docs": 2, "n_structures": 6, "docs": [{"doc_id": "53344", "is_supporting": true, "n_structures": 2, "contents": "# 2009β10 Colgate Raiders women's ice hockey season - Regular season\nSchedule\n\n| Date_ | Opponent | Time_ | Score | Record_ |\n| --- | --- | --- | --- | --- |\n| 10/9/2009 | University of New Hampshire | 7 p.m. | Loss, 4-0 | 0-1-0 |\n| 10/10/2009 | Boston College | 5 p.m. | | |\n| 10/16/2009 | Providence College | 7 p.m. | 1-4 | |\n| 10/17/2009 | University of Connecticut | 4 p.m. | | |\n| 10/23/2009 | Wayne State University | 7 p.m. | | |\n| 10/24/2009 | Wayne State University | 2 p.m. | | |\n| 10/30/2009 | Harvard University | 7 p.m. | | |\n| 10/31/2009 | Dartmouth College | 3:30 p.m. | | |\n| 11/6/2009 | Rensselaer | 2:30 p.m. | | |\n| 11/7/2009 | Union College | 2:30 p.m. | 4-0 | |\n| 11/13/2009 | St. Lawrence University | 7 p.m. | | |\n| 11/14/2009 | Clarkson University | 4 p.m. | | |\n| 11/20/2009 | Quinnipiac University | 7 p.m. | | |\n| 11/21/2009 | Princeton University | 4 p.m. | | |\n| 11/24/2009 | Syracuse University | 7 p.m. | | |\n| 11/27/2009 | Mercyhurst College | 7 p.m. | | |\n| 11/28/2009 | Mercyhurst College | 2 p.m. | | |\n| 12/4/2009 | Brown University | 7 p.m. | | |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "53344.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,date,time,score,record\nuniversity_of_new_hampshire,University of New Hampshire,53344,10/9/2009,7 p.m.,\"Loss, 4-0\",0-1-0\nboston_college,Boston College,53344,10/10/2009,5 p.m.,,\nprovidence_college,Providence College,53344,10/16/2009,7 p.m.,1-4,\nuniversity_of_connecticut,University of Connecticut,53344,10/17/2009,4 p.m.,,\nwayne_state_university,Wayne State University,53344,10/23/2009,7 p.m.,,\nwayne_state_university,Wayne State University,53344,10/24/2009,2 p.m.,,\nharvard_university,Harvard University,53344,10/30/2009,7 p.m.,,\ndartmouth_college,Dartmouth College,53344,10/31/2009,3:30 p.m.,,\nrensselaer,Rensselaer,53344,11/6/2009,2:30 p.m.,,\nunion_college,Union College,53344,11/7/2009,2:30 p.m.,4-0,\nst_lawrence_university,St. Lawrence University,53344,11/13/2009,7 p.m.,,\nclarkson_university,Clarkson University,53344,11/14/2009,4 p.m.,,\nquinnipiac_university,Quinnipiac University,53344,11/20/2009,7 p.m.,,\nprinceton_university,Princeton University,53344,11/21/2009,4 p.m.,,\nsyracuse_university,Syracuse University,53344,11/24/2009,7 p.m.,,\nmercyhurst_college,Mercyhurst College,53344,11/27/2009,7 p.m.,,\nmercyhurst_college,Mercyhurst College,53344,11/28/2009,2 p.m.,,\nbrown_university,Brown University,53344,12/4/2009,7 p.m.,,\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "53344.timeline.json", "format": "json", "content": "{\"source_doc\":\"53344\",\"events\":[{\"date\":\"2009-10-09\",\"event\":\"Regular season game vs University of New Hampshire at 7 p.m.; result: Loss, 4-0; record: 0-1-0\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"University of New Hampshire\"]},{\"date\":\"2009-10-10\",\"event\":\"Regular season game vs Boston College at 5 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Boston College\"]},{\"date\":\"2009-10-16\",\"event\":\"Regular season game vs Providence College at 7 p.m.; result: 1-4\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Providence College\"]},{\"date\":\"2009-10-17\",\"event\":\"Regular season game vs University of Connecticut at 4 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"University of Connecticut\"]},{\"date\":\"2009-10-23\",\"event\":\"Regular season game vs Wayne State University at 7 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Wayne State University\"]},{\"date\":\"2009-10-24\",\"event\":\"Regular season game vs Wayne State University at 2 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Wayne State University\"]},{\"date\":\"2009-10-30\",\"event\":\"Regular season game vs Harvard University at 7 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Harvard University\"]},{\"date\":\"2009-10-31\",\"event\":\"Regular season game vs Dartmouth College at 3:30 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Dartmouth College\"]},{\"date\":\"2009-11-06\",\"event\":\"Regular season game vs Rensselaer at 2:30 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Rensselaer\"]},{\"date\":\"2009-11-07\",\"event\":\"Regular season game vs Union College at 2:30 p.m.; result: 4-0\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Union College\"]},{\"date\":\"2009-11-13\",\"event\":\"Regular season game vs St. Lawrence University at 7 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"St. Lawrence University\"]},{\"date\":\"2009-11-14\",\"event\":\"Regular season game vs Clarkson University at 4 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Clarkson University\"]},{\"date\":\"2009-11-20\",\"event\":\"Regular season game vs Quinnipiac University at 7 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Quinnipiac University\"]},{\"date\":\"2009-11-21\",\"event\":\"Regular season game vs Princeton University at 4 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Princeton University\"]},{\"date\":\"2009-11-24\",\"event\":\"Regular season game vs Syracuse University at 7 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Syracuse University\"]},{\"date\":\"2009-11-27\",\"event\":\"Regular season game vs Mercyhurst College at 7 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Mercyhurst College\"]},{\"date\":\"2009-11-28\",\"event\":\"Regular season game vs Mercyhurst College at 2 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Mercyhurst College\"]},{\"date\":\"2009-12-04\",\"event\":\"Regular season game vs Brown University at 7 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Brown University\"]}]}\n"}]}, {"doc_id": "53345", "is_supporting": true, "n_structures": 4, "contents": "# 2009β10 Colgate Raiders women's ice hockey season - Regular season\nSchedule\n\n| Date_ | Opponent | Time_ | Score | Record_ |\n| --- | --- | --- | --- | --- |\n| 12/5/2009 | Yale University | 4 p.m. | | |\n| 1/2/2010 | Syracuse University | 7 p.m. | | |\n| 1/8/2010 | Niagara University | 7 p.m. | | |\n| 1/9/2010 | Niagara University | 4 p.m. | | |\n| 1/15/2010 | Dartmouth College | 7 p.m. | | |\n| 1/16/2010 | Harvard University | 4 p.m. | | |\n| 1/22/2010 | Cornell University | 3 p.m. | | |\n| 1/23/2010 | Cornell University | 3 p.m. | | |\n| 1/29/2010 | Clarkson University | 7 p.m. | | |\n| 1/30/2010 | St. Lawrence University | 4 p.m. | | |\n| 2/5/2010 | Princeton University | 7 p.m. | | |\n| 2/6/2010 | Quinnipiac University | 4 p.m. | | |\n| 2/12/2010 | Yale University | 7 p.m. | | |\n| 2/13/2010 | Brown University | 4 p.m. | | |\n| 2/19/2010 | Union College | 7 p.m. | 2-1 | |\n| 2/20/2010 | Rensselaer | 4 p.m. | | |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "53345.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,role\ncolgate_raiders_women_s_ice_hockey,2009β10 Colgate Raiders women's ice hockey season,53345,season\nyale_university,Yale University,53345,opponent\nsyracuse_university,Syracuse University,53345,opponent\nniagara_university,Niagara University,53345,opponent\ndartmouth_college,Dartmouth College,53345,opponent\nharvard_university,Harvard University,53345,opponent\ncornell_university,Cornell University,53345,opponent\nclarkson_university,Clarkson University,53345,opponent\nst_lawrence_university,St. Lawrence University,53345,opponent\nprinceton_university,Princeton University,53345,opponent\nquinnipiac_university,Quinnipiac University,53345,opponent\nbrown_university,Brown University,53345,opponent\nunion_college,Union College,53345,opponent\nrensselaer,Rensselaer,53345,opponent\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "53345.timeline.json", "format": "json", "content": "{\"source_doc\":\"53345\",\"events\":[{\"date\":\"2009-12-05\",\"event\":\"Scheduled game vs Yale University at 4 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Yale University\"]},{\"date\":\"2010-01-02\",\"event\":\"Scheduled game vs Syracuse University at 7 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Syracuse University\"]},{\"date\":\"2010-01-08\",\"event\":\"Scheduled game vs Niagara University at 7 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Niagara University\"]},{\"date\":\"2010-01-09\",\"event\":\"Scheduled game vs Niagara University at 4 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Niagara University\"]},{\"date\":\"2010-01-15\",\"event\":\"Scheduled game vs Dartmouth College at 7 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Dartmouth College\"]},{\"date\":\"2010-01-16\",\"event\":\"Scheduled game vs Harvard University at 4 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Harvard University\"]},{\"date\":\"2010-01-22\",\"event\":\"Scheduled game vs Cornell University at 3 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Cornell University\"]},{\"date\":\"2010-01-23\",\"event\":\"Scheduled game vs Cornell University at 3 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Cornell University\"]},{\"date\":\"2010-01-29\",\"event\":\"Scheduled game vs Clarkson University at 7 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Clarkson University\"]},{\"date\":\"2010-01-30\",\"event\":\"Scheduled game vs St. Lawrence University at 4 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"St. Lawrence University\"]},{\"date\":\"2010-02-05\",\"event\":\"Scheduled game vs Princeton University at 7 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Princeton University\"]},{\"date\":\"2010-02-06\",\"event\":\"Scheduled game vs Quinnipiac University at 4 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Quinnipiac University\"]},{\"date\":\"2010-02-12\",\"event\":\"Scheduled game vs Yale University at 7 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Yale University\"]},{\"date\":\"2010-02-13\",\"event\":\"Scheduled game vs Brown University at 4 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Brown University\"]},{\"date\":\"2010-02-19\",\"event\":\"Game vs Union College at 7 p.m.; score 2-1.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Union College\"]},{\"date\":\"2010-02-20\",\"event\":\"Scheduled game vs Rensselaer at 4 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Rensselaer\"]}]}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "53345.jsonl", "format": "jsonl", "content": "{\"question\":\"Who did the 2009β10 Colgate Raiders women's ice hockey team play on December 5, 2009?\",\"answer\":\"Yale University.\",\"source_doc\":\"53345\"}\n{\"question\":\"When did the 2009β10 Colgate Raiders women's ice hockey team play Syracuse University in this schedule?\",\"answer\":\"January 2, 2010 at 7 p.m.\",\"source_doc\":\"53345\"}\n{\"question\":\"Which opponent appeared twice in a row on January 8 and 9, 2010?\",\"answer\":\"Niagara University.\",\"source_doc\":\"53345\"}\n{\"question\":\"Who was the opponent on January 16, 2010?\",\"answer\":\"Harvard University.\",\"source_doc\":\"53345\"}\n{\"question\":\"What was the recorded score on February 19, 2010?\",\"answer\":\"2-1 against Union College.\",\"source_doc\":\"53345\"}\n{\"question\":\"Who was the opponent on February 20, 2010?\",\"answer\":\"Rensselaer.\",\"source_doc\":\"53345\"}\n"}, {"shape_id": "relation_graphs_and_mappings", "description": "Artifacts whose main value is explicit links among entities: triples, affiliations, succession, memberships, adaptations, ownership, cast-role mappings, collaborations, reverse relation lookups, and tupleized fact maps (mini knowledge graphs).", "file": "53345.edges.jsonl", "format": "jsonl", "content": "{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Yale University\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Syracuse University\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Niagara University\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Dartmouth College\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Harvard University\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Cornell University\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Clarkson University\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"St. Lawrence University\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Princeton University\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Quinnipiac University\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Brown University\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Union College\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Rensselaer\",\"source_doc\":\"53345\"}\n"}]}]}
|
e2e_structures/records/wikitq-00127.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00127", "dataset_origin": "WikiTQ", "original_table_id": "204-718", "question": "When is the earliest time this game was played during the season of the Colgate Raiders 2009β10 women's hockey season?", "gold_answers": ["2 p.m."], "sql": "SELECT MIN ( Time_ ) FROM table_204_718 ", "n_docs": 2, "n_structures": 6, "docs": [{"doc_id": "53344", "is_supporting": true, "n_structures": 2, "contents": "# 2009β10 Colgate Raiders women's ice hockey season - Regular season\nSchedule\n\n| Date_ | Opponent | Time_ | Score | Record_ |\n| --- | --- | --- | --- | --- |\n| 10/9/2009 | University of New Hampshire | 7 p.m. | Loss, 4-0 | 0-1-0 |\n| 10/10/2009 | Boston College | 5 p.m. | | |\n| 10/16/2009 | Providence College | 7 p.m. | 1-4 | |\n| 10/17/2009 | University of Connecticut | 4 p.m. | | |\n| 10/23/2009 | Wayne State University | 7 p.m. | | |\n| 10/24/2009 | Wayne State University | 2 p.m. | | |\n| 10/30/2009 | Harvard University | 7 p.m. | | |\n| 10/31/2009 | Dartmouth College | 3:30 p.m. | | |\n| 11/6/2009 | Rensselaer | 2:30 p.m. | | |\n| 11/7/2009 | Union College | 2:30 p.m. | 4-0 | |\n| 11/13/2009 | St. Lawrence University | 7 p.m. | | |\n| 11/14/2009 | Clarkson University | 4 p.m. | | |\n| 11/20/2009 | Quinnipiac University | 7 p.m. | | |\n| 11/21/2009 | Princeton University | 4 p.m. | | |\n| 11/24/2009 | Syracuse University | 7 p.m. | | |\n| 11/27/2009 | Mercyhurst College | 7 p.m. | | |\n| 11/28/2009 | Mercyhurst College | 2 p.m. | | |\n| 12/4/2009 | Brown University | 7 p.m. | | |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "53344.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,date,time,score,record\nuniversity_of_new_hampshire,University of New Hampshire,53344,10/9/2009,7 p.m.,\"Loss, 4-0\",0-1-0\nboston_college,Boston College,53344,10/10/2009,5 p.m.,,\nprovidence_college,Providence College,53344,10/16/2009,7 p.m.,1-4,\nuniversity_of_connecticut,University of Connecticut,53344,10/17/2009,4 p.m.,,\nwayne_state_university,Wayne State University,53344,10/23/2009,7 p.m.,,\nwayne_state_university,Wayne State University,53344,10/24/2009,2 p.m.,,\nharvard_university,Harvard University,53344,10/30/2009,7 p.m.,,\ndartmouth_college,Dartmouth College,53344,10/31/2009,3:30 p.m.,,\nrensselaer,Rensselaer,53344,11/6/2009,2:30 p.m.,,\nunion_college,Union College,53344,11/7/2009,2:30 p.m.,4-0,\nst_lawrence_university,St. Lawrence University,53344,11/13/2009,7 p.m.,,\nclarkson_university,Clarkson University,53344,11/14/2009,4 p.m.,,\nquinnipiac_university,Quinnipiac University,53344,11/20/2009,7 p.m.,,\nprinceton_university,Princeton University,53344,11/21/2009,4 p.m.,,\nsyracuse_university,Syracuse University,53344,11/24/2009,7 p.m.,,\nmercyhurst_college,Mercyhurst College,53344,11/27/2009,7 p.m.,,\nmercyhurst_college,Mercyhurst College,53344,11/28/2009,2 p.m.,,\nbrown_university,Brown University,53344,12/4/2009,7 p.m.,,\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "53344.timeline.json", "format": "json", "content": "{\"source_doc\":\"53344\",\"events\":[{\"date\":\"2009-10-09\",\"event\":\"Regular season game vs University of New Hampshire at 7 p.m.; result: Loss, 4-0; record: 0-1-0\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"University of New Hampshire\"]},{\"date\":\"2009-10-10\",\"event\":\"Regular season game vs Boston College at 5 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Boston College\"]},{\"date\":\"2009-10-16\",\"event\":\"Regular season game vs Providence College at 7 p.m.; result: 1-4\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Providence College\"]},{\"date\":\"2009-10-17\",\"event\":\"Regular season game vs University of Connecticut at 4 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"University of Connecticut\"]},{\"date\":\"2009-10-23\",\"event\":\"Regular season game vs Wayne State University at 7 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Wayne State University\"]},{\"date\":\"2009-10-24\",\"event\":\"Regular season game vs Wayne State University at 2 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Wayne State University\"]},{\"date\":\"2009-10-30\",\"event\":\"Regular season game vs Harvard University at 7 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Harvard University\"]},{\"date\":\"2009-10-31\",\"event\":\"Regular season game vs Dartmouth College at 3:30 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Dartmouth College\"]},{\"date\":\"2009-11-06\",\"event\":\"Regular season game vs Rensselaer at 2:30 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Rensselaer\"]},{\"date\":\"2009-11-07\",\"event\":\"Regular season game vs Union College at 2:30 p.m.; result: 4-0\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Union College\"]},{\"date\":\"2009-11-13\",\"event\":\"Regular season game vs St. Lawrence University at 7 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"St. Lawrence University\"]},{\"date\":\"2009-11-14\",\"event\":\"Regular season game vs Clarkson University at 4 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Clarkson University\"]},{\"date\":\"2009-11-20\",\"event\":\"Regular season game vs Quinnipiac University at 7 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Quinnipiac University\"]},{\"date\":\"2009-11-21\",\"event\":\"Regular season game vs Princeton University at 4 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Princeton University\"]},{\"date\":\"2009-11-24\",\"event\":\"Regular season game vs Syracuse University at 7 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Syracuse University\"]},{\"date\":\"2009-11-27\",\"event\":\"Regular season game vs Mercyhurst College at 7 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Mercyhurst College\"]},{\"date\":\"2009-11-28\",\"event\":\"Regular season game vs Mercyhurst College at 2 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Mercyhurst College\"]},{\"date\":\"2009-12-04\",\"event\":\"Regular season game vs Brown University at 7 p.m.\",\"entities\":[\"Colgate Raiders women's ice hockey\",\"Brown University\"]}]}\n"}]}, {"doc_id": "53345", "is_supporting": true, "n_structures": 4, "contents": "# 2009β10 Colgate Raiders women's ice hockey season - Regular season\nSchedule\n\n| Date_ | Opponent | Time_ | Score | Record_ |\n| --- | --- | --- | --- | --- |\n| 12/5/2009 | Yale University | 4 p.m. | | |\n| 1/2/2010 | Syracuse University | 7 p.m. | | |\n| 1/8/2010 | Niagara University | 7 p.m. | | |\n| 1/9/2010 | Niagara University | 4 p.m. | | |\n| 1/15/2010 | Dartmouth College | 7 p.m. | | |\n| 1/16/2010 | Harvard University | 4 p.m. | | |\n| 1/22/2010 | Cornell University | 3 p.m. | | |\n| 1/23/2010 | Cornell University | 3 p.m. | | |\n| 1/29/2010 | Clarkson University | 7 p.m. | | |\n| 1/30/2010 | St. Lawrence University | 4 p.m. | | |\n| 2/5/2010 | Princeton University | 7 p.m. | | |\n| 2/6/2010 | Quinnipiac University | 4 p.m. | | |\n| 2/12/2010 | Yale University | 7 p.m. | | |\n| 2/13/2010 | Brown University | 4 p.m. | | |\n| 2/19/2010 | Union College | 7 p.m. | 2-1 | |\n| 2/20/2010 | Rensselaer | 4 p.m. | | |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "53345.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,role\ncolgate_raiders_women_s_ice_hockey,2009β10 Colgate Raiders women's ice hockey season,53345,season\nyale_university,Yale University,53345,opponent\nsyracuse_university,Syracuse University,53345,opponent\nniagara_university,Niagara University,53345,opponent\ndartmouth_college,Dartmouth College,53345,opponent\nharvard_university,Harvard University,53345,opponent\ncornell_university,Cornell University,53345,opponent\nclarkson_university,Clarkson University,53345,opponent\nst_lawrence_university,St. Lawrence University,53345,opponent\nprinceton_university,Princeton University,53345,opponent\nquinnipiac_university,Quinnipiac University,53345,opponent\nbrown_university,Brown University,53345,opponent\nunion_college,Union College,53345,opponent\nrensselaer,Rensselaer,53345,opponent\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "53345.timeline.json", "format": "json", "content": "{\"source_doc\":\"53345\",\"events\":[{\"date\":\"2009-12-05\",\"event\":\"Scheduled game vs Yale University at 4 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Yale University\"]},{\"date\":\"2010-01-02\",\"event\":\"Scheduled game vs Syracuse University at 7 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Syracuse University\"]},{\"date\":\"2010-01-08\",\"event\":\"Scheduled game vs Niagara University at 7 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Niagara University\"]},{\"date\":\"2010-01-09\",\"event\":\"Scheduled game vs Niagara University at 4 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Niagara University\"]},{\"date\":\"2010-01-15\",\"event\":\"Scheduled game vs Dartmouth College at 7 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Dartmouth College\"]},{\"date\":\"2010-01-16\",\"event\":\"Scheduled game vs Harvard University at 4 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Harvard University\"]},{\"date\":\"2010-01-22\",\"event\":\"Scheduled game vs Cornell University at 3 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Cornell University\"]},{\"date\":\"2010-01-23\",\"event\":\"Scheduled game vs Cornell University at 3 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Cornell University\"]},{\"date\":\"2010-01-29\",\"event\":\"Scheduled game vs Clarkson University at 7 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Clarkson University\"]},{\"date\":\"2010-01-30\",\"event\":\"Scheduled game vs St. Lawrence University at 4 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"St. Lawrence University\"]},{\"date\":\"2010-02-05\",\"event\":\"Scheduled game vs Princeton University at 7 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Princeton University\"]},{\"date\":\"2010-02-06\",\"event\":\"Scheduled game vs Quinnipiac University at 4 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Quinnipiac University\"]},{\"date\":\"2010-02-12\",\"event\":\"Scheduled game vs Yale University at 7 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Yale University\"]},{\"date\":\"2010-02-13\",\"event\":\"Scheduled game vs Brown University at 4 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Brown University\"]},{\"date\":\"2010-02-19\",\"event\":\"Game vs Union College at 7 p.m.; score 2-1.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Union College\"]},{\"date\":\"2010-02-20\",\"event\":\"Scheduled game vs Rensselaer at 4 p.m.\",\"entities\":[\"2009β10 Colgate Raiders women's ice hockey season\",\"Rensselaer\"]}]}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "53345.jsonl", "format": "jsonl", "content": "{\"question\":\"Who did the 2009β10 Colgate Raiders women's ice hockey team play on December 5, 2009?\",\"answer\":\"Yale University.\",\"source_doc\":\"53345\"}\n{\"question\":\"When did the 2009β10 Colgate Raiders women's ice hockey team play Syracuse University in this schedule?\",\"answer\":\"January 2, 2010 at 7 p.m.\",\"source_doc\":\"53345\"}\n{\"question\":\"Which opponent appeared twice in a row on January 8 and 9, 2010?\",\"answer\":\"Niagara University.\",\"source_doc\":\"53345\"}\n{\"question\":\"Who was the opponent on January 16, 2010?\",\"answer\":\"Harvard University.\",\"source_doc\":\"53345\"}\n{\"question\":\"What was the recorded score on February 19, 2010?\",\"answer\":\"2-1 against Union College.\",\"source_doc\":\"53345\"}\n{\"question\":\"Who was the opponent on February 20, 2010?\",\"answer\":\"Rensselaer.\",\"source_doc\":\"53345\"}\n"}, {"shape_id": "relation_graphs_and_mappings", "description": "Artifacts whose main value is explicit links among entities: triples, affiliations, succession, memberships, adaptations, ownership, cast-role mappings, collaborations, reverse relation lookups, and tupleized fact maps (mini knowledge graphs).", "file": "53345.edges.jsonl", "format": "jsonl", "content": "{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Yale University\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Syracuse University\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Niagara University\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Dartmouth College\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Harvard University\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Cornell University\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Clarkson University\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"St. Lawrence University\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Princeton University\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Quinnipiac University\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Brown University\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Union College\",\"source_doc\":\"53345\"}\n{\"head\":\"2009β10 Colgate Raiders women's ice hockey season\",\"relation\":\"has_opponent\",\"tail\":\"Rensselaer\",\"source_doc\":\"53345\"}\n"}]}]}
|
e2e_structures/records/wikitq-00128.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00128", "dataset_origin": "WikiTQ", "original_table_id": "203-364", "question": "How many entries are there in total for the Best Driver ESPY Award?", "gold_answers": ["21"], "sql": "SELECT COUNT ( * ) FROM table_203_364 ", "n_docs": 2, "n_structures": 8, "docs": [{"doc_id": "49485", "is_supporting": true, "n_structures": 4, "contents": "# Best Driver ESPY Award - Winners and nominees\nBest Driver ESPY Award winners and nominees\n\n| Year_ | Driver | Nation_of_citizenship | Racing_series | Type_of_vehicle_ |\n| --- | --- | --- | --- | --- |\n| 1993 | Nigel Mansell | United Kingdom | Formula One | Open wheel |\n| 1994 | Nigel Mansell | United Kingdom | CART | Open wheel |\n| 1995 | Al Unser, Jr. | United States | CART | Open wheel |\n| 1996 | Jeff Gordon | United States | NASCAR | Stock car |\n| 1997 | Jimmy Vasser | United States | CART | Open wheel |\n| 1998 | Jeff Gordon | United States | NASCAR | Stock car |\n| 1999 | Jeff Gordon | United States | NASCAR | Stock car |\n| 2000 | Dale Jarrett | United States | NASCAR | Stock car |\n| 2001 | Bobby Labonte | United States | NASCAR | Stock car |\n| 2002 | Michael Schumacher | Germany | Formula One | Open wheel |\n| 2003 | Tony Stewart | United States | NASCAR | Stock car |\n| 2004 | Dale Earnhardt, Jr. | United States | NASCAR | Stock car |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "49485.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,year_int,nation_of_citizenship,racing_series,type_of_vehicle\nnigel_mansell,Nigel Mansell,49485,1993,United Kingdom,Formula One,Open wheel\nnigel_mansell,Nigel Mansell,49485,1994,United Kingdom,CART,Open wheel\nal_unser_jr,Al Unser, Jr.,49485,1995,United States,CART,Open wheel\njeff_gordon,Jeff Gordon,49485,1996,United States,NASCAR,Stock car\njimmy_vasser,Jimmy Vasser,49485,1997,United States,CART,Open wheel\njeff_gordon,Jeff Gordon,49485,1998,United States,NASCAR,Stock car\njeff_gordon,Jeff Gordon,49485,1999,United States,NASCAR,Stock car\ndale_jarrett,Dale Jarrett,49485,2000,United States,NASCAR,Stock car\nbobby_labonte,Bobby Labonte,49485,2001,United States,NASCAR,Stock car\nmichael_schumacher,Michael Schumacher,49485,2002,Germany,Formula One,Open wheel\ntony_stewart,Tony Stewart,49485,2003,United States,NASCAR,Stock car\ndale_earnhardt_jr,\"Dale Earnhardt, Jr.\",49485,2004,United States,NASCAR,Stock car\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "49485.timeline.json", "format": "json", "content": "{\"source_doc\":\"49485\",\"events\":[{\"date\":\"1993\",\"event\":\"Nigel Mansell won the Best Driver ESPY Award.\",\"entities\":[\"Nigel Mansell\",\"Best Driver ESPY Award\"]},{\"date\":\"1994\",\"event\":\"Nigel Mansell won the Best Driver ESPY Award.\",\"entities\":[\"Nigel Mansell\",\"Best Driver ESPY Award\"]},{\"date\":\"1995\",\"event\":\"Al Unser, Jr. won the Best Driver ESPY Award.\",\"entities\":[\"Al Unser, Jr.\",\"Best Driver ESPY Award\"]},{\"date\":\"1996\",\"event\":\"Jeff Gordon won the Best Driver ESPY Award.\",\"entities\":[\"Jeff Gordon\",\"Best Driver ESPY Award\"]},{\"date\":\"1997\",\"event\":\"Jimmy Vasser won the Best Driver ESPY Award.\",\"entities\":[\"Jimmy Vasser\",\"Best Driver ESPY Award\"]},{\"date\":\"1998\",\"event\":\"Jeff Gordon won the Best Driver ESPY Award.\",\"entities\":[\"Jeff Gordon\",\"Best Driver ESPY Award\"]},{\"date\":\"1999\",\"event\":\"Jeff Gordon won the Best Driver ESPY Award.\",\"entities\":[\"Jeff Gordon\",\"Best Driver ESPY Award\"]},{\"date\":\"2000\",\"event\":\"Dale Jarrett won the Best Driver ESPY Award.\",\"entities\":[\"Dale Jarrett\",\"Best Driver ESPY Award\"]},{\"date\":\"2001\",\"event\":\"Bobby Labonte won the Best Driver ESPY Award.\",\"entities\":[\"Bobby Labonte\",\"Best Driver ESPY Award\"]},{\"date\":\"2002\",\"event\":\"Michael Schumacher won the Best Driver ESPY Award.\",\"entities\":[\"Michael Schumacher\",\"Best Driver ESPY Award\"]},{\"date\":\"2003\",\"event\":\"Tony Stewart won the Best Driver ESPY Award.\",\"entities\":[\"Tony Stewart\",\"Best Driver ESPY Award\"]},{\"date\":\"2004\",\"event\":\"Dale Earnhardt, Jr. won the Best Driver ESPY Award.\",\"entities\":[\"Dale Earnhardt, Jr.\",\"Best Driver ESPY Award\"]}]}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "49485.jsonl", "format": "jsonl", "content": "{\"question\":\"Who won the Best Driver ESPY Award in 1993?\",\"answer\":\"Nigel Mansell\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 1994?\",\"answer\":\"Nigel Mansell\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 1995?\",\"answer\":\"Al Unser, Jr.\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 1996?\",\"answer\":\"Jeff Gordon\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 1997?\",\"answer\":\"Jimmy Vasser\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 1998?\",\"answer\":\"Jeff Gordon\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 1999?\",\"answer\":\"Jeff Gordon\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2000?\",\"answer\":\"Dale Jarrett\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2001?\",\"answer\":\"Bobby Labonte\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2002?\",\"answer\":\"Michael Schumacher\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2003?\",\"answer\":\"Tony Stewart\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2004?\",\"answer\":\"Dale Earnhardt, Jr.\",\"source_doc\":\"49485\"}\n{\"question\":\"Which winners were from the United Kingdom?\",\"answer\":\"Nigel Mansell\",\"source_doc\":\"49485\"}\n{\"question\":\"Which winner was from Germany?\",\"answer\":\"Michael Schumacher\",\"source_doc\":\"49485\"}\n{\"question\":\"Which winners competed in CART?\",\"answer\":\"Nigel Mansell, Al Unser, Jr., Jimmy Vasser\",\"source_doc\":\"49485\"}\n{\"question\":\"Which winners competed in Formula One?\",\"answer\":\"Nigel Mansell, Michael Schumacher\",\"source_doc\":\"49485\"}\n{\"question\":\"Which winners competed in NASCAR?\",\"answer\":\"Jeff Gordon, Dale Jarrett, Bobby Labonte, Tony Stewart, Dale Earnhardt, Jr.\",\"source_doc\":\"49485\"}\n"}, {"shape_id": "relation_graphs_and_mappings", "description": "Artifacts whose main value is explicit links among entities: triples, affiliations, succession, memberships, adaptations, ownership, cast-role mappings, collaborations, reverse relation lookups, and tupleized fact maps (mini knowledge graphs).", "file": "49485.edges.jsonl", "format": "jsonl", "content": "{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Nigel Mansell (1993)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Nigel Mansell (1994)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Al Unser, Jr. (1995)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Jeff Gordon (1996)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Jimmy Vasser (1997)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Jeff Gordon (1998)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Jeff Gordon (1999)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Dale Jarrett (2000)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Bobby Labonte (2001)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Michael Schumacher (2002)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Tony Stewart (2003)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Dale Earnhardt, Jr. (2004)\",\"source_doc\":\"49485\"}\n{\"head\":\"Nigel Mansell\",\"relation\":\"has_nationality\",\"tail\":\"United Kingdom\",\"source_doc\":\"49485\"}\n{\"head\":\"Nigel Mansell\",\"relation\":\"competed_in_series\",\"tail\":\"Formula One\",\"source_doc\":\"49485\"}\n{\"head\":\"Nigel Mansell\",\"relation\":\"competed_in_series\",\"tail\":\"CART\",\"source_doc\":\"49485\"}\n{\"head\":\"Al Unser, Jr.\",\"relation\":\"has_nationality\",\"tail\":\"United States\",\"source_doc\":\"49485\"}\n{\"head\":\"Al Unser, Jr.\",\"relation\":\"competed_in_series\",\"tail\":\"CART\",\"source_doc\":\"49485\"}\n{\"head\":\"Jeff Gordon\",\"relation\":\"has_nationality\",\"tail\":\"United States\",\"source_doc\":\"49485\"}\n{\"head\":\"Jeff Gordon\",\"relation\":\"competed_in_series\",\"tail\":\"NASCAR\",\"source_doc\":\"49485\"}\n{\"head\":\"Jimmy Vasser\",\"relation\":\"has_nationality\",\"tail\":\"United States\",\"source_doc\":\"49485\"}\n{\"head\":\"Jimmy Vasser\",\"relation\":\"competed_in_series\",\"tail\":\"CART\",\"source_doc\":\"49485\"}\n{\"head\":\"Dale Jarrett\",\"relation\":\"has_nationality\",\"tail\":\"United States\",\"source_doc\":\"49485\"}\n{\"head\":\"Dale Jarrett\",\"relation\":\"competed_in_series\",\"tail\":\"NASCAR\",\"source_doc\":\"49485\"}\n{\"head\":\"Bobby Labonte\",\"relation\":\"has_nationality\",\"tail\":\"United States\",\"source_doc\":\"49485\"}\n{\"head\":\"Bobby Labonte\",\"relation\":\"competed_in_series\",\"tail\":\"NASCAR\",\"source_doc\":\"49485\"}\n{\"head\":\"Michael Schumacher\",\"relation\":\"has_nationality\",\"tail\":\"Germany\",\"source_doc\":\"49485\"}\n{\"head\":\"Michael Schumacher\",\"relation\":\"competed_in_series\",\"tail\":\"Formula One\",\"source_doc\":\"49485\"}\n{\"head\":\"Tony Stewart\",\"relation\":\"has_nationality\",\"tail\":\"United States\",\"source_doc\":\"49485\"}\n{\"head\":\"Tony Stewart\",\"relation\":\"competed_in_series\",\"tail\":\"NASCAR\",\"source_doc\":\"49485\"}\n{\"head\":\"Dale Earnhardt, Jr.\",\"relation\":\"has_nationality\",\"tail\":\"United States\",\"source_doc\":\"49485\"}\n{\"head\":\"Dale Earnhardt, Jr.\",\"relation\":\"competed_in_series\",\"tail\":\"NASCAR\",\"source_doc\":\"49485\"}\n"}]}, {"doc_id": "49486", "is_supporting": true, "n_structures": 4, "contents": "# Best Driver ESPY Award - Winners and nominees\nBest Driver ESPY Award winners and nominees\n\n| Year_ | Driver | Nation_of_citizenship | Racing_series | Type_of_vehicle_ |\n| --- | --- | --- | --- | --- |\n| 2005 | Michael Schumacher | Germany | Formula One | Open wheel |\n| 2006 | Tony Stewart | United States | NASCAR | Stock car |\n| 2007 | Jeff Gordon | United States | NASCAR | Stock car |\n| 2008 | Jimmie Johnson | United States | NASCAR | Stock car |\n| 2009 | Jimmie Johnson | United States | NASCAR | Stock car |\n| 2010 | Jimmie Johnson | United States | NASCAR | Stock car |\n| 2011 | Jimmie Johnson | United States | NASCAR | Stock car |\n| 2012 | Tony Stewart | United States | NASCAR | Stock car |\n| 2013 | Ryan Hunter-Reay | United States | IndyCar Series | Open wheel |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "49486.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,year_int,nation_of_citizenship,racing_series,type_of_vehicle\nmichael_schumacher,Michael Schumacher,49486,2005,Germany,Formula One,Open wheel\ntony_stewart,Tony Stewart,49486,2006,United States,NASCAR,Stock car\njeff_gordon,Jeff Gordon,49486,2007,United States,NASCAR,Stock car\njimmie_johnson,Jimmie Johnson,49486,2008,United States,NASCAR,Stock car\njimmie_johnson,Jimmie Johnson,49486,2009,United States,NASCAR,Stock car\njimmie_johnson,Jimmie Johnson,49486,2010,United States,NASCAR,Stock car\njimmie_johnson,Jimmie Johnson,49486,2011,United States,NASCAR,Stock car\ntony_stewart,Tony Stewart,49486,2012,United States,NASCAR,Stock car\nryan_hunter_reay,Ryan Hunter-Reay,49486,2013,United States,IndyCar Series,Open wheel\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "49486.timeline.json", "format": "json", "content": "{\"source_doc\":\"49486\",\"events\":[{\"date\":\"2005\",\"event\":\"Michael Schumacher won the Best Driver ESPY Award\",\"entities\":[\"Michael Schumacher\"]},{\"date\":\"2006\",\"event\":\"Tony Stewart won the Best Driver ESPY Award\",\"entities\":[\"Tony Stewart\"]},{\"date\":\"2007\",\"event\":\"Jeff Gordon won the Best Driver ESPY Award\",\"entities\":[\"Jeff Gordon\"]},{\"date\":\"2008\",\"event\":\"Jimmie Johnson won the Best Driver ESPY Award\",\"entities\":[\"Jimmie Johnson\"]},{\"date\":\"2009\",\"event\":\"Jimmie Johnson won the Best Driver ESPY Award\",\"entities\":[\"Jimmie Johnson\"]},{\"date\":\"2010\",\"event\":\"Jimmie Johnson won the Best Driver ESPY Award\",\"entities\":[\"Jimmie Johnson\"]},{\"date\":\"2011\",\"event\":\"Jimmie Johnson won the Best Driver ESPY Award\",\"entities\":[\"Jimmie Johnson\"]},{\"date\":\"2012\",\"event\":\"Tony Stewart won the Best Driver ESPY Award\",\"entities\":[\"Tony Stewart\"]},{\"date\":\"2013\",\"event\":\"Ryan Hunter-Reay won the Best Driver ESPY Award\",\"entities\":[\"Ryan Hunter-Reay\"]}]}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "49486.jsonl", "format": "jsonl", "content": "{\"question\":\"Who won the Best Driver ESPY Award in 2005?\",\"answer\":\"Michael Schumacher\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2006?\",\"answer\":\"Tony Stewart\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2007?\",\"answer\":\"Jeff Gordon\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2008?\",\"answer\":\"Jimmie Johnson\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2009?\",\"answer\":\"Jimmie Johnson\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2010?\",\"answer\":\"Jimmie Johnson\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2011?\",\"answer\":\"Jimmie Johnson\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2012?\",\"answer\":\"Tony Stewart\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2013?\",\"answer\":\"Ryan Hunter-Reay\",\"source_doc\":\"49486\"}\n{\"question\":\"Which driver won the Best Driver ESPY Award four consecutive years from 2008 to 2011?\",\"answer\":\"Jimmie Johnson\",\"source_doc\":\"49486\"}\n{\"question\":\"Which Best Driver ESPY Award winner was from Germany?\",\"answer\":\"Michael Schumacher\",\"source_doc\":\"49486\"}\n{\"question\":\"Which winners competed in NASCAR?\",\"answer\":\"Tony Stewart, Jeff Gordon, and Jimmie Johnson\",\"source_doc\":\"49486\"}\n"}, {"shape_id": "relation_graphs_and_mappings", "description": "Artifacts whose main value is explicit links among entities: triples, affiliations, succession, memberships, adaptations, ownership, cast-role mappings, collaborations, reverse relation lookups, and tupleized fact maps (mini knowledge graphs).", "file": "49486.edges.jsonl", "format": "jsonl", "content": "{\"head\":\"Michael Schumacher\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2005\",\"source_doc\":\"49486\"}\n{\"head\":\"Tony Stewart\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2006\",\"source_doc\":\"49486\"}\n{\"head\":\"Jeff Gordon\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2007\",\"source_doc\":\"49486\"}\n{\"head\":\"Jimmie Johnson\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2008\",\"source_doc\":\"49486\"}\n{\"head\":\"Jimmie Johnson\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2009\",\"source_doc\":\"49486\"}\n{\"head\":\"Jimmie Johnson\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2010\",\"source_doc\":\"49486\"}\n{\"head\":\"Jimmie Johnson\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2011\",\"source_doc\":\"49486\"}\n{\"head\":\"Tony Stewart\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2012\",\"source_doc\":\"49486\"}\n{\"head\":\"Ryan Hunter-Reay\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2013\",\"source_doc\":\"49486\"}\n"}]}]}
|
e2e_structures/records/wikitq-00129.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00129", "dataset_origin": "WikiTQ", "original_table_id": "203-364", "question": "For Best Driver ESPY Awards, how many consecutive Espy Awards has Jimmy Johnson won?", "gold_answers": ["4"], "sql": "SELECT COUNT ( * ) FROM table_203_364 WHERE Driver = 'Jimmie Johnson' ", "n_docs": 1, "n_structures": 4, "docs": [{"doc_id": "49486", "is_supporting": true, "n_structures": 4, "contents": "# Best Driver ESPY Award - Winners and nominees\nBest Driver ESPY Award winners and nominees\n\n| Year_ | Driver | Nation_of_citizenship | Racing_series | Type_of_vehicle_ |\n| --- | --- | --- | --- | --- |\n| 2005 | Michael Schumacher | Germany | Formula One | Open wheel |\n| 2006 | Tony Stewart | United States | NASCAR | Stock car |\n| 2007 | Jeff Gordon | United States | NASCAR | Stock car |\n| 2008 | Jimmie Johnson | United States | NASCAR | Stock car |\n| 2009 | Jimmie Johnson | United States | NASCAR | Stock car |\n| 2010 | Jimmie Johnson | United States | NASCAR | Stock car |\n| 2011 | Jimmie Johnson | United States | NASCAR | Stock car |\n| 2012 | Tony Stewart | United States | NASCAR | Stock car |\n| 2013 | Ryan Hunter-Reay | United States | IndyCar Series | Open wheel |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "49486.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,year_int,nation_of_citizenship,racing_series,type_of_vehicle\nmichael_schumacher,Michael Schumacher,49486,2005,Germany,Formula One,Open wheel\ntony_stewart,Tony Stewart,49486,2006,United States,NASCAR,Stock car\njeff_gordon,Jeff Gordon,49486,2007,United States,NASCAR,Stock car\njimmie_johnson,Jimmie Johnson,49486,2008,United States,NASCAR,Stock car\njimmie_johnson,Jimmie Johnson,49486,2009,United States,NASCAR,Stock car\njimmie_johnson,Jimmie Johnson,49486,2010,United States,NASCAR,Stock car\njimmie_johnson,Jimmie Johnson,49486,2011,United States,NASCAR,Stock car\ntony_stewart,Tony Stewart,49486,2012,United States,NASCAR,Stock car\nryan_hunter_reay,Ryan Hunter-Reay,49486,2013,United States,IndyCar Series,Open wheel\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "49486.timeline.json", "format": "json", "content": "{\"source_doc\":\"49486\",\"events\":[{\"date\":\"2005\",\"event\":\"Michael Schumacher won the Best Driver ESPY Award\",\"entities\":[\"Michael Schumacher\"]},{\"date\":\"2006\",\"event\":\"Tony Stewart won the Best Driver ESPY Award\",\"entities\":[\"Tony Stewart\"]},{\"date\":\"2007\",\"event\":\"Jeff Gordon won the Best Driver ESPY Award\",\"entities\":[\"Jeff Gordon\"]},{\"date\":\"2008\",\"event\":\"Jimmie Johnson won the Best Driver ESPY Award\",\"entities\":[\"Jimmie Johnson\"]},{\"date\":\"2009\",\"event\":\"Jimmie Johnson won the Best Driver ESPY Award\",\"entities\":[\"Jimmie Johnson\"]},{\"date\":\"2010\",\"event\":\"Jimmie Johnson won the Best Driver ESPY Award\",\"entities\":[\"Jimmie Johnson\"]},{\"date\":\"2011\",\"event\":\"Jimmie Johnson won the Best Driver ESPY Award\",\"entities\":[\"Jimmie Johnson\"]},{\"date\":\"2012\",\"event\":\"Tony Stewart won the Best Driver ESPY Award\",\"entities\":[\"Tony Stewart\"]},{\"date\":\"2013\",\"event\":\"Ryan Hunter-Reay won the Best Driver ESPY Award\",\"entities\":[\"Ryan Hunter-Reay\"]}]}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "49486.jsonl", "format": "jsonl", "content": "{\"question\":\"Who won the Best Driver ESPY Award in 2005?\",\"answer\":\"Michael Schumacher\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2006?\",\"answer\":\"Tony Stewart\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2007?\",\"answer\":\"Jeff Gordon\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2008?\",\"answer\":\"Jimmie Johnson\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2009?\",\"answer\":\"Jimmie Johnson\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2010?\",\"answer\":\"Jimmie Johnson\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2011?\",\"answer\":\"Jimmie Johnson\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2012?\",\"answer\":\"Tony Stewart\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2013?\",\"answer\":\"Ryan Hunter-Reay\",\"source_doc\":\"49486\"}\n{\"question\":\"Which driver won the Best Driver ESPY Award four consecutive years from 2008 to 2011?\",\"answer\":\"Jimmie Johnson\",\"source_doc\":\"49486\"}\n{\"question\":\"Which Best Driver ESPY Award winner was from Germany?\",\"answer\":\"Michael Schumacher\",\"source_doc\":\"49486\"}\n{\"question\":\"Which winners competed in NASCAR?\",\"answer\":\"Tony Stewart, Jeff Gordon, and Jimmie Johnson\",\"source_doc\":\"49486\"}\n"}, {"shape_id": "relation_graphs_and_mappings", "description": "Artifacts whose main value is explicit links among entities: triples, affiliations, succession, memberships, adaptations, ownership, cast-role mappings, collaborations, reverse relation lookups, and tupleized fact maps (mini knowledge graphs).", "file": "49486.edges.jsonl", "format": "jsonl", "content": "{\"head\":\"Michael Schumacher\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2005\",\"source_doc\":\"49486\"}\n{\"head\":\"Tony Stewart\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2006\",\"source_doc\":\"49486\"}\n{\"head\":\"Jeff Gordon\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2007\",\"source_doc\":\"49486\"}\n{\"head\":\"Jimmie Johnson\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2008\",\"source_doc\":\"49486\"}\n{\"head\":\"Jimmie Johnson\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2009\",\"source_doc\":\"49486\"}\n{\"head\":\"Jimmie Johnson\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2010\",\"source_doc\":\"49486\"}\n{\"head\":\"Jimmie Johnson\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2011\",\"source_doc\":\"49486\"}\n{\"head\":\"Tony Stewart\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2012\",\"source_doc\":\"49486\"}\n{\"head\":\"Ryan Hunter-Reay\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2013\",\"source_doc\":\"49486\"}\n"}]}]}
|
e2e_structures/records/wikitq-00130.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00130", "dataset_origin": "WikiTQ", "original_table_id": "203-364", "question": "How many times has Jeff Gordon won the Best Driver ESPY Award?", "gold_answers": ["4"], "sql": "SELECT COUNT ( * ) FROM table_203_364 WHERE Driver = 'Jeff Gordon' ", "n_docs": 2, "n_structures": 8, "docs": [{"doc_id": "49486", "is_supporting": true, "n_structures": 4, "contents": "# Best Driver ESPY Award - Winners and nominees\nBest Driver ESPY Award winners and nominees\n\n| Year_ | Driver | Nation_of_citizenship | Racing_series | Type_of_vehicle_ |\n| --- | --- | --- | --- | --- |\n| 2005 | Michael Schumacher | Germany | Formula One | Open wheel |\n| 2006 | Tony Stewart | United States | NASCAR | Stock car |\n| 2007 | Jeff Gordon | United States | NASCAR | Stock car |\n| 2008 | Jimmie Johnson | United States | NASCAR | Stock car |\n| 2009 | Jimmie Johnson | United States | NASCAR | Stock car |\n| 2010 | Jimmie Johnson | United States | NASCAR | Stock car |\n| 2011 | Jimmie Johnson | United States | NASCAR | Stock car |\n| 2012 | Tony Stewart | United States | NASCAR | Stock car |\n| 2013 | Ryan Hunter-Reay | United States | IndyCar Series | Open wheel |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "49486.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,year_int,nation_of_citizenship,racing_series,type_of_vehicle\nmichael_schumacher,Michael Schumacher,49486,2005,Germany,Formula One,Open wheel\ntony_stewart,Tony Stewart,49486,2006,United States,NASCAR,Stock car\njeff_gordon,Jeff Gordon,49486,2007,United States,NASCAR,Stock car\njimmie_johnson,Jimmie Johnson,49486,2008,United States,NASCAR,Stock car\njimmie_johnson,Jimmie Johnson,49486,2009,United States,NASCAR,Stock car\njimmie_johnson,Jimmie Johnson,49486,2010,United States,NASCAR,Stock car\njimmie_johnson,Jimmie Johnson,49486,2011,United States,NASCAR,Stock car\ntony_stewart,Tony Stewart,49486,2012,United States,NASCAR,Stock car\nryan_hunter_reay,Ryan Hunter-Reay,49486,2013,United States,IndyCar Series,Open wheel\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "49486.timeline.json", "format": "json", "content": "{\"source_doc\":\"49486\",\"events\":[{\"date\":\"2005\",\"event\":\"Michael Schumacher won the Best Driver ESPY Award\",\"entities\":[\"Michael Schumacher\"]},{\"date\":\"2006\",\"event\":\"Tony Stewart won the Best Driver ESPY Award\",\"entities\":[\"Tony Stewart\"]},{\"date\":\"2007\",\"event\":\"Jeff Gordon won the Best Driver ESPY Award\",\"entities\":[\"Jeff Gordon\"]},{\"date\":\"2008\",\"event\":\"Jimmie Johnson won the Best Driver ESPY Award\",\"entities\":[\"Jimmie Johnson\"]},{\"date\":\"2009\",\"event\":\"Jimmie Johnson won the Best Driver ESPY Award\",\"entities\":[\"Jimmie Johnson\"]},{\"date\":\"2010\",\"event\":\"Jimmie Johnson won the Best Driver ESPY Award\",\"entities\":[\"Jimmie Johnson\"]},{\"date\":\"2011\",\"event\":\"Jimmie Johnson won the Best Driver ESPY Award\",\"entities\":[\"Jimmie Johnson\"]},{\"date\":\"2012\",\"event\":\"Tony Stewart won the Best Driver ESPY Award\",\"entities\":[\"Tony Stewart\"]},{\"date\":\"2013\",\"event\":\"Ryan Hunter-Reay won the Best Driver ESPY Award\",\"entities\":[\"Ryan Hunter-Reay\"]}]}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "49486.jsonl", "format": "jsonl", "content": "{\"question\":\"Who won the Best Driver ESPY Award in 2005?\",\"answer\":\"Michael Schumacher\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2006?\",\"answer\":\"Tony Stewart\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2007?\",\"answer\":\"Jeff Gordon\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2008?\",\"answer\":\"Jimmie Johnson\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2009?\",\"answer\":\"Jimmie Johnson\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2010?\",\"answer\":\"Jimmie Johnson\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2011?\",\"answer\":\"Jimmie Johnson\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2012?\",\"answer\":\"Tony Stewart\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2013?\",\"answer\":\"Ryan Hunter-Reay\",\"source_doc\":\"49486\"}\n{\"question\":\"Which driver won the Best Driver ESPY Award four consecutive years from 2008 to 2011?\",\"answer\":\"Jimmie Johnson\",\"source_doc\":\"49486\"}\n{\"question\":\"Which Best Driver ESPY Award winner was from Germany?\",\"answer\":\"Michael Schumacher\",\"source_doc\":\"49486\"}\n{\"question\":\"Which winners competed in NASCAR?\",\"answer\":\"Tony Stewart, Jeff Gordon, and Jimmie Johnson\",\"source_doc\":\"49486\"}\n"}, {"shape_id": "relation_graphs_and_mappings", "description": "Artifacts whose main value is explicit links among entities: triples, affiliations, succession, memberships, adaptations, ownership, cast-role mappings, collaborations, reverse relation lookups, and tupleized fact maps (mini knowledge graphs).", "file": "49486.edges.jsonl", "format": "jsonl", "content": "{\"head\":\"Michael Schumacher\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2005\",\"source_doc\":\"49486\"}\n{\"head\":\"Tony Stewart\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2006\",\"source_doc\":\"49486\"}\n{\"head\":\"Jeff Gordon\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2007\",\"source_doc\":\"49486\"}\n{\"head\":\"Jimmie Johnson\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2008\",\"source_doc\":\"49486\"}\n{\"head\":\"Jimmie Johnson\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2009\",\"source_doc\":\"49486\"}\n{\"head\":\"Jimmie Johnson\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2010\",\"source_doc\":\"49486\"}\n{\"head\":\"Jimmie Johnson\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2011\",\"source_doc\":\"49486\"}\n{\"head\":\"Tony Stewart\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2012\",\"source_doc\":\"49486\"}\n{\"head\":\"Ryan Hunter-Reay\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2013\",\"source_doc\":\"49486\"}\n"}]}, {"doc_id": "49485", "is_supporting": true, "n_structures": 4, "contents": "# Best Driver ESPY Award - Winners and nominees\nBest Driver ESPY Award winners and nominees\n\n| Year_ | Driver | Nation_of_citizenship | Racing_series | Type_of_vehicle_ |\n| --- | --- | --- | --- | --- |\n| 1993 | Nigel Mansell | United Kingdom | Formula One | Open wheel |\n| 1994 | Nigel Mansell | United Kingdom | CART | Open wheel |\n| 1995 | Al Unser, Jr. | United States | CART | Open wheel |\n| 1996 | Jeff Gordon | United States | NASCAR | Stock car |\n| 1997 | Jimmy Vasser | United States | CART | Open wheel |\n| 1998 | Jeff Gordon | United States | NASCAR | Stock car |\n| 1999 | Jeff Gordon | United States | NASCAR | Stock car |\n| 2000 | Dale Jarrett | United States | NASCAR | Stock car |\n| 2001 | Bobby Labonte | United States | NASCAR | Stock car |\n| 2002 | Michael Schumacher | Germany | Formula One | Open wheel |\n| 2003 | Tony Stewart | United States | NASCAR | Stock car |\n| 2004 | Dale Earnhardt, Jr. | United States | NASCAR | Stock car |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "49485.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,year_int,nation_of_citizenship,racing_series,type_of_vehicle\nnigel_mansell,Nigel Mansell,49485,1993,United Kingdom,Formula One,Open wheel\nnigel_mansell,Nigel Mansell,49485,1994,United Kingdom,CART,Open wheel\nal_unser_jr,Al Unser, Jr.,49485,1995,United States,CART,Open wheel\njeff_gordon,Jeff Gordon,49485,1996,United States,NASCAR,Stock car\njimmy_vasser,Jimmy Vasser,49485,1997,United States,CART,Open wheel\njeff_gordon,Jeff Gordon,49485,1998,United States,NASCAR,Stock car\njeff_gordon,Jeff Gordon,49485,1999,United States,NASCAR,Stock car\ndale_jarrett,Dale Jarrett,49485,2000,United States,NASCAR,Stock car\nbobby_labonte,Bobby Labonte,49485,2001,United States,NASCAR,Stock car\nmichael_schumacher,Michael Schumacher,49485,2002,Germany,Formula One,Open wheel\ntony_stewart,Tony Stewart,49485,2003,United States,NASCAR,Stock car\ndale_earnhardt_jr,\"Dale Earnhardt, Jr.\",49485,2004,United States,NASCAR,Stock car\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "49485.timeline.json", "format": "json", "content": "{\"source_doc\":\"49485\",\"events\":[{\"date\":\"1993\",\"event\":\"Nigel Mansell won the Best Driver ESPY Award.\",\"entities\":[\"Nigel Mansell\",\"Best Driver ESPY Award\"]},{\"date\":\"1994\",\"event\":\"Nigel Mansell won the Best Driver ESPY Award.\",\"entities\":[\"Nigel Mansell\",\"Best Driver ESPY Award\"]},{\"date\":\"1995\",\"event\":\"Al Unser, Jr. won the Best Driver ESPY Award.\",\"entities\":[\"Al Unser, Jr.\",\"Best Driver ESPY Award\"]},{\"date\":\"1996\",\"event\":\"Jeff Gordon won the Best Driver ESPY Award.\",\"entities\":[\"Jeff Gordon\",\"Best Driver ESPY Award\"]},{\"date\":\"1997\",\"event\":\"Jimmy Vasser won the Best Driver ESPY Award.\",\"entities\":[\"Jimmy Vasser\",\"Best Driver ESPY Award\"]},{\"date\":\"1998\",\"event\":\"Jeff Gordon won the Best Driver ESPY Award.\",\"entities\":[\"Jeff Gordon\",\"Best Driver ESPY Award\"]},{\"date\":\"1999\",\"event\":\"Jeff Gordon won the Best Driver ESPY Award.\",\"entities\":[\"Jeff Gordon\",\"Best Driver ESPY Award\"]},{\"date\":\"2000\",\"event\":\"Dale Jarrett won the Best Driver ESPY Award.\",\"entities\":[\"Dale Jarrett\",\"Best Driver ESPY Award\"]},{\"date\":\"2001\",\"event\":\"Bobby Labonte won the Best Driver ESPY Award.\",\"entities\":[\"Bobby Labonte\",\"Best Driver ESPY Award\"]},{\"date\":\"2002\",\"event\":\"Michael Schumacher won the Best Driver ESPY Award.\",\"entities\":[\"Michael Schumacher\",\"Best Driver ESPY Award\"]},{\"date\":\"2003\",\"event\":\"Tony Stewart won the Best Driver ESPY Award.\",\"entities\":[\"Tony Stewart\",\"Best Driver ESPY Award\"]},{\"date\":\"2004\",\"event\":\"Dale Earnhardt, Jr. won the Best Driver ESPY Award.\",\"entities\":[\"Dale Earnhardt, Jr.\",\"Best Driver ESPY Award\"]}]}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "49485.jsonl", "format": "jsonl", "content": "{\"question\":\"Who won the Best Driver ESPY Award in 1993?\",\"answer\":\"Nigel Mansell\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 1994?\",\"answer\":\"Nigel Mansell\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 1995?\",\"answer\":\"Al Unser, Jr.\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 1996?\",\"answer\":\"Jeff Gordon\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 1997?\",\"answer\":\"Jimmy Vasser\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 1998?\",\"answer\":\"Jeff Gordon\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 1999?\",\"answer\":\"Jeff Gordon\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2000?\",\"answer\":\"Dale Jarrett\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2001?\",\"answer\":\"Bobby Labonte\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2002?\",\"answer\":\"Michael Schumacher\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2003?\",\"answer\":\"Tony Stewart\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2004?\",\"answer\":\"Dale Earnhardt, Jr.\",\"source_doc\":\"49485\"}\n{\"question\":\"Which winners were from the United Kingdom?\",\"answer\":\"Nigel Mansell\",\"source_doc\":\"49485\"}\n{\"question\":\"Which winner was from Germany?\",\"answer\":\"Michael Schumacher\",\"source_doc\":\"49485\"}\n{\"question\":\"Which winners competed in CART?\",\"answer\":\"Nigel Mansell, Al Unser, Jr., Jimmy Vasser\",\"source_doc\":\"49485\"}\n{\"question\":\"Which winners competed in Formula One?\",\"answer\":\"Nigel Mansell, Michael Schumacher\",\"source_doc\":\"49485\"}\n{\"question\":\"Which winners competed in NASCAR?\",\"answer\":\"Jeff Gordon, Dale Jarrett, Bobby Labonte, Tony Stewart, Dale Earnhardt, Jr.\",\"source_doc\":\"49485\"}\n"}, {"shape_id": "relation_graphs_and_mappings", "description": "Artifacts whose main value is explicit links among entities: triples, affiliations, succession, memberships, adaptations, ownership, cast-role mappings, collaborations, reverse relation lookups, and tupleized fact maps (mini knowledge graphs).", "file": "49485.edges.jsonl", "format": "jsonl", "content": "{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Nigel Mansell (1993)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Nigel Mansell (1994)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Al Unser, Jr. (1995)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Jeff Gordon (1996)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Jimmy Vasser (1997)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Jeff Gordon (1998)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Jeff Gordon (1999)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Dale Jarrett (2000)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Bobby Labonte (2001)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Michael Schumacher (2002)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Tony Stewart (2003)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Dale Earnhardt, Jr. (2004)\",\"source_doc\":\"49485\"}\n{\"head\":\"Nigel Mansell\",\"relation\":\"has_nationality\",\"tail\":\"United Kingdom\",\"source_doc\":\"49485\"}\n{\"head\":\"Nigel Mansell\",\"relation\":\"competed_in_series\",\"tail\":\"Formula One\",\"source_doc\":\"49485\"}\n{\"head\":\"Nigel Mansell\",\"relation\":\"competed_in_series\",\"tail\":\"CART\",\"source_doc\":\"49485\"}\n{\"head\":\"Al Unser, Jr.\",\"relation\":\"has_nationality\",\"tail\":\"United States\",\"source_doc\":\"49485\"}\n{\"head\":\"Al Unser, Jr.\",\"relation\":\"competed_in_series\",\"tail\":\"CART\",\"source_doc\":\"49485\"}\n{\"head\":\"Jeff Gordon\",\"relation\":\"has_nationality\",\"tail\":\"United States\",\"source_doc\":\"49485\"}\n{\"head\":\"Jeff Gordon\",\"relation\":\"competed_in_series\",\"tail\":\"NASCAR\",\"source_doc\":\"49485\"}\n{\"head\":\"Jimmy Vasser\",\"relation\":\"has_nationality\",\"tail\":\"United States\",\"source_doc\":\"49485\"}\n{\"head\":\"Jimmy Vasser\",\"relation\":\"competed_in_series\",\"tail\":\"CART\",\"source_doc\":\"49485\"}\n{\"head\":\"Dale Jarrett\",\"relation\":\"has_nationality\",\"tail\":\"United States\",\"source_doc\":\"49485\"}\n{\"head\":\"Dale Jarrett\",\"relation\":\"competed_in_series\",\"tail\":\"NASCAR\",\"source_doc\":\"49485\"}\n{\"head\":\"Bobby Labonte\",\"relation\":\"has_nationality\",\"tail\":\"United States\",\"source_doc\":\"49485\"}\n{\"head\":\"Bobby Labonte\",\"relation\":\"competed_in_series\",\"tail\":\"NASCAR\",\"source_doc\":\"49485\"}\n{\"head\":\"Michael Schumacher\",\"relation\":\"has_nationality\",\"tail\":\"Germany\",\"source_doc\":\"49485\"}\n{\"head\":\"Michael Schumacher\",\"relation\":\"competed_in_series\",\"tail\":\"Formula One\",\"source_doc\":\"49485\"}\n{\"head\":\"Tony Stewart\",\"relation\":\"has_nationality\",\"tail\":\"United States\",\"source_doc\":\"49485\"}\n{\"head\":\"Tony Stewart\",\"relation\":\"competed_in_series\",\"tail\":\"NASCAR\",\"source_doc\":\"49485\"}\n{\"head\":\"Dale Earnhardt, Jr.\",\"relation\":\"has_nationality\",\"tail\":\"United States\",\"source_doc\":\"49485\"}\n{\"head\":\"Dale Earnhardt, Jr.\",\"relation\":\"competed_in_series\",\"tail\":\"NASCAR\",\"source_doc\":\"49485\"}\n"}]}]}
|
e2e_structures/records/wikitq-00131.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00131", "dataset_origin": "WikiTQ", "original_table_id": "203-364", "question": "Among the Best Driver ESPY Awards, which racing series has the most winners?", "gold_answers": ["NASCAR"], "sql": "SELECT Racing_series FROM table_203_364 GROUP BY Racing_series ORDER BY COUNT ( * ) DESC LIMIT 1 ", "n_docs": 2, "n_structures": 8, "docs": [{"doc_id": "49485", "is_supporting": true, "n_structures": 4, "contents": "# Best Driver ESPY Award - Winners and nominees\nBest Driver ESPY Award winners and nominees\n\n| Year_ | Driver | Nation_of_citizenship | Racing_series | Type_of_vehicle_ |\n| --- | --- | --- | --- | --- |\n| 1993 | Nigel Mansell | United Kingdom | Formula One | Open wheel |\n| 1994 | Nigel Mansell | United Kingdom | CART | Open wheel |\n| 1995 | Al Unser, Jr. | United States | CART | Open wheel |\n| 1996 | Jeff Gordon | United States | NASCAR | Stock car |\n| 1997 | Jimmy Vasser | United States | CART | Open wheel |\n| 1998 | Jeff Gordon | United States | NASCAR | Stock car |\n| 1999 | Jeff Gordon | United States | NASCAR | Stock car |\n| 2000 | Dale Jarrett | United States | NASCAR | Stock car |\n| 2001 | Bobby Labonte | United States | NASCAR | Stock car |\n| 2002 | Michael Schumacher | Germany | Formula One | Open wheel |\n| 2003 | Tony Stewart | United States | NASCAR | Stock car |\n| 2004 | Dale Earnhardt, Jr. | United States | NASCAR | Stock car |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "49485.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,year_int,nation_of_citizenship,racing_series,type_of_vehicle\nnigel_mansell,Nigel Mansell,49485,1993,United Kingdom,Formula One,Open wheel\nnigel_mansell,Nigel Mansell,49485,1994,United Kingdom,CART,Open wheel\nal_unser_jr,Al Unser, Jr.,49485,1995,United States,CART,Open wheel\njeff_gordon,Jeff Gordon,49485,1996,United States,NASCAR,Stock car\njimmy_vasser,Jimmy Vasser,49485,1997,United States,CART,Open wheel\njeff_gordon,Jeff Gordon,49485,1998,United States,NASCAR,Stock car\njeff_gordon,Jeff Gordon,49485,1999,United States,NASCAR,Stock car\ndale_jarrett,Dale Jarrett,49485,2000,United States,NASCAR,Stock car\nbobby_labonte,Bobby Labonte,49485,2001,United States,NASCAR,Stock car\nmichael_schumacher,Michael Schumacher,49485,2002,Germany,Formula One,Open wheel\ntony_stewart,Tony Stewart,49485,2003,United States,NASCAR,Stock car\ndale_earnhardt_jr,\"Dale Earnhardt, Jr.\",49485,2004,United States,NASCAR,Stock car\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "49485.timeline.json", "format": "json", "content": "{\"source_doc\":\"49485\",\"events\":[{\"date\":\"1993\",\"event\":\"Nigel Mansell won the Best Driver ESPY Award.\",\"entities\":[\"Nigel Mansell\",\"Best Driver ESPY Award\"]},{\"date\":\"1994\",\"event\":\"Nigel Mansell won the Best Driver ESPY Award.\",\"entities\":[\"Nigel Mansell\",\"Best Driver ESPY Award\"]},{\"date\":\"1995\",\"event\":\"Al Unser, Jr. won the Best Driver ESPY Award.\",\"entities\":[\"Al Unser, Jr.\",\"Best Driver ESPY Award\"]},{\"date\":\"1996\",\"event\":\"Jeff Gordon won the Best Driver ESPY Award.\",\"entities\":[\"Jeff Gordon\",\"Best Driver ESPY Award\"]},{\"date\":\"1997\",\"event\":\"Jimmy Vasser won the Best Driver ESPY Award.\",\"entities\":[\"Jimmy Vasser\",\"Best Driver ESPY Award\"]},{\"date\":\"1998\",\"event\":\"Jeff Gordon won the Best Driver ESPY Award.\",\"entities\":[\"Jeff Gordon\",\"Best Driver ESPY Award\"]},{\"date\":\"1999\",\"event\":\"Jeff Gordon won the Best Driver ESPY Award.\",\"entities\":[\"Jeff Gordon\",\"Best Driver ESPY Award\"]},{\"date\":\"2000\",\"event\":\"Dale Jarrett won the Best Driver ESPY Award.\",\"entities\":[\"Dale Jarrett\",\"Best Driver ESPY Award\"]},{\"date\":\"2001\",\"event\":\"Bobby Labonte won the Best Driver ESPY Award.\",\"entities\":[\"Bobby Labonte\",\"Best Driver ESPY Award\"]},{\"date\":\"2002\",\"event\":\"Michael Schumacher won the Best Driver ESPY Award.\",\"entities\":[\"Michael Schumacher\",\"Best Driver ESPY Award\"]},{\"date\":\"2003\",\"event\":\"Tony Stewart won the Best Driver ESPY Award.\",\"entities\":[\"Tony Stewart\",\"Best Driver ESPY Award\"]},{\"date\":\"2004\",\"event\":\"Dale Earnhardt, Jr. won the Best Driver ESPY Award.\",\"entities\":[\"Dale Earnhardt, Jr.\",\"Best Driver ESPY Award\"]}]}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "49485.jsonl", "format": "jsonl", "content": "{\"question\":\"Who won the Best Driver ESPY Award in 1993?\",\"answer\":\"Nigel Mansell\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 1994?\",\"answer\":\"Nigel Mansell\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 1995?\",\"answer\":\"Al Unser, Jr.\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 1996?\",\"answer\":\"Jeff Gordon\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 1997?\",\"answer\":\"Jimmy Vasser\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 1998?\",\"answer\":\"Jeff Gordon\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 1999?\",\"answer\":\"Jeff Gordon\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2000?\",\"answer\":\"Dale Jarrett\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2001?\",\"answer\":\"Bobby Labonte\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2002?\",\"answer\":\"Michael Schumacher\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2003?\",\"answer\":\"Tony Stewart\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2004?\",\"answer\":\"Dale Earnhardt, Jr.\",\"source_doc\":\"49485\"}\n{\"question\":\"Which winners were from the United Kingdom?\",\"answer\":\"Nigel Mansell\",\"source_doc\":\"49485\"}\n{\"question\":\"Which winner was from Germany?\",\"answer\":\"Michael Schumacher\",\"source_doc\":\"49485\"}\n{\"question\":\"Which winners competed in CART?\",\"answer\":\"Nigel Mansell, Al Unser, Jr., Jimmy Vasser\",\"source_doc\":\"49485\"}\n{\"question\":\"Which winners competed in Formula One?\",\"answer\":\"Nigel Mansell, Michael Schumacher\",\"source_doc\":\"49485\"}\n{\"question\":\"Which winners competed in NASCAR?\",\"answer\":\"Jeff Gordon, Dale Jarrett, Bobby Labonte, Tony Stewart, Dale Earnhardt, Jr.\",\"source_doc\":\"49485\"}\n"}, {"shape_id": "relation_graphs_and_mappings", "description": "Artifacts whose main value is explicit links among entities: triples, affiliations, succession, memberships, adaptations, ownership, cast-role mappings, collaborations, reverse relation lookups, and tupleized fact maps (mini knowledge graphs).", "file": "49485.edges.jsonl", "format": "jsonl", "content": "{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Nigel Mansell (1993)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Nigel Mansell (1994)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Al Unser, Jr. (1995)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Jeff Gordon (1996)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Jimmy Vasser (1997)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Jeff Gordon (1998)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Jeff Gordon (1999)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Dale Jarrett (2000)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Bobby Labonte (2001)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Michael Schumacher (2002)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Tony Stewart (2003)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Dale Earnhardt, Jr. (2004)\",\"source_doc\":\"49485\"}\n{\"head\":\"Nigel Mansell\",\"relation\":\"has_nationality\",\"tail\":\"United Kingdom\",\"source_doc\":\"49485\"}\n{\"head\":\"Nigel Mansell\",\"relation\":\"competed_in_series\",\"tail\":\"Formula One\",\"source_doc\":\"49485\"}\n{\"head\":\"Nigel Mansell\",\"relation\":\"competed_in_series\",\"tail\":\"CART\",\"source_doc\":\"49485\"}\n{\"head\":\"Al Unser, Jr.\",\"relation\":\"has_nationality\",\"tail\":\"United States\",\"source_doc\":\"49485\"}\n{\"head\":\"Al Unser, Jr.\",\"relation\":\"competed_in_series\",\"tail\":\"CART\",\"source_doc\":\"49485\"}\n{\"head\":\"Jeff Gordon\",\"relation\":\"has_nationality\",\"tail\":\"United States\",\"source_doc\":\"49485\"}\n{\"head\":\"Jeff Gordon\",\"relation\":\"competed_in_series\",\"tail\":\"NASCAR\",\"source_doc\":\"49485\"}\n{\"head\":\"Jimmy Vasser\",\"relation\":\"has_nationality\",\"tail\":\"United States\",\"source_doc\":\"49485\"}\n{\"head\":\"Jimmy Vasser\",\"relation\":\"competed_in_series\",\"tail\":\"CART\",\"source_doc\":\"49485\"}\n{\"head\":\"Dale Jarrett\",\"relation\":\"has_nationality\",\"tail\":\"United States\",\"source_doc\":\"49485\"}\n{\"head\":\"Dale Jarrett\",\"relation\":\"competed_in_series\",\"tail\":\"NASCAR\",\"source_doc\":\"49485\"}\n{\"head\":\"Bobby Labonte\",\"relation\":\"has_nationality\",\"tail\":\"United States\",\"source_doc\":\"49485\"}\n{\"head\":\"Bobby Labonte\",\"relation\":\"competed_in_series\",\"tail\":\"NASCAR\",\"source_doc\":\"49485\"}\n{\"head\":\"Michael Schumacher\",\"relation\":\"has_nationality\",\"tail\":\"Germany\",\"source_doc\":\"49485\"}\n{\"head\":\"Michael Schumacher\",\"relation\":\"competed_in_series\",\"tail\":\"Formula One\",\"source_doc\":\"49485\"}\n{\"head\":\"Tony Stewart\",\"relation\":\"has_nationality\",\"tail\":\"United States\",\"source_doc\":\"49485\"}\n{\"head\":\"Tony Stewart\",\"relation\":\"competed_in_series\",\"tail\":\"NASCAR\",\"source_doc\":\"49485\"}\n{\"head\":\"Dale Earnhardt, Jr.\",\"relation\":\"has_nationality\",\"tail\":\"United States\",\"source_doc\":\"49485\"}\n{\"head\":\"Dale Earnhardt, Jr.\",\"relation\":\"competed_in_series\",\"tail\":\"NASCAR\",\"source_doc\":\"49485\"}\n"}]}, {"doc_id": "49486", "is_supporting": true, "n_structures": 4, "contents": "# Best Driver ESPY Award - Winners and nominees\nBest Driver ESPY Award winners and nominees\n\n| Year_ | Driver | Nation_of_citizenship | Racing_series | Type_of_vehicle_ |\n| --- | --- | --- | --- | --- |\n| 2005 | Michael Schumacher | Germany | Formula One | Open wheel |\n| 2006 | Tony Stewart | United States | NASCAR | Stock car |\n| 2007 | Jeff Gordon | United States | NASCAR | Stock car |\n| 2008 | Jimmie Johnson | United States | NASCAR | Stock car |\n| 2009 | Jimmie Johnson | United States | NASCAR | Stock car |\n| 2010 | Jimmie Johnson | United States | NASCAR | Stock car |\n| 2011 | Jimmie Johnson | United States | NASCAR | Stock car |\n| 2012 | Tony Stewart | United States | NASCAR | Stock car |\n| 2013 | Ryan Hunter-Reay | United States | IndyCar Series | Open wheel |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "49486.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,year_int,nation_of_citizenship,racing_series,type_of_vehicle\nmichael_schumacher,Michael Schumacher,49486,2005,Germany,Formula One,Open wheel\ntony_stewart,Tony Stewart,49486,2006,United States,NASCAR,Stock car\njeff_gordon,Jeff Gordon,49486,2007,United States,NASCAR,Stock car\njimmie_johnson,Jimmie Johnson,49486,2008,United States,NASCAR,Stock car\njimmie_johnson,Jimmie Johnson,49486,2009,United States,NASCAR,Stock car\njimmie_johnson,Jimmie Johnson,49486,2010,United States,NASCAR,Stock car\njimmie_johnson,Jimmie Johnson,49486,2011,United States,NASCAR,Stock car\ntony_stewart,Tony Stewart,49486,2012,United States,NASCAR,Stock car\nryan_hunter_reay,Ryan Hunter-Reay,49486,2013,United States,IndyCar Series,Open wheel\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "49486.timeline.json", "format": "json", "content": "{\"source_doc\":\"49486\",\"events\":[{\"date\":\"2005\",\"event\":\"Michael Schumacher won the Best Driver ESPY Award\",\"entities\":[\"Michael Schumacher\"]},{\"date\":\"2006\",\"event\":\"Tony Stewart won the Best Driver ESPY Award\",\"entities\":[\"Tony Stewart\"]},{\"date\":\"2007\",\"event\":\"Jeff Gordon won the Best Driver ESPY Award\",\"entities\":[\"Jeff Gordon\"]},{\"date\":\"2008\",\"event\":\"Jimmie Johnson won the Best Driver ESPY Award\",\"entities\":[\"Jimmie Johnson\"]},{\"date\":\"2009\",\"event\":\"Jimmie Johnson won the Best Driver ESPY Award\",\"entities\":[\"Jimmie Johnson\"]},{\"date\":\"2010\",\"event\":\"Jimmie Johnson won the Best Driver ESPY Award\",\"entities\":[\"Jimmie Johnson\"]},{\"date\":\"2011\",\"event\":\"Jimmie Johnson won the Best Driver ESPY Award\",\"entities\":[\"Jimmie Johnson\"]},{\"date\":\"2012\",\"event\":\"Tony Stewart won the Best Driver ESPY Award\",\"entities\":[\"Tony Stewart\"]},{\"date\":\"2013\",\"event\":\"Ryan Hunter-Reay won the Best Driver ESPY Award\",\"entities\":[\"Ryan Hunter-Reay\"]}]}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "49486.jsonl", "format": "jsonl", "content": "{\"question\":\"Who won the Best Driver ESPY Award in 2005?\",\"answer\":\"Michael Schumacher\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2006?\",\"answer\":\"Tony Stewart\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2007?\",\"answer\":\"Jeff Gordon\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2008?\",\"answer\":\"Jimmie Johnson\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2009?\",\"answer\":\"Jimmie Johnson\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2010?\",\"answer\":\"Jimmie Johnson\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2011?\",\"answer\":\"Jimmie Johnson\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2012?\",\"answer\":\"Tony Stewart\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2013?\",\"answer\":\"Ryan Hunter-Reay\",\"source_doc\":\"49486\"}\n{\"question\":\"Which driver won the Best Driver ESPY Award four consecutive years from 2008 to 2011?\",\"answer\":\"Jimmie Johnson\",\"source_doc\":\"49486\"}\n{\"question\":\"Which Best Driver ESPY Award winner was from Germany?\",\"answer\":\"Michael Schumacher\",\"source_doc\":\"49486\"}\n{\"question\":\"Which winners competed in NASCAR?\",\"answer\":\"Tony Stewart, Jeff Gordon, and Jimmie Johnson\",\"source_doc\":\"49486\"}\n"}, {"shape_id": "relation_graphs_and_mappings", "description": "Artifacts whose main value is explicit links among entities: triples, affiliations, succession, memberships, adaptations, ownership, cast-role mappings, collaborations, reverse relation lookups, and tupleized fact maps (mini knowledge graphs).", "file": "49486.edges.jsonl", "format": "jsonl", "content": "{\"head\":\"Michael Schumacher\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2005\",\"source_doc\":\"49486\"}\n{\"head\":\"Tony Stewart\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2006\",\"source_doc\":\"49486\"}\n{\"head\":\"Jeff Gordon\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2007\",\"source_doc\":\"49486\"}\n{\"head\":\"Jimmie Johnson\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2008\",\"source_doc\":\"49486\"}\n{\"head\":\"Jimmie Johnson\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2009\",\"source_doc\":\"49486\"}\n{\"head\":\"Jimmie Johnson\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2010\",\"source_doc\":\"49486\"}\n{\"head\":\"Jimmie Johnson\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2011\",\"source_doc\":\"49486\"}\n{\"head\":\"Tony Stewart\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2012\",\"source_doc\":\"49486\"}\n{\"head\":\"Ryan Hunter-Reay\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2013\",\"source_doc\":\"49486\"}\n"}]}]}
|
e2e_structures/records/wikitq-00132.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00132", "dataset_origin": "WikiTQ", "original_table_id": "203-364", "question": "Best Driver ESPY Award next to Nascar, from which other racing series do ESPY winning drivers come?", "gold_answers": ["Formula One", "CART", "IndyCar Series"], "sql": "SELECT DISTINCT Racing_series FROM table_203_364 WHERE Racing_series != 'NASCAR' ", "n_docs": 2, "n_structures": 8, "docs": [{"doc_id": "49485", "is_supporting": true, "n_structures": 4, "contents": "# Best Driver ESPY Award - Winners and nominees\nBest Driver ESPY Award winners and nominees\n\n| Year_ | Driver | Nation_of_citizenship | Racing_series | Type_of_vehicle_ |\n| --- | --- | --- | --- | --- |\n| 1993 | Nigel Mansell | United Kingdom | Formula One | Open wheel |\n| 1994 | Nigel Mansell | United Kingdom | CART | Open wheel |\n| 1995 | Al Unser, Jr. | United States | CART | Open wheel |\n| 1996 | Jeff Gordon | United States | NASCAR | Stock car |\n| 1997 | Jimmy Vasser | United States | CART | Open wheel |\n| 1998 | Jeff Gordon | United States | NASCAR | Stock car |\n| 1999 | Jeff Gordon | United States | NASCAR | Stock car |\n| 2000 | Dale Jarrett | United States | NASCAR | Stock car |\n| 2001 | Bobby Labonte | United States | NASCAR | Stock car |\n| 2002 | Michael Schumacher | Germany | Formula One | Open wheel |\n| 2003 | Tony Stewart | United States | NASCAR | Stock car |\n| 2004 | Dale Earnhardt, Jr. | United States | NASCAR | Stock car |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "49485.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,year_int,nation_of_citizenship,racing_series,type_of_vehicle\nnigel_mansell,Nigel Mansell,49485,1993,United Kingdom,Formula One,Open wheel\nnigel_mansell,Nigel Mansell,49485,1994,United Kingdom,CART,Open wheel\nal_unser_jr,Al Unser, Jr.,49485,1995,United States,CART,Open wheel\njeff_gordon,Jeff Gordon,49485,1996,United States,NASCAR,Stock car\njimmy_vasser,Jimmy Vasser,49485,1997,United States,CART,Open wheel\njeff_gordon,Jeff Gordon,49485,1998,United States,NASCAR,Stock car\njeff_gordon,Jeff Gordon,49485,1999,United States,NASCAR,Stock car\ndale_jarrett,Dale Jarrett,49485,2000,United States,NASCAR,Stock car\nbobby_labonte,Bobby Labonte,49485,2001,United States,NASCAR,Stock car\nmichael_schumacher,Michael Schumacher,49485,2002,Germany,Formula One,Open wheel\ntony_stewart,Tony Stewart,49485,2003,United States,NASCAR,Stock car\ndale_earnhardt_jr,\"Dale Earnhardt, Jr.\",49485,2004,United States,NASCAR,Stock car\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "49485.timeline.json", "format": "json", "content": "{\"source_doc\":\"49485\",\"events\":[{\"date\":\"1993\",\"event\":\"Nigel Mansell won the Best Driver ESPY Award.\",\"entities\":[\"Nigel Mansell\",\"Best Driver ESPY Award\"]},{\"date\":\"1994\",\"event\":\"Nigel Mansell won the Best Driver ESPY Award.\",\"entities\":[\"Nigel Mansell\",\"Best Driver ESPY Award\"]},{\"date\":\"1995\",\"event\":\"Al Unser, Jr. won the Best Driver ESPY Award.\",\"entities\":[\"Al Unser, Jr.\",\"Best Driver ESPY Award\"]},{\"date\":\"1996\",\"event\":\"Jeff Gordon won the Best Driver ESPY Award.\",\"entities\":[\"Jeff Gordon\",\"Best Driver ESPY Award\"]},{\"date\":\"1997\",\"event\":\"Jimmy Vasser won the Best Driver ESPY Award.\",\"entities\":[\"Jimmy Vasser\",\"Best Driver ESPY Award\"]},{\"date\":\"1998\",\"event\":\"Jeff Gordon won the Best Driver ESPY Award.\",\"entities\":[\"Jeff Gordon\",\"Best Driver ESPY Award\"]},{\"date\":\"1999\",\"event\":\"Jeff Gordon won the Best Driver ESPY Award.\",\"entities\":[\"Jeff Gordon\",\"Best Driver ESPY Award\"]},{\"date\":\"2000\",\"event\":\"Dale Jarrett won the Best Driver ESPY Award.\",\"entities\":[\"Dale Jarrett\",\"Best Driver ESPY Award\"]},{\"date\":\"2001\",\"event\":\"Bobby Labonte won the Best Driver ESPY Award.\",\"entities\":[\"Bobby Labonte\",\"Best Driver ESPY Award\"]},{\"date\":\"2002\",\"event\":\"Michael Schumacher won the Best Driver ESPY Award.\",\"entities\":[\"Michael Schumacher\",\"Best Driver ESPY Award\"]},{\"date\":\"2003\",\"event\":\"Tony Stewart won the Best Driver ESPY Award.\",\"entities\":[\"Tony Stewart\",\"Best Driver ESPY Award\"]},{\"date\":\"2004\",\"event\":\"Dale Earnhardt, Jr. won the Best Driver ESPY Award.\",\"entities\":[\"Dale Earnhardt, Jr.\",\"Best Driver ESPY Award\"]}]}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "49485.jsonl", "format": "jsonl", "content": "{\"question\":\"Who won the Best Driver ESPY Award in 1993?\",\"answer\":\"Nigel Mansell\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 1994?\",\"answer\":\"Nigel Mansell\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 1995?\",\"answer\":\"Al Unser, Jr.\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 1996?\",\"answer\":\"Jeff Gordon\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 1997?\",\"answer\":\"Jimmy Vasser\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 1998?\",\"answer\":\"Jeff Gordon\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 1999?\",\"answer\":\"Jeff Gordon\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2000?\",\"answer\":\"Dale Jarrett\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2001?\",\"answer\":\"Bobby Labonte\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2002?\",\"answer\":\"Michael Schumacher\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2003?\",\"answer\":\"Tony Stewart\",\"source_doc\":\"49485\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2004?\",\"answer\":\"Dale Earnhardt, Jr.\",\"source_doc\":\"49485\"}\n{\"question\":\"Which winners were from the United Kingdom?\",\"answer\":\"Nigel Mansell\",\"source_doc\":\"49485\"}\n{\"question\":\"Which winner was from Germany?\",\"answer\":\"Michael Schumacher\",\"source_doc\":\"49485\"}\n{\"question\":\"Which winners competed in CART?\",\"answer\":\"Nigel Mansell, Al Unser, Jr., Jimmy Vasser\",\"source_doc\":\"49485\"}\n{\"question\":\"Which winners competed in Formula One?\",\"answer\":\"Nigel Mansell, Michael Schumacher\",\"source_doc\":\"49485\"}\n{\"question\":\"Which winners competed in NASCAR?\",\"answer\":\"Jeff Gordon, Dale Jarrett, Bobby Labonte, Tony Stewart, Dale Earnhardt, Jr.\",\"source_doc\":\"49485\"}\n"}, {"shape_id": "relation_graphs_and_mappings", "description": "Artifacts whose main value is explicit links among entities: triples, affiliations, succession, memberships, adaptations, ownership, cast-role mappings, collaborations, reverse relation lookups, and tupleized fact maps (mini knowledge graphs).", "file": "49485.edges.jsonl", "format": "jsonl", "content": "{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Nigel Mansell (1993)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Nigel Mansell (1994)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Al Unser, Jr. (1995)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Jeff Gordon (1996)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Jimmy Vasser (1997)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Jeff Gordon (1998)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Jeff Gordon (1999)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Dale Jarrett (2000)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Bobby Labonte (2001)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Michael Schumacher (2002)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Tony Stewart (2003)\",\"source_doc\":\"49485\"}\n{\"head\":\"Best Driver ESPY Award\",\"relation\":\"winner_in_year\",\"tail\":\"Dale Earnhardt, Jr. (2004)\",\"source_doc\":\"49485\"}\n{\"head\":\"Nigel Mansell\",\"relation\":\"has_nationality\",\"tail\":\"United Kingdom\",\"source_doc\":\"49485\"}\n{\"head\":\"Nigel Mansell\",\"relation\":\"competed_in_series\",\"tail\":\"Formula One\",\"source_doc\":\"49485\"}\n{\"head\":\"Nigel Mansell\",\"relation\":\"competed_in_series\",\"tail\":\"CART\",\"source_doc\":\"49485\"}\n{\"head\":\"Al Unser, Jr.\",\"relation\":\"has_nationality\",\"tail\":\"United States\",\"source_doc\":\"49485\"}\n{\"head\":\"Al Unser, Jr.\",\"relation\":\"competed_in_series\",\"tail\":\"CART\",\"source_doc\":\"49485\"}\n{\"head\":\"Jeff Gordon\",\"relation\":\"has_nationality\",\"tail\":\"United States\",\"source_doc\":\"49485\"}\n{\"head\":\"Jeff Gordon\",\"relation\":\"competed_in_series\",\"tail\":\"NASCAR\",\"source_doc\":\"49485\"}\n{\"head\":\"Jimmy Vasser\",\"relation\":\"has_nationality\",\"tail\":\"United States\",\"source_doc\":\"49485\"}\n{\"head\":\"Jimmy Vasser\",\"relation\":\"competed_in_series\",\"tail\":\"CART\",\"source_doc\":\"49485\"}\n{\"head\":\"Dale Jarrett\",\"relation\":\"has_nationality\",\"tail\":\"United States\",\"source_doc\":\"49485\"}\n{\"head\":\"Dale Jarrett\",\"relation\":\"competed_in_series\",\"tail\":\"NASCAR\",\"source_doc\":\"49485\"}\n{\"head\":\"Bobby Labonte\",\"relation\":\"has_nationality\",\"tail\":\"United States\",\"source_doc\":\"49485\"}\n{\"head\":\"Bobby Labonte\",\"relation\":\"competed_in_series\",\"tail\":\"NASCAR\",\"source_doc\":\"49485\"}\n{\"head\":\"Michael Schumacher\",\"relation\":\"has_nationality\",\"tail\":\"Germany\",\"source_doc\":\"49485\"}\n{\"head\":\"Michael Schumacher\",\"relation\":\"competed_in_series\",\"tail\":\"Formula One\",\"source_doc\":\"49485\"}\n{\"head\":\"Tony Stewart\",\"relation\":\"has_nationality\",\"tail\":\"United States\",\"source_doc\":\"49485\"}\n{\"head\":\"Tony Stewart\",\"relation\":\"competed_in_series\",\"tail\":\"NASCAR\",\"source_doc\":\"49485\"}\n{\"head\":\"Dale Earnhardt, Jr.\",\"relation\":\"has_nationality\",\"tail\":\"United States\",\"source_doc\":\"49485\"}\n{\"head\":\"Dale Earnhardt, Jr.\",\"relation\":\"competed_in_series\",\"tail\":\"NASCAR\",\"source_doc\":\"49485\"}\n"}]}, {"doc_id": "49486", "is_supporting": true, "n_structures": 4, "contents": "# Best Driver ESPY Award - Winners and nominees\nBest Driver ESPY Award winners and nominees\n\n| Year_ | Driver | Nation_of_citizenship | Racing_series | Type_of_vehicle_ |\n| --- | --- | --- | --- | --- |\n| 2005 | Michael Schumacher | Germany | Formula One | Open wheel |\n| 2006 | Tony Stewart | United States | NASCAR | Stock car |\n| 2007 | Jeff Gordon | United States | NASCAR | Stock car |\n| 2008 | Jimmie Johnson | United States | NASCAR | Stock car |\n| 2009 | Jimmie Johnson | United States | NASCAR | Stock car |\n| 2010 | Jimmie Johnson | United States | NASCAR | Stock car |\n| 2011 | Jimmie Johnson | United States | NASCAR | Stock car |\n| 2012 | Tony Stewart | United States | NASCAR | Stock car |\n| 2013 | Ryan Hunter-Reay | United States | IndyCar Series | Open wheel |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "49486.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,year_int,nation_of_citizenship,racing_series,type_of_vehicle\nmichael_schumacher,Michael Schumacher,49486,2005,Germany,Formula One,Open wheel\ntony_stewart,Tony Stewart,49486,2006,United States,NASCAR,Stock car\njeff_gordon,Jeff Gordon,49486,2007,United States,NASCAR,Stock car\njimmie_johnson,Jimmie Johnson,49486,2008,United States,NASCAR,Stock car\njimmie_johnson,Jimmie Johnson,49486,2009,United States,NASCAR,Stock car\njimmie_johnson,Jimmie Johnson,49486,2010,United States,NASCAR,Stock car\njimmie_johnson,Jimmie Johnson,49486,2011,United States,NASCAR,Stock car\ntony_stewart,Tony Stewart,49486,2012,United States,NASCAR,Stock car\nryan_hunter_reay,Ryan Hunter-Reay,49486,2013,United States,IndyCar Series,Open wheel\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "49486.timeline.json", "format": "json", "content": "{\"source_doc\":\"49486\",\"events\":[{\"date\":\"2005\",\"event\":\"Michael Schumacher won the Best Driver ESPY Award\",\"entities\":[\"Michael Schumacher\"]},{\"date\":\"2006\",\"event\":\"Tony Stewart won the Best Driver ESPY Award\",\"entities\":[\"Tony Stewart\"]},{\"date\":\"2007\",\"event\":\"Jeff Gordon won the Best Driver ESPY Award\",\"entities\":[\"Jeff Gordon\"]},{\"date\":\"2008\",\"event\":\"Jimmie Johnson won the Best Driver ESPY Award\",\"entities\":[\"Jimmie Johnson\"]},{\"date\":\"2009\",\"event\":\"Jimmie Johnson won the Best Driver ESPY Award\",\"entities\":[\"Jimmie Johnson\"]},{\"date\":\"2010\",\"event\":\"Jimmie Johnson won the Best Driver ESPY Award\",\"entities\":[\"Jimmie Johnson\"]},{\"date\":\"2011\",\"event\":\"Jimmie Johnson won the Best Driver ESPY Award\",\"entities\":[\"Jimmie Johnson\"]},{\"date\":\"2012\",\"event\":\"Tony Stewart won the Best Driver ESPY Award\",\"entities\":[\"Tony Stewart\"]},{\"date\":\"2013\",\"event\":\"Ryan Hunter-Reay won the Best Driver ESPY Award\",\"entities\":[\"Ryan Hunter-Reay\"]}]}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "49486.jsonl", "format": "jsonl", "content": "{\"question\":\"Who won the Best Driver ESPY Award in 2005?\",\"answer\":\"Michael Schumacher\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2006?\",\"answer\":\"Tony Stewart\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2007?\",\"answer\":\"Jeff Gordon\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2008?\",\"answer\":\"Jimmie Johnson\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2009?\",\"answer\":\"Jimmie Johnson\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2010?\",\"answer\":\"Jimmie Johnson\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2011?\",\"answer\":\"Jimmie Johnson\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2012?\",\"answer\":\"Tony Stewart\",\"source_doc\":\"49486\"}\n{\"question\":\"Who won the Best Driver ESPY Award in 2013?\",\"answer\":\"Ryan Hunter-Reay\",\"source_doc\":\"49486\"}\n{\"question\":\"Which driver won the Best Driver ESPY Award four consecutive years from 2008 to 2011?\",\"answer\":\"Jimmie Johnson\",\"source_doc\":\"49486\"}\n{\"question\":\"Which Best Driver ESPY Award winner was from Germany?\",\"answer\":\"Michael Schumacher\",\"source_doc\":\"49486\"}\n{\"question\":\"Which winners competed in NASCAR?\",\"answer\":\"Tony Stewart, Jeff Gordon, and Jimmie Johnson\",\"source_doc\":\"49486\"}\n"}, {"shape_id": "relation_graphs_and_mappings", "description": "Artifacts whose main value is explicit links among entities: triples, affiliations, succession, memberships, adaptations, ownership, cast-role mappings, collaborations, reverse relation lookups, and tupleized fact maps (mini knowledge graphs).", "file": "49486.edges.jsonl", "format": "jsonl", "content": "{\"head\":\"Michael Schumacher\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2005\",\"source_doc\":\"49486\"}\n{\"head\":\"Tony Stewart\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2006\",\"source_doc\":\"49486\"}\n{\"head\":\"Jeff Gordon\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2007\",\"source_doc\":\"49486\"}\n{\"head\":\"Jimmie Johnson\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2008\",\"source_doc\":\"49486\"}\n{\"head\":\"Jimmie Johnson\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2009\",\"source_doc\":\"49486\"}\n{\"head\":\"Jimmie Johnson\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2010\",\"source_doc\":\"49486\"}\n{\"head\":\"Jimmie Johnson\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2011\",\"source_doc\":\"49486\"}\n{\"head\":\"Tony Stewart\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2012\",\"source_doc\":\"49486\"}\n{\"head\":\"Ryan Hunter-Reay\",\"relation\":\"won_best_driver_espy_award_in\",\"tail\":\"2013\",\"source_doc\":\"49486\"}\n"}]}]}
|
e2e_structures/records/wikitq-00134.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00134", "dataset_origin": "WikiTQ", "original_table_id": "203-737", "question": "Which employer has the most employees in Mundelein, Illinois?", "gold_answers": ["Medline"], "sql": "SELECT Employer FROM table_203_737 ORDER BY _of_Employees_ DESC LIMIT 1 ", "n_docs": 1, "n_structures": 3, "docs": [{"doc_id": "50761", "is_supporting": true, "n_structures": 3, "contents": "# Mundelein, Illinois - Economy\nTop employers\n\n| _ | Employer | _of_Employees_ |\n| --- | --- | --- |\n| 1 | Medline | 1200 |\n| 2 | Mundelein Park District | 422 |\n| 3 | Amcor | 350 |\n| 4 | Fremont School District 79 | 287 |\n| 5 | University of Saint Mary of the Lake | 220 |\n| 6 | Mundelein Elementary School District 75 | 213 |\n| 7 | Mundelein High School | 211 |\n| 8 | Village of Mundelein | 183 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "50761.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,rank_int,employees_int\nmedline,Medline,50761,1,1200\nmundelein_park_district,Mundelein Park District,50761,2,422\namcor,Amcor,50761,3,350\nfremont_school_district_79,Fremont School District 79,50761,4,287\nuniversity_of_saint_mary_of_the_lake,University of Saint Mary of the Lake,50761,5,220\nmundelein_elementary_school_district_75,Mundelein Elementary School District 75,50761,6,213\nmundelein_high_school,Mundelein High School,50761,7,211\nvillage_of_mundelein,Village of Mundelein,50761,8,183\n"}, {"shape_id": "claim_and_theme_summaries", "description": "Curated claim bundles, thematic summaries, interpretations, notable facts, findings, reception notes, and asserted-property/standout-fact classifications that group entities by a claim rather than by full attribute coverage.", "file": "50761.jsonl", "format": "jsonl", "content": "{\"entity\":\"Medline\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 1 with 1200 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Mundelein Park District\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 2 with 422 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Amcor\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 3 with 350 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Fremont School District 79\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 4 with 287 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"University of Saint Mary of the Lake\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 5 with 220 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Mundelein Elementary School District 75\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 6 with 213 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Mundelein High School\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 7 with 211 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Village of Mundelein\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 8 with 183 employees\",\"source_doc\":\"50761\"}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "50761.jsonl", "format": "jsonl", "content": "{\"question\":\"Who is the top employer in Mundelein, Illinois?\",\"answer\":\"Medline, with 1200 employees.\",\"source_doc\":\"50761\"}\n{\"question\":\"How many employees does Medline have in Mundelein, Illinois?\",\"answer\":\"1200.\",\"source_doc\":\"50761\"}\n{\"question\":\"What are the top employers in Mundelein, Illinois?\",\"answer\":\"Medline (1200), Mundelein Park District (422), Amcor (350), Fremont School District 79 (287), University of Saint Mary of the Lake (220), Mundelein Elementary School District 75 (213), Mundelein High School (211), and Village of Mundelein (183).\",\"source_doc\":\"50761\"}\n"}]}]}
|
e2e_structures/records/wikitq-00135.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00135", "dataset_origin": "WikiTQ", "original_table_id": "203-737", "question": "What is the difference between the number of employees in Mundelein Elementary School District 75 and Fremon School District 79 in Mundelein, Illinois?", "gold_answers": ["74"], "sql": "SELECT ABS ( ( SELECT _of_Employees_ FROM table_203_737 WHERE Employer = 'Mundelein Elementary School District 75' ) - ( SELECT _of_Employees_ FROM table_203_737 WHERE Employer = 'Fremont School District 79' ) ) ", "n_docs": 1, "n_structures": 3, "docs": [{"doc_id": "50761", "is_supporting": true, "n_structures": 3, "contents": "# Mundelein, Illinois - Economy\nTop employers\n\n| _ | Employer | _of_Employees_ |\n| --- | --- | --- |\n| 1 | Medline | 1200 |\n| 2 | Mundelein Park District | 422 |\n| 3 | Amcor | 350 |\n| 4 | Fremont School District 79 | 287 |\n| 5 | University of Saint Mary of the Lake | 220 |\n| 6 | Mundelein Elementary School District 75 | 213 |\n| 7 | Mundelein High School | 211 |\n| 8 | Village of Mundelein | 183 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "50761.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,rank_int,employees_int\nmedline,Medline,50761,1,1200\nmundelein_park_district,Mundelein Park District,50761,2,422\namcor,Amcor,50761,3,350\nfremont_school_district_79,Fremont School District 79,50761,4,287\nuniversity_of_saint_mary_of_the_lake,University of Saint Mary of the Lake,50761,5,220\nmundelein_elementary_school_district_75,Mundelein Elementary School District 75,50761,6,213\nmundelein_high_school,Mundelein High School,50761,7,211\nvillage_of_mundelein,Village of Mundelein,50761,8,183\n"}, {"shape_id": "claim_and_theme_summaries", "description": "Curated claim bundles, thematic summaries, interpretations, notable facts, findings, reception notes, and asserted-property/standout-fact classifications that group entities by a claim rather than by full attribute coverage.", "file": "50761.jsonl", "format": "jsonl", "content": "{\"entity\":\"Medline\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 1 with 1200 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Mundelein Park District\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 2 with 422 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Amcor\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 3 with 350 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Fremont School District 79\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 4 with 287 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"University of Saint Mary of the Lake\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 5 with 220 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Mundelein Elementary School District 75\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 6 with 213 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Mundelein High School\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 7 with 211 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Village of Mundelein\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 8 with 183 employees\",\"source_doc\":\"50761\"}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "50761.jsonl", "format": "jsonl", "content": "{\"question\":\"Who is the top employer in Mundelein, Illinois?\",\"answer\":\"Medline, with 1200 employees.\",\"source_doc\":\"50761\"}\n{\"question\":\"How many employees does Medline have in Mundelein, Illinois?\",\"answer\":\"1200.\",\"source_doc\":\"50761\"}\n{\"question\":\"What are the top employers in Mundelein, Illinois?\",\"answer\":\"Medline (1200), Mundelein Park District (422), Amcor (350), Fremont School District 79 (287), University of Saint Mary of the Lake (220), Mundelein Elementary School District 75 (213), Mundelein High School (211), and Village of Mundelein (183).\",\"source_doc\":\"50761\"}\n"}]}]}
|
e2e_structures/records/wikitq-00136.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00136", "dataset_origin": "WikiTQ", "original_table_id": "203-737", "question": "How many employees does mundelein High School in Mundelein, Illinois have?", "gold_answers": ["211"], "sql": "SELECT _of_Employees_ FROM table_203_737 WHERE Employer = 'Mundelein High School' ", "n_docs": 1, "n_structures": 3, "docs": [{"doc_id": "50761", "is_supporting": true, "n_structures": 3, "contents": "# Mundelein, Illinois - Economy\nTop employers\n\n| _ | Employer | _of_Employees_ |\n| --- | --- | --- |\n| 1 | Medline | 1200 |\n| 2 | Mundelein Park District | 422 |\n| 3 | Amcor | 350 |\n| 4 | Fremont School District 79 | 287 |\n| 5 | University of Saint Mary of the Lake | 220 |\n| 6 | Mundelein Elementary School District 75 | 213 |\n| 7 | Mundelein High School | 211 |\n| 8 | Village of Mundelein | 183 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "50761.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,rank_int,employees_int\nmedline,Medline,50761,1,1200\nmundelein_park_district,Mundelein Park District,50761,2,422\namcor,Amcor,50761,3,350\nfremont_school_district_79,Fremont School District 79,50761,4,287\nuniversity_of_saint_mary_of_the_lake,University of Saint Mary of the Lake,50761,5,220\nmundelein_elementary_school_district_75,Mundelein Elementary School District 75,50761,6,213\nmundelein_high_school,Mundelein High School,50761,7,211\nvillage_of_mundelein,Village of Mundelein,50761,8,183\n"}, {"shape_id": "claim_and_theme_summaries", "description": "Curated claim bundles, thematic summaries, interpretations, notable facts, findings, reception notes, and asserted-property/standout-fact classifications that group entities by a claim rather than by full attribute coverage.", "file": "50761.jsonl", "format": "jsonl", "content": "{\"entity\":\"Medline\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 1 with 1200 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Mundelein Park District\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 2 with 422 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Amcor\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 3 with 350 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Fremont School District 79\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 4 with 287 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"University of Saint Mary of the Lake\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 5 with 220 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Mundelein Elementary School District 75\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 6 with 213 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Mundelein High School\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 7 with 211 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Village of Mundelein\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 8 with 183 employees\",\"source_doc\":\"50761\"}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "50761.jsonl", "format": "jsonl", "content": "{\"question\":\"Who is the top employer in Mundelein, Illinois?\",\"answer\":\"Medline, with 1200 employees.\",\"source_doc\":\"50761\"}\n{\"question\":\"How many employees does Medline have in Mundelein, Illinois?\",\"answer\":\"1200.\",\"source_doc\":\"50761\"}\n{\"question\":\"What are the top employers in Mundelein, Illinois?\",\"answer\":\"Medline (1200), Mundelein Park District (422), Amcor (350), Fremont School District 79 (287), University of Saint Mary of the Lake (220), Mundelein Elementary School District 75 (213), Mundelein High School (211), and Village of Mundelein (183).\",\"source_doc\":\"50761\"}\n"}]}]}
|
e2e_structures/records/wikitq-00137.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00137", "dataset_origin": "WikiTQ", "original_table_id": "203-737", "question": "Which employer in Mundelein, Illinois has the most employees?", "gold_answers": ["Medline"], "sql": "SELECT Employer FROM table_203_737 ORDER BY _of_Employees_ DESC LIMIT 1 ", "n_docs": 1, "n_structures": 3, "docs": [{"doc_id": "50761", "is_supporting": true, "n_structures": 3, "contents": "# Mundelein, Illinois - Economy\nTop employers\n\n| _ | Employer | _of_Employees_ |\n| --- | --- | --- |\n| 1 | Medline | 1200 |\n| 2 | Mundelein Park District | 422 |\n| 3 | Amcor | 350 |\n| 4 | Fremont School District 79 | 287 |\n| 5 | University of Saint Mary of the Lake | 220 |\n| 6 | Mundelein Elementary School District 75 | 213 |\n| 7 | Mundelein High School | 211 |\n| 8 | Village of Mundelein | 183 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "50761.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,rank_int,employees_int\nmedline,Medline,50761,1,1200\nmundelein_park_district,Mundelein Park District,50761,2,422\namcor,Amcor,50761,3,350\nfremont_school_district_79,Fremont School District 79,50761,4,287\nuniversity_of_saint_mary_of_the_lake,University of Saint Mary of the Lake,50761,5,220\nmundelein_elementary_school_district_75,Mundelein Elementary School District 75,50761,6,213\nmundelein_high_school,Mundelein High School,50761,7,211\nvillage_of_mundelein,Village of Mundelein,50761,8,183\n"}, {"shape_id": "claim_and_theme_summaries", "description": "Curated claim bundles, thematic summaries, interpretations, notable facts, findings, reception notes, and asserted-property/standout-fact classifications that group entities by a claim rather than by full attribute coverage.", "file": "50761.jsonl", "format": "jsonl", "content": "{\"entity\":\"Medline\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 1 with 1200 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Mundelein Park District\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 2 with 422 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Amcor\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 3 with 350 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Fremont School District 79\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 4 with 287 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"University of Saint Mary of the Lake\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 5 with 220 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Mundelein Elementary School District 75\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 6 with 213 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Mundelein High School\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 7 with 211 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Village of Mundelein\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 8 with 183 employees\",\"source_doc\":\"50761\"}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "50761.jsonl", "format": "jsonl", "content": "{\"question\":\"Who is the top employer in Mundelein, Illinois?\",\"answer\":\"Medline, with 1200 employees.\",\"source_doc\":\"50761\"}\n{\"question\":\"How many employees does Medline have in Mundelein, Illinois?\",\"answer\":\"1200.\",\"source_doc\":\"50761\"}\n{\"question\":\"What are the top employers in Mundelein, Illinois?\",\"answer\":\"Medline (1200), Mundelein Park District (422), Amcor (350), Fremont School District 79 (287), University of Saint Mary of the Lake (220), Mundelein Elementary School District 75 (213), Mundelein High School (211), and Village of Mundelein (183).\",\"source_doc\":\"50761\"}\n"}]}]}
|
e2e_structures/records/wikitq-00138.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00138", "dataset_origin": "WikiTQ", "original_table_id": "203-737", "question": "How many employees do the first three employers in Mundelein, Illinois have combined?", "gold_answers": ["1972"], "sql": "SELECT SUM ( _of_Employees_ ) FROM table_203_737 WHERE _ <= '3' ", "n_docs": 1, "n_structures": 3, "docs": [{"doc_id": "50761", "is_supporting": true, "n_structures": 3, "contents": "# Mundelein, Illinois - Economy\nTop employers\n\n| _ | Employer | _of_Employees_ |\n| --- | --- | --- |\n| 1 | Medline | 1200 |\n| 2 | Mundelein Park District | 422 |\n| 3 | Amcor | 350 |\n| 4 | Fremont School District 79 | 287 |\n| 5 | University of Saint Mary of the Lake | 220 |\n| 6 | Mundelein Elementary School District 75 | 213 |\n| 7 | Mundelein High School | 211 |\n| 8 | Village of Mundelein | 183 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "50761.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,rank_int,employees_int\nmedline,Medline,50761,1,1200\nmundelein_park_district,Mundelein Park District,50761,2,422\namcor,Amcor,50761,3,350\nfremont_school_district_79,Fremont School District 79,50761,4,287\nuniversity_of_saint_mary_of_the_lake,University of Saint Mary of the Lake,50761,5,220\nmundelein_elementary_school_district_75,Mundelein Elementary School District 75,50761,6,213\nmundelein_high_school,Mundelein High School,50761,7,211\nvillage_of_mundelein,Village of Mundelein,50761,8,183\n"}, {"shape_id": "claim_and_theme_summaries", "description": "Curated claim bundles, thematic summaries, interpretations, notable facts, findings, reception notes, and asserted-property/standout-fact classifications that group entities by a claim rather than by full attribute coverage.", "file": "50761.jsonl", "format": "jsonl", "content": "{\"entity\":\"Medline\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 1 with 1200 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Mundelein Park District\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 2 with 422 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Amcor\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 3 with 350 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Fremont School District 79\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 4 with 287 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"University of Saint Mary of the Lake\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 5 with 220 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Mundelein Elementary School District 75\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 6 with 213 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Mundelein High School\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 7 with 211 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Village of Mundelein\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 8 with 183 employees\",\"source_doc\":\"50761\"}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "50761.jsonl", "format": "jsonl", "content": "{\"question\":\"Who is the top employer in Mundelein, Illinois?\",\"answer\":\"Medline, with 1200 employees.\",\"source_doc\":\"50761\"}\n{\"question\":\"How many employees does Medline have in Mundelein, Illinois?\",\"answer\":\"1200.\",\"source_doc\":\"50761\"}\n{\"question\":\"What are the top employers in Mundelein, Illinois?\",\"answer\":\"Medline (1200), Mundelein Park District (422), Amcor (350), Fremont School District 79 (287), University of Saint Mary of the Lake (220), Mundelein Elementary School District 75 (213), Mundelein High School (211), and Village of Mundelein (183).\",\"source_doc\":\"50761\"}\n"}]}]}
|
e2e_structures/records/wikitq-00139.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00139", "dataset_origin": "WikiTQ", "original_table_id": "203-737", "question": "How many employers have 300 or more employees in Mundelein, Illinois?", "gold_answers": ["3"], "sql": "SELECT COUNT ( Employer ) FROM table_203_737 WHERE _of_Employees_ >= '300' ", "n_docs": 1, "n_structures": 3, "docs": [{"doc_id": "50761", "is_supporting": true, "n_structures": 3, "contents": "# Mundelein, Illinois - Economy\nTop employers\n\n| _ | Employer | _of_Employees_ |\n| --- | --- | --- |\n| 1 | Medline | 1200 |\n| 2 | Mundelein Park District | 422 |\n| 3 | Amcor | 350 |\n| 4 | Fremont School District 79 | 287 |\n| 5 | University of Saint Mary of the Lake | 220 |\n| 6 | Mundelein Elementary School District 75 | 213 |\n| 7 | Mundelein High School | 211 |\n| 8 | Village of Mundelein | 183 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "50761.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,rank_int,employees_int\nmedline,Medline,50761,1,1200\nmundelein_park_district,Mundelein Park District,50761,2,422\namcor,Amcor,50761,3,350\nfremont_school_district_79,Fremont School District 79,50761,4,287\nuniversity_of_saint_mary_of_the_lake,University of Saint Mary of the Lake,50761,5,220\nmundelein_elementary_school_district_75,Mundelein Elementary School District 75,50761,6,213\nmundelein_high_school,Mundelein High School,50761,7,211\nvillage_of_mundelein,Village of Mundelein,50761,8,183\n"}, {"shape_id": "claim_and_theme_summaries", "description": "Curated claim bundles, thematic summaries, interpretations, notable facts, findings, reception notes, and asserted-property/standout-fact classifications that group entities by a claim rather than by full attribute coverage.", "file": "50761.jsonl", "format": "jsonl", "content": "{\"entity\":\"Medline\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 1 with 1200 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Mundelein Park District\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 2 with 422 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Amcor\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 3 with 350 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Fremont School District 79\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 4 with 287 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"University of Saint Mary of the Lake\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 5 with 220 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Mundelein Elementary School District 75\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 6 with 213 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Mundelein High School\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 7 with 211 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Village of Mundelein\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 8 with 183 employees\",\"source_doc\":\"50761\"}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "50761.jsonl", "format": "jsonl", "content": "{\"question\":\"Who is the top employer in Mundelein, Illinois?\",\"answer\":\"Medline, with 1200 employees.\",\"source_doc\":\"50761\"}\n{\"question\":\"How many employees does Medline have in Mundelein, Illinois?\",\"answer\":\"1200.\",\"source_doc\":\"50761\"}\n{\"question\":\"What are the top employers in Mundelein, Illinois?\",\"answer\":\"Medline (1200), Mundelein Park District (422), Amcor (350), Fremont School District 79 (287), University of Saint Mary of the Lake (220), Mundelein Elementary School District 75 (213), Mundelein High School (211), and Village of Mundelein (183).\",\"source_doc\":\"50761\"}\n"}]}]}
|
e2e_structures/records/wikitq-00140.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00140", "dataset_origin": "WikiTQ", "original_table_id": "203-737", "question": "How many employers in Mundelein, Illinois have fewer than 300 employees?", "gold_answers": ["5"], "sql": "SELECT COUNT ( Employer ) FROM table_203_737 WHERE _of_Employees_ < '300' ", "n_docs": 1, "n_structures": 3, "docs": [{"doc_id": "50761", "is_supporting": true, "n_structures": 3, "contents": "# Mundelein, Illinois - Economy\nTop employers\n\n| _ | Employer | _of_Employees_ |\n| --- | --- | --- |\n| 1 | Medline | 1200 |\n| 2 | Mundelein Park District | 422 |\n| 3 | Amcor | 350 |\n| 4 | Fremont School District 79 | 287 |\n| 5 | University of Saint Mary of the Lake | 220 |\n| 6 | Mundelein Elementary School District 75 | 213 |\n| 7 | Mundelein High School | 211 |\n| 8 | Village of Mundelein | 183 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "50761.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,rank_int,employees_int\nmedline,Medline,50761,1,1200\nmundelein_park_district,Mundelein Park District,50761,2,422\namcor,Amcor,50761,3,350\nfremont_school_district_79,Fremont School District 79,50761,4,287\nuniversity_of_saint_mary_of_the_lake,University of Saint Mary of the Lake,50761,5,220\nmundelein_elementary_school_district_75,Mundelein Elementary School District 75,50761,6,213\nmundelein_high_school,Mundelein High School,50761,7,211\nvillage_of_mundelein,Village of Mundelein,50761,8,183\n"}, {"shape_id": "claim_and_theme_summaries", "description": "Curated claim bundles, thematic summaries, interpretations, notable facts, findings, reception notes, and asserted-property/standout-fact classifications that group entities by a claim rather than by full attribute coverage.", "file": "50761.jsonl", "format": "jsonl", "content": "{\"entity\":\"Medline\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 1 with 1200 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Mundelein Park District\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 2 with 422 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Amcor\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 3 with 350 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Fremont School District 79\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 4 with 287 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"University of Saint Mary of the Lake\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 5 with 220 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Mundelein Elementary School District 75\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 6 with 213 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Mundelein High School\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 7 with 211 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Village of Mundelein\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 8 with 183 employees\",\"source_doc\":\"50761\"}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "50761.jsonl", "format": "jsonl", "content": "{\"question\":\"Who is the top employer in Mundelein, Illinois?\",\"answer\":\"Medline, with 1200 employees.\",\"source_doc\":\"50761\"}\n{\"question\":\"How many employees does Medline have in Mundelein, Illinois?\",\"answer\":\"1200.\",\"source_doc\":\"50761\"}\n{\"question\":\"What are the top employers in Mundelein, Illinois?\",\"answer\":\"Medline (1200), Mundelein Park District (422), Amcor (350), Fremont School District 79 (287), University of Saint Mary of the Lake (220), Mundelein Elementary School District 75 (213), Mundelein High School (211), and Village of Mundelein (183).\",\"source_doc\":\"50761\"}\n"}]}]}
|
e2e_structures/records/wikitq-00141.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00141", "dataset_origin": "WikiTQ", "original_table_id": "203-737", "question": "Which employers in Mundelein, Illinois have 300 or more employees?", "gold_answers": ["Medline", "Mundelein Park District", "Amcor"], "sql": "SELECT Employer FROM table_203_737 WHERE _of_Employees_ >= '300' ", "n_docs": 1, "n_structures": 3, "docs": [{"doc_id": "50761", "is_supporting": true, "n_structures": 3, "contents": "# Mundelein, Illinois - Economy\nTop employers\n\n| _ | Employer | _of_Employees_ |\n| --- | --- | --- |\n| 1 | Medline | 1200 |\n| 2 | Mundelein Park District | 422 |\n| 3 | Amcor | 350 |\n| 4 | Fremont School District 79 | 287 |\n| 5 | University of Saint Mary of the Lake | 220 |\n| 6 | Mundelein Elementary School District 75 | 213 |\n| 7 | Mundelein High School | 211 |\n| 8 | Village of Mundelein | 183 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "50761.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,rank_int,employees_int\nmedline,Medline,50761,1,1200\nmundelein_park_district,Mundelein Park District,50761,2,422\namcor,Amcor,50761,3,350\nfremont_school_district_79,Fremont School District 79,50761,4,287\nuniversity_of_saint_mary_of_the_lake,University of Saint Mary of the Lake,50761,5,220\nmundelein_elementary_school_district_75,Mundelein Elementary School District 75,50761,6,213\nmundelein_high_school,Mundelein High School,50761,7,211\nvillage_of_mundelein,Village of Mundelein,50761,8,183\n"}, {"shape_id": "claim_and_theme_summaries", "description": "Curated claim bundles, thematic summaries, interpretations, notable facts, findings, reception notes, and asserted-property/standout-fact classifications that group entities by a claim rather than by full attribute coverage.", "file": "50761.jsonl", "format": "jsonl", "content": "{\"entity\":\"Medline\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 1 with 1200 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Mundelein Park District\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 2 with 422 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Amcor\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 3 with 350 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Fremont School District 79\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 4 with 287 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"University of Saint Mary of the Lake\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 5 with 220 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Mundelein Elementary School District 75\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 6 with 213 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Mundelein High School\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 7 with 211 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Village of Mundelein\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 8 with 183 employees\",\"source_doc\":\"50761\"}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "50761.jsonl", "format": "jsonl", "content": "{\"question\":\"Who is the top employer in Mundelein, Illinois?\",\"answer\":\"Medline, with 1200 employees.\",\"source_doc\":\"50761\"}\n{\"question\":\"How many employees does Medline have in Mundelein, Illinois?\",\"answer\":\"1200.\",\"source_doc\":\"50761\"}\n{\"question\":\"What are the top employers in Mundelein, Illinois?\",\"answer\":\"Medline (1200), Mundelein Park District (422), Amcor (350), Fremont School District 79 (287), University of Saint Mary of the Lake (220), Mundelein Elementary School District 75 (213), Mundelein High School (211), and Village of Mundelein (183).\",\"source_doc\":\"50761\"}\n"}]}]}
|
e2e_structures/records/wikitq-00142.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00142", "dataset_origin": "WikiTQ", "original_table_id": "203-737", "question": "How many employers listed in Mundelein, Illinois have fewer than 250 employees?", "gold_answers": ["4"], "sql": "SELECT COUNT ( Employer ) FROM table_203_737 WHERE _of_Employees_ < '250' ", "n_docs": 1, "n_structures": 3, "docs": [{"doc_id": "50761", "is_supporting": true, "n_structures": 3, "contents": "# Mundelein, Illinois - Economy\nTop employers\n\n| _ | Employer | _of_Employees_ |\n| --- | --- | --- |\n| 1 | Medline | 1200 |\n| 2 | Mundelein Park District | 422 |\n| 3 | Amcor | 350 |\n| 4 | Fremont School District 79 | 287 |\n| 5 | University of Saint Mary of the Lake | 220 |\n| 6 | Mundelein Elementary School District 75 | 213 |\n| 7 | Mundelein High School | 211 |\n| 8 | Village of Mundelein | 183 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "50761.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,rank_int,employees_int\nmedline,Medline,50761,1,1200\nmundelein_park_district,Mundelein Park District,50761,2,422\namcor,Amcor,50761,3,350\nfremont_school_district_79,Fremont School District 79,50761,4,287\nuniversity_of_saint_mary_of_the_lake,University of Saint Mary of the Lake,50761,5,220\nmundelein_elementary_school_district_75,Mundelein Elementary School District 75,50761,6,213\nmundelein_high_school,Mundelein High School,50761,7,211\nvillage_of_mundelein,Village of Mundelein,50761,8,183\n"}, {"shape_id": "claim_and_theme_summaries", "description": "Curated claim bundles, thematic summaries, interpretations, notable facts, findings, reception notes, and asserted-property/standout-fact classifications that group entities by a claim rather than by full attribute coverage.", "file": "50761.jsonl", "format": "jsonl", "content": "{\"entity\":\"Medline\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 1 with 1200 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Mundelein Park District\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 2 with 422 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Amcor\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 3 with 350 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Fremont School District 79\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 4 with 287 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"University of Saint Mary of the Lake\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 5 with 220 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Mundelein Elementary School District 75\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 6 with 213 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Mundelein High School\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 7 with 211 employees\",\"source_doc\":\"50761\"}\n{\"entity\":\"Village of Mundelein\",\"claim\":\"top_employer_in_mundelein_illinois\",\"value\":\"rank 8 with 183 employees\",\"source_doc\":\"50761\"}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "50761.jsonl", "format": "jsonl", "content": "{\"question\":\"Who is the top employer in Mundelein, Illinois?\",\"answer\":\"Medline, with 1200 employees.\",\"source_doc\":\"50761\"}\n{\"question\":\"How many employees does Medline have in Mundelein, Illinois?\",\"answer\":\"1200.\",\"source_doc\":\"50761\"}\n{\"question\":\"What are the top employers in Mundelein, Illinois?\",\"answer\":\"Medline (1200), Mundelein Park District (422), Amcor (350), Fremont School District 79 (287), University of Saint Mary of the Lake (220), Mundelein Elementary School District 75 (213), Mundelein High School (211), and Village of Mundelein (183).\",\"source_doc\":\"50761\"}\n"}]}]}
|
e2e_structures/records/wikitq-00150.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00150", "dataset_origin": "WikiTQ", "original_table_id": "203-527", "question": "Which tournament under Florent Pietrus had the most points per game?", "gold_answers": ["2006 FIBA World Championship"], "sql": "SELECT Tournament FROM table_203_527 ORDER BY Points_per_game DESC LIMIT 1 ", "n_docs": 1, "n_structures": 4, "docs": [{"doc_id": "49974", "is_supporting": true, "n_structures": 4, "contents": "# Florent PiΓ©trus - National team career\nFrench national team stats\n\n| Tournament | Games_played | Points_per_game | Rebounds_per_game | Assists_per_game_ |\n| --- | --- | --- | --- | --- |\n| 2003 EuroBasket | 6 | 6.8 | 5.3 | 0.7 |\n| 2005 EuroBasket | 7 | 7.6 | 7.1 | 0.6 |\n| 2006 FIBA World Championship | 9 | 9.7 | 6.7 | 0.6 |\n| 2007 EuroBasket | 7 | 8.9 | 3.7 | 0.6 |\n| 2009 EuroBasket | 8 | 6.5 | 2.9 | 1.1 |\n| 2010 FIBA World Championship | 4 | 4.5 | 4.8 | 1.5 |\n| 2011 EuroBasket | 11 | 2.6 | 3.4 | 0.8 |\n| 2012 Olympics | 6 | 4.5 | 2.8 | 0.5 |\n| 2013 EuroBasket | 11 | 1.9 | 3.5 | 0.2 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "49974.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,games_played_int,points_per_game_float,rebounds_per_game_float,assists_per_game_float\n2003_eurobasket,2003 EuroBasket,49974,6,6.8,5.3,0.7\n2005_eurobasket,2005 EuroBasket,49974,7,7.6,7.1,0.6\n2006_fiba_world_championship,2006 FIBA World Championship,49974,9,9.7,6.7,0.6\n2007_eurobasket,2007 EuroBasket,49974,7,8.9,3.7,0.6\n2009_eurobasket,2009 EuroBasket,49974,8,6.5,2.9,1.1\n2010_fiba_world_championship,2010 FIBA World Championship,49974,4,4.5,4.8,1.5\n2011_eurobasket,2011 EuroBasket,49974,11,2.6,3.4,0.8\n2012_olympics,2012 Olympics,49974,6,4.5,2.8,0.5\n2013_eurobasket,2013 EuroBasket,49974,11,1.9,3.5,0.2\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "49974.timeline.json", "format": "json", "content": "{\"source_doc\":\"49974\",\"events\":[{\"date\":\"2003\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2003 EuroBasket: 6 games played, 6.8 points per game, 5.3 rebounds per game, 0.7 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2003 EuroBasket\"]},{\"date\":\"2005\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2005 EuroBasket: 7 games played, 7.6 points per game, 7.1 rebounds per game, 0.6 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2005 EuroBasket\"]},{\"date\":\"2006\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2006 FIBA World Championship: 9 games played, 9.7 points per game, 6.7 rebounds per game, 0.6 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2006 FIBA World Championship\"]},{\"date\":\"2007\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2007 EuroBasket: 7 games played, 8.9 points per game, 3.7 rebounds per game, 0.6 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2007 EuroBasket\"]},{\"date\":\"2009\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2009 EuroBasket: 8 games played, 6.5 points per game, 2.9 rebounds per game, 1.1 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2009 EuroBasket\"]},{\"date\":\"2010\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2010 FIBA World Championship: 4 games played, 4.5 points per game, 4.8 rebounds per game, 1.5 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2010 FIBA World Championship\"]},{\"date\":\"2011\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2011 EuroBasket: 11 games played, 2.6 points per game, 3.4 rebounds per game, 0.8 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2011 EuroBasket\"]},{\"date\":\"2012\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2012 Olympics: 6 games played, 4.5 points per game, 2.8 rebounds per game, 0.5 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2012 Olympics\"]},{\"date\":\"2013\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2013 EuroBasket: 11 games played, 1.9 points per game, 3.5 rebounds per game, 0.2 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2013 EuroBasket\"]}]}\n"}, {"shape_id": "claim_and_theme_summaries", "description": "Curated claim bundles, thematic summaries, interpretations, notable facts, findings, reception notes, and asserted-property/standout-fact classifications that group entities by a claim rather than by full attribute coverage.", "file": "49974.jsonl", "format": "jsonl", "content": "{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2003 EuroBasket: 6 games, 6.8 points per game, 5.3 rebounds per game, 0.7 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2005 EuroBasket: 7 games, 7.6 points per game, 7.1 rebounds per game, 0.6 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2006 FIBA World Championship: 9 games, 9.7 points per game, 6.7 rebounds per game, 0.6 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2007 EuroBasket: 7 games, 8.9 points per game, 3.7 rebounds per game, 0.6 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2009 EuroBasket: 8 games, 6.5 points per game, 2.9 rebounds per game, 1.1 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2010 FIBA World Championship: 4 games, 4.5 points per game, 4.8 rebounds per game, 1.5 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2011 EuroBasket: 11 games, 2.6 points per game, 3.4 rebounds per game, 0.8 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2012 Olympics: 6 games, 4.5 points per game, 2.8 rebounds per game, 0.5 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2013 EuroBasket: 11 games, 1.9 points per game, 3.5 rebounds per game, 0.2 assists per game\",\"source_doc\":\"49974\"}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "49974.jsonl", "format": "jsonl", "content": "{\"question\":\"How many games did Florent PiΓ©trus play at 2006 FIBA World Championship for France?\",\"answer\":\"9 games.\",\"source_doc\":\"49974\"}\n{\"question\":\"What were Florent PiΓ©trus's points, rebounds, and assists per game at 2005 EuroBasket?\",\"answer\":\"7.6 points, 7.1 rebounds, and 0.6 assists per game.\",\"source_doc\":\"49974\"}\n{\"question\":\"At which tournament did Florent PiΓ©trus average 9.7 points per game for the French national team?\",\"answer\":\"2006 FIBA World Championship.\",\"source_doc\":\"49974\"}\n{\"question\":\"What was Florent PiΓ©trus's highest rebounds per game figure in the listed French national team tournaments?\",\"answer\":\"7.1 rebounds per game at 2005 EuroBasket.\",\"source_doc\":\"49974\"}\n{\"question\":\"What was Florent PiΓ©trus's highest assists per game figure in the listed French national team tournaments?\",\"answer\":\"1.5 assists per game at 2010 FIBA World Championship.\",\"source_doc\":\"49974\"}\n{\"question\":\"How many games did Florent PiΓ©trus play at 2011 EuroBasket?\",\"answer\":\"11 games.\",\"source_doc\":\"49974\"}\n{\"question\":\"What were Florent PiΓ©trus's stats at the 2012 Olympics for France?\",\"answer\":\"6 games played, 4.5 points per game, 2.8 rebounds per game, and 0.5 assists per game.\",\"source_doc\":\"49974\"}\n"}]}]}
|
e2e_structures/records/wikitq-00151.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00151", "dataset_origin": "WikiTQ", "original_table_id": "203-527", "question": "In which tournament did Florent Pietrus score the fewest points per game on average?", "gold_answers": ["2013 EuroBasket"], "sql": "SELECT Tournament FROM table_203_527 ORDER BY Points_per_game ASC LIMIT 1 ", "n_docs": 1, "n_structures": 4, "docs": [{"doc_id": "49974", "is_supporting": true, "n_structures": 4, "contents": "# Florent PiΓ©trus - National team career\nFrench national team stats\n\n| Tournament | Games_played | Points_per_game | Rebounds_per_game | Assists_per_game_ |\n| --- | --- | --- | --- | --- |\n| 2003 EuroBasket | 6 | 6.8 | 5.3 | 0.7 |\n| 2005 EuroBasket | 7 | 7.6 | 7.1 | 0.6 |\n| 2006 FIBA World Championship | 9 | 9.7 | 6.7 | 0.6 |\n| 2007 EuroBasket | 7 | 8.9 | 3.7 | 0.6 |\n| 2009 EuroBasket | 8 | 6.5 | 2.9 | 1.1 |\n| 2010 FIBA World Championship | 4 | 4.5 | 4.8 | 1.5 |\n| 2011 EuroBasket | 11 | 2.6 | 3.4 | 0.8 |\n| 2012 Olympics | 6 | 4.5 | 2.8 | 0.5 |\n| 2013 EuroBasket | 11 | 1.9 | 3.5 | 0.2 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "49974.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,games_played_int,points_per_game_float,rebounds_per_game_float,assists_per_game_float\n2003_eurobasket,2003 EuroBasket,49974,6,6.8,5.3,0.7\n2005_eurobasket,2005 EuroBasket,49974,7,7.6,7.1,0.6\n2006_fiba_world_championship,2006 FIBA World Championship,49974,9,9.7,6.7,0.6\n2007_eurobasket,2007 EuroBasket,49974,7,8.9,3.7,0.6\n2009_eurobasket,2009 EuroBasket,49974,8,6.5,2.9,1.1\n2010_fiba_world_championship,2010 FIBA World Championship,49974,4,4.5,4.8,1.5\n2011_eurobasket,2011 EuroBasket,49974,11,2.6,3.4,0.8\n2012_olympics,2012 Olympics,49974,6,4.5,2.8,0.5\n2013_eurobasket,2013 EuroBasket,49974,11,1.9,3.5,0.2\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "49974.timeline.json", "format": "json", "content": "{\"source_doc\":\"49974\",\"events\":[{\"date\":\"2003\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2003 EuroBasket: 6 games played, 6.8 points per game, 5.3 rebounds per game, 0.7 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2003 EuroBasket\"]},{\"date\":\"2005\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2005 EuroBasket: 7 games played, 7.6 points per game, 7.1 rebounds per game, 0.6 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2005 EuroBasket\"]},{\"date\":\"2006\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2006 FIBA World Championship: 9 games played, 9.7 points per game, 6.7 rebounds per game, 0.6 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2006 FIBA World Championship\"]},{\"date\":\"2007\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2007 EuroBasket: 7 games played, 8.9 points per game, 3.7 rebounds per game, 0.6 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2007 EuroBasket\"]},{\"date\":\"2009\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2009 EuroBasket: 8 games played, 6.5 points per game, 2.9 rebounds per game, 1.1 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2009 EuroBasket\"]},{\"date\":\"2010\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2010 FIBA World Championship: 4 games played, 4.5 points per game, 4.8 rebounds per game, 1.5 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2010 FIBA World Championship\"]},{\"date\":\"2011\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2011 EuroBasket: 11 games played, 2.6 points per game, 3.4 rebounds per game, 0.8 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2011 EuroBasket\"]},{\"date\":\"2012\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2012 Olympics: 6 games played, 4.5 points per game, 2.8 rebounds per game, 0.5 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2012 Olympics\"]},{\"date\":\"2013\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2013 EuroBasket: 11 games played, 1.9 points per game, 3.5 rebounds per game, 0.2 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2013 EuroBasket\"]}]}\n"}, {"shape_id": "claim_and_theme_summaries", "description": "Curated claim bundles, thematic summaries, interpretations, notable facts, findings, reception notes, and asserted-property/standout-fact classifications that group entities by a claim rather than by full attribute coverage.", "file": "49974.jsonl", "format": "jsonl", "content": "{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2003 EuroBasket: 6 games, 6.8 points per game, 5.3 rebounds per game, 0.7 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2005 EuroBasket: 7 games, 7.6 points per game, 7.1 rebounds per game, 0.6 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2006 FIBA World Championship: 9 games, 9.7 points per game, 6.7 rebounds per game, 0.6 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2007 EuroBasket: 7 games, 8.9 points per game, 3.7 rebounds per game, 0.6 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2009 EuroBasket: 8 games, 6.5 points per game, 2.9 rebounds per game, 1.1 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2010 FIBA World Championship: 4 games, 4.5 points per game, 4.8 rebounds per game, 1.5 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2011 EuroBasket: 11 games, 2.6 points per game, 3.4 rebounds per game, 0.8 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2012 Olympics: 6 games, 4.5 points per game, 2.8 rebounds per game, 0.5 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2013 EuroBasket: 11 games, 1.9 points per game, 3.5 rebounds per game, 0.2 assists per game\",\"source_doc\":\"49974\"}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "49974.jsonl", "format": "jsonl", "content": "{\"question\":\"How many games did Florent PiΓ©trus play at 2006 FIBA World Championship for France?\",\"answer\":\"9 games.\",\"source_doc\":\"49974\"}\n{\"question\":\"What were Florent PiΓ©trus's points, rebounds, and assists per game at 2005 EuroBasket?\",\"answer\":\"7.6 points, 7.1 rebounds, and 0.6 assists per game.\",\"source_doc\":\"49974\"}\n{\"question\":\"At which tournament did Florent PiΓ©trus average 9.7 points per game for the French national team?\",\"answer\":\"2006 FIBA World Championship.\",\"source_doc\":\"49974\"}\n{\"question\":\"What was Florent PiΓ©trus's highest rebounds per game figure in the listed French national team tournaments?\",\"answer\":\"7.1 rebounds per game at 2005 EuroBasket.\",\"source_doc\":\"49974\"}\n{\"question\":\"What was Florent PiΓ©trus's highest assists per game figure in the listed French national team tournaments?\",\"answer\":\"1.5 assists per game at 2010 FIBA World Championship.\",\"source_doc\":\"49974\"}\n{\"question\":\"How many games did Florent PiΓ©trus play at 2011 EuroBasket?\",\"answer\":\"11 games.\",\"source_doc\":\"49974\"}\n{\"question\":\"What were Florent PiΓ©trus's stats at the 2012 Olympics for France?\",\"answer\":\"6 games played, 4.5 points per game, 2.8 rebounds per game, and 0.5 assists per game.\",\"source_doc\":\"49974\"}\n"}]}]}
|
e2e_structures/records/wikitq-00152.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00152", "dataset_origin": "WikiTQ", "original_table_id": "203-527", "question": "In which tournament did Florent Pietrus' team score the most points per game?", "gold_answers": ["2006 FIBA World Championship"], "sql": "SELECT Tournament FROM table_203_527 ORDER BY Points_per_game DESC LIMIT 1 ", "n_docs": 1, "n_structures": 4, "docs": [{"doc_id": "49974", "is_supporting": true, "n_structures": 4, "contents": "# Florent PiΓ©trus - National team career\nFrench national team stats\n\n| Tournament | Games_played | Points_per_game | Rebounds_per_game | Assists_per_game_ |\n| --- | --- | --- | --- | --- |\n| 2003 EuroBasket | 6 | 6.8 | 5.3 | 0.7 |\n| 2005 EuroBasket | 7 | 7.6 | 7.1 | 0.6 |\n| 2006 FIBA World Championship | 9 | 9.7 | 6.7 | 0.6 |\n| 2007 EuroBasket | 7 | 8.9 | 3.7 | 0.6 |\n| 2009 EuroBasket | 8 | 6.5 | 2.9 | 1.1 |\n| 2010 FIBA World Championship | 4 | 4.5 | 4.8 | 1.5 |\n| 2011 EuroBasket | 11 | 2.6 | 3.4 | 0.8 |\n| 2012 Olympics | 6 | 4.5 | 2.8 | 0.5 |\n| 2013 EuroBasket | 11 | 1.9 | 3.5 | 0.2 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "49974.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,games_played_int,points_per_game_float,rebounds_per_game_float,assists_per_game_float\n2003_eurobasket,2003 EuroBasket,49974,6,6.8,5.3,0.7\n2005_eurobasket,2005 EuroBasket,49974,7,7.6,7.1,0.6\n2006_fiba_world_championship,2006 FIBA World Championship,49974,9,9.7,6.7,0.6\n2007_eurobasket,2007 EuroBasket,49974,7,8.9,3.7,0.6\n2009_eurobasket,2009 EuroBasket,49974,8,6.5,2.9,1.1\n2010_fiba_world_championship,2010 FIBA World Championship,49974,4,4.5,4.8,1.5\n2011_eurobasket,2011 EuroBasket,49974,11,2.6,3.4,0.8\n2012_olympics,2012 Olympics,49974,6,4.5,2.8,0.5\n2013_eurobasket,2013 EuroBasket,49974,11,1.9,3.5,0.2\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "49974.timeline.json", "format": "json", "content": "{\"source_doc\":\"49974\",\"events\":[{\"date\":\"2003\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2003 EuroBasket: 6 games played, 6.8 points per game, 5.3 rebounds per game, 0.7 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2003 EuroBasket\"]},{\"date\":\"2005\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2005 EuroBasket: 7 games played, 7.6 points per game, 7.1 rebounds per game, 0.6 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2005 EuroBasket\"]},{\"date\":\"2006\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2006 FIBA World Championship: 9 games played, 9.7 points per game, 6.7 rebounds per game, 0.6 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2006 FIBA World Championship\"]},{\"date\":\"2007\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2007 EuroBasket: 7 games played, 8.9 points per game, 3.7 rebounds per game, 0.6 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2007 EuroBasket\"]},{\"date\":\"2009\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2009 EuroBasket: 8 games played, 6.5 points per game, 2.9 rebounds per game, 1.1 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2009 EuroBasket\"]},{\"date\":\"2010\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2010 FIBA World Championship: 4 games played, 4.5 points per game, 4.8 rebounds per game, 1.5 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2010 FIBA World Championship\"]},{\"date\":\"2011\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2011 EuroBasket: 11 games played, 2.6 points per game, 3.4 rebounds per game, 0.8 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2011 EuroBasket\"]},{\"date\":\"2012\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2012 Olympics: 6 games played, 4.5 points per game, 2.8 rebounds per game, 0.5 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2012 Olympics\"]},{\"date\":\"2013\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2013 EuroBasket: 11 games played, 1.9 points per game, 3.5 rebounds per game, 0.2 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2013 EuroBasket\"]}]}\n"}, {"shape_id": "claim_and_theme_summaries", "description": "Curated claim bundles, thematic summaries, interpretations, notable facts, findings, reception notes, and asserted-property/standout-fact classifications that group entities by a claim rather than by full attribute coverage.", "file": "49974.jsonl", "format": "jsonl", "content": "{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2003 EuroBasket: 6 games, 6.8 points per game, 5.3 rebounds per game, 0.7 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2005 EuroBasket: 7 games, 7.6 points per game, 7.1 rebounds per game, 0.6 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2006 FIBA World Championship: 9 games, 9.7 points per game, 6.7 rebounds per game, 0.6 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2007 EuroBasket: 7 games, 8.9 points per game, 3.7 rebounds per game, 0.6 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2009 EuroBasket: 8 games, 6.5 points per game, 2.9 rebounds per game, 1.1 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2010 FIBA World Championship: 4 games, 4.5 points per game, 4.8 rebounds per game, 1.5 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2011 EuroBasket: 11 games, 2.6 points per game, 3.4 rebounds per game, 0.8 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2012 Olympics: 6 games, 4.5 points per game, 2.8 rebounds per game, 0.5 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2013 EuroBasket: 11 games, 1.9 points per game, 3.5 rebounds per game, 0.2 assists per game\",\"source_doc\":\"49974\"}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "49974.jsonl", "format": "jsonl", "content": "{\"question\":\"How many games did Florent PiΓ©trus play at 2006 FIBA World Championship for France?\",\"answer\":\"9 games.\",\"source_doc\":\"49974\"}\n{\"question\":\"What were Florent PiΓ©trus's points, rebounds, and assists per game at 2005 EuroBasket?\",\"answer\":\"7.6 points, 7.1 rebounds, and 0.6 assists per game.\",\"source_doc\":\"49974\"}\n{\"question\":\"At which tournament did Florent PiΓ©trus average 9.7 points per game for the French national team?\",\"answer\":\"2006 FIBA World Championship.\",\"source_doc\":\"49974\"}\n{\"question\":\"What was Florent PiΓ©trus's highest rebounds per game figure in the listed French national team tournaments?\",\"answer\":\"7.1 rebounds per game at 2005 EuroBasket.\",\"source_doc\":\"49974\"}\n{\"question\":\"What was Florent PiΓ©trus's highest assists per game figure in the listed French national team tournaments?\",\"answer\":\"1.5 assists per game at 2010 FIBA World Championship.\",\"source_doc\":\"49974\"}\n{\"question\":\"How many games did Florent PiΓ©trus play at 2011 EuroBasket?\",\"answer\":\"11 games.\",\"source_doc\":\"49974\"}\n{\"question\":\"What were Florent PiΓ©trus's stats at the 2012 Olympics for France?\",\"answer\":\"6 games played, 4.5 points per game, 2.8 rebounds per game, and 0.5 assists per game.\",\"source_doc\":\"49974\"}\n"}]}]}
|
e2e_structures/records/wikitq-00153.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00153", "dataset_origin": "WikiTQ", "original_table_id": "203-527", "question": "How many international tournament games has Florent PiΓ©trus played so far?", "gold_answers": ["69"], "sql": "SELECT SUM ( Games_played ) FROM table_203_527 ", "n_docs": 1, "n_structures": 4, "docs": [{"doc_id": "49974", "is_supporting": true, "n_structures": 4, "contents": "# Florent PiΓ©trus - National team career\nFrench national team stats\n\n| Tournament | Games_played | Points_per_game | Rebounds_per_game | Assists_per_game_ |\n| --- | --- | --- | --- | --- |\n| 2003 EuroBasket | 6 | 6.8 | 5.3 | 0.7 |\n| 2005 EuroBasket | 7 | 7.6 | 7.1 | 0.6 |\n| 2006 FIBA World Championship | 9 | 9.7 | 6.7 | 0.6 |\n| 2007 EuroBasket | 7 | 8.9 | 3.7 | 0.6 |\n| 2009 EuroBasket | 8 | 6.5 | 2.9 | 1.1 |\n| 2010 FIBA World Championship | 4 | 4.5 | 4.8 | 1.5 |\n| 2011 EuroBasket | 11 | 2.6 | 3.4 | 0.8 |\n| 2012 Olympics | 6 | 4.5 | 2.8 | 0.5 |\n| 2013 EuroBasket | 11 | 1.9 | 3.5 | 0.2 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "49974.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,games_played_int,points_per_game_float,rebounds_per_game_float,assists_per_game_float\n2003_eurobasket,2003 EuroBasket,49974,6,6.8,5.3,0.7\n2005_eurobasket,2005 EuroBasket,49974,7,7.6,7.1,0.6\n2006_fiba_world_championship,2006 FIBA World Championship,49974,9,9.7,6.7,0.6\n2007_eurobasket,2007 EuroBasket,49974,7,8.9,3.7,0.6\n2009_eurobasket,2009 EuroBasket,49974,8,6.5,2.9,1.1\n2010_fiba_world_championship,2010 FIBA World Championship,49974,4,4.5,4.8,1.5\n2011_eurobasket,2011 EuroBasket,49974,11,2.6,3.4,0.8\n2012_olympics,2012 Olympics,49974,6,4.5,2.8,0.5\n2013_eurobasket,2013 EuroBasket,49974,11,1.9,3.5,0.2\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "49974.timeline.json", "format": "json", "content": "{\"source_doc\":\"49974\",\"events\":[{\"date\":\"2003\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2003 EuroBasket: 6 games played, 6.8 points per game, 5.3 rebounds per game, 0.7 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2003 EuroBasket\"]},{\"date\":\"2005\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2005 EuroBasket: 7 games played, 7.6 points per game, 7.1 rebounds per game, 0.6 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2005 EuroBasket\"]},{\"date\":\"2006\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2006 FIBA World Championship: 9 games played, 9.7 points per game, 6.7 rebounds per game, 0.6 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2006 FIBA World Championship\"]},{\"date\":\"2007\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2007 EuroBasket: 7 games played, 8.9 points per game, 3.7 rebounds per game, 0.6 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2007 EuroBasket\"]},{\"date\":\"2009\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2009 EuroBasket: 8 games played, 6.5 points per game, 2.9 rebounds per game, 1.1 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2009 EuroBasket\"]},{\"date\":\"2010\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2010 FIBA World Championship: 4 games played, 4.5 points per game, 4.8 rebounds per game, 1.5 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2010 FIBA World Championship\"]},{\"date\":\"2011\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2011 EuroBasket: 11 games played, 2.6 points per game, 3.4 rebounds per game, 0.8 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2011 EuroBasket\"]},{\"date\":\"2012\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2012 Olympics: 6 games played, 4.5 points per game, 2.8 rebounds per game, 0.5 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2012 Olympics\"]},{\"date\":\"2013\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2013 EuroBasket: 11 games played, 1.9 points per game, 3.5 rebounds per game, 0.2 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2013 EuroBasket\"]}]}\n"}, {"shape_id": "claim_and_theme_summaries", "description": "Curated claim bundles, thematic summaries, interpretations, notable facts, findings, reception notes, and asserted-property/standout-fact classifications that group entities by a claim rather than by full attribute coverage.", "file": "49974.jsonl", "format": "jsonl", "content": "{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2003 EuroBasket: 6 games, 6.8 points per game, 5.3 rebounds per game, 0.7 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2005 EuroBasket: 7 games, 7.6 points per game, 7.1 rebounds per game, 0.6 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2006 FIBA World Championship: 9 games, 9.7 points per game, 6.7 rebounds per game, 0.6 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2007 EuroBasket: 7 games, 8.9 points per game, 3.7 rebounds per game, 0.6 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2009 EuroBasket: 8 games, 6.5 points per game, 2.9 rebounds per game, 1.1 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2010 FIBA World Championship: 4 games, 4.5 points per game, 4.8 rebounds per game, 1.5 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2011 EuroBasket: 11 games, 2.6 points per game, 3.4 rebounds per game, 0.8 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2012 Olympics: 6 games, 4.5 points per game, 2.8 rebounds per game, 0.5 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2013 EuroBasket: 11 games, 1.9 points per game, 3.5 rebounds per game, 0.2 assists per game\",\"source_doc\":\"49974\"}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "49974.jsonl", "format": "jsonl", "content": "{\"question\":\"How many games did Florent PiΓ©trus play at 2006 FIBA World Championship for France?\",\"answer\":\"9 games.\",\"source_doc\":\"49974\"}\n{\"question\":\"What were Florent PiΓ©trus's points, rebounds, and assists per game at 2005 EuroBasket?\",\"answer\":\"7.6 points, 7.1 rebounds, and 0.6 assists per game.\",\"source_doc\":\"49974\"}\n{\"question\":\"At which tournament did Florent PiΓ©trus average 9.7 points per game for the French national team?\",\"answer\":\"2006 FIBA World Championship.\",\"source_doc\":\"49974\"}\n{\"question\":\"What was Florent PiΓ©trus's highest rebounds per game figure in the listed French national team tournaments?\",\"answer\":\"7.1 rebounds per game at 2005 EuroBasket.\",\"source_doc\":\"49974\"}\n{\"question\":\"What was Florent PiΓ©trus's highest assists per game figure in the listed French national team tournaments?\",\"answer\":\"1.5 assists per game at 2010 FIBA World Championship.\",\"source_doc\":\"49974\"}\n{\"question\":\"How many games did Florent PiΓ©trus play at 2011 EuroBasket?\",\"answer\":\"11 games.\",\"source_doc\":\"49974\"}\n{\"question\":\"What were Florent PiΓ©trus's stats at the 2012 Olympics for France?\",\"answer\":\"6 games played, 4.5 points per game, 2.8 rebounds per game, and 0.5 assists per game.\",\"source_doc\":\"49974\"}\n"}]}]}
|
e2e_structures/records/wikitq-00154.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00154", "dataset_origin": "WikiTQ", "original_table_id": "203-527", "question": "From Florent PiΓ©trus' list, what was Florent's average number of assists per game during the 2006 Fiba World Cup?", "gold_answers": ["0.6"], "sql": "SELECT Assists_per_game_ FROM table_203_527 WHERE Tournament = '2006 FIBA World Championship' ", "n_docs": 1, "n_structures": 4, "docs": [{"doc_id": "49974", "is_supporting": true, "n_structures": 4, "contents": "# Florent PiΓ©trus - National team career\nFrench national team stats\n\n| Tournament | Games_played | Points_per_game | Rebounds_per_game | Assists_per_game_ |\n| --- | --- | --- | --- | --- |\n| 2003 EuroBasket | 6 | 6.8 | 5.3 | 0.7 |\n| 2005 EuroBasket | 7 | 7.6 | 7.1 | 0.6 |\n| 2006 FIBA World Championship | 9 | 9.7 | 6.7 | 0.6 |\n| 2007 EuroBasket | 7 | 8.9 | 3.7 | 0.6 |\n| 2009 EuroBasket | 8 | 6.5 | 2.9 | 1.1 |\n| 2010 FIBA World Championship | 4 | 4.5 | 4.8 | 1.5 |\n| 2011 EuroBasket | 11 | 2.6 | 3.4 | 0.8 |\n| 2012 Olympics | 6 | 4.5 | 2.8 | 0.5 |\n| 2013 EuroBasket | 11 | 1.9 | 3.5 | 0.2 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "49974.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,games_played_int,points_per_game_float,rebounds_per_game_float,assists_per_game_float\n2003_eurobasket,2003 EuroBasket,49974,6,6.8,5.3,0.7\n2005_eurobasket,2005 EuroBasket,49974,7,7.6,7.1,0.6\n2006_fiba_world_championship,2006 FIBA World Championship,49974,9,9.7,6.7,0.6\n2007_eurobasket,2007 EuroBasket,49974,7,8.9,3.7,0.6\n2009_eurobasket,2009 EuroBasket,49974,8,6.5,2.9,1.1\n2010_fiba_world_championship,2010 FIBA World Championship,49974,4,4.5,4.8,1.5\n2011_eurobasket,2011 EuroBasket,49974,11,2.6,3.4,0.8\n2012_olympics,2012 Olympics,49974,6,4.5,2.8,0.5\n2013_eurobasket,2013 EuroBasket,49974,11,1.9,3.5,0.2\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "49974.timeline.json", "format": "json", "content": "{\"source_doc\":\"49974\",\"events\":[{\"date\":\"2003\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2003 EuroBasket: 6 games played, 6.8 points per game, 5.3 rebounds per game, 0.7 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2003 EuroBasket\"]},{\"date\":\"2005\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2005 EuroBasket: 7 games played, 7.6 points per game, 7.1 rebounds per game, 0.6 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2005 EuroBasket\"]},{\"date\":\"2006\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2006 FIBA World Championship: 9 games played, 9.7 points per game, 6.7 rebounds per game, 0.6 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2006 FIBA World Championship\"]},{\"date\":\"2007\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2007 EuroBasket: 7 games played, 8.9 points per game, 3.7 rebounds per game, 0.6 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2007 EuroBasket\"]},{\"date\":\"2009\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2009 EuroBasket: 8 games played, 6.5 points per game, 2.9 rebounds per game, 1.1 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2009 EuroBasket\"]},{\"date\":\"2010\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2010 FIBA World Championship: 4 games played, 4.5 points per game, 4.8 rebounds per game, 1.5 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2010 FIBA World Championship\"]},{\"date\":\"2011\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2011 EuroBasket: 11 games played, 2.6 points per game, 3.4 rebounds per game, 0.8 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2011 EuroBasket\"]},{\"date\":\"2012\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2012 Olympics: 6 games played, 4.5 points per game, 2.8 rebounds per game, 0.5 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2012 Olympics\"]},{\"date\":\"2013\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2013 EuroBasket: 11 games played, 1.9 points per game, 3.5 rebounds per game, 0.2 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2013 EuroBasket\"]}]}\n"}, {"shape_id": "claim_and_theme_summaries", "description": "Curated claim bundles, thematic summaries, interpretations, notable facts, findings, reception notes, and asserted-property/standout-fact classifications that group entities by a claim rather than by full attribute coverage.", "file": "49974.jsonl", "format": "jsonl", "content": "{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2003 EuroBasket: 6 games, 6.8 points per game, 5.3 rebounds per game, 0.7 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2005 EuroBasket: 7 games, 7.6 points per game, 7.1 rebounds per game, 0.6 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2006 FIBA World Championship: 9 games, 9.7 points per game, 6.7 rebounds per game, 0.6 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2007 EuroBasket: 7 games, 8.9 points per game, 3.7 rebounds per game, 0.6 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2009 EuroBasket: 8 games, 6.5 points per game, 2.9 rebounds per game, 1.1 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2010 FIBA World Championship: 4 games, 4.5 points per game, 4.8 rebounds per game, 1.5 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2011 EuroBasket: 11 games, 2.6 points per game, 3.4 rebounds per game, 0.8 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2012 Olympics: 6 games, 4.5 points per game, 2.8 rebounds per game, 0.5 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2013 EuroBasket: 11 games, 1.9 points per game, 3.5 rebounds per game, 0.2 assists per game\",\"source_doc\":\"49974\"}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "49974.jsonl", "format": "jsonl", "content": "{\"question\":\"How many games did Florent PiΓ©trus play at 2006 FIBA World Championship for France?\",\"answer\":\"9 games.\",\"source_doc\":\"49974\"}\n{\"question\":\"What were Florent PiΓ©trus's points, rebounds, and assists per game at 2005 EuroBasket?\",\"answer\":\"7.6 points, 7.1 rebounds, and 0.6 assists per game.\",\"source_doc\":\"49974\"}\n{\"question\":\"At which tournament did Florent PiΓ©trus average 9.7 points per game for the French national team?\",\"answer\":\"2006 FIBA World Championship.\",\"source_doc\":\"49974\"}\n{\"question\":\"What was Florent PiΓ©trus's highest rebounds per game figure in the listed French national team tournaments?\",\"answer\":\"7.1 rebounds per game at 2005 EuroBasket.\",\"source_doc\":\"49974\"}\n{\"question\":\"What was Florent PiΓ©trus's highest assists per game figure in the listed French national team tournaments?\",\"answer\":\"1.5 assists per game at 2010 FIBA World Championship.\",\"source_doc\":\"49974\"}\n{\"question\":\"How many games did Florent PiΓ©trus play at 2011 EuroBasket?\",\"answer\":\"11 games.\",\"source_doc\":\"49974\"}\n{\"question\":\"What were Florent PiΓ©trus's stats at the 2012 Olympics for France?\",\"answer\":\"6 games played, 4.5 points per game, 2.8 rebounds per game, and 0.5 assists per game.\",\"source_doc\":\"49974\"}\n"}]}]}
|
e2e_structures/records/wikitq-00155.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00155", "dataset_origin": "WikiTQ", "original_table_id": "203-527", "question": "For Florent PiΓ©trus, how many assists per game did Eurobasket 2013 have overall?", "gold_answers": ["0.2"], "sql": "SELECT Assists_per_game_ FROM table_203_527 WHERE Tournament = '2013 EuroBasket' ", "n_docs": 1, "n_structures": 4, "docs": [{"doc_id": "49974", "is_supporting": true, "n_structures": 4, "contents": "# Florent PiΓ©trus - National team career\nFrench national team stats\n\n| Tournament | Games_played | Points_per_game | Rebounds_per_game | Assists_per_game_ |\n| --- | --- | --- | --- | --- |\n| 2003 EuroBasket | 6 | 6.8 | 5.3 | 0.7 |\n| 2005 EuroBasket | 7 | 7.6 | 7.1 | 0.6 |\n| 2006 FIBA World Championship | 9 | 9.7 | 6.7 | 0.6 |\n| 2007 EuroBasket | 7 | 8.9 | 3.7 | 0.6 |\n| 2009 EuroBasket | 8 | 6.5 | 2.9 | 1.1 |\n| 2010 FIBA World Championship | 4 | 4.5 | 4.8 | 1.5 |\n| 2011 EuroBasket | 11 | 2.6 | 3.4 | 0.8 |\n| 2012 Olympics | 6 | 4.5 | 2.8 | 0.5 |\n| 2013 EuroBasket | 11 | 1.9 | 3.5 | 0.2 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "49974.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,games_played_int,points_per_game_float,rebounds_per_game_float,assists_per_game_float\n2003_eurobasket,2003 EuroBasket,49974,6,6.8,5.3,0.7\n2005_eurobasket,2005 EuroBasket,49974,7,7.6,7.1,0.6\n2006_fiba_world_championship,2006 FIBA World Championship,49974,9,9.7,6.7,0.6\n2007_eurobasket,2007 EuroBasket,49974,7,8.9,3.7,0.6\n2009_eurobasket,2009 EuroBasket,49974,8,6.5,2.9,1.1\n2010_fiba_world_championship,2010 FIBA World Championship,49974,4,4.5,4.8,1.5\n2011_eurobasket,2011 EuroBasket,49974,11,2.6,3.4,0.8\n2012_olympics,2012 Olympics,49974,6,4.5,2.8,0.5\n2013_eurobasket,2013 EuroBasket,49974,11,1.9,3.5,0.2\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "49974.timeline.json", "format": "json", "content": "{\"source_doc\":\"49974\",\"events\":[{\"date\":\"2003\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2003 EuroBasket: 6 games played, 6.8 points per game, 5.3 rebounds per game, 0.7 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2003 EuroBasket\"]},{\"date\":\"2005\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2005 EuroBasket: 7 games played, 7.6 points per game, 7.1 rebounds per game, 0.6 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2005 EuroBasket\"]},{\"date\":\"2006\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2006 FIBA World Championship: 9 games played, 9.7 points per game, 6.7 rebounds per game, 0.6 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2006 FIBA World Championship\"]},{\"date\":\"2007\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2007 EuroBasket: 7 games played, 8.9 points per game, 3.7 rebounds per game, 0.6 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2007 EuroBasket\"]},{\"date\":\"2009\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2009 EuroBasket: 8 games played, 6.5 points per game, 2.9 rebounds per game, 1.1 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2009 EuroBasket\"]},{\"date\":\"2010\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2010 FIBA World Championship: 4 games played, 4.5 points per game, 4.8 rebounds per game, 1.5 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2010 FIBA World Championship\"]},{\"date\":\"2011\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2011 EuroBasket: 11 games played, 2.6 points per game, 3.4 rebounds per game, 0.8 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2011 EuroBasket\"]},{\"date\":\"2012\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2012 Olympics: 6 games played, 4.5 points per game, 2.8 rebounds per game, 0.5 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2012 Olympics\"]},{\"date\":\"2013\",\"event\":\"Florent PiΓ©trus recorded French national team stats at 2013 EuroBasket: 11 games played, 1.9 points per game, 3.5 rebounds per game, 0.2 assists per game\",\"entities\":[\"Florent PiΓ©trus\",\"2013 EuroBasket\"]}]}\n"}, {"shape_id": "claim_and_theme_summaries", "description": "Curated claim bundles, thematic summaries, interpretations, notable facts, findings, reception notes, and asserted-property/standout-fact classifications that group entities by a claim rather than by full attribute coverage.", "file": "49974.jsonl", "format": "jsonl", "content": "{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2003 EuroBasket: 6 games, 6.8 points per game, 5.3 rebounds per game, 0.7 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2005 EuroBasket: 7 games, 7.6 points per game, 7.1 rebounds per game, 0.6 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2006 FIBA World Championship: 9 games, 9.7 points per game, 6.7 rebounds per game, 0.6 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2007 EuroBasket: 7 games, 8.9 points per game, 3.7 rebounds per game, 0.6 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2009 EuroBasket: 8 games, 6.5 points per game, 2.9 rebounds per game, 1.1 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2010 FIBA World Championship: 4 games, 4.5 points per game, 4.8 rebounds per game, 1.5 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2011 EuroBasket: 11 games, 2.6 points per game, 3.4 rebounds per game, 0.8 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2012 Olympics: 6 games, 4.5 points per game, 2.8 rebounds per game, 0.5 assists per game\",\"source_doc\":\"49974\"}\n{\"entity\":\"Florent PiΓ©trus\",\"claim\":\"national_team_stat_line_for_tournament\",\"value\":\"2013 EuroBasket: 11 games, 1.9 points per game, 3.5 rebounds per game, 0.2 assists per game\",\"source_doc\":\"49974\"}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "49974.jsonl", "format": "jsonl", "content": "{\"question\":\"How many games did Florent PiΓ©trus play at 2006 FIBA World Championship for France?\",\"answer\":\"9 games.\",\"source_doc\":\"49974\"}\n{\"question\":\"What were Florent PiΓ©trus's points, rebounds, and assists per game at 2005 EuroBasket?\",\"answer\":\"7.6 points, 7.1 rebounds, and 0.6 assists per game.\",\"source_doc\":\"49974\"}\n{\"question\":\"At which tournament did Florent PiΓ©trus average 9.7 points per game for the French national team?\",\"answer\":\"2006 FIBA World Championship.\",\"source_doc\":\"49974\"}\n{\"question\":\"What was Florent PiΓ©trus's highest rebounds per game figure in the listed French national team tournaments?\",\"answer\":\"7.1 rebounds per game at 2005 EuroBasket.\",\"source_doc\":\"49974\"}\n{\"question\":\"What was Florent PiΓ©trus's highest assists per game figure in the listed French national team tournaments?\",\"answer\":\"1.5 assists per game at 2010 FIBA World Championship.\",\"source_doc\":\"49974\"}\n{\"question\":\"How many games did Florent PiΓ©trus play at 2011 EuroBasket?\",\"answer\":\"11 games.\",\"source_doc\":\"49974\"}\n{\"question\":\"What were Florent PiΓ©trus's stats at the 2012 Olympics for France?\",\"answer\":\"6 games played, 4.5 points per game, 2.8 rebounds per game, and 0.5 assists per game.\",\"source_doc\":\"49974\"}\n"}]}]}
|
e2e_structures/records/wikitq-00176.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00176", "dataset_origin": "WikiTQ", "original_table_id": "203-721", "question": "How many schools are represented in the table of list of technical universities in the United States?", "gold_answers": ["28"], "sql": "SELECT COUNT ( School ) FROM table_203_721 ", "n_docs": 3, "n_structures": 6, "docs": [{"doc_id": "50729", "is_supporting": true, "n_structures": 2, "contents": "# List of United States technological universities - Institutions\n\n| School | Location_ | Control | Type_ | Enrollment | Founded_ |\n| --- | --- | --- | --- | --- | --- |\n| Air Force Institute of Technology | Wright-Patterson AFB, Ohio | Public | DRU | 719 | 1919 |\n| California Institute of Technology | Pasadena, California | Private | RU/VH | 2231 | 1891 |\n| California Polytechnic State University | San Luis Obispo, California | Public | Master`s L | 18762 | 1901 |\n| California State Polytechnic University, Pomona | Pomona, California | Public | Master`s L | 22273 | 1938 |\n| Clarkson University | Potsdam, NY | Private | RU/H | 3187 | 1896 |\n| Colorado School of Mines | Golden, Colorado | Public | RU/H | 4296 | 1874 |\n| Colorado Technical University | Colorado Springs, Colorado | Private | DRU | 30020 | 1965 |\n| Florida Institute of Technology | Melbourne, Florida | Private | DRU | 8985 | 1958 |\n| Georgia Institute of Technology | Atlanta, Georgia | Public | RU/VH | 20487 | 1885 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "50729.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,location,control,type,enrollment_int,founded_year\nair_force_institute_of_technology,Air Force Institute of Technology,50729,\"Wright-Patterson AFB, Ohio\",Public,DRU,719,1919\ncalifornia_institute_of_technology,California Institute of Technology,50729,\"Pasadena, California\",Private,RU/VH,2231,1891\ncalifornia_polytechnic_state_university,California Polytechnic State University,50729,\"San Luis Obispo, California\",Public,\"Master`s L\",18762,1901\ncalifornia_state_polytechnic_university_pomona,\"California State Polytechnic University, Pomona\",50729,\"Pomona, California\",Public,\"Master`s L\",22273,1938\nclarkson_university,Clarkson University,50729,\"Potsdam, NY\",Private,RU/H,3187,1896\ncolorado_school_of_mines,Colorado School of Mines,50729,\"Golden, Colorado\",Public,RU/H,4296,1874\ncolorado_technical_university,Colorado Technical University,50729,\"Colorado Springs, Colorado\",Private,DRU,30020,1965\nflorida_institute_of_technology,Florida Institute of Technology,50729,\"Melbourne, Florida\",Private,DRU,8985,1958\ngeorgia_institute_of_technology,Georgia Institute of Technology,50729,\"Atlanta, Georgia\",Public,RU/VH,20487,1885\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "50729.timeline.json", "format": "json", "content": "{\n \"source_doc\": \"50729\",\n \"events\": [\n {\n \"date\": \"1874\",\n \"event\": \"Colorado School of Mines founded\",\n \"entities\": [\"Colorado School of Mines\"]\n },\n {\n \"date\": \"1885\",\n \"event\": \"Georgia Institute of Technology founded\",\n \"entities\": [\"Georgia Institute of Technology\"]\n },\n {\n \"date\": \"1891\",\n \"event\": \"California Institute of Technology founded\",\n \"entities\": [\"California Institute of Technology\"]\n },\n {\n \"date\": \"1896\",\n \"event\": \"Clarkson University founded\",\n \"entities\": [\"Clarkson University\"]\n },\n {\n \"date\": \"1901\",\n \"event\": \"California Polytechnic State University founded\",\n \"entities\": [\"California Polytechnic State University\"]\n },\n {\n \"date\": \"1919\",\n \"event\": \"Air Force Institute of Technology founded\",\n \"entities\": [\"Air Force Institute of Technology\"]\n },\n {\n \"date\": \"1938\",\n \"event\": \"California State Polytechnic University, Pomona founded\",\n \"entities\": [\"California State Polytechnic University, Pomona\"]\n },\n {\n \"date\": \"1958\",\n \"event\": \"Florida Institute of Technology founded\",\n \"entities\": [\"Florida Institute of Technology\"]\n },\n {\n \"date\": \"1965\",\n \"event\": \"Colorado Technical University founded\",\n \"entities\": [\"Colorado Technical University\"]\n }\n ]\n}\n"}]}, {"doc_id": "50730", "is_supporting": true, "n_structures": 2, "contents": "# List of United States technological universities - Institutions\n\n| School | Location_ | Control | Type_ | Enrollment | Founded_ |\n| --- | --- | --- | --- | --- | --- |\n| Illinois Institute of Technology | Chicago, Illinois | Private | RU/H | 7787 | 1890 |\n| Massachusetts Institute of Technology | Cambridge, Massachusetts | Private | RU/VH | 10894 | 1861 |\n| Michigan Technological University | Houghton, Michigan | Public | RU/H | 6957 | 1885 |\n| Missouri University of Science and Technology | Rolla, Missouri | Public | RU/H | 7521 | 1870 |\n| Montana Tech of the University of Montana | Butte, Montana | Public | Bac/Diverse | 2694 | 1900 |\n| New Jersey Institute of Technology | Newark, New Jersey | Private | RU/H | 9558 | 1881 |\n| New Mexico Institute of Mining and Technology | Socorro, New Mexico | Public | Master`s M | 1921 | 1889 |\n| Oregon Institute of Technology | Klamath Falls, Oregon | Public | Bac/Diverse | 3927 | 1947 |\n| Polytechnic Institute of New York University | Brooklyn, New York | Private | RU/H | 4514 | 1854 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "50730.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,location,control,type,enrollment_int,founded_year\nillinois_institute_of_technology,Illinois Institute of Technology,50730,\"Chicago, Illinois\",Private,RU/H,7787,1890\nmassachusetts_institute_of_technology,Massachusetts Institute of Technology,50730,\"Cambridge, Massachusetts\",Private,RU/VH,10894,1861\nmichigan_technological_university,Michigan Technological University,50730,\"Houghton, Michigan\",Public,RU/H,6957,1885\nmissouri_university_of_science_and_technology,Missouri University of Science and Technology,50730,\"Rolla, Missouri\",Public,RU/H,7521,1870\nmontana_tech_of_the_university_of_montana,Montana Tech of the University of Montana,50730,\"Butte, Montana\",Public,Bac/Diverse,2694,1900\nnew_jersey_institute_of_technology,New Jersey Institute of Technology,50730,\"Newark, New Jersey\",Private,RU/H,9558,1881\nnew_mexico_institute_of_mining_and_technology,New Mexico Institute of Mining and Technology,50730,\"Socorro, New Mexico\",Public,\"Master`s M\",1921,1889\noregon_institute_of_technology,Oregon Institute of Technology,50730,\"Klamath Falls, Oregon\",Public,Bac/Diverse,3927,1947\npolytechnic_institute_of_new_york_university,Polytechnic Institute of New York University,50730,\"Brooklyn, New York\",Private,RU/H,4514,1854\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "50730.timeline.json", "format": "json", "content": "{\"source_doc\":\"50730\",\"events\":[{\"date\":\"1854\",\"event\":\"Polytechnic Institute of New York University founded.\",\"entities\":[\"Polytechnic Institute of New York University\"]},{\"date\":\"1861\",\"event\":\"Massachusetts Institute of Technology founded.\",\"entities\":[\"Massachusetts Institute of Technology\"]},{\"date\":\"1870\",\"event\":\"Missouri University of Science and Technology founded.\",\"entities\":[\"Missouri University of Science and Technology\"]},{\"date\":\"1881\",\"event\":\"New Jersey Institute of Technology founded.\",\"entities\":[\"New Jersey Institute of Technology\"]},{\"date\":\"1885\",\"event\":\"Michigan Technological University founded.\",\"entities\":[\"Michigan Technological University\"]},{\"date\":\"1889\",\"event\":\"New Mexico Institute of Mining and Technology founded.\",\"entities\":[\"New Mexico Institute of Mining and Technology\"]},{\"date\":\"1890\",\"event\":\"Illinois Institute of Technology founded.\",\"entities\":[\"Illinois Institute of Technology\"]},{\"date\":\"1900\",\"event\":\"Montana Tech of the University of Montana founded.\",\"entities\":[\"Montana Tech of the University of Montana\"]},{\"date\":\"1947\",\"event\":\"Oregon Institute of Technology founded.\",\"entities\":[\"Oregon Institute of Technology\"]}]}\n"}]}, {"doc_id": "50731", "is_supporting": true, "n_structures": 2, "contents": "# List of United States technological universities - Institutions\n\n| School | Location_ | Control | Type_ | Enrollment | Founded_ |\n| --- | --- | --- | --- | --- | --- |\n| Rensselaer Polytechnic Institute | Troy, New York | Private | RU/VH | 7521 | 1824 |\n| Rochester Institute of Technology | Henrietta, New York | Private | Master`s L | 17652 | 1829 |\n| RoseβHulman Institute of Technology | Terre Haute, Indiana | Private | Spec/Engg | 1970 | 1874 |\n| South Dakota School of Mines and Technology | Rapid City, South Dakota | Public | Spec/Engg | 2354 | 1885 |\n| Southern Polytechnic State University | Marietta, Georgia | Public | Master`s M | 6202 | 1948 |\n| Stevens Institute of Technology | Hoboken, New Jersey | Private | RU/H | 5260 | 1870 |\n| Texas Tech University | Lubbock, Texas | Public | RU/H | 32327 | 1923 |\n| University of WisconsinβStout | Menomonie, Wisconsin | Public | Master`s L | 9339 | 1891 |\n| Virginia Polytechnic Institute and State University | Blacksburg, Virginia | Public | RU/VH | 30739 | 1872 |\n| Worcester Polytechnic Institute | Worcester, Massachusetts | Private | DRU | 5071 | 1865 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "50731.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,location,control,type,enrollment_int,founded_year\nrensselaer_polytechnic_institute,Rensselaer Polytechnic Institute,50731,\"Troy, New York\",Private,RU/VH,7521,1824\nrochester_institute_of_technology,Rochester Institute of Technology,50731,\"Henrietta, New York\",Private,\"Master`s L\",17652,1829\nrose_hulman_institute_of_technology,RoseβHulman Institute of Technology,50731,\"Terre Haute, Indiana\",Private,Spec/Engg,1970,1874\nsouth_dakota_school_of_mines_and_technology,South Dakota School of Mines and Technology,50731,\"Rapid City, South Dakota\",Public,Spec/Engg,2354,1885\nsouthern_polytechnic_state_university,Southern Polytechnic State University,50731,\"Marietta, Georgia\",Public,\"Master`s M\",6202,1948\nstevens_institute_of_technology,Stevens Institute of Technology,50731,\"Hoboken, New Jersey\",Private,RU/H,5260,1870\ntexas_tech_university,Texas Tech University,50731,\"Lubbock, Texas\",Public,RU/H,32327,1923\nuniversity_of_wisconsin_stout,University of WisconsinβStout,50731,\"Menomonie, Wisconsin\",Public,\"Master`s L\",9339,1891\nvirginia_polytechnic_institute_and_state_university,Virginia Polytechnic Institute and State University,50731,\"Blacksburg, Virginia\",Public,RU/VH,30739,1872\nworcester_polytechnic_institute,Worcester Polytechnic Institute,50731,\"Worcester, Massachusetts\",Private,DRU,5071,1865\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "50731.timeline.json", "format": "json", "content": "{\"source_doc\":\"50731\",\"events\":[{\"date\":\"1824\",\"event\":\"Rensselaer Polytechnic Institute founded\",\"entities\":[\"Rensselaer Polytechnic Institute\"]},{\"date\":\"1829\",\"event\":\"Rochester Institute of Technology founded\",\"entities\":[\"Rochester Institute of Technology\"]},{\"date\":\"1865\",\"event\":\"Worcester Polytechnic Institute founded\",\"entities\":[\"Worcester Polytechnic Institute\"]},{\"date\":\"1870\",\"event\":\"Stevens Institute of Technology founded\",\"entities\":[\"Stevens Institute of Technology\"]},{\"date\":\"1872\",\"event\":\"Virginia Polytechnic Institute and State University founded\",\"entities\":[\"Virginia Polytechnic Institute and State University\"]},{\"date\":\"1874\",\"event\":\"RoseβHulman Institute of Technology founded\",\"entities\":[\"RoseβHulman Institute of Technology\"]},{\"date\":\"1885\",\"event\":\"South Dakota School of Mines and Technology founded\",\"entities\":[\"South Dakota School of Mines and Technology\"]},{\"date\":\"1891\",\"event\":\"University of WisconsinβStout founded\",\"entities\":[\"University of WisconsinβStout\"]},{\"date\":\"1923\",\"event\":\"Texas Tech University founded\",\"entities\":[\"Texas Tech University\"]},{\"date\":\"1948\",\"event\":\"Southern Polytechnic State University founded\",\"entities\":[\"Southern Polytechnic State University\"]}]}\n"}]}]}
|
e2e_structures/records/wikitq-00178.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00178", "dataset_origin": "WikiTQ", "original_table_id": "203-721", "question": "Among the list of technical universities in the United States, which school had the most enrollments?", "gold_answers": ["Texas Tech University"], "sql": "SELECT School FROM table_203_721 ORDER BY Enrollment DESC LIMIT 1 ", "n_docs": 3, "n_structures": 6, "docs": [{"doc_id": "50729", "is_supporting": true, "n_structures": 2, "contents": "# List of United States technological universities - Institutions\n\n| School | Location_ | Control | Type_ | Enrollment | Founded_ |\n| --- | --- | --- | --- | --- | --- |\n| Air Force Institute of Technology | Wright-Patterson AFB, Ohio | Public | DRU | 719 | 1919 |\n| California Institute of Technology | Pasadena, California | Private | RU/VH | 2231 | 1891 |\n| California Polytechnic State University | San Luis Obispo, California | Public | Master`s L | 18762 | 1901 |\n| California State Polytechnic University, Pomona | Pomona, California | Public | Master`s L | 22273 | 1938 |\n| Clarkson University | Potsdam, NY | Private | RU/H | 3187 | 1896 |\n| Colorado School of Mines | Golden, Colorado | Public | RU/H | 4296 | 1874 |\n| Colorado Technical University | Colorado Springs, Colorado | Private | DRU | 30020 | 1965 |\n| Florida Institute of Technology | Melbourne, Florida | Private | DRU | 8985 | 1958 |\n| Georgia Institute of Technology | Atlanta, Georgia | Public | RU/VH | 20487 | 1885 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "50729.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,location,control,type,enrollment_int,founded_year\nair_force_institute_of_technology,Air Force Institute of Technology,50729,\"Wright-Patterson AFB, Ohio\",Public,DRU,719,1919\ncalifornia_institute_of_technology,California Institute of Technology,50729,\"Pasadena, California\",Private,RU/VH,2231,1891\ncalifornia_polytechnic_state_university,California Polytechnic State University,50729,\"San Luis Obispo, California\",Public,\"Master`s L\",18762,1901\ncalifornia_state_polytechnic_university_pomona,\"California State Polytechnic University, Pomona\",50729,\"Pomona, California\",Public,\"Master`s L\",22273,1938\nclarkson_university,Clarkson University,50729,\"Potsdam, NY\",Private,RU/H,3187,1896\ncolorado_school_of_mines,Colorado School of Mines,50729,\"Golden, Colorado\",Public,RU/H,4296,1874\ncolorado_technical_university,Colorado Technical University,50729,\"Colorado Springs, Colorado\",Private,DRU,30020,1965\nflorida_institute_of_technology,Florida Institute of Technology,50729,\"Melbourne, Florida\",Private,DRU,8985,1958\ngeorgia_institute_of_technology,Georgia Institute of Technology,50729,\"Atlanta, Georgia\",Public,RU/VH,20487,1885\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "50729.timeline.json", "format": "json", "content": "{\n \"source_doc\": \"50729\",\n \"events\": [\n {\n \"date\": \"1874\",\n \"event\": \"Colorado School of Mines founded\",\n \"entities\": [\"Colorado School of Mines\"]\n },\n {\n \"date\": \"1885\",\n \"event\": \"Georgia Institute of Technology founded\",\n \"entities\": [\"Georgia Institute of Technology\"]\n },\n {\n \"date\": \"1891\",\n \"event\": \"California Institute of Technology founded\",\n \"entities\": [\"California Institute of Technology\"]\n },\n {\n \"date\": \"1896\",\n \"event\": \"Clarkson University founded\",\n \"entities\": [\"Clarkson University\"]\n },\n {\n \"date\": \"1901\",\n \"event\": \"California Polytechnic State University founded\",\n \"entities\": [\"California Polytechnic State University\"]\n },\n {\n \"date\": \"1919\",\n \"event\": \"Air Force Institute of Technology founded\",\n \"entities\": [\"Air Force Institute of Technology\"]\n },\n {\n \"date\": \"1938\",\n \"event\": \"California State Polytechnic University, Pomona founded\",\n \"entities\": [\"California State Polytechnic University, Pomona\"]\n },\n {\n \"date\": \"1958\",\n \"event\": \"Florida Institute of Technology founded\",\n \"entities\": [\"Florida Institute of Technology\"]\n },\n {\n \"date\": \"1965\",\n \"event\": \"Colorado Technical University founded\",\n \"entities\": [\"Colorado Technical University\"]\n }\n ]\n}\n"}]}, {"doc_id": "50730", "is_supporting": true, "n_structures": 2, "contents": "# List of United States technological universities - Institutions\n\n| School | Location_ | Control | Type_ | Enrollment | Founded_ |\n| --- | --- | --- | --- | --- | --- |\n| Illinois Institute of Technology | Chicago, Illinois | Private | RU/H | 7787 | 1890 |\n| Massachusetts Institute of Technology | Cambridge, Massachusetts | Private | RU/VH | 10894 | 1861 |\n| Michigan Technological University | Houghton, Michigan | Public | RU/H | 6957 | 1885 |\n| Missouri University of Science and Technology | Rolla, Missouri | Public | RU/H | 7521 | 1870 |\n| Montana Tech of the University of Montana | Butte, Montana | Public | Bac/Diverse | 2694 | 1900 |\n| New Jersey Institute of Technology | Newark, New Jersey | Private | RU/H | 9558 | 1881 |\n| New Mexico Institute of Mining and Technology | Socorro, New Mexico | Public | Master`s M | 1921 | 1889 |\n| Oregon Institute of Technology | Klamath Falls, Oregon | Public | Bac/Diverse | 3927 | 1947 |\n| Polytechnic Institute of New York University | Brooklyn, New York | Private | RU/H | 4514 | 1854 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "50730.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,location,control,type,enrollment_int,founded_year\nillinois_institute_of_technology,Illinois Institute of Technology,50730,\"Chicago, Illinois\",Private,RU/H,7787,1890\nmassachusetts_institute_of_technology,Massachusetts Institute of Technology,50730,\"Cambridge, Massachusetts\",Private,RU/VH,10894,1861\nmichigan_technological_university,Michigan Technological University,50730,\"Houghton, Michigan\",Public,RU/H,6957,1885\nmissouri_university_of_science_and_technology,Missouri University of Science and Technology,50730,\"Rolla, Missouri\",Public,RU/H,7521,1870\nmontana_tech_of_the_university_of_montana,Montana Tech of the University of Montana,50730,\"Butte, Montana\",Public,Bac/Diverse,2694,1900\nnew_jersey_institute_of_technology,New Jersey Institute of Technology,50730,\"Newark, New Jersey\",Private,RU/H,9558,1881\nnew_mexico_institute_of_mining_and_technology,New Mexico Institute of Mining and Technology,50730,\"Socorro, New Mexico\",Public,\"Master`s M\",1921,1889\noregon_institute_of_technology,Oregon Institute of Technology,50730,\"Klamath Falls, Oregon\",Public,Bac/Diverse,3927,1947\npolytechnic_institute_of_new_york_university,Polytechnic Institute of New York University,50730,\"Brooklyn, New York\",Private,RU/H,4514,1854\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "50730.timeline.json", "format": "json", "content": "{\"source_doc\":\"50730\",\"events\":[{\"date\":\"1854\",\"event\":\"Polytechnic Institute of New York University founded.\",\"entities\":[\"Polytechnic Institute of New York University\"]},{\"date\":\"1861\",\"event\":\"Massachusetts Institute of Technology founded.\",\"entities\":[\"Massachusetts Institute of Technology\"]},{\"date\":\"1870\",\"event\":\"Missouri University of Science and Technology founded.\",\"entities\":[\"Missouri University of Science and Technology\"]},{\"date\":\"1881\",\"event\":\"New Jersey Institute of Technology founded.\",\"entities\":[\"New Jersey Institute of Technology\"]},{\"date\":\"1885\",\"event\":\"Michigan Technological University founded.\",\"entities\":[\"Michigan Technological University\"]},{\"date\":\"1889\",\"event\":\"New Mexico Institute of Mining and Technology founded.\",\"entities\":[\"New Mexico Institute of Mining and Technology\"]},{\"date\":\"1890\",\"event\":\"Illinois Institute of Technology founded.\",\"entities\":[\"Illinois Institute of Technology\"]},{\"date\":\"1900\",\"event\":\"Montana Tech of the University of Montana founded.\",\"entities\":[\"Montana Tech of the University of Montana\"]},{\"date\":\"1947\",\"event\":\"Oregon Institute of Technology founded.\",\"entities\":[\"Oregon Institute of Technology\"]}]}\n"}]}, {"doc_id": "50731", "is_supporting": true, "n_structures": 2, "contents": "# List of United States technological universities - Institutions\n\n| School | Location_ | Control | Type_ | Enrollment | Founded_ |\n| --- | --- | --- | --- | --- | --- |\n| Rensselaer Polytechnic Institute | Troy, New York | Private | RU/VH | 7521 | 1824 |\n| Rochester Institute of Technology | Henrietta, New York | Private | Master`s L | 17652 | 1829 |\n| RoseβHulman Institute of Technology | Terre Haute, Indiana | Private | Spec/Engg | 1970 | 1874 |\n| South Dakota School of Mines and Technology | Rapid City, South Dakota | Public | Spec/Engg | 2354 | 1885 |\n| Southern Polytechnic State University | Marietta, Georgia | Public | Master`s M | 6202 | 1948 |\n| Stevens Institute of Technology | Hoboken, New Jersey | Private | RU/H | 5260 | 1870 |\n| Texas Tech University | Lubbock, Texas | Public | RU/H | 32327 | 1923 |\n| University of WisconsinβStout | Menomonie, Wisconsin | Public | Master`s L | 9339 | 1891 |\n| Virginia Polytechnic Institute and State University | Blacksburg, Virginia | Public | RU/VH | 30739 | 1872 |\n| Worcester Polytechnic Institute | Worcester, Massachusetts | Private | DRU | 5071 | 1865 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "50731.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,location,control,type,enrollment_int,founded_year\nrensselaer_polytechnic_institute,Rensselaer Polytechnic Institute,50731,\"Troy, New York\",Private,RU/VH,7521,1824\nrochester_institute_of_technology,Rochester Institute of Technology,50731,\"Henrietta, New York\",Private,\"Master`s L\",17652,1829\nrose_hulman_institute_of_technology,RoseβHulman Institute of Technology,50731,\"Terre Haute, Indiana\",Private,Spec/Engg,1970,1874\nsouth_dakota_school_of_mines_and_technology,South Dakota School of Mines and Technology,50731,\"Rapid City, South Dakota\",Public,Spec/Engg,2354,1885\nsouthern_polytechnic_state_university,Southern Polytechnic State University,50731,\"Marietta, Georgia\",Public,\"Master`s M\",6202,1948\nstevens_institute_of_technology,Stevens Institute of Technology,50731,\"Hoboken, New Jersey\",Private,RU/H,5260,1870\ntexas_tech_university,Texas Tech University,50731,\"Lubbock, Texas\",Public,RU/H,32327,1923\nuniversity_of_wisconsin_stout,University of WisconsinβStout,50731,\"Menomonie, Wisconsin\",Public,\"Master`s L\",9339,1891\nvirginia_polytechnic_institute_and_state_university,Virginia Polytechnic Institute and State University,50731,\"Blacksburg, Virginia\",Public,RU/VH,30739,1872\nworcester_polytechnic_institute,Worcester Polytechnic Institute,50731,\"Worcester, Massachusetts\",Private,DRU,5071,1865\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "50731.timeline.json", "format": "json", "content": "{\"source_doc\":\"50731\",\"events\":[{\"date\":\"1824\",\"event\":\"Rensselaer Polytechnic Institute founded\",\"entities\":[\"Rensselaer Polytechnic Institute\"]},{\"date\":\"1829\",\"event\":\"Rochester Institute of Technology founded\",\"entities\":[\"Rochester Institute of Technology\"]},{\"date\":\"1865\",\"event\":\"Worcester Polytechnic Institute founded\",\"entities\":[\"Worcester Polytechnic Institute\"]},{\"date\":\"1870\",\"event\":\"Stevens Institute of Technology founded\",\"entities\":[\"Stevens Institute of Technology\"]},{\"date\":\"1872\",\"event\":\"Virginia Polytechnic Institute and State University founded\",\"entities\":[\"Virginia Polytechnic Institute and State University\"]},{\"date\":\"1874\",\"event\":\"RoseβHulman Institute of Technology founded\",\"entities\":[\"RoseβHulman Institute of Technology\"]},{\"date\":\"1885\",\"event\":\"South Dakota School of Mines and Technology founded\",\"entities\":[\"South Dakota School of Mines and Technology\"]},{\"date\":\"1891\",\"event\":\"University of WisconsinβStout founded\",\"entities\":[\"University of WisconsinβStout\"]},{\"date\":\"1923\",\"event\":\"Texas Tech University founded\",\"entities\":[\"Texas Tech University\"]},{\"date\":\"1948\",\"event\":\"Southern Polytechnic State University founded\",\"entities\":[\"Southern Polytechnic State University\"]}]}\n"}]}]}
|
e2e_structures/records/wikitq-00179.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00179", "dataset_origin": "WikiTQ", "original_table_id": "203-721", "question": "Which of the technical universities in the United States was founded first?", "gold_answers": ["Rensselaer Polytechnic Institute"], "sql": "SELECT School FROM table_203_721 ORDER BY Founded_ LIMIT '1' ", "n_docs": 3, "n_structures": 6, "docs": [{"doc_id": "50729", "is_supporting": true, "n_structures": 2, "contents": "# List of United States technological universities - Institutions\n\n| School | Location_ | Control | Type_ | Enrollment | Founded_ |\n| --- | --- | --- | --- | --- | --- |\n| Air Force Institute of Technology | Wright-Patterson AFB, Ohio | Public | DRU | 719 | 1919 |\n| California Institute of Technology | Pasadena, California | Private | RU/VH | 2231 | 1891 |\n| California Polytechnic State University | San Luis Obispo, California | Public | Master`s L | 18762 | 1901 |\n| California State Polytechnic University, Pomona | Pomona, California | Public | Master`s L | 22273 | 1938 |\n| Clarkson University | Potsdam, NY | Private | RU/H | 3187 | 1896 |\n| Colorado School of Mines | Golden, Colorado | Public | RU/H | 4296 | 1874 |\n| Colorado Technical University | Colorado Springs, Colorado | Private | DRU | 30020 | 1965 |\n| Florida Institute of Technology | Melbourne, Florida | Private | DRU | 8985 | 1958 |\n| Georgia Institute of Technology | Atlanta, Georgia | Public | RU/VH | 20487 | 1885 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "50729.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,location,control,type,enrollment_int,founded_year\nair_force_institute_of_technology,Air Force Institute of Technology,50729,\"Wright-Patterson AFB, Ohio\",Public,DRU,719,1919\ncalifornia_institute_of_technology,California Institute of Technology,50729,\"Pasadena, California\",Private,RU/VH,2231,1891\ncalifornia_polytechnic_state_university,California Polytechnic State University,50729,\"San Luis Obispo, California\",Public,\"Master`s L\",18762,1901\ncalifornia_state_polytechnic_university_pomona,\"California State Polytechnic University, Pomona\",50729,\"Pomona, California\",Public,\"Master`s L\",22273,1938\nclarkson_university,Clarkson University,50729,\"Potsdam, NY\",Private,RU/H,3187,1896\ncolorado_school_of_mines,Colorado School of Mines,50729,\"Golden, Colorado\",Public,RU/H,4296,1874\ncolorado_technical_university,Colorado Technical University,50729,\"Colorado Springs, Colorado\",Private,DRU,30020,1965\nflorida_institute_of_technology,Florida Institute of Technology,50729,\"Melbourne, Florida\",Private,DRU,8985,1958\ngeorgia_institute_of_technology,Georgia Institute of Technology,50729,\"Atlanta, Georgia\",Public,RU/VH,20487,1885\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "50729.timeline.json", "format": "json", "content": "{\n \"source_doc\": \"50729\",\n \"events\": [\n {\n \"date\": \"1874\",\n \"event\": \"Colorado School of Mines founded\",\n \"entities\": [\"Colorado School of Mines\"]\n },\n {\n \"date\": \"1885\",\n \"event\": \"Georgia Institute of Technology founded\",\n \"entities\": [\"Georgia Institute of Technology\"]\n },\n {\n \"date\": \"1891\",\n \"event\": \"California Institute of Technology founded\",\n \"entities\": [\"California Institute of Technology\"]\n },\n {\n \"date\": \"1896\",\n \"event\": \"Clarkson University founded\",\n \"entities\": [\"Clarkson University\"]\n },\n {\n \"date\": \"1901\",\n \"event\": \"California Polytechnic State University founded\",\n \"entities\": [\"California Polytechnic State University\"]\n },\n {\n \"date\": \"1919\",\n \"event\": \"Air Force Institute of Technology founded\",\n \"entities\": [\"Air Force Institute of Technology\"]\n },\n {\n \"date\": \"1938\",\n \"event\": \"California State Polytechnic University, Pomona founded\",\n \"entities\": [\"California State Polytechnic University, Pomona\"]\n },\n {\n \"date\": \"1958\",\n \"event\": \"Florida Institute of Technology founded\",\n \"entities\": [\"Florida Institute of Technology\"]\n },\n {\n \"date\": \"1965\",\n \"event\": \"Colorado Technical University founded\",\n \"entities\": [\"Colorado Technical University\"]\n }\n ]\n}\n"}]}, {"doc_id": "50730", "is_supporting": true, "n_structures": 2, "contents": "# List of United States technological universities - Institutions\n\n| School | Location_ | Control | Type_ | Enrollment | Founded_ |\n| --- | --- | --- | --- | --- | --- |\n| Illinois Institute of Technology | Chicago, Illinois | Private | RU/H | 7787 | 1890 |\n| Massachusetts Institute of Technology | Cambridge, Massachusetts | Private | RU/VH | 10894 | 1861 |\n| Michigan Technological University | Houghton, Michigan | Public | RU/H | 6957 | 1885 |\n| Missouri University of Science and Technology | Rolla, Missouri | Public | RU/H | 7521 | 1870 |\n| Montana Tech of the University of Montana | Butte, Montana | Public | Bac/Diverse | 2694 | 1900 |\n| New Jersey Institute of Technology | Newark, New Jersey | Private | RU/H | 9558 | 1881 |\n| New Mexico Institute of Mining and Technology | Socorro, New Mexico | Public | Master`s M | 1921 | 1889 |\n| Oregon Institute of Technology | Klamath Falls, Oregon | Public | Bac/Diverse | 3927 | 1947 |\n| Polytechnic Institute of New York University | Brooklyn, New York | Private | RU/H | 4514 | 1854 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "50730.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,location,control,type,enrollment_int,founded_year\nillinois_institute_of_technology,Illinois Institute of Technology,50730,\"Chicago, Illinois\",Private,RU/H,7787,1890\nmassachusetts_institute_of_technology,Massachusetts Institute of Technology,50730,\"Cambridge, Massachusetts\",Private,RU/VH,10894,1861\nmichigan_technological_university,Michigan Technological University,50730,\"Houghton, Michigan\",Public,RU/H,6957,1885\nmissouri_university_of_science_and_technology,Missouri University of Science and Technology,50730,\"Rolla, Missouri\",Public,RU/H,7521,1870\nmontana_tech_of_the_university_of_montana,Montana Tech of the University of Montana,50730,\"Butte, Montana\",Public,Bac/Diverse,2694,1900\nnew_jersey_institute_of_technology,New Jersey Institute of Technology,50730,\"Newark, New Jersey\",Private,RU/H,9558,1881\nnew_mexico_institute_of_mining_and_technology,New Mexico Institute of Mining and Technology,50730,\"Socorro, New Mexico\",Public,\"Master`s M\",1921,1889\noregon_institute_of_technology,Oregon Institute of Technology,50730,\"Klamath Falls, Oregon\",Public,Bac/Diverse,3927,1947\npolytechnic_institute_of_new_york_university,Polytechnic Institute of New York University,50730,\"Brooklyn, New York\",Private,RU/H,4514,1854\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "50730.timeline.json", "format": "json", "content": "{\"source_doc\":\"50730\",\"events\":[{\"date\":\"1854\",\"event\":\"Polytechnic Institute of New York University founded.\",\"entities\":[\"Polytechnic Institute of New York University\"]},{\"date\":\"1861\",\"event\":\"Massachusetts Institute of Technology founded.\",\"entities\":[\"Massachusetts Institute of Technology\"]},{\"date\":\"1870\",\"event\":\"Missouri University of Science and Technology founded.\",\"entities\":[\"Missouri University of Science and Technology\"]},{\"date\":\"1881\",\"event\":\"New Jersey Institute of Technology founded.\",\"entities\":[\"New Jersey Institute of Technology\"]},{\"date\":\"1885\",\"event\":\"Michigan Technological University founded.\",\"entities\":[\"Michigan Technological University\"]},{\"date\":\"1889\",\"event\":\"New Mexico Institute of Mining and Technology founded.\",\"entities\":[\"New Mexico Institute of Mining and Technology\"]},{\"date\":\"1890\",\"event\":\"Illinois Institute of Technology founded.\",\"entities\":[\"Illinois Institute of Technology\"]},{\"date\":\"1900\",\"event\":\"Montana Tech of the University of Montana founded.\",\"entities\":[\"Montana Tech of the University of Montana\"]},{\"date\":\"1947\",\"event\":\"Oregon Institute of Technology founded.\",\"entities\":[\"Oregon Institute of Technology\"]}]}\n"}]}, {"doc_id": "50731", "is_supporting": true, "n_structures": 2, "contents": "# List of United States technological universities - Institutions\n\n| School | Location_ | Control | Type_ | Enrollment | Founded_ |\n| --- | --- | --- | --- | --- | --- |\n| Rensselaer Polytechnic Institute | Troy, New York | Private | RU/VH | 7521 | 1824 |\n| Rochester Institute of Technology | Henrietta, New York | Private | Master`s L | 17652 | 1829 |\n| RoseβHulman Institute of Technology | Terre Haute, Indiana | Private | Spec/Engg | 1970 | 1874 |\n| South Dakota School of Mines and Technology | Rapid City, South Dakota | Public | Spec/Engg | 2354 | 1885 |\n| Southern Polytechnic State University | Marietta, Georgia | Public | Master`s M | 6202 | 1948 |\n| Stevens Institute of Technology | Hoboken, New Jersey | Private | RU/H | 5260 | 1870 |\n| Texas Tech University | Lubbock, Texas | Public | RU/H | 32327 | 1923 |\n| University of WisconsinβStout | Menomonie, Wisconsin | Public | Master`s L | 9339 | 1891 |\n| Virginia Polytechnic Institute and State University | Blacksburg, Virginia | Public | RU/VH | 30739 | 1872 |\n| Worcester Polytechnic Institute | Worcester, Massachusetts | Private | DRU | 5071 | 1865 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "50731.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,location,control,type,enrollment_int,founded_year\nrensselaer_polytechnic_institute,Rensselaer Polytechnic Institute,50731,\"Troy, New York\",Private,RU/VH,7521,1824\nrochester_institute_of_technology,Rochester Institute of Technology,50731,\"Henrietta, New York\",Private,\"Master`s L\",17652,1829\nrose_hulman_institute_of_technology,RoseβHulman Institute of Technology,50731,\"Terre Haute, Indiana\",Private,Spec/Engg,1970,1874\nsouth_dakota_school_of_mines_and_technology,South Dakota School of Mines and Technology,50731,\"Rapid City, South Dakota\",Public,Spec/Engg,2354,1885\nsouthern_polytechnic_state_university,Southern Polytechnic State University,50731,\"Marietta, Georgia\",Public,\"Master`s M\",6202,1948\nstevens_institute_of_technology,Stevens Institute of Technology,50731,\"Hoboken, New Jersey\",Private,RU/H,5260,1870\ntexas_tech_university,Texas Tech University,50731,\"Lubbock, Texas\",Public,RU/H,32327,1923\nuniversity_of_wisconsin_stout,University of WisconsinβStout,50731,\"Menomonie, Wisconsin\",Public,\"Master`s L\",9339,1891\nvirginia_polytechnic_institute_and_state_university,Virginia Polytechnic Institute and State University,50731,\"Blacksburg, Virginia\",Public,RU/VH,30739,1872\nworcester_polytechnic_institute,Worcester Polytechnic Institute,50731,\"Worcester, Massachusetts\",Private,DRU,5071,1865\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "50731.timeline.json", "format": "json", "content": "{\"source_doc\":\"50731\",\"events\":[{\"date\":\"1824\",\"event\":\"Rensselaer Polytechnic Institute founded\",\"entities\":[\"Rensselaer Polytechnic Institute\"]},{\"date\":\"1829\",\"event\":\"Rochester Institute of Technology founded\",\"entities\":[\"Rochester Institute of Technology\"]},{\"date\":\"1865\",\"event\":\"Worcester Polytechnic Institute founded\",\"entities\":[\"Worcester Polytechnic Institute\"]},{\"date\":\"1870\",\"event\":\"Stevens Institute of Technology founded\",\"entities\":[\"Stevens Institute of Technology\"]},{\"date\":\"1872\",\"event\":\"Virginia Polytechnic Institute and State University founded\",\"entities\":[\"Virginia Polytechnic Institute and State University\"]},{\"date\":\"1874\",\"event\":\"RoseβHulman Institute of Technology founded\",\"entities\":[\"RoseβHulman Institute of Technology\"]},{\"date\":\"1885\",\"event\":\"South Dakota School of Mines and Technology founded\",\"entities\":[\"South Dakota School of Mines and Technology\"]},{\"date\":\"1891\",\"event\":\"University of WisconsinβStout founded\",\"entities\":[\"University of WisconsinβStout\"]},{\"date\":\"1923\",\"event\":\"Texas Tech University founded\",\"entities\":[\"Texas Tech University\"]},{\"date\":\"1948\",\"event\":\"Southern Polytechnic State University founded\",\"entities\":[\"Southern Polytechnic State University\"]}]}\n"}]}]}
|
e2e_structures/records/wikitq-00180.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00180", "dataset_origin": "WikiTQ", "original_table_id": "203-721", "question": "What is the total number of schools listed in the table below the list of technical universities in the United States?", "gold_answers": ["28"], "sql": "SELECT COUNT ( School ) FROM table_203_721 ", "n_docs": 3, "n_structures": 6, "docs": [{"doc_id": "50729", "is_supporting": true, "n_structures": 2, "contents": "# List of United States technological universities - Institutions\n\n| School | Location_ | Control | Type_ | Enrollment | Founded_ |\n| --- | --- | --- | --- | --- | --- |\n| Air Force Institute of Technology | Wright-Patterson AFB, Ohio | Public | DRU | 719 | 1919 |\n| California Institute of Technology | Pasadena, California | Private | RU/VH | 2231 | 1891 |\n| California Polytechnic State University | San Luis Obispo, California | Public | Master`s L | 18762 | 1901 |\n| California State Polytechnic University, Pomona | Pomona, California | Public | Master`s L | 22273 | 1938 |\n| Clarkson University | Potsdam, NY | Private | RU/H | 3187 | 1896 |\n| Colorado School of Mines | Golden, Colorado | Public | RU/H | 4296 | 1874 |\n| Colorado Technical University | Colorado Springs, Colorado | Private | DRU | 30020 | 1965 |\n| Florida Institute of Technology | Melbourne, Florida | Private | DRU | 8985 | 1958 |\n| Georgia Institute of Technology | Atlanta, Georgia | Public | RU/VH | 20487 | 1885 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "50729.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,location,control,type,enrollment_int,founded_year\nair_force_institute_of_technology,Air Force Institute of Technology,50729,\"Wright-Patterson AFB, Ohio\",Public,DRU,719,1919\ncalifornia_institute_of_technology,California Institute of Technology,50729,\"Pasadena, California\",Private,RU/VH,2231,1891\ncalifornia_polytechnic_state_university,California Polytechnic State University,50729,\"San Luis Obispo, California\",Public,\"Master`s L\",18762,1901\ncalifornia_state_polytechnic_university_pomona,\"California State Polytechnic University, Pomona\",50729,\"Pomona, California\",Public,\"Master`s L\",22273,1938\nclarkson_university,Clarkson University,50729,\"Potsdam, NY\",Private,RU/H,3187,1896\ncolorado_school_of_mines,Colorado School of Mines,50729,\"Golden, Colorado\",Public,RU/H,4296,1874\ncolorado_technical_university,Colorado Technical University,50729,\"Colorado Springs, Colorado\",Private,DRU,30020,1965\nflorida_institute_of_technology,Florida Institute of Technology,50729,\"Melbourne, Florida\",Private,DRU,8985,1958\ngeorgia_institute_of_technology,Georgia Institute of Technology,50729,\"Atlanta, Georgia\",Public,RU/VH,20487,1885\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "50729.timeline.json", "format": "json", "content": "{\n \"source_doc\": \"50729\",\n \"events\": [\n {\n \"date\": \"1874\",\n \"event\": \"Colorado School of Mines founded\",\n \"entities\": [\"Colorado School of Mines\"]\n },\n {\n \"date\": \"1885\",\n \"event\": \"Georgia Institute of Technology founded\",\n \"entities\": [\"Georgia Institute of Technology\"]\n },\n {\n \"date\": \"1891\",\n \"event\": \"California Institute of Technology founded\",\n \"entities\": [\"California Institute of Technology\"]\n },\n {\n \"date\": \"1896\",\n \"event\": \"Clarkson University founded\",\n \"entities\": [\"Clarkson University\"]\n },\n {\n \"date\": \"1901\",\n \"event\": \"California Polytechnic State University founded\",\n \"entities\": [\"California Polytechnic State University\"]\n },\n {\n \"date\": \"1919\",\n \"event\": \"Air Force Institute of Technology founded\",\n \"entities\": [\"Air Force Institute of Technology\"]\n },\n {\n \"date\": \"1938\",\n \"event\": \"California State Polytechnic University, Pomona founded\",\n \"entities\": [\"California State Polytechnic University, Pomona\"]\n },\n {\n \"date\": \"1958\",\n \"event\": \"Florida Institute of Technology founded\",\n \"entities\": [\"Florida Institute of Technology\"]\n },\n {\n \"date\": \"1965\",\n \"event\": \"Colorado Technical University founded\",\n \"entities\": [\"Colorado Technical University\"]\n }\n ]\n}\n"}]}, {"doc_id": "50730", "is_supporting": true, "n_structures": 2, "contents": "# List of United States technological universities - Institutions\n\n| School | Location_ | Control | Type_ | Enrollment | Founded_ |\n| --- | --- | --- | --- | --- | --- |\n| Illinois Institute of Technology | Chicago, Illinois | Private | RU/H | 7787 | 1890 |\n| Massachusetts Institute of Technology | Cambridge, Massachusetts | Private | RU/VH | 10894 | 1861 |\n| Michigan Technological University | Houghton, Michigan | Public | RU/H | 6957 | 1885 |\n| Missouri University of Science and Technology | Rolla, Missouri | Public | RU/H | 7521 | 1870 |\n| Montana Tech of the University of Montana | Butte, Montana | Public | Bac/Diverse | 2694 | 1900 |\n| New Jersey Institute of Technology | Newark, New Jersey | Private | RU/H | 9558 | 1881 |\n| New Mexico Institute of Mining and Technology | Socorro, New Mexico | Public | Master`s M | 1921 | 1889 |\n| Oregon Institute of Technology | Klamath Falls, Oregon | Public | Bac/Diverse | 3927 | 1947 |\n| Polytechnic Institute of New York University | Brooklyn, New York | Private | RU/H | 4514 | 1854 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "50730.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,location,control,type,enrollment_int,founded_year\nillinois_institute_of_technology,Illinois Institute of Technology,50730,\"Chicago, Illinois\",Private,RU/H,7787,1890\nmassachusetts_institute_of_technology,Massachusetts Institute of Technology,50730,\"Cambridge, Massachusetts\",Private,RU/VH,10894,1861\nmichigan_technological_university,Michigan Technological University,50730,\"Houghton, Michigan\",Public,RU/H,6957,1885\nmissouri_university_of_science_and_technology,Missouri University of Science and Technology,50730,\"Rolla, Missouri\",Public,RU/H,7521,1870\nmontana_tech_of_the_university_of_montana,Montana Tech of the University of Montana,50730,\"Butte, Montana\",Public,Bac/Diverse,2694,1900\nnew_jersey_institute_of_technology,New Jersey Institute of Technology,50730,\"Newark, New Jersey\",Private,RU/H,9558,1881\nnew_mexico_institute_of_mining_and_technology,New Mexico Institute of Mining and Technology,50730,\"Socorro, New Mexico\",Public,\"Master`s M\",1921,1889\noregon_institute_of_technology,Oregon Institute of Technology,50730,\"Klamath Falls, Oregon\",Public,Bac/Diverse,3927,1947\npolytechnic_institute_of_new_york_university,Polytechnic Institute of New York University,50730,\"Brooklyn, New York\",Private,RU/H,4514,1854\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "50730.timeline.json", "format": "json", "content": "{\"source_doc\":\"50730\",\"events\":[{\"date\":\"1854\",\"event\":\"Polytechnic Institute of New York University founded.\",\"entities\":[\"Polytechnic Institute of New York University\"]},{\"date\":\"1861\",\"event\":\"Massachusetts Institute of Technology founded.\",\"entities\":[\"Massachusetts Institute of Technology\"]},{\"date\":\"1870\",\"event\":\"Missouri University of Science and Technology founded.\",\"entities\":[\"Missouri University of Science and Technology\"]},{\"date\":\"1881\",\"event\":\"New Jersey Institute of Technology founded.\",\"entities\":[\"New Jersey Institute of Technology\"]},{\"date\":\"1885\",\"event\":\"Michigan Technological University founded.\",\"entities\":[\"Michigan Technological University\"]},{\"date\":\"1889\",\"event\":\"New Mexico Institute of Mining and Technology founded.\",\"entities\":[\"New Mexico Institute of Mining and Technology\"]},{\"date\":\"1890\",\"event\":\"Illinois Institute of Technology founded.\",\"entities\":[\"Illinois Institute of Technology\"]},{\"date\":\"1900\",\"event\":\"Montana Tech of the University of Montana founded.\",\"entities\":[\"Montana Tech of the University of Montana\"]},{\"date\":\"1947\",\"event\":\"Oregon Institute of Technology founded.\",\"entities\":[\"Oregon Institute of Technology\"]}]}\n"}]}, {"doc_id": "50731", "is_supporting": true, "n_structures": 2, "contents": "# List of United States technological universities - Institutions\n\n| School | Location_ | Control | Type_ | Enrollment | Founded_ |\n| --- | --- | --- | --- | --- | --- |\n| Rensselaer Polytechnic Institute | Troy, New York | Private | RU/VH | 7521 | 1824 |\n| Rochester Institute of Technology | Henrietta, New York | Private | Master`s L | 17652 | 1829 |\n| RoseβHulman Institute of Technology | Terre Haute, Indiana | Private | Spec/Engg | 1970 | 1874 |\n| South Dakota School of Mines and Technology | Rapid City, South Dakota | Public | Spec/Engg | 2354 | 1885 |\n| Southern Polytechnic State University | Marietta, Georgia | Public | Master`s M | 6202 | 1948 |\n| Stevens Institute of Technology | Hoboken, New Jersey | Private | RU/H | 5260 | 1870 |\n| Texas Tech University | Lubbock, Texas | Public | RU/H | 32327 | 1923 |\n| University of WisconsinβStout | Menomonie, Wisconsin | Public | Master`s L | 9339 | 1891 |\n| Virginia Polytechnic Institute and State University | Blacksburg, Virginia | Public | RU/VH | 30739 | 1872 |\n| Worcester Polytechnic Institute | Worcester, Massachusetts | Private | DRU | 5071 | 1865 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "50731.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,location,control,type,enrollment_int,founded_year\nrensselaer_polytechnic_institute,Rensselaer Polytechnic Institute,50731,\"Troy, New York\",Private,RU/VH,7521,1824\nrochester_institute_of_technology,Rochester Institute of Technology,50731,\"Henrietta, New York\",Private,\"Master`s L\",17652,1829\nrose_hulman_institute_of_technology,RoseβHulman Institute of Technology,50731,\"Terre Haute, Indiana\",Private,Spec/Engg,1970,1874\nsouth_dakota_school_of_mines_and_technology,South Dakota School of Mines and Technology,50731,\"Rapid City, South Dakota\",Public,Spec/Engg,2354,1885\nsouthern_polytechnic_state_university,Southern Polytechnic State University,50731,\"Marietta, Georgia\",Public,\"Master`s M\",6202,1948\nstevens_institute_of_technology,Stevens Institute of Technology,50731,\"Hoboken, New Jersey\",Private,RU/H,5260,1870\ntexas_tech_university,Texas Tech University,50731,\"Lubbock, Texas\",Public,RU/H,32327,1923\nuniversity_of_wisconsin_stout,University of WisconsinβStout,50731,\"Menomonie, Wisconsin\",Public,\"Master`s L\",9339,1891\nvirginia_polytechnic_institute_and_state_university,Virginia Polytechnic Institute and State University,50731,\"Blacksburg, Virginia\",Public,RU/VH,30739,1872\nworcester_polytechnic_institute,Worcester Polytechnic Institute,50731,\"Worcester, Massachusetts\",Private,DRU,5071,1865\n"}, {"shape_id": "chronology_and_timeline_indexes", "description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.", "file": "50731.timeline.json", "format": "json", "content": "{\"source_doc\":\"50731\",\"events\":[{\"date\":\"1824\",\"event\":\"Rensselaer Polytechnic Institute founded\",\"entities\":[\"Rensselaer Polytechnic Institute\"]},{\"date\":\"1829\",\"event\":\"Rochester Institute of Technology founded\",\"entities\":[\"Rochester Institute of Technology\"]},{\"date\":\"1865\",\"event\":\"Worcester Polytechnic Institute founded\",\"entities\":[\"Worcester Polytechnic Institute\"]},{\"date\":\"1870\",\"event\":\"Stevens Institute of Technology founded\",\"entities\":[\"Stevens Institute of Technology\"]},{\"date\":\"1872\",\"event\":\"Virginia Polytechnic Institute and State University founded\",\"entities\":[\"Virginia Polytechnic Institute and State University\"]},{\"date\":\"1874\",\"event\":\"RoseβHulman Institute of Technology founded\",\"entities\":[\"RoseβHulman Institute of Technology\"]},{\"date\":\"1885\",\"event\":\"South Dakota School of Mines and Technology founded\",\"entities\":[\"South Dakota School of Mines and Technology\"]},{\"date\":\"1891\",\"event\":\"University of WisconsinβStout founded\",\"entities\":[\"University of WisconsinβStout\"]},{\"date\":\"1923\",\"event\":\"Texas Tech University founded\",\"entities\":[\"Texas Tech University\"]},{\"date\":\"1948\",\"event\":\"Southern Polytechnic State University founded\",\"entities\":[\"Southern Polytechnic State University\"]}]}\n"}]}]}
|
e2e_structures/records/wikitq-00181.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00181", "dataset_origin": "WikiTQ", "original_table_id": "202-231", "question": "Which party finished last in the 1998 Swedish general election?", "gold_answers": ["Sweden Democrats"], "sql": "SELECT Party FROM table_202_231 ORDER BY __2 LIMIT 1 ", "n_docs": 1, "n_structures": 3, "docs": [{"doc_id": "48465", "is_supporting": true, "n_structures": 3, "contents": "# Swedish general election, 1998 - Results\n\n| Party | Votes | __2 | Seats | __4 |\n| --- | --- | --- | --- | --- |\n| Swedish Social Democratic Party | 1914426 | 36.4 | 131 | β30 |\n| Moderate Party | 1204926 | 22.9 | 82 | +2 |\n| Left Party | 631011 | 12.0 | 43 | +21 |\n| Christian Democrats | 619046 | 11.8 | 42 | +27 |\n| Centre Party | 269762 | 5.1 | 18 | β9 |\n| Liberal People`s Party | 248076 | 4.7 | 17 | β9 |\n| Green Party | 236699 | 4.5 | 16 | β2 |\n| Sweden Democrats | 19624 | 0.4 | 0 | 0 |\n| Other parties | 117552 | 2.2 | 0 | 0 |\n| Invalid/blank votes | 113466 | β | β | β |\n| Total | 5374588 | 100 | 349 | 0 |\n| Registered voters/turnout | 6603129 | 81.4 | β | β |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "48465.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,votes_int,vote_share_percent,seats_int,seat_change\nswedish_social_democratic_party,Swedish Social Democratic Party,48465,1914426,36.4,131,-30\nmoderate_party,Moderate Party,48465,1204926,22.9,82,+2\nleft_party,Left Party,48465,631011,12.0,43,+21\nchristian_democrats,Christian Democrats,48465,619046,11.8,42,+27\ncentre_party,Centre Party,48465,269762,5.1,18,-9\nliberal_people_s_party,\"Liberal People`s Party\",48465,248076,4.7,17,-9\ngreen_party,Green Party,48465,236699,4.5,16,-2\nsweden_democrats,Sweden Democrats,48465,19624,0.4,0,0\nother_parties,Other parties,48465,117552,2.2,0,0\ninvalid_blank_votes,Invalid/blank votes,48465,113466,,,\ntotal,Total,48465,5374588,100,349,0\nregistered_voters_turnout,Registered voters/turnout,48465,6603129,81.4,,\n"}, {"shape_id": "claim_and_theme_summaries", "description": "Curated claim bundles, thematic summaries, interpretations, notable facts, findings, reception notes, and asserted-property/standout-fact classifications that group entities by a claim rather than by full attribute coverage.", "file": "48465.jsonl", "format": "jsonl", "content": "{\"entity\":\"Swedish Social Democratic Party\",\"claim\":\"received_most_votes\",\"value\":\"1914426 votes and 36.4%\",\"source_doc\":\"48465\"}\n{\"entity\":\"Swedish Social Democratic Party\",\"claim\":\"won_most_seats\",\"value\":\"131 seats\",\"source_doc\":\"48465\"}\n{\"entity\":\"Christian Democrats\",\"claim\":\"largest_seat_gain\",\"value\":\"+27 seats\",\"source_doc\":\"48465\"}\n{\"entity\":\"Left Party\",\"claim\":\"second_largest_seat_gain\",\"value\":\"+21 seats\",\"source_doc\":\"48465\"}\n{\"entity\":\"Sweden Democrats\",\"claim\":\"won_no_seats\",\"value\":\"0 seats with 0.4% of votes\",\"source_doc\":\"48465\"}\n{\"entity\":\"Other parties\",\"claim\":\"won_no_seats\",\"value\":\"0 seats with 2.2% of votes\",\"source_doc\":\"48465\"}\n{\"entity\":\"Registered voters/turnout\",\"claim\":\"turnout\",\"value\":\"81.4% of 6603129 registered voters\",\"source_doc\":\"48465\"}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "48465.jsonl", "format": "jsonl", "content": "{\"question\":\"Which party won the most seats in the Swedish general election of 1998?\",\"answer\":\"The Swedish Social Democratic Party won the most seats, with 131.\",\"source_doc\":\"48465\"}\n{\"question\":\"Which party received the most votes in the Swedish general election of 1998?\",\"answer\":\"The Swedish Social Democratic Party received the most votes, with 1914426.\",\"source_doc\":\"48465\"}\n{\"question\":\"How many seats were there in total in the Swedish general election of 1998?\",\"answer\":\"349 seats in total.\",\"source_doc\":\"48465\"}\n{\"question\":\"What was voter turnout in the Swedish general election of 1998?\",\"answer\":\"81.4%.\",\"source_doc\":\"48465\"}\n{\"question\":\"Which party had the largest seat gain in the Swedish general election of 1998?\",\"answer\":\"Christian Democrats, with a gain of 27 seats.\",\"source_doc\":\"48465\"}\n{\"question\":\"How many seats did the Moderate Party win in the Swedish general election of 1998?\",\"answer\":\"82 seats.\",\"source_doc\":\"48465\"}\n{\"question\":\"How many seats did the Left Party win in the Swedish general election of 1998?\",\"answer\":\"43 seats.\",\"source_doc\":\"48465\"}\n{\"question\":\"Did the Sweden Democrats win any seats in the Swedish general election of 1998?\",\"answer\":\"No. They received 0 seats.\",\"source_doc\":\"48465\"}\n"}]}]}
|
e2e_structures/records/wikitq-00317.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00317", "dataset_origin": "WikiTQ", "original_table_id": "203-308", "question": "List of Olympic medalists in snowboarding, who has more silver medals: Karine Ruby or Shaun White?", "gold_answers": ["Karine Ruby"], "sql": "SELECT Athlete FROM table_203_308 WHERE Athlete IN ( 'Karine Ruby' , 'Shaun White' ) ORDER BY Silver DESC LIMIT 1 ", "n_docs": 1, "n_structures": 3, "docs": [{"doc_id": "49254", "is_supporting": true, "n_structures": 3, "contents": "# List of Olympic medalists in snowboarding - Statistics\nAthlete medal leaders\n\n| Athlete | Nation | Olympics | Gold | Silver | Bronze | Total_ |\n| --- | --- | --- | --- | --- | --- | --- |\n| Philipp Schoch | Switzerland (SUI) | 2002β2006 | 2 | 0 | 0 | 2 |\n| Shaun White | United States (USA) | 2006β2014 | 2 | 0 | 0 | 2 |\n| Seth Wescott | United States (USA) | 2006β2010 | 2 | 0 | 0 | 2 |\n| Karine Ruby | France (FRA) | 1998β2002 | 1 | 1 | 0 | 2 |\n| Hannah Teter | United States (USA) | 2006β2014 | 1 | 1 | 0 | 2 |\n| Ross Powers | United States (USA) | 1998β2002 | 1 | 0 | 1 | 2 |\n| Kelly Clark | United States (USA) | 2002β2014 | 1 | 0 | 2 | 3 |\n| Danny Kass | United States (USA) | 2002β2006 | 0 | 2 | 0 | 2 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "49254.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,nation,olympics,gold_int,silver_int,bronze_int,total_int\nphilipp_schoch,Philipp Schoch,49254,Switzerland (SUI),2002β2006,2,0,0,2\nshaun_white,Shaun White,49254,United States (USA),2006β2014,2,0,0,2\nseth_wescott,Seth Wescott,49254,United States (USA),2006β2010,2,0,0,2\nkarine_ruby,Karine Ruby,49254,France (FRA),1998β2002,1,1,0,2\nhannah_teter,Hannah Teter,49254,United States (USA),2006β2014,1,1,0,2\nross_powers,Ross Powers,49254,United States (USA),1998β2002,1,0,1,2\nkelly_clark,Kelly Clark,49254,United States (USA),2002β2014,1,0,2,3\ndanny_kass,Danny Kass,49254,United States (USA),2002β2006,0,2,0,2\n"}, {"shape_id": "claim_and_theme_summaries", "description": "Curated claim bundles, thematic summaries, interpretations, notable facts, findings, reception notes, and asserted-property/standout-fact classifications that group entities by a claim rather than by full attribute coverage.", "file": "49254.jsonl", "format": "jsonl", "content": "{\"entity\":\"Philipp Schoch\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Shaun White\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Seth Wescott\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Karine Ruby\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Hannah Teter\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Ross Powers\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Kelly Clark\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"3 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Danny Kass\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "49254.jsonl", "format": "jsonl", "content": "{\"question\":\"Who has the most total Olympic snowboarding medals in this table?\",\"answer\":\"Kelly Clark with 3 total medals.\",\"source_doc\":\"49254\"}\n{\"question\":\"Which athletes in this table won 2 Olympic snowboarding gold medals?\",\"answer\":\"Philipp Schoch, Shaun White, and Seth Wescott.\",\"source_doc\":\"49254\"}\n{\"question\":\"Which athlete from France appears in this Olympic snowboarding medal leaders table?\",\"answer\":\"Karine Ruby.\",\"source_doc\":\"49254\"}\n{\"question\":\"How many Olympic snowboarding medals did Danny Kass win?\",\"answer\":\"2 total medals, all silver.\",\"source_doc\":\"49254\"}\n{\"question\":\"Which athletes in this table represented the United States?\",\"answer\":\"Shaun White, Seth Wescott, Hannah Teter, Ross Powers, Kelly Clark, and Danny Kass.\",\"source_doc\":\"49254\"}\n"}]}]}
|
e2e_structures/records/wikitq-00319.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00319", "dataset_origin": "WikiTQ", "original_table_id": "203-308", "question": "List of Olympic medalists in snowboarding, who had the fewest gold medals?", "gold_answers": ["Danny Kass"], "sql": "SELECT Athlete FROM table_203_308 ORDER BY Gold LIMIT 1 ", "n_docs": 1, "n_structures": 3, "docs": [{"doc_id": "49254", "is_supporting": true, "n_structures": 3, "contents": "# List of Olympic medalists in snowboarding - Statistics\nAthlete medal leaders\n\n| Athlete | Nation | Olympics | Gold | Silver | Bronze | Total_ |\n| --- | --- | --- | --- | --- | --- | --- |\n| Philipp Schoch | Switzerland (SUI) | 2002β2006 | 2 | 0 | 0 | 2 |\n| Shaun White | United States (USA) | 2006β2014 | 2 | 0 | 0 | 2 |\n| Seth Wescott | United States (USA) | 2006β2010 | 2 | 0 | 0 | 2 |\n| Karine Ruby | France (FRA) | 1998β2002 | 1 | 1 | 0 | 2 |\n| Hannah Teter | United States (USA) | 2006β2014 | 1 | 1 | 0 | 2 |\n| Ross Powers | United States (USA) | 1998β2002 | 1 | 0 | 1 | 2 |\n| Kelly Clark | United States (USA) | 2002β2014 | 1 | 0 | 2 | 3 |\n| Danny Kass | United States (USA) | 2002β2006 | 0 | 2 | 0 | 2 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "49254.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,nation,olympics,gold_int,silver_int,bronze_int,total_int\nphilipp_schoch,Philipp Schoch,49254,Switzerland (SUI),2002β2006,2,0,0,2\nshaun_white,Shaun White,49254,United States (USA),2006β2014,2,0,0,2\nseth_wescott,Seth Wescott,49254,United States (USA),2006β2010,2,0,0,2\nkarine_ruby,Karine Ruby,49254,France (FRA),1998β2002,1,1,0,2\nhannah_teter,Hannah Teter,49254,United States (USA),2006β2014,1,1,0,2\nross_powers,Ross Powers,49254,United States (USA),1998β2002,1,0,1,2\nkelly_clark,Kelly Clark,49254,United States (USA),2002β2014,1,0,2,3\ndanny_kass,Danny Kass,49254,United States (USA),2002β2006,0,2,0,2\n"}, {"shape_id": "claim_and_theme_summaries", "description": "Curated claim bundles, thematic summaries, interpretations, notable facts, findings, reception notes, and asserted-property/standout-fact classifications that group entities by a claim rather than by full attribute coverage.", "file": "49254.jsonl", "format": "jsonl", "content": "{\"entity\":\"Philipp Schoch\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Shaun White\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Seth Wescott\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Karine Ruby\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Hannah Teter\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Ross Powers\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Kelly Clark\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"3 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Danny Kass\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "49254.jsonl", "format": "jsonl", "content": "{\"question\":\"Who has the most total Olympic snowboarding medals in this table?\",\"answer\":\"Kelly Clark with 3 total medals.\",\"source_doc\":\"49254\"}\n{\"question\":\"Which athletes in this table won 2 Olympic snowboarding gold medals?\",\"answer\":\"Philipp Schoch, Shaun White, and Seth Wescott.\",\"source_doc\":\"49254\"}\n{\"question\":\"Which athlete from France appears in this Olympic snowboarding medal leaders table?\",\"answer\":\"Karine Ruby.\",\"source_doc\":\"49254\"}\n{\"question\":\"How many Olympic snowboarding medals did Danny Kass win?\",\"answer\":\"2 total medals, all silver.\",\"source_doc\":\"49254\"}\n{\"question\":\"Which athletes in this table represented the United States?\",\"answer\":\"Shaun White, Seth Wescott, Hannah Teter, Ross Powers, Kelly Clark, and Danny Kass.\",\"source_doc\":\"49254\"}\n"}]}]}
|
e2e_structures/records/wikitq-00320.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00320", "dataset_origin": "WikiTQ", "original_table_id": "203-308", "question": "Among Olympic medalists in snowboarding, who has won more medals - Shaun White or Kelly Clark?", "gold_answers": ["Kelly Clark"], "sql": "SELECT Athlete FROM table_203_308 WHERE Athlete IN ( 'Shaun White' , 'Kelly Clark' ) ORDER BY Total_ DESC LIMIT 1 ", "n_docs": 1, "n_structures": 3, "docs": [{"doc_id": "49254", "is_supporting": true, "n_structures": 3, "contents": "# List of Olympic medalists in snowboarding - Statistics\nAthlete medal leaders\n\n| Athlete | Nation | Olympics | Gold | Silver | Bronze | Total_ |\n| --- | --- | --- | --- | --- | --- | --- |\n| Philipp Schoch | Switzerland (SUI) | 2002β2006 | 2 | 0 | 0 | 2 |\n| Shaun White | United States (USA) | 2006β2014 | 2 | 0 | 0 | 2 |\n| Seth Wescott | United States (USA) | 2006β2010 | 2 | 0 | 0 | 2 |\n| Karine Ruby | France (FRA) | 1998β2002 | 1 | 1 | 0 | 2 |\n| Hannah Teter | United States (USA) | 2006β2014 | 1 | 1 | 0 | 2 |\n| Ross Powers | United States (USA) | 1998β2002 | 1 | 0 | 1 | 2 |\n| Kelly Clark | United States (USA) | 2002β2014 | 1 | 0 | 2 | 3 |\n| Danny Kass | United States (USA) | 2002β2006 | 0 | 2 | 0 | 2 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "49254.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,nation,olympics,gold_int,silver_int,bronze_int,total_int\nphilipp_schoch,Philipp Schoch,49254,Switzerland (SUI),2002β2006,2,0,0,2\nshaun_white,Shaun White,49254,United States (USA),2006β2014,2,0,0,2\nseth_wescott,Seth Wescott,49254,United States (USA),2006β2010,2,0,0,2\nkarine_ruby,Karine Ruby,49254,France (FRA),1998β2002,1,1,0,2\nhannah_teter,Hannah Teter,49254,United States (USA),2006β2014,1,1,0,2\nross_powers,Ross Powers,49254,United States (USA),1998β2002,1,0,1,2\nkelly_clark,Kelly Clark,49254,United States (USA),2002β2014,1,0,2,3\ndanny_kass,Danny Kass,49254,United States (USA),2002β2006,0,2,0,2\n"}, {"shape_id": "claim_and_theme_summaries", "description": "Curated claim bundles, thematic summaries, interpretations, notable facts, findings, reception notes, and asserted-property/standout-fact classifications that group entities by a claim rather than by full attribute coverage.", "file": "49254.jsonl", "format": "jsonl", "content": "{\"entity\":\"Philipp Schoch\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Shaun White\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Seth Wescott\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Karine Ruby\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Hannah Teter\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Ross Powers\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Kelly Clark\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"3 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Danny Kass\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "49254.jsonl", "format": "jsonl", "content": "{\"question\":\"Who has the most total Olympic snowboarding medals in this table?\",\"answer\":\"Kelly Clark with 3 total medals.\",\"source_doc\":\"49254\"}\n{\"question\":\"Which athletes in this table won 2 Olympic snowboarding gold medals?\",\"answer\":\"Philipp Schoch, Shaun White, and Seth Wescott.\",\"source_doc\":\"49254\"}\n{\"question\":\"Which athlete from France appears in this Olympic snowboarding medal leaders table?\",\"answer\":\"Karine Ruby.\",\"source_doc\":\"49254\"}\n{\"question\":\"How many Olympic snowboarding medals did Danny Kass win?\",\"answer\":\"2 total medals, all silver.\",\"source_doc\":\"49254\"}\n{\"question\":\"Which athletes in this table represented the United States?\",\"answer\":\"Shaun White, Seth Wescott, Hannah Teter, Ross Powers, Kelly Clark, and Danny Kass.\",\"source_doc\":\"49254\"}\n"}]}]}
|
e2e_structures/records/wikitq-00321.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00321", "dataset_origin": "WikiTQ", "original_table_id": "203-308", "question": "For the list of Olympic snowboarding medalists, who had the fewest gold medals but the most silver medals?", "gold_answers": ["Danny Kass"], "sql": "SELECT Athlete FROM table_203_308 ORDER BY Gold LIMIT 1 ", "n_docs": 1, "n_structures": 3, "docs": [{"doc_id": "49254", "is_supporting": true, "n_structures": 3, "contents": "# List of Olympic medalists in snowboarding - Statistics\nAthlete medal leaders\n\n| Athlete | Nation | Olympics | Gold | Silver | Bronze | Total_ |\n| --- | --- | --- | --- | --- | --- | --- |\n| Philipp Schoch | Switzerland (SUI) | 2002β2006 | 2 | 0 | 0 | 2 |\n| Shaun White | United States (USA) | 2006β2014 | 2 | 0 | 0 | 2 |\n| Seth Wescott | United States (USA) | 2006β2010 | 2 | 0 | 0 | 2 |\n| Karine Ruby | France (FRA) | 1998β2002 | 1 | 1 | 0 | 2 |\n| Hannah Teter | United States (USA) | 2006β2014 | 1 | 1 | 0 | 2 |\n| Ross Powers | United States (USA) | 1998β2002 | 1 | 0 | 1 | 2 |\n| Kelly Clark | United States (USA) | 2002β2014 | 1 | 0 | 2 | 3 |\n| Danny Kass | United States (USA) | 2002β2006 | 0 | 2 | 0 | 2 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "49254.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,nation,olympics,gold_int,silver_int,bronze_int,total_int\nphilipp_schoch,Philipp Schoch,49254,Switzerland (SUI),2002β2006,2,0,0,2\nshaun_white,Shaun White,49254,United States (USA),2006β2014,2,0,0,2\nseth_wescott,Seth Wescott,49254,United States (USA),2006β2010,2,0,0,2\nkarine_ruby,Karine Ruby,49254,France (FRA),1998β2002,1,1,0,2\nhannah_teter,Hannah Teter,49254,United States (USA),2006β2014,1,1,0,2\nross_powers,Ross Powers,49254,United States (USA),1998β2002,1,0,1,2\nkelly_clark,Kelly Clark,49254,United States (USA),2002β2014,1,0,2,3\ndanny_kass,Danny Kass,49254,United States (USA),2002β2006,0,2,0,2\n"}, {"shape_id": "claim_and_theme_summaries", "description": "Curated claim bundles, thematic summaries, interpretations, notable facts, findings, reception notes, and asserted-property/standout-fact classifications that group entities by a claim rather than by full attribute coverage.", "file": "49254.jsonl", "format": "jsonl", "content": "{\"entity\":\"Philipp Schoch\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Shaun White\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Seth Wescott\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Karine Ruby\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Hannah Teter\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Ross Powers\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Kelly Clark\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"3 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Danny Kass\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "49254.jsonl", "format": "jsonl", "content": "{\"question\":\"Who has the most total Olympic snowboarding medals in this table?\",\"answer\":\"Kelly Clark with 3 total medals.\",\"source_doc\":\"49254\"}\n{\"question\":\"Which athletes in this table won 2 Olympic snowboarding gold medals?\",\"answer\":\"Philipp Schoch, Shaun White, and Seth Wescott.\",\"source_doc\":\"49254\"}\n{\"question\":\"Which athlete from France appears in this Olympic snowboarding medal leaders table?\",\"answer\":\"Karine Ruby.\",\"source_doc\":\"49254\"}\n{\"question\":\"How many Olympic snowboarding medals did Danny Kass win?\",\"answer\":\"2 total medals, all silver.\",\"source_doc\":\"49254\"}\n{\"question\":\"Which athletes in this table represented the United States?\",\"answer\":\"Shaun White, Seth Wescott, Hannah Teter, Ross Powers, Kelly Clark, and Danny Kass.\",\"source_doc\":\"49254\"}\n"}]}]}
|
e2e_structures/records/wikitq-00322.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00322", "dataset_origin": "WikiTQ", "original_table_id": "203-308", "question": "From the list of Olympic snowboarding medalists, who has won the most medals?", "gold_answers": ["Kelly Clark"], "sql": "SELECT Athlete FROM table_203_308 ORDER BY Total_ DESC LIMIT 1 ", "n_docs": 1, "n_structures": 3, "docs": [{"doc_id": "49254", "is_supporting": true, "n_structures": 3, "contents": "# List of Olympic medalists in snowboarding - Statistics\nAthlete medal leaders\n\n| Athlete | Nation | Olympics | Gold | Silver | Bronze | Total_ |\n| --- | --- | --- | --- | --- | --- | --- |\n| Philipp Schoch | Switzerland (SUI) | 2002β2006 | 2 | 0 | 0 | 2 |\n| Shaun White | United States (USA) | 2006β2014 | 2 | 0 | 0 | 2 |\n| Seth Wescott | United States (USA) | 2006β2010 | 2 | 0 | 0 | 2 |\n| Karine Ruby | France (FRA) | 1998β2002 | 1 | 1 | 0 | 2 |\n| Hannah Teter | United States (USA) | 2006β2014 | 1 | 1 | 0 | 2 |\n| Ross Powers | United States (USA) | 1998β2002 | 1 | 0 | 1 | 2 |\n| Kelly Clark | United States (USA) | 2002β2014 | 1 | 0 | 2 | 3 |\n| Danny Kass | United States (USA) | 2002β2006 | 0 | 2 | 0 | 2 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "49254.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,nation,olympics,gold_int,silver_int,bronze_int,total_int\nphilipp_schoch,Philipp Schoch,49254,Switzerland (SUI),2002β2006,2,0,0,2\nshaun_white,Shaun White,49254,United States (USA),2006β2014,2,0,0,2\nseth_wescott,Seth Wescott,49254,United States (USA),2006β2010,2,0,0,2\nkarine_ruby,Karine Ruby,49254,France (FRA),1998β2002,1,1,0,2\nhannah_teter,Hannah Teter,49254,United States (USA),2006β2014,1,1,0,2\nross_powers,Ross Powers,49254,United States (USA),1998β2002,1,0,1,2\nkelly_clark,Kelly Clark,49254,United States (USA),2002β2014,1,0,2,3\ndanny_kass,Danny Kass,49254,United States (USA),2002β2006,0,2,0,2\n"}, {"shape_id": "claim_and_theme_summaries", "description": "Curated claim bundles, thematic summaries, interpretations, notable facts, findings, reception notes, and asserted-property/standout-fact classifications that group entities by a claim rather than by full attribute coverage.", "file": "49254.jsonl", "format": "jsonl", "content": "{\"entity\":\"Philipp Schoch\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Shaun White\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Seth Wescott\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Karine Ruby\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Hannah Teter\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Ross Powers\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Kelly Clark\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"3 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Danny Kass\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "49254.jsonl", "format": "jsonl", "content": "{\"question\":\"Who has the most total Olympic snowboarding medals in this table?\",\"answer\":\"Kelly Clark with 3 total medals.\",\"source_doc\":\"49254\"}\n{\"question\":\"Which athletes in this table won 2 Olympic snowboarding gold medals?\",\"answer\":\"Philipp Schoch, Shaun White, and Seth Wescott.\",\"source_doc\":\"49254\"}\n{\"question\":\"Which athlete from France appears in this Olympic snowboarding medal leaders table?\",\"answer\":\"Karine Ruby.\",\"source_doc\":\"49254\"}\n{\"question\":\"How many Olympic snowboarding medals did Danny Kass win?\",\"answer\":\"2 total medals, all silver.\",\"source_doc\":\"49254\"}\n{\"question\":\"Which athletes in this table represented the United States?\",\"answer\":\"Shaun White, Seth Wescott, Hannah Teter, Ross Powers, Kelly Clark, and Danny Kass.\",\"source_doc\":\"49254\"}\n"}]}]}
|
e2e_structures/records/wikitq-00323.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00323", "dataset_origin": "WikiTQ", "original_table_id": "203-308", "question": "Of the Olympic snowboarding medalists, who had the most bronze medals?", "gold_answers": ["Kelly Clark"], "sql": "SELECT Athlete FROM table_203_308 ORDER BY Bronze DESC LIMIT 1 ", "n_docs": 1, "n_structures": 3, "docs": [{"doc_id": "49254", "is_supporting": true, "n_structures": 3, "contents": "# List of Olympic medalists in snowboarding - Statistics\nAthlete medal leaders\n\n| Athlete | Nation | Olympics | Gold | Silver | Bronze | Total_ |\n| --- | --- | --- | --- | --- | --- | --- |\n| Philipp Schoch | Switzerland (SUI) | 2002β2006 | 2 | 0 | 0 | 2 |\n| Shaun White | United States (USA) | 2006β2014 | 2 | 0 | 0 | 2 |\n| Seth Wescott | United States (USA) | 2006β2010 | 2 | 0 | 0 | 2 |\n| Karine Ruby | France (FRA) | 1998β2002 | 1 | 1 | 0 | 2 |\n| Hannah Teter | United States (USA) | 2006β2014 | 1 | 1 | 0 | 2 |\n| Ross Powers | United States (USA) | 1998β2002 | 1 | 0 | 1 | 2 |\n| Kelly Clark | United States (USA) | 2002β2014 | 1 | 0 | 2 | 3 |\n| Danny Kass | United States (USA) | 2002β2006 | 0 | 2 | 0 | 2 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "49254.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,nation,olympics,gold_int,silver_int,bronze_int,total_int\nphilipp_schoch,Philipp Schoch,49254,Switzerland (SUI),2002β2006,2,0,0,2\nshaun_white,Shaun White,49254,United States (USA),2006β2014,2,0,0,2\nseth_wescott,Seth Wescott,49254,United States (USA),2006β2010,2,0,0,2\nkarine_ruby,Karine Ruby,49254,France (FRA),1998β2002,1,1,0,2\nhannah_teter,Hannah Teter,49254,United States (USA),2006β2014,1,1,0,2\nross_powers,Ross Powers,49254,United States (USA),1998β2002,1,0,1,2\nkelly_clark,Kelly Clark,49254,United States (USA),2002β2014,1,0,2,3\ndanny_kass,Danny Kass,49254,United States (USA),2002β2006,0,2,0,2\n"}, {"shape_id": "claim_and_theme_summaries", "description": "Curated claim bundles, thematic summaries, interpretations, notable facts, findings, reception notes, and asserted-property/standout-fact classifications that group entities by a claim rather than by full attribute coverage.", "file": "49254.jsonl", "format": "jsonl", "content": "{\"entity\":\"Philipp Schoch\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Shaun White\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Seth Wescott\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Karine Ruby\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Hannah Teter\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Ross Powers\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Kelly Clark\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"3 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Danny Kass\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "49254.jsonl", "format": "jsonl", "content": "{\"question\":\"Who has the most total Olympic snowboarding medals in this table?\",\"answer\":\"Kelly Clark with 3 total medals.\",\"source_doc\":\"49254\"}\n{\"question\":\"Which athletes in this table won 2 Olympic snowboarding gold medals?\",\"answer\":\"Philipp Schoch, Shaun White, and Seth Wescott.\",\"source_doc\":\"49254\"}\n{\"question\":\"Which athlete from France appears in this Olympic snowboarding medal leaders table?\",\"answer\":\"Karine Ruby.\",\"source_doc\":\"49254\"}\n{\"question\":\"How many Olympic snowboarding medals did Danny Kass win?\",\"answer\":\"2 total medals, all silver.\",\"source_doc\":\"49254\"}\n{\"question\":\"Which athletes in this table represented the United States?\",\"answer\":\"Shaun White, Seth Wescott, Hannah Teter, Ross Powers, Kelly Clark, and Danny Kass.\",\"source_doc\":\"49254\"}\n"}]}]}
|
e2e_structures/records/wikitq-00324.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00324", "dataset_origin": "WikiTQ", "original_table_id": "203-308", "question": "Which of the Olympic medalists in snowboarding has won only silver medals?", "gold_answers": ["Danny Kass"], "sql": "SELECT Athlete FROM table_203_308 WHERE Gold = 0 AND Silver != 0 AND Bronze = 0 ", "n_docs": 1, "n_structures": 3, "docs": [{"doc_id": "49254", "is_supporting": true, "n_structures": 3, "contents": "# List of Olympic medalists in snowboarding - Statistics\nAthlete medal leaders\n\n| Athlete | Nation | Olympics | Gold | Silver | Bronze | Total_ |\n| --- | --- | --- | --- | --- | --- | --- |\n| Philipp Schoch | Switzerland (SUI) | 2002β2006 | 2 | 0 | 0 | 2 |\n| Shaun White | United States (USA) | 2006β2014 | 2 | 0 | 0 | 2 |\n| Seth Wescott | United States (USA) | 2006β2010 | 2 | 0 | 0 | 2 |\n| Karine Ruby | France (FRA) | 1998β2002 | 1 | 1 | 0 | 2 |\n| Hannah Teter | United States (USA) | 2006β2014 | 1 | 1 | 0 | 2 |\n| Ross Powers | United States (USA) | 1998β2002 | 1 | 0 | 1 | 2 |\n| Kelly Clark | United States (USA) | 2002β2014 | 1 | 0 | 2 | 3 |\n| Danny Kass | United States (USA) | 2002β2006 | 0 | 2 | 0 | 2 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "49254.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,nation,olympics,gold_int,silver_int,bronze_int,total_int\nphilipp_schoch,Philipp Schoch,49254,Switzerland (SUI),2002β2006,2,0,0,2\nshaun_white,Shaun White,49254,United States (USA),2006β2014,2,0,0,2\nseth_wescott,Seth Wescott,49254,United States (USA),2006β2010,2,0,0,2\nkarine_ruby,Karine Ruby,49254,France (FRA),1998β2002,1,1,0,2\nhannah_teter,Hannah Teter,49254,United States (USA),2006β2014,1,1,0,2\nross_powers,Ross Powers,49254,United States (USA),1998β2002,1,0,1,2\nkelly_clark,Kelly Clark,49254,United States (USA),2002β2014,1,0,2,3\ndanny_kass,Danny Kass,49254,United States (USA),2002β2006,0,2,0,2\n"}, {"shape_id": "claim_and_theme_summaries", "description": "Curated claim bundles, thematic summaries, interpretations, notable facts, findings, reception notes, and asserted-property/standout-fact classifications that group entities by a claim rather than by full attribute coverage.", "file": "49254.jsonl", "format": "jsonl", "content": "{\"entity\":\"Philipp Schoch\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Shaun White\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Seth Wescott\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Karine Ruby\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Hannah Teter\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Ross Powers\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Kelly Clark\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"3 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Danny Kass\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "49254.jsonl", "format": "jsonl", "content": "{\"question\":\"Who has the most total Olympic snowboarding medals in this table?\",\"answer\":\"Kelly Clark with 3 total medals.\",\"source_doc\":\"49254\"}\n{\"question\":\"Which athletes in this table won 2 Olympic snowboarding gold medals?\",\"answer\":\"Philipp Schoch, Shaun White, and Seth Wescott.\",\"source_doc\":\"49254\"}\n{\"question\":\"Which athlete from France appears in this Olympic snowboarding medal leaders table?\",\"answer\":\"Karine Ruby.\",\"source_doc\":\"49254\"}\n{\"question\":\"How many Olympic snowboarding medals did Danny Kass win?\",\"answer\":\"2 total medals, all silver.\",\"source_doc\":\"49254\"}\n{\"question\":\"Which athletes in this table represented the United States?\",\"answer\":\"Shaun White, Seth Wescott, Hannah Teter, Ross Powers, Kelly Clark, and Danny Kass.\",\"source_doc\":\"49254\"}\n"}]}]}
|
e2e_structures/records/wikitq-00326.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00326", "dataset_origin": "WikiTQ", "original_table_id": "203-308", "question": "How many Olympic medalists in snowboarding have won at least 2 gold medals?", "gold_answers": ["3"], "sql": "SELECT COUNT ( * ) FROM table_203_308 WHERE Gold >= '2' ", "n_docs": 1, "n_structures": 3, "docs": [{"doc_id": "49254", "is_supporting": true, "n_structures": 3, "contents": "# List of Olympic medalists in snowboarding - Statistics\nAthlete medal leaders\n\n| Athlete | Nation | Olympics | Gold | Silver | Bronze | Total_ |\n| --- | --- | --- | --- | --- | --- | --- |\n| Philipp Schoch | Switzerland (SUI) | 2002β2006 | 2 | 0 | 0 | 2 |\n| Shaun White | United States (USA) | 2006β2014 | 2 | 0 | 0 | 2 |\n| Seth Wescott | United States (USA) | 2006β2010 | 2 | 0 | 0 | 2 |\n| Karine Ruby | France (FRA) | 1998β2002 | 1 | 1 | 0 | 2 |\n| Hannah Teter | United States (USA) | 2006β2014 | 1 | 1 | 0 | 2 |\n| Ross Powers | United States (USA) | 1998β2002 | 1 | 0 | 1 | 2 |\n| Kelly Clark | United States (USA) | 2002β2014 | 1 | 0 | 2 | 3 |\n| Danny Kass | United States (USA) | 2002β2006 | 0 | 2 | 0 | 2 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "49254.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,nation,olympics,gold_int,silver_int,bronze_int,total_int\nphilipp_schoch,Philipp Schoch,49254,Switzerland (SUI),2002β2006,2,0,0,2\nshaun_white,Shaun White,49254,United States (USA),2006β2014,2,0,0,2\nseth_wescott,Seth Wescott,49254,United States (USA),2006β2010,2,0,0,2\nkarine_ruby,Karine Ruby,49254,France (FRA),1998β2002,1,1,0,2\nhannah_teter,Hannah Teter,49254,United States (USA),2006β2014,1,1,0,2\nross_powers,Ross Powers,49254,United States (USA),1998β2002,1,0,1,2\nkelly_clark,Kelly Clark,49254,United States (USA),2002β2014,1,0,2,3\ndanny_kass,Danny Kass,49254,United States (USA),2002β2006,0,2,0,2\n"}, {"shape_id": "claim_and_theme_summaries", "description": "Curated claim bundles, thematic summaries, interpretations, notable facts, findings, reception notes, and asserted-property/standout-fact classifications that group entities by a claim rather than by full attribute coverage.", "file": "49254.jsonl", "format": "jsonl", "content": "{\"entity\":\"Philipp Schoch\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Shaun White\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Seth Wescott\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Karine Ruby\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Hannah Teter\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Ross Powers\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Kelly Clark\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"3 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Danny Kass\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "49254.jsonl", "format": "jsonl", "content": "{\"question\":\"Who has the most total Olympic snowboarding medals in this table?\",\"answer\":\"Kelly Clark with 3 total medals.\",\"source_doc\":\"49254\"}\n{\"question\":\"Which athletes in this table won 2 Olympic snowboarding gold medals?\",\"answer\":\"Philipp Schoch, Shaun White, and Seth Wescott.\",\"source_doc\":\"49254\"}\n{\"question\":\"Which athlete from France appears in this Olympic snowboarding medal leaders table?\",\"answer\":\"Karine Ruby.\",\"source_doc\":\"49254\"}\n{\"question\":\"How many Olympic snowboarding medals did Danny Kass win?\",\"answer\":\"2 total medals, all silver.\",\"source_doc\":\"49254\"}\n{\"question\":\"Which athletes in this table represented the United States?\",\"answer\":\"Shaun White, Seth Wescott, Hannah Teter, Ross Powers, Kelly Clark, and Danny Kass.\",\"source_doc\":\"49254\"}\n"}]}]}
|
e2e_structures/records/wikitq-00327.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00327", "dataset_origin": "WikiTQ", "original_table_id": "203-308", "question": "From the list of Olympic medalists in snowboarding, who has won the most bronze medals?", "gold_answers": ["Kelly Clark"], "sql": "SELECT Athlete FROM table_203_308 ORDER BY Bronze DESC LIMIT 1 ", "n_docs": 1, "n_structures": 3, "docs": [{"doc_id": "49254", "is_supporting": true, "n_structures": 3, "contents": "# List of Olympic medalists in snowboarding - Statistics\nAthlete medal leaders\n\n| Athlete | Nation | Olympics | Gold | Silver | Bronze | Total_ |\n| --- | --- | --- | --- | --- | --- | --- |\n| Philipp Schoch | Switzerland (SUI) | 2002β2006 | 2 | 0 | 0 | 2 |\n| Shaun White | United States (USA) | 2006β2014 | 2 | 0 | 0 | 2 |\n| Seth Wescott | United States (USA) | 2006β2010 | 2 | 0 | 0 | 2 |\n| Karine Ruby | France (FRA) | 1998β2002 | 1 | 1 | 0 | 2 |\n| Hannah Teter | United States (USA) | 2006β2014 | 1 | 1 | 0 | 2 |\n| Ross Powers | United States (USA) | 1998β2002 | 1 | 0 | 1 | 2 |\n| Kelly Clark | United States (USA) | 2002β2014 | 1 | 0 | 2 | 3 |\n| Danny Kass | United States (USA) | 2002β2006 | 0 | 2 | 0 | 2 |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "49254.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,nation,olympics,gold_int,silver_int,bronze_int,total_int\nphilipp_schoch,Philipp Schoch,49254,Switzerland (SUI),2002β2006,2,0,0,2\nshaun_white,Shaun White,49254,United States (USA),2006β2014,2,0,0,2\nseth_wescott,Seth Wescott,49254,United States (USA),2006β2010,2,0,0,2\nkarine_ruby,Karine Ruby,49254,France (FRA),1998β2002,1,1,0,2\nhannah_teter,Hannah Teter,49254,United States (USA),2006β2014,1,1,0,2\nross_powers,Ross Powers,49254,United States (USA),1998β2002,1,0,1,2\nkelly_clark,Kelly Clark,49254,United States (USA),2002β2014,1,0,2,3\ndanny_kass,Danny Kass,49254,United States (USA),2002β2006,0,2,0,2\n"}, {"shape_id": "claim_and_theme_summaries", "description": "Curated claim bundles, thematic summaries, interpretations, notable facts, findings, reception notes, and asserted-property/standout-fact classifications that group entities by a claim rather than by full attribute coverage.", "file": "49254.jsonl", "format": "jsonl", "content": "{\"entity\":\"Philipp Schoch\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Shaun White\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Seth Wescott\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Karine Ruby\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Hannah Teter\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Ross Powers\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Kelly Clark\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"3 total medals\",\"source_doc\":\"49254\"}\n{\"entity\":\"Danny Kass\",\"claim\":\"is_athlete_medal_leader_in_olympic_snowboarding\",\"value\":\"2 total medals\",\"source_doc\":\"49254\"}\n"}, {"shape_id": "qa_shortcuts_and_templates", "description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.", "file": "49254.jsonl", "format": "jsonl", "content": "{\"question\":\"Who has the most total Olympic snowboarding medals in this table?\",\"answer\":\"Kelly Clark with 3 total medals.\",\"source_doc\":\"49254\"}\n{\"question\":\"Which athletes in this table won 2 Olympic snowboarding gold medals?\",\"answer\":\"Philipp Schoch, Shaun White, and Seth Wescott.\",\"source_doc\":\"49254\"}\n{\"question\":\"Which athlete from France appears in this Olympic snowboarding medal leaders table?\",\"answer\":\"Karine Ruby.\",\"source_doc\":\"49254\"}\n{\"question\":\"How many Olympic snowboarding medals did Danny Kass win?\",\"answer\":\"2 total medals, all silver.\",\"source_doc\":\"49254\"}\n{\"question\":\"Which athletes in this table represented the United States?\",\"answer\":\"Shaun White, Seth Wescott, Hannah Teter, Ross Powers, Kelly Clark, and Danny Kass.\",\"source_doc\":\"49254\"}\n"}]}]}
|
e2e_structures/records/wikitq-00349.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00349", "dataset_origin": "WikiTQ", "original_table_id": "204-778", "question": "How many of the coastal provinces are smaller than 10,000 km2?", "gold_answers": ["3"], "sql": "SELECT COUNT ( County ) FROM table_204_778 WHERE Area_km2 < '10000' ", "n_docs": 1, "n_structures": 2, "docs": [{"doc_id": "53520", "is_supporting": true, "n_structures": 2, "contents": "# Coast Province - Population data\n\n| Code | County | Former_Province | Area_km2 | Population_Census_2009 | Capital_ |\n| --- | --- | --- | --- | --- | --- |\n| 1 | Mombasa | Coast | 212.5 | 939370 | Mombasa (City) |\n| 2 | Kwale | Coast | 8270.3 | 649931 | Kwale |\n| 3 | Kilifi | Coast | 12245.9 | 1109735 | Kilifi |\n| 4 | Tana River | Coast | 35375.8 | 240075 | Hola |\n| 5 | Lamu | Coast | 6497.7 | 101539 | Lamu |\n| 6 | Taita-Taveta | Coast | 17083.9 | 284657 | Voi |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "53520.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,code_int,former_province,area_km2,population_census_2009,capital\nmombasa,Mombasa,53520,1,Coast,212.5,939370,Mombasa (City)\nkwale,Kwale,53520,2,Coast,8270.3,649931,Kwale\nkilifi,Kilifi,53520,3,Coast,12245.9,1109735,Kilifi\ntana_river,Tana River,53520,4,Coast,35375.8,240075,Hola\nlamu,Lamu,53520,5,Coast,6497.7,101539,Lamu\ntaita_taveta,Taita-Taveta,53520,6,Coast,17083.9,284657,Voi\n"}, {"shape_id": "relation_graphs_and_mappings", "description": "Artifacts whose main value is explicit links among entities: triples, affiliations, succession, memberships, adaptations, ownership, cast-role mappings, collaborations, reverse relation lookups, and tupleized fact maps (mini knowledge graphs).", "file": "53520.edges.jsonl", "format": "jsonl", "content": "{\"head\":\"Mombasa\",\"relation\":\"former_province\",\"tail\":\"Coast\",\"source_doc\":\"53520\"}\n{\"head\":\"Mombasa\",\"relation\":\"capital\",\"tail\":\"Mombasa (City)\",\"source_doc\":\"53520\"}\n{\"head\":\"Kwale\",\"relation\":\"former_province\",\"tail\":\"Coast\",\"source_doc\":\"53520\"}\n{\"head\":\"Kwale\",\"relation\":\"capital\",\"tail\":\"Kwale\",\"source_doc\":\"53520\"}\n{\"head\":\"Kilifi\",\"relation\":\"former_province\",\"tail\":\"Coast\",\"source_doc\":\"53520\"}\n{\"head\":\"Kilifi\",\"relation\":\"capital\",\"tail\":\"Kilifi\",\"source_doc\":\"53520\"}\n{\"head\":\"Tana River\",\"relation\":\"former_province\",\"tail\":\"Coast\",\"source_doc\":\"53520\"}\n{\"head\":\"Tana River\",\"relation\":\"capital\",\"tail\":\"Hola\",\"source_doc\":\"53520\"}\n{\"head\":\"Lamu\",\"relation\":\"former_province\",\"tail\":\"Coast\",\"source_doc\":\"53520\"}\n{\"head\":\"Lamu\",\"relation\":\"capital\",\"tail\":\"Lamu\",\"source_doc\":\"53520\"}\n{\"head\":\"Taita-Taveta\",\"relation\":\"former_province\",\"tail\":\"Coast\",\"source_doc\":\"53520\"}\n{\"head\":\"Taita-Taveta\",\"relation\":\"capital\",\"tail\":\"Voi\",\"source_doc\":\"53520\"}\n"}]}]}
|
e2e_structures/records/wikitq-00350.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"qid": "wikitq-00350", "dataset_origin": "WikiTQ", "original_table_id": "204-778", "question": "Which county has the largest area among the coastal provinces?", "gold_answers": ["Tana River"], "sql": "SELECT County FROM table_204_778 ORDER BY Area_km2 DESC LIMIT 1 ", "n_docs": 1, "n_structures": 2, "docs": [{"doc_id": "53520", "is_supporting": true, "n_structures": 2, "contents": "# Coast Province - Population data\n\n| Code | County | Former_Province | Area_km2 | Population_Census_2009 | Capital_ |\n| --- | --- | --- | --- | --- | --- |\n| 1 | Mombasa | Coast | 212.5 | 939370 | Mombasa (City) |\n| 2 | Kwale | Coast | 8270.3 | 649931 | Kwale |\n| 3 | Kilifi | Coast | 12245.9 | 1109735 | Kilifi |\n| 4 | Tana River | Coast | 35375.8 | 240075 | Hola |\n| 5 | Lamu | Coast | 6497.7 | 101539 | Lamu |\n| 6 | Taita-Taveta | Coast | 17083.9 | 284657 | Voi |", "structures": [{"shape_id": "entity_fact_records", "description": "Profiles, cards, catalogs, or entity-indexed tables centered on people, places, works, organizations, events, products, or similar items, mainly storing attributes rather than explicit cross-entity edges. Also covers single-person profile cards and indexes of recurring participants across a corpus slice.", "file": "53520.csv", "format": "csv", "content": "entity_id,entity_name,source_doc,code_int,former_province,area_km2,population_census_2009,capital\nmombasa,Mombasa,53520,1,Coast,212.5,939370,Mombasa (City)\nkwale,Kwale,53520,2,Coast,8270.3,649931,Kwale\nkilifi,Kilifi,53520,3,Coast,12245.9,1109735,Kilifi\ntana_river,Tana River,53520,4,Coast,35375.8,240075,Hola\nlamu,Lamu,53520,5,Coast,6497.7,101539,Lamu\ntaita_taveta,Taita-Taveta,53520,6,Coast,17083.9,284657,Voi\n"}, {"shape_id": "relation_graphs_and_mappings", "description": "Artifacts whose main value is explicit links among entities: triples, affiliations, succession, memberships, adaptations, ownership, cast-role mappings, collaborations, reverse relation lookups, and tupleized fact maps (mini knowledge graphs).", "file": "53520.edges.jsonl", "format": "jsonl", "content": "{\"head\":\"Mombasa\",\"relation\":\"former_province\",\"tail\":\"Coast\",\"source_doc\":\"53520\"}\n{\"head\":\"Mombasa\",\"relation\":\"capital\",\"tail\":\"Mombasa (City)\",\"source_doc\":\"53520\"}\n{\"head\":\"Kwale\",\"relation\":\"former_province\",\"tail\":\"Coast\",\"source_doc\":\"53520\"}\n{\"head\":\"Kwale\",\"relation\":\"capital\",\"tail\":\"Kwale\",\"source_doc\":\"53520\"}\n{\"head\":\"Kilifi\",\"relation\":\"former_province\",\"tail\":\"Coast\",\"source_doc\":\"53520\"}\n{\"head\":\"Kilifi\",\"relation\":\"capital\",\"tail\":\"Kilifi\",\"source_doc\":\"53520\"}\n{\"head\":\"Tana River\",\"relation\":\"former_province\",\"tail\":\"Coast\",\"source_doc\":\"53520\"}\n{\"head\":\"Tana River\",\"relation\":\"capital\",\"tail\":\"Hola\",\"source_doc\":\"53520\"}\n{\"head\":\"Lamu\",\"relation\":\"former_province\",\"tail\":\"Coast\",\"source_doc\":\"53520\"}\n{\"head\":\"Lamu\",\"relation\":\"capital\",\"tail\":\"Lamu\",\"source_doc\":\"53520\"}\n{\"head\":\"Taita-Taveta\",\"relation\":\"former_province\",\"tail\":\"Coast\",\"source_doc\":\"53520\"}\n{\"head\":\"Taita-Taveta\",\"relation\":\"capital\",\"tail\":\"Voi\",\"source_doc\":\"53520\"}\n"}]}]}
|