meetdoshi90 commited on
Commit
7bd2e8a
·
verified ·
1 Parent(s): 8c4c3b3

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -57,3 +57,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ corpus_linearized.jsonl filter=lfs diff=lfs merge=lfs -text
61
+ corpus_md.jsonl filter=lfs diff=lfs merge=lfs -text
62
+ corpus_structure.jsonl filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,170 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - derived
4
+ language:
5
+ - eng
6
+ license: cc-by-4.0
7
+ multilinguality: monolingual
8
+ task_categories:
9
+ - text-retrieval
10
+ task_ids:
11
+ - document-retrieval
12
+ tags:
13
+ - table-retrieval
14
+ - text
15
+ pretty_name: OTT-QA
16
+ config_names:
17
+ - default
18
+ - queries
19
+ - corpus_linearized
20
+ - corpus_md
21
+ - corpus_structure
22
+
23
+ dataset_info:
24
+ - config_name: default
25
+ features:
26
+ - name: qid
27
+ dtype: string
28
+ - name: did
29
+ dtype: string
30
+ - name: score
31
+ dtype: int32
32
+ splits:
33
+ - name: dev
34
+ num_bytes: 185688
35
+ num_examples: 2214
36
+ - config_name: queries
37
+ features:
38
+ - name: _id
39
+ dtype: string
40
+ - name: text
41
+ dtype: string
42
+ splits:
43
+ - name: dev_queries
44
+ num_bytes: 336275
45
+ num_examples: 2214
46
+ - config_name: corpus_linearized
47
+ features:
48
+ - name: _id
49
+ dtype: string
50
+ - name: title
51
+ dtype: string
52
+ - name: text
53
+ dtype: string
54
+ splits:
55
+ - name: corpus_linearized
56
+ num_bytes: 19907385
57
+ num_examples: 8891
58
+ - config_name: corpus_md
59
+ features:
60
+ - name: _id
61
+ dtype: string
62
+ - name: title
63
+ dtype: string
64
+ - name: text
65
+ dtype: string
66
+ splits:
67
+ - name: corpus_md
68
+ num_bytes: 22363801
69
+ num_examples: 8891
70
+ - config_name: corpus_structure
71
+ features:
72
+ - name: _id
73
+ dtype: string
74
+ - name: title
75
+ dtype: string
76
+ - name: text
77
+ dtype: string
78
+ - name: meta_data
79
+ dtype: string
80
+ - name: headers
81
+ sequence: string
82
+ - name: cells
83
+ sequence: string
84
+ splits:
85
+ - name: corpus_structure
86
+ num_bytes: 41759044
87
+ num_examples: 8891
88
+
89
+ configs:
90
+ - config_name: default
91
+ data_files:
92
+ - split: dev
93
+ path: dev_qrels.jsonl
94
+ - config_name: queries
95
+ data_files:
96
+ - split: dev_queries
97
+ path: dev_queries.jsonl
98
+ - config_name: corpus_linearized
99
+ data_files:
100
+ - split: corpus_linearized
101
+ path: corpus_linearized.jsonl
102
+ - config_name: corpus_md
103
+ data_files:
104
+ - split: corpus_md
105
+ path: corpus_md.jsonl
106
+ - config_name: corpus_structure
107
+ data_files:
108
+ - split: corpus_structure
109
+ path: corpus_structure.jsonl
110
+ ---
111
+
112
+ # OTT-QA Retrieval
113
+
114
+ This dataset is part of a Table + Text retrieval benchmark. Includes queries and relevance judgments across dev split(s), with corpus in 3 format(s): `corpus_linearized`, `corpus_md`, `corpus_structure`.
115
+
116
+ ## Configs
117
+
118
+ | Config | Description | Split(s) |
119
+ |---|---|---|
120
+ | `default` | Relevance judgments (qrels): `qid`, `did`, `score` | `dev` |
121
+ | `queries` | Query IDs and text | `dev_queries` |
122
+ | `corpus_linearized` | Linearized table representation | `corpus_linearized` |
123
+ | `corpus_md` | Markdown table representation | `corpus_md` |
124
+ | `corpus_structure` | Structured corpus with `headers`, `cells`, `meta_data`. `text` field corresponds to linearized Text + Table. | `corpus_structure` |
125
+
126
+ ## `corpus_structure` additional fields
127
+
128
+ | Field | Type | Description |
129
+ |---|---|---|
130
+ | `meta_data` | string | Table metadata / caption |
131
+ | `headers` | list[string] | Column headers |
132
+ | `cells` | list[string] | Flattened cell values |
133
+
134
+ ## TableIR Benchmark Statistics
135
+
136
+ | Dataset | Structured | #Train | #Dev | #Test | #Corpus |
137
+ |---|:---:|---:|---:|---:|---:|
138
+ | OpenWikiTables | ✓ | 53.8k | 6.6k | 6.6k | 24.7k |
139
+ | NQTables | ✓ | 9.6k | 1.1k | 1k | 170k |
140
+ | FeTaQA | ✓ | 7.3k | 1k | 2k | 10.3k |
141
+ | OTT-QA (small) | ✓ | 41.5k | 2.2k | -- | 8.8k |
142
+ | MultiHierTT | ✗ | -- | 929 | -- | 9.9k |
143
+ | AIT-QA | ✗ | -- | -- | 515 | 1.9k |
144
+ | StatcanRetrieval | ✗ | -- | -- | 870 | 5.9k |
145
+ | watsonxDocsQA | ✗ | -- | -- | 30 | 1.1k |
146
+
147
+ ## Citation
148
+
149
+ If you use **TableIR Eval: Table-Text IR Evaluation Collection**, please cite:
150
+
151
+ ```bibtex
152
+ @misc{doshi2026tableir,
153
+ title = {TableIR Eval: Table-Text IR Evaluation Collection},
154
+ author = {Doshi, Meet and Boni, Odellia and Kumar, Vishwajeet and Sen, Jaydeep and Joshi, Sachindra},
155
+ year = {2026},
156
+ institution = {IBM Research},
157
+ howpublished = {https://huggingface.co/collections/ibm-research/table-text-ir-evaluation},
158
+ note = {Hugging Face dataset collection}
159
+ }
160
+ ```
161
+
162
+ All credit goes to original authors. Please cite their work:
163
+ ```bibtex
164
+ @article{chen2021ottqa,
165
+ title={Open Question Answering over Tables and Text},
166
+ author={Wenhu Chen, Ming-wei Chang, Eva Schlinger, William Wang, William Cohen},
167
+ journal={Proceedings of ICLR 2021},
168
+ year={2021}
169
+ }
170
+ ```
corpus_linearized.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f95c52ea6b38b8a64abcdbf5133c3867231ebe73d6c5e6ba9eac9450a563e60f
3
+ size 19907385
corpus_md.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e3d3a979a5887b77255375470c9019b27bfcdd1d42497cfed1d0b5ac6c30cfa
3
+ size 22363801
corpus_structure.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fe4197b4a991f34ae79cbad45bf3025e2f6e08d2a663ab0b8a5fdffb509c4ec
3
+ size 41759044
dev_qrels.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
dev_qrels.tsv ADDED
The diff for this file is too large to render. See raw diff
 
dev_queries.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
train_linearized/config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "name": "train.jsonl.gz",
4
+ "lines": 41469,
5
+ "weight": 41469
6
+ },
7
+ {
8
+ "name": "validation.jsonl.gz",
9
+ "lines": 2214,
10
+ "weight": 2214
11
+ }
12
+ ]
train_linearized/train.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07b83c263e3683410736a8d4b9b6e926534f526655e06e4a38caeaf6650c44bb
3
+ size 38153971
train_linearized/validation.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d84bb9479d9f496eb2bc937a193e3eed00a7635afbbbc5d31a5a5579389419b1
3
+ size 1803427
train_md/config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "name": "train.jsonl.gz",
4
+ "lines": 41469,
5
+ "weight": 41469
6
+ },
7
+ {
8
+ "name": "validation.jsonl.gz",
9
+ "lines": 2214,
10
+ "weight": 2214
11
+ }
12
+ ]
train_md/train.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65c647153a6e906f13e33db6f05737d450ed43571f965581678e7cc38ce1ff85
3
+ size 40003695
train_md/validation.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7becfc49832e0fb0852ea8a1ce02614b679fb308c65406c94612c8ffe102452d
3
+ size 1899134
train_structure/config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "name": "train.jsonl.gz",
4
+ "lines": 41469,
5
+ "weight": 41469
6
+ },
7
+ {
8
+ "name": "validation.jsonl.gz",
9
+ "lines": 2214,
10
+ "weight": 2214
11
+ }
12
+ ]
train_structure/train.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f4638ccc0f78997813c7e21e724ff0cf4914f6acb6a3a9247e34fc3b40f3062
3
+ size 51629456
train_structure/validation.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:160c64b2748daaaea96c545e71d60d011a4e36a154cff80f0b67aa6d2ca37fdb
3
+ size 2456623