hpprc commited on
Commit
a7c5f47
1 Parent(s): 6fff322

:memo: Update documents

Browse files
Files changed (1) hide show
  1. README.md +21 -23
README.md CHANGED
@@ -168,40 +168,38 @@ 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 | 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
191
 
192
-
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
 
 
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
191
 
 
 
192
  | Name | Description |
193
  | --------------------------- | ------------------------------------------------------------------------------------------------- |
194
+ | id | Ids (the same with original SICK). |
195
  | premise | The first sentence in Japanese. |
196
  | hypothesis | The second sentence in Japanese. |
197
  | label | The entailment label in Japanese |
198
  | score | The relatedness score in the range [1-5] in Japanese. |
199
  | sentence_A_Ja_origin | The original premise sentences A from the JSICK test set. |
200
+ | entailment_label_origin | The original entailment labels. |
201
+ | relatedness_score_Ja_origin | The original relatedness scores. |
202
+ | rephrase_type | The type of transformation applied to the syntactic structures of the sentence pairs. |
203
  | case_particles | The grammatical particles in Japanese that indicate the function or role of a noun in a sentence. |
204
 
205