meetdoshi90 commited on
Commit
df0da6f
·
verified ·
1 Parent(s): 3ea6199

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -57,3 +57,5 @@ 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_md.jsonl filter=lfs diff=lfs merge=lfs -text
61
+ corpus_structure.jsonl filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,114 @@
1
- ---
2
- license: cc-by-sa-4.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: FeTaQA
16
+ config_names:
17
+ - default
18
+ - queries
19
+ - corpus_md
20
+ - corpus_structure
21
+
22
+ dataset_info:
23
+ - config_name: default
24
+ features:
25
+ - name: query-id
26
+ dtype: string
27
+ - name: corpus-id
28
+ dtype: string
29
+ - name: score
30
+ dtype: float64
31
+ splits:
32
+ - name: test
33
+ num_bytes: 98019
34
+ num_examples: 2004
35
+ - config_name: queries
36
+ features:
37
+ - name: _id
38
+ dtype: string
39
+ - name: text
40
+ dtype: string
41
+ splits:
42
+ - name: test
43
+ num_bytes: 199552
44
+ num_examples: 2003
45
+ - config_name: corpus_md
46
+ features:
47
+ - name: _id
48
+ dtype: string
49
+ - name: title
50
+ dtype: string
51
+ - name: text
52
+ dtype: string
53
+ splits:
54
+ - name: corpus_md
55
+ num_bytes: 14942818
56
+ num_examples: 10330
57
+ - config_name: corpus_structure
58
+ features:
59
+ - name: _id
60
+ dtype: string
61
+ - name: title
62
+ dtype: string
63
+ - name: text
64
+ dtype: string
65
+ - name: meta_data
66
+ dtype: string
67
+ - name: headers
68
+ sequence: string
69
+ - name: cells
70
+ sequence: string
71
+ splits:
72
+ - name: corpus_structure
73
+ num_bytes: 26839701
74
+ num_examples: 10330
75
+
76
+ configs:
77
+ - config_name: default
78
+ data_files:
79
+ - split: test
80
+ path: test_qrels.tsv
81
+ - config_name: queries
82
+ data_files:
83
+ - split: test
84
+ path: test_queries.jsonl
85
+ - config_name: corpus_md
86
+ data_files:
87
+ - split: corpus_md
88
+ path: corpus_md.jsonl
89
+ - config_name: corpus_structure
90
+ data_files:
91
+ - split: corpus_structure
92
+ path: corpus_structure.jsonl
93
+ ---
94
+
95
+ # FeTaQA
96
+
97
+ Table retrieval benchmark dataset. Includes queries and relevance judgments across test split(s), with corpus in 2 format(s): `corpus_md`, `corpus_structure`.
98
+
99
+ ## Configs
100
+
101
+ | Config | Description | Split(s) |
102
+ |---|---|---|
103
+ | `default` | Relevance judgments (qrels): `query-id`, `corpus-id`, `score` | `test` |
104
+ | `queries` | Query IDs and text | `test` |
105
+ | `corpus_md` | Markdown table representation | `corpus_md` |
106
+ | `corpus_structure` | Structured corpus with `headers`, `cells`, `meta_data` | `corpus_structure` |
107
+
108
+ ## `corpus_structure` additional fields
109
+
110
+ | Field | Type | Description |
111
+ |---|---|---|
112
+ | `meta_data` | string | Table metadata / caption |
113
+ | `headers` | list[string] | Column headers |
114
+ | `cells` | list[string] | Flattened cell values |
corpus_md.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e441499770aa5e511281a9cbe377bc940e359275b3afae8025ab0ed32fb6732d
3
+ size 14942818
corpus_structure.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75c81c81c8d65ab22e16e6b87ae0bb9bb91bd785f6b10bc91969d8c399664680
3
+ size 26839701
test_qrels.tsv ADDED
The diff for this file is too large to render. See raw diff
 
test_queries.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
train_md/config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "name": "train.jsonl.gz",
4
+ "lines": 7326,
5
+ "weight": 7326
6
+ },
7
+ {
8
+ "name": "validation.jsonl.gz",
9
+ "lines": 1001,
10
+ "weight": 1001
11
+ },
12
+ {
13
+ "name": "test.jsonl.gz",
14
+ "lines": 2003,
15
+ "weight": 2003
16
+ }
17
+ ]
train_md/test.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6822b378d4eab3febeabcf19b3e6f10d9049ab2cb0ae06314fc145b8a79581fb
3
+ size 806876
train_md/train.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b59cb90d16266e29c8482f28fef5d56b43f3a65214044684b63f7274d936ba4f
3
+ size 3227900
train_md/validation.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:092a2655291eda5f0d84f13e2cbd6ed28e99cf96ea6f7fc3f7fad90b6080a439
3
+ size 400357
train_structure/config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "name": "train.jsonl.gz",
4
+ "lines": 7326,
5
+ "weight": 7326
6
+ },
7
+ {
8
+ "name": "validation.jsonl.gz",
9
+ "lines": 1001,
10
+ "weight": 1001
11
+ },
12
+ {
13
+ "name": "test.jsonl.gz",
14
+ "lines": 2003,
15
+ "weight": 2003
16
+ }
17
+ ]
train_structure/test.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f1355fa1ae49e66d7e06b39f578e76c4646285302e482d330bb628838cbbbe0
3
+ size 1229253
train_structure/train.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b05a888ab35608f320879c5a4076e8b1049b1b426c121d9a70bb7ac5b61b1763
3
+ size 4826902
train_structure/validation.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0c19e510d57b86badc6ef9dd53b9aa31b79de9daea804877319212a6b013998
3
+ size 604883