Datasets:

Languages:
English
ArXiv:
License:
henry12348 commited on
Commit
e88bf4e
1 Parent(s): 9bb5428
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -135,13 +135,13 @@ 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|
139
- | --- | --- |
140
- | ``PIR_first`` | PIR Subtask 1|
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
 
 
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