Datasets:
Size:
10K - 100K
License:
:memo: Update documents
Browse files
README.md
CHANGED
@@ -168,23 +168,23 @@ An example of looks as follows:
|
|
168 |
|
169 |
A version adopting the column names of a typical NLI dataset.
|
170 |
|
171 |
-
| Name | Description
|
172 |
-
| -------------------------- |
|
173 |
-
| id | ids (the same with original SICK) |
|
174 |
-
| premise | first sentence in Japanese |
|
175 |
-
| hypothesis | second sentence in Japanese |
|
176 |
-
| label | entailment label in Japanese |
|
177 |
-
| score | relatedness score in the range [1-5] in Japanese |
|
178 |
-
| premise_en | first sentence in English |
|
179 |
-
| hypothesis_en | second sentence in English |
|
180 |
-
| label_en | original entailment label in English |
|
181 |
-
| score_en | original relatedness score in the range [1-5] in English |
|
182 |
-
| semtag_short | linguistic phenomena tags in Japanese |
|
183 |
-
| semtag_long | details of linguistic phenomena tags in Japanese |
|
184 |
-
| image_ID | original image in [8K ImageFlickr dataset](https://www.kaggle.com/datasets/adityajn105/flickr8k) |
|
185 |
-
| original_caption | original caption in [8K ImageFlickr dataset](https://www.kaggle.com/datasets/adityajn105/flickr8k) |
|
186 |
-
| corr_entailment_labelAB_En | corrected entailment label from A to B in English by [(Karouli et al., 2017)](http://vcvpaiva.github.io/includes/pubs/2017-iwcs.pdf) |
|
187 |
-
| corr_entailment_labelBA_En | corrected entailment label from B to A in English by [(Karouli et al., 2017)](http://vcvpaiva.github.io/includes/pubs/2017-iwcs.pdf) |
|
188 |
|
189 |
|
190 |
#### stress
|
@@ -193,16 +193,16 @@ A version adopting the column names of a typical NLI dataset.
|
|
193 |
|
194 |
| Name | Description |
|
195 |
| --------------------------- | ------------------------------------------------------------------------------------------------- |
|
196 |
-
| id |
|
197 |
-
| premise | first sentence in Japanese
|
198 |
-
| hypothesis | second sentence in Japanese
|
199 |
-
| label | entailment label in Japanese
|
200 |
-
| score | relatedness score in the range [1-5] in Japanese
|
201 |
-
| sentence_A_Ja_origin |
|
202 |
-
| entailment_label_origin |
|
203 |
-
| relatedness_score_Ja_origin |
|
204 |
-
| rephrase_type |
|
205 |
-
| case_particles |
|
206 |
|
207 |
|
208 |
### Data Splits
|
|
|
168 |
|
169 |
A version adopting the column names of a typical NLI dataset.
|
170 |
|
171 |
+
| Name | Description |
|
172 |
+
| -------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
|
173 |
+
| id | The ids (the same with original SICK) |
|
174 |
+
| premise | The first sentence in Japanese |
|
175 |
+
| hypothesis | The second sentence in Japanese |
|
176 |
+
| label | The entailment label in Japanese |
|
177 |
+
| score | The relatedness score in the range [1-5] in Japanese |
|
178 |
+
| premise_en | The first sentence in English |
|
179 |
+
| hypothesis_en | The second sentence in English |
|
180 |
+
| label_en | The original entailment label in English |
|
181 |
+
| score_en | The original relatedness score in the range [1-5] in English |
|
182 |
+
| semtag_short | The linguistic phenomena tags in Japanese |
|
183 |
+
| semtag_long | The details of linguistic phenomena tags in Japanese |
|
184 |
+
| image_ID | The original image in [8K ImageFlickr dataset](https://www.kaggle.com/datasets/adityajn105/flickr8k) |
|
185 |
+
| original_caption | The original caption in [8K ImageFlickr dataset](https://www.kaggle.com/datasets/adityajn105/flickr8k) |
|
186 |
+
| corr_entailment_labelAB_En | The corrected entailment label from A to B in English by [(Karouli et al., 2017)](http://vcvpaiva.github.io/includes/pubs/2017-iwcs.pdf) |
|
187 |
+
| corr_entailment_labelBA_En | The corrected entailment label from B to A in English by [(Karouli et al., 2017)](http://vcvpaiva.github.io/includes/pubs/2017-iwcs.pdf) |
|
188 |
|
189 |
|
190 |
#### stress
|
|
|
193 |
|
194 |
| Name | Description |
|
195 |
| --------------------------- | ------------------------------------------------------------------------------------------------- |
|
196 |
+
| id | Ids (the same with original SICK) |
|
197 |
+
| premise | The first sentence in Japanese. |
|
198 |
+
| hypothesis | The second sentence in Japanese. |
|
199 |
+
| label | The entailment label in Japanese |
|
200 |
+
| score | The relatedness score in the range [1-5] in Japanese. |
|
201 |
+
| sentence_A_Ja_origin | The original premise sentences A from the JSICK test set. |
|
202 |
+
| entailment_label_origin | The original entailment labels |
|
203 |
+
| relatedness_score_Ja_origin | The original relatedness scores |
|
204 |
+
| rephrase_type | The type of transformation applied to the syntactic structures of the sentence pairs |
|
205 |
+
| case_particles | The grammatical particles in Japanese that indicate the function or role of a noun in a sentence. |
|
206 |
|
207 |
|
208 |
### Data Splits
|