Datasets:

Languages:
English
ArXiv:
License:
henry12348 commited on
Commit
44e6832
1 Parent(s): e88bf4e
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -135,15 +135,15 @@ data that we use for **zero-NLI** in the [paper](https://arxiv.org/abs/2306.0903
135
  ## Dataset Structure
136
 
137
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
138
- | Field | Task| Note
139
  | --- | --- | --- |
140
- | ``PIR_first`` | PIR Subtask 1| If you'd like to test on the whole PIR task, please don't change the order of the test file's data, as it is deliberately arranged as the same order of that of PIR Subtask2's test file.|
141
- | ``PIR_second`` | PIR Subtask 2||
142
- | ``CQA`` | CQA||
143
- | ``NLI_with_context`` | Zero-Shot NLI||
144
- | ``NLI_without_context`` | Zero-Shot NLI||
145
-
146
 
 
147
 
148
 
149
 
 
135
  ## Dataset Structure
136
 
137
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
138
+ | Field | Task|
139
  | --- | --- | --- |
140
+ | ``PIR_first`` | Pragmatic Identification and Reasoning Subtask1|
141
+ | ``PIR_second`` | Pragmatic Identification and Reasoning Subtask2|
142
+ | ``CQA`` | Conversational Question Answering|
143
+ | ``NLI_with_context`` | Zero-Shot NLI|
144
+ | ``NLI_without_context`` | Zero-Shot NLI|
 
145
 
146
+ **NOTE:** If you'd like to test on the whole PIR task, please don't change the order of the test file's data, as it is deliberately arranged as the same order of that of PIR Subtask2's test file.
147
 
148
 
149