Datasets:

Languages:
English
ArXiv:
License:
henry12348 commited on
Commit
0eaf3d9
1 Parent(s): d98714e
Files changed (1) hide show
  1. README.md +14 -11
README.md CHANGED
@@ -26,7 +26,7 @@ dataset_info:
26
  - name: test
27
  num_bytes: 2967746
28
  num_examples: 2338
29
- download_size: 0
30
  dataset_size: 24732178
31
  - config_name: NLI_with_context
32
  features:
@@ -40,7 +40,7 @@ dataset_info:
40
  - name: train
41
  num_bytes: 2977929
42
  num_examples: 2551
43
- download_size: 0
44
  dataset_size: 2977929
45
  - config_name: NLI_without_context
46
  features:
@@ -52,7 +52,7 @@ dataset_info:
52
  - name: train
53
  num_bytes: 1095335
54
  num_examples: 2551
55
- download_size: 0
56
  dataset_size: 1095335
57
  - config_name: PIR_first
58
  features:
@@ -72,7 +72,7 @@ dataset_info:
72
  - name: test
73
  num_bytes: 687605
74
  num_examples: 668
75
- download_size: 0
76
  dataset_size: 4291965
77
  - config_name: PIR_second
78
  features:
@@ -96,7 +96,7 @@ dataset_info:
96
  - name: test
97
  num_bytes: 1890798
98
  num_examples: 1062
99
- download_size: 0
100
  dataset_size: 11553833
101
  ---
102
  # The Dataset Presented Here is NOT Ready, please download from the [website](https://diplomat-dataset.github.io)
@@ -116,8 +116,8 @@ The **DiPlomat** dataset owns 4,177 data and covers a vocabulary of 48,900 words
116
  More than that, human-annotated answers reach an amount of 6,494,
117
  hold a vocabulary size of 20,000, and cover 5 types of reasoning.
118
  Along with the dataset, we propose two tasks:
119
- Pragmatic Identification and Reasoning (PIR) and Conversational Question Answering. Furthermore, we provide the
120
- data that we use for zero-NLI in the [paper](https://arxiv.org/abs/2306.09030).
121
 
122
 
123
  - **Language(s) (NLP):** [English]
@@ -135,10 +135,13 @@ data that we use for zero-NLI in the [paper](https://arxiv.org/abs/2306.09030).
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
- We provide 5 fields. ``PIR_first_subtask_dataset``, ``PIR_second_subtask_dataset``is for the pragmatic
139
- identification and reasoning (PIR) task, and ``CQA_task_dataset`` is for the conversational question answering (CQA)
140
- task. As for ``NLI_task_dataset`` and ``NLI_dataset_without_context``, they are data for zero-NLI, while the latter
141
- is a context-removed version.
 
 
 
142
 
143
 
144
 
 
26
  - name: test
27
  num_bytes: 2967746
28
  num_examples: 2338
29
+ download_size: 25566918
30
  dataset_size: 24732178
31
  - config_name: NLI_with_context
32
  features:
 
40
  - name: train
41
  num_bytes: 2977929
42
  num_examples: 2551
43
+ download_size: 3042193
44
  dataset_size: 2977929
45
  - config_name: NLI_without_context
46
  features:
 
52
  - name: train
53
  num_bytes: 1095335
54
  num_examples: 2551
55
+ download_size: 1146864
56
  dataset_size: 1095335
57
  - config_name: PIR_first
58
  features:
 
72
  - name: test
73
  num_bytes: 687605
74
  num_examples: 668
75
+ download_size: 4366468
76
  dataset_size: 4291965
77
  - config_name: PIR_second
78
  features:
 
96
  - name: test
97
  num_bytes: 1890798
98
  num_examples: 1062
99
+ download_size: 11740508
100
  dataset_size: 11553833
101
  ---
102
  # The Dataset Presented Here is NOT Ready, please download from the [website](https://diplomat-dataset.github.io)
 
116
  More than that, human-annotated answers reach an amount of 6,494,
117
  hold a vocabulary size of 20,000, and cover 5 types of reasoning.
118
  Along with the dataset, we propose two tasks:
119
+ **Pragmatic Identification and Reasoning (PIR)** and **Conversational Question Answering**. Furthermore, we provide the
120
+ data that we use for **zero-NLI** in the [paper](https://arxiv.org/abs/2306.09030).
121
 
122
 
123
  - **Language(s) (NLP):** [English]
 
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
+ | PIR_first | PIR Subtask 1|
140
+ | PIR_second | PIR Subtask 2|
141
+ | CQA | CQA|
142
+ | NLI_with_context | Zero-Shot NLI|
143
+ | NLI_without_context | Zero-Shot NLI|
144
+
145
 
146
 
147