yoshitomo-matsubara commited on
Commit
7508076
·
1 Parent(s): f133cbc

Update links

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -85,11 +85,11 @@ For translations, we used [Amazon Translate](https://aws.amazon.com/translate/).
85
  - `ru`: Russian
86
  - `sw`: Swahili
87
 
88
- File location: [`jsonl/original/`](jsonl/original/)
89
 
90
  For non-English sets, we also have English-translated samples used for the cross-lingual knowledge distillation (CLKD) experiments in our paper.
91
 
92
- File location: [`jsonl/x-to-en/`](jsonl/x-to-en/)
93
 
94
  #### Xtr-TyDi-AS2 (translationese)
95
 
@@ -103,7 +103,7 @@ Xtr-TyDi-AS2 (X-translated TyDi-AS2) dataset consists of non-English AS2 instanc
103
  - `ru`: Russian
104
  - `sw`: Swahili
105
 
106
- File location: [`jsonl/en-to-x/`](jsonl/en-to-x/)
107
 
108
  ## Dataset Structure
109
 
@@ -122,9 +122,9 @@ This is an example instance from the English training split of TyDi-AS2 dataset.
122
 
123
  For English-translated TyDi-AS2 dataset and Xtr-TyDi-AS2 dataset, the translated instances in JSONL files are listed in the same order of the original (native) instances in the original TyDi-AS2 dataset.
124
 
125
- For example, the 2nd instance in [`jsonl/x-to-en/en_from_bn-train.jsonl`](jsonl/x-to-en/en_from_bn-train.jsonl) (English-translated from Bengali) corresponds to the 2nd instance in [`jsonl/original/bn-train.jsonl`](jsonl/x-to-en/bn-train.jsonl) (Bengali).
126
 
127
- Similarly, the 2nd instance in [`jsonl/en-to-x/bn_from_en-train.jsonl`](jsonl/en-to-x/bn_from_en-train.jsonl) (Bengali-translated from English) corresponds to the 2nd instance in [`jsonl/original/en-train.jsonl`](jsonl/en-to-x/en-train.jsonl) (English).
128
 
129
  ### Data Fields
130
 
 
85
  - `ru`: Russian
86
  - `sw`: Swahili
87
 
88
+ File location: [`jsonl/original/`](https://huggingface.co/datasets/AmazonScience/tydi-as2/tree/main/jsonl/original/)
89
 
90
  For non-English sets, we also have English-translated samples used for the cross-lingual knowledge distillation (CLKD) experiments in our paper.
91
 
92
+ File location: [`jsonl/x-to-en/`](https://huggingface.co/datasets/AmazonScience/tydi-as2/tree/main/jsonl/x-to-en/)
93
 
94
  #### Xtr-TyDi-AS2 (translationese)
95
 
 
103
  - `ru`: Russian
104
  - `sw`: Swahili
105
 
106
+ File location: [`jsonl/en-to-x/`](https://huggingface.co/datasets/AmazonScience/tydi-as2/tree/main/jsonl/en-to-x/)
107
 
108
  ## Dataset Structure
109
 
 
122
 
123
  For English-translated TyDi-AS2 dataset and Xtr-TyDi-AS2 dataset, the translated instances in JSONL files are listed in the same order of the original (native) instances in the original TyDi-AS2 dataset.
124
 
125
+ For example, the 2nd instance in [`jsonl/x-to-en/en_from_bn-train.jsonl`](jsonl/x-to-en/en_from_bn-train.jsonl) (English-translated from Bengali) corresponds to the 2nd instance in [`jsonl/original/bn-train.jsonl`](jsonl/original/bn-train.jsonl) (Bengali).
126
 
127
+ Similarly, the 2nd instance in [`jsonl/en-to-x/bn_from_en-train.jsonl`](jsonl/en-to-x/bn_from_en-train.jsonl) (Bengali-translated from English) corresponds to the 2nd instance in [`jsonl/original/en-train.jsonl`](jsonl/original/en-train.jsonl) (English).
128
 
129
  ### Data Fields
130