Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
ZihanWang314 commited on
Commit
c0f6b3f
·
verified ·
1 Parent(s): 10a4acf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +174 -0
README.md CHANGED
@@ -49,3 +49,177 @@ configs:
49
  - split: test
50
  path: data/test-*
51
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  - split: test
50
  path: data/test-*
51
  ---
52
+
53
+ <h1 align='center' style="text-align:center; font-weight:bold; font-size:2.0em;letter-spacing:2.0px;">
54
+ [[PAPER_TITLE]]</h1>
55
+ <p align='center' style="text-align:center;font-size:1.25em;">
56
+ <a href="[[AUTHOR_PAGE]]" target="_blank" style="text-decoration: none;">[[FIRST_NAME]]&nbsp;[[LAST_NAME]]</a>,&nbsp;
57
+ &nbsp;Northwestern University<br/>
58
+ <em>[[CONFERENCE_TITLE]]</em><br/>
59
+ <a href="[[WEBSITE_LINK]]" title="Website" target="_blank" rel="nofollow" style="text-decoration: none;">🌎Website</a> |
60
+ <a href="[[CODE_LINK]]" title="Dataset" target="_blank" rel="nofollow" style="text-decoration: none;">🧑‍💻Code</a> |
61
+ <a href="[[ARXIV_LINK]]" title="aXiv" target="_blank" rel="nofollow" style="text-decoration: none;">📄arXiv</a> |
62
+ <a href="[[LEADERBOARD_LINK]]" title="Leaderboard" target="_blank" rel="nofollow" style="text-decoration: none;">🏆 Leaderboard</a>
63
+ </p>
64
+
65
+ ---
66
+ dataset_info:
67
+ features:
68
+ - name: [[FEATURE_NAME_1]]
69
+ dtype: [[FEATURE_TYPE_1]]
70
+ - name: [[FEATURE_NAME_2]]
71
+ sequence: [[FEATURE_TYPE_2]]
72
+ - name: [[FEATURE_NAME_3]]
73
+ dtype: [[FEATURE_TYPE_3]]
74
+ - name: [[FEATURE_NAME_4]]
75
+ dtype: [[FEATURE_TYPE_4]]
76
+ - name: [[FEATURE_NAME_5]]
77
+ dtype: [[FEATURE_TYPE_5]]
78
+ - name: [[FEATURE_NAME_6]]
79
+ dtype: [[FEATURE_TYPE_6]]
80
+ - name: [[FEATURE_NAME_7]]
81
+ sequence: [[FEATURE_TYPE_7]]
82
+ - name: [[FEATURE_NAME_8]]
83
+ struct:
84
+ - name: [[SUBFEATURE_NAME_1]]
85
+ dtype: [[SUBFEATURE_TYPE_1]]
86
+ - name: [[SUBFEATURE_NAME_2]]
87
+ dtype: [[SUBFEATURE_TYPE_2]]
88
+ - name: [[SUBFEATURE_NAME_3]]
89
+ dtype: [[SUBFEATURE_TYPE_3]]
90
+ - name: [[SUBFEATURE_NAME_4]]
91
+ dtype: [[SUBFEATURE_TYPE_4]]
92
+ - name: [[SUBFEATURE_NAME_5]]
93
+ dtype: [[SUBFEATURE_TYPE_5]]
94
+ - name: [[SUBFEATURE_NAME_6]]
95
+ dtype: [[SUBFEATURE_TYPE_6]]
96
+ - name: [[SUBFEATURE_NAME_7]]
97
+ sequence: [[SUBFEATURE_TYPE_7]]
98
+ - name: [[SUBFEATURE_NAME_8]]
99
+ dtype: [[SUBFEATURE_TYPE_8]]
100
+ splits:
101
+ - name: [[SPLIT_NAME_1]]
102
+ num_bytes: [[NUM_BYTES_1]]
103
+ num_examples: [[NUM_EXAMPLES_1]]
104
+ download_size: [[DOWNLOAD_SIZE]]
105
+ dataset_size: [[DATASET_SIZE]]
106
+ configs:
107
+ - config_name: [[CONFIG_NAME]]
108
+ data_files:
109
+ - split: [[SPLIT_NAME_2]]
110
+ path: [[DATA_FILE_PATH]]
111
+ ---
112
+
113
+ <h1 align='center' style="text-align:center; font-weight:bold; font-size:2.0em;letter-spacing:2.0px;">
114
+ [[TITLE]]</h1>
115
+ <p align='center' style="text-align:center;font-size:1.25em;">
116
+ [[AUTHOR_1]],&nbsp;
117
+ [[AUTHOR_2]],&nbsp;
118
+ [[AUTHOR_3]],&nbsp;
119
+ [[AUTHOR_4]],&nbsp;
120
+ [[AUTHOR_5]],&nbsp;<br/>
121
+ [[AUTHOR_6]],&nbsp;
122
+ [[AUTHOR_7]],&nbsp;
123
+ [[AUTHOR_8]],&nbsp;
124
+ [[AUTHOR_9]],&nbsp;
125
+ [[AUTHOR_10]]<br/>
126
+ &nbsp;[[INSTITUTION]]<br/>
127
+ <em>[[VENUE_AND_YEAR]]</em><br/>
128
+ <a href="[[WEBSITE_LINK]]" title="Website" target="_blank" rel="nofollow" style="text-decoration: none;">🌎Website</a> |
129
+ <a href="[[CODE_LINK]]" title="Dataset" target="_blank" rel="nofollow" style="text-decoration: none;">🧑‍💻Code</a> |
130
+ <a href="[[PAPER_LINK]]" title="aXiv" target="_blank" rel="nofollow" style="text-decoration: none;">📄arXiv</a> |
131
+ <a href="[[LEADERBOARD_LINK]]" title="Leaderboard" target="_blank" rel="nofollow" style="text-decoration: none;">🏆 Leaderboard</a>
132
+ </p>
133
+
134
+ ## 📣 News
135
+
136
+ - **[[DATE]]: [[NEWS_ITEM]]**
137
+
138
+ <img src="[[IMAGE_LINK]]" alt="image description" width="850" height="200">
139
+
140
+ ## Abstract
141
+
142
+ [[ABSTRACT]]
143
+
144
+ ## [[TITLE]] Statistics
145
+
146
+ <img src="[[STATISTICS_IMAGE_LINK]]" alt="image description" width="850" height="200">
147
+
148
+ ## Downloading Data and Benchmarking Guide
149
+ To download the data:
150
+
151
+ 1. **Download Instructions:**
152
+ Follow the instructions provided [here]( [[DOWNLOAD_INSTRUCTIONS_LINK]] ).
153
+ We provide unique identifiers (UIDs) for the data sets in ```[[DATA_ORGANIZATION_PATH]]```.
154
+
155
+ 2. **Demo Data:**
156
+ For a quick start, we include one demo example: ```[[DEMO_DATA_PATH]]```.
157
+
158
+ 3. **Benchmarking Guide:**
159
+ We provide a step-by-step guide for benchmarking [here]( [[BENCHMARKING_GUIDE_LINK]] ).
160
+
161
+ **👉Note:** For evaluations, we recommend starting with our development set ([[DEV_SET_DETAILS]]).
162
+
163
+ ## Dataset Organization
164
+
165
+ The dataset is organized to facilitate easy access to all resources. Below is the structure:
166
+ ```
167
+ [[DATASET_ORGANIZATION_STRUCTURE]]
168
+ ```
169
+
170
+ ### Description of Key Components
171
+ ```[[KEY_COMPONENT_PATH]]```: This directory contains resources in [[FORMAT]] format. Each file includes metadata and other details:
172
+
173
+ - ```[[DATA_FILE_1]]```:
174
+ - [[DESCRIPTION_1]].
175
+
176
+ - ```[[DATA_FILE_2]]```:
177
+ - [[DESCRIPTION_2]].
178
+
179
+ - ```[[DATA_FILE_3]]```:
180
+ - [[DESCRIPTION_3]].
181
+
182
+ ### Annotation Format
183
+ Each entry includes metadata in the following format:
184
+
185
+ ```
186
+ {
187
+ "[[FIELD_1]]": {
188
+ "[[METADATA_FIELD_1]]": {
189
+ "[[DETAIL_1]]": [[DETAIL_TYPE_1]],
190
+ "[[DETAIL_2]]": [[DETAIL_TYPE_2]],
191
+ },
192
+ "[[BENCHMARK_FIELD]]": [
193
+ {
194
+ "[[QUESTION_FIELD]]": [[QUESTION_TYPE]],
195
+ "[[TASK_FIELD]]": [[TASK_TYPE]],
196
+ "[[LABEL_FIELD]]": [[LABEL_TYPE]],
197
+ "[[TIMESTAMP_FIELD]]": [[TIMESTAMP_TYPE]],
198
+ "[[MCQ_FIELD]]": "[[MCQ_OPTIONS]]",
199
+ "[[ANSWER_FIELD_1]]": [[ANSWER_TYPE_1]],
200
+ "[[ANSWER_FIELD_2]]": [[ANSWER_TYPE_2]],
201
+ "[[ANSWER_FIELD_3]]": [[ANSWER_TYPE_3]],
202
+ "[[ANSWER_FIELD_4]]": [[ANSWER_TYPE_4]],
203
+ "[[ANSWER_FIELD_5]]": [[ANSWER_TYPE_5]]
204
+ },
205
+ // Next question
206
+ ]
207
+ },
208
+ // Next entry
209
+ }
210
+ ```
211
+
212
+ ## Limitations
213
+ [[LIMITATIONS]]
214
+
215
+ ## Contact
216
+ - [[CONTACT_1]]
217
+ - [[CONTACT_2]]
218
+ - [[CONTACT_3]]
219
+
220
+ ## Citation
221
+
222
+ ```bibtex
223
+ [[BIBTEX]]
224
+ ```
225
+