mlynatom commited on
Commit
d41626c
·
verified ·
1 Parent(s): eb4bf49

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -61
README.md CHANGED
@@ -86,42 +86,62 @@ This dataset is a collection of various NLI datasets in Czech and English, trans
86
  ### Dataset Description
87
 
88
  <!-- Provide a longer summary of what this dataset is. -->
89
-
90
-
91
 
92
  - **Curated by:** Artificial Intelligence Center, FEE, CTU in Prague
93
  - **Language(s) (NLP):** Czech (cs, ces), English (en)
94
  - **License:** [cc-by-nc-sa-4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/deed)
95
 
96
- ### Dataset Sources [optional]
97
 
98
  <!-- Provide the basic links for the dataset. -->
 
 
 
 
 
 
 
99
 
100
- - **Repository:** [More Information Needed]
101
- - **Paper [optional]:** [More Information Needed]
102
- - **Demo [optional]:** [More Information Needed]
 
 
103
 
104
  ## Uses
105
 
106
  <!-- Address questions around how the dataset is intended to be used. -->
 
107
 
108
  ### Direct Use
109
 
110
  <!-- This section describes suitable use cases for the dataset. -->
111
 
112
- [More Information Needed]
113
 
114
  ### Out-of-Scope Use
115
 
116
  <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
117
 
118
- [More Information Needed]
119
 
120
  ## Dataset Structure
121
 
122
  <!-- 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. -->
123
 
124
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
125
 
126
  ## Dataset Creation
127
 
@@ -129,53 +149,24 @@ This dataset is a collection of various NLI datasets in Czech and English, trans
129
 
130
  <!-- Motivation for the creation of this dataset. -->
131
 
132
- [More Information Needed]
133
 
134
  ### Source Data
135
 
136
  <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
137
-
138
- #### Data Collection and Processing
139
-
140
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
141
-
142
- [More Information Needed]
143
-
144
- #### Who are the source data producers?
145
-
146
- <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
147
-
148
- [More Information Needed]
149
-
150
- #### Annotation process
151
-
152
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
153
-
154
- [More Information Needed]
155
-
156
- #### Who are the annotators?
157
-
158
- <!-- This section describes the people or systems who created the annotations. -->
159
-
160
- [More Information Needed]
161
-
162
- #### Personal and Sensitive Information
163
-
164
- <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
165
-
166
- [More Information Needed]
167
 
168
  ## Bias, Risks, and Limitations
169
 
170
  <!-- This section is meant to convey both technical and sociotechnical limitations. -->
171
 
172
- [More Information Needed]
173
 
174
  ### Recommendations
175
 
176
  <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
177
 
178
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
179
 
180
  ## Citation [TBD]
181
 
@@ -185,24 +176,6 @@ Users should be made aware of the risks, biases and limitations of the dataset.
185
 
186
  [More Information Needed]
187
 
188
- <!-- **APA:**
189
-
190
- [More Information Needed]
191
-
192
- ## Glossary [optional] -->
193
-
194
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. --> -->
195
-
196
- [More Information Needed]
197
-
198
- <!-- ## More Information [optional]
199
-
200
- [More Information Needed]
201
-
202
- ## Dataset Card Authors [optional]
203
-
204
- [More Information Needed] -->
205
-
206
  ## Dataset Card Contact
207
 
208
- [More Information Needed]
 
86
  ### Dataset Description
87
 
88
  <!-- Provide a longer summary of what this dataset is. -->
89
+ This dataset is a collection of English and Czech NLI datasets. Its primary purpose is instruction tuning (supervised fine tuning) of decoder LLMs. The used datasets were converted using a FLAN-like templates.
 
90
 
91
  - **Curated by:** Artificial Intelligence Center, FEE, CTU in Prague
92
  - **Language(s) (NLP):** Czech (cs, ces), English (en)
93
  - **License:** [cc-by-nc-sa-4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/deed)
94
 
95
+ ### Dataset Sources
96
 
97
  <!-- Provide the basic links for the dataset. -->
98
+ The dataset consists of the following datasets:
99
+
100
+ **English**
101
+ - [FEVER](https://huggingface.co/datasets/ctu-aic/enfever_nli) - FEVER transformed for NLI
102
+ - [AVeriTeC](https://huggingface.co/chenxwh/AVeriTeC) - train and development gold splits with concated question-answer pairs as the evidence
103
+ - [SNLI](https://huggingface.co/datasets/stanfordnlp/snli)
104
+ - [ANLI](https://huggingface.co/datasets/facebook/anli)
105
 
106
+ **Czech**
107
+ - [CsFEVER-NLI](https://huggingface.co/datasets/ctu-aic/csfever_nli) - FEVER translated to Czech using Deepl translator
108
+ - [CtkFACTS-NLI](https://huggingface.co/datasets/ctu-aic/ctkfacts_nli) - Original Czech NLI dataset
109
+ - [SNLI_CS](https://huggingface.co/datasets/ctu-aic/snli_cs) - SNLI translated to Czech using Google translator
110
+ - [ANLI_CS](https://huggingface.co/datasets/ctu-aic/anli_cs) - ANLI translated to Czech
111
 
112
  ## Uses
113
 
114
  <!-- Address questions around how the dataset is intended to be used. -->
115
+ The dataset is intended for simillar usage as the original FLAN dataset. Its main purpose is instruction tuning (supervised fine tuning) of decoder LLMs on NLI task.
116
 
117
  ### Direct Use
118
 
119
  <!-- This section describes suitable use cases for the dataset. -->
120
 
121
+ For direct usage there is column conversations, which can be directly used for training using Transformers and Transformers-related libraries.
122
 
123
  ### Out-of-Scope Use
124
 
125
  <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
126
 
127
+ This collection is not directly intended for training decoder models, however, it can be transformed for this purposes as well.
128
 
129
  ## Dataset Structure
130
 
131
  <!-- 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. -->
132
 
133
+ The datasets consists of two language subsets - cs (Czech), en (English)
134
+ Each of the subsets contains following columns:
135
+ - **id** (str) - identifier, unique only in the dataset of origin
136
+ - **premise** (str) - premise (NLI), evidence (fact-checking)
137
+ - **hypothesis** (str) - hypothesis (NLI), claim (fact-checking)
138
+ - **answer** (str) - correct answer to the NLI/fact-checking question
139
+ - **dataset** (str) - the original datasets, which is source of the data
140
+ - **translated** (bool) - true if the data point is translated from other language
141
+ - **input** (str) - input created using FLAN-like template using *premise*, *hypothesis* and *answer*
142
+ - **output** (str) - expected output created according to the randomly chosed FLAN-like template.
143
+ - **conversation** (List[Dict[str, str]]) - Hugging Face Transformers-compatible conversation style format, composed from *input* and *output*, which can be directly used for instruction tuning (LLM instruction template can be directly applied)
144
+
145
 
146
  ## Dataset Creation
147
 
 
149
 
150
  <!-- Motivation for the creation of this dataset. -->
151
 
152
+ The creation was motivated by the nonexistence of any simillar collection with FLAN-like instructions for the Czech language.
153
 
154
  ### Source Data
155
 
156
  <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
157
+ For the original data sources please refer to the original datasets.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
158
 
159
  ## Bias, Risks, and Limitations
160
 
161
  <!-- This section is meant to convey both technical and sociotechnical limitations. -->
162
 
163
+ This collection contains the biases, risks and limitations of the underlying datasets. Moreover, other limitation is that the variety of prompt templates is limited to 10 per dataset.
164
 
165
  ### Recommendations
166
 
167
  <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
168
 
169
+ Users should be made aware of the risks, biases and limitations of the dataset.
170
 
171
  ## Citation [TBD]
172
 
 
176
 
177
  [More Information Needed]
178
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
179
  ## Dataset Card Contact
180
 
181
+ If there is any problem or question, please use the dataset discussion here on Huggingface.