yoshitomo-matsubara commited on
Commit
3948165
1 Parent(s): b6dc2db

Update paper link

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -63,12 +63,12 @@ license: cdla-permissive-2.0
63
  ## Dataset Description
64
 
65
  - **Homepage:** [Amazon Science](https://www.amazon.science/publications/cross-lingual-knowledge-distillation-for-answer-sentence-selection-in-low-resource-languages)
66
- - **Paper:** [Cross-Lingual Knowledge Distillation for Answer Sentence Selection in Low-Resource Languages](https://arxiv.org/abs/2305.16302)
67
  - **Point of Contact:** [Yoshitomo Matsubara](yomtsub@amazon.com)
68
 
69
  ### Dataset Summary
70
 
71
- ***TyDi-AS2*** and ***Xtr-TyDi-AS2*** are multilingual Answer Sentence Selection (AS2) datasets comprising 8 diverse languages, proposed in our paper accepted at ACL 2023 (Findings): **Cross-Lingual Knowledge Distillation for Answer Sentence Selection in Low-Resource Languages**.
72
  Both the datasets were created from [TyDi-QA](https://ai.google.com/research/tydiqa), a multilingual question-answering dataset. TyDi-AS2 was created by converting the QA instances in TyDi-QA to AS2 instances (see [Dataset Creation](#dataset-creation) for details). Xtr-TyDi-AS2 was created by translating the non-English TyDi-AS2 instances to English and vise versa.
73
  For translations, we used [Amazon Translate](https://aws.amazon.com/translate/).
74
 
@@ -192,11 +192,12 @@ Shivanshu Gupta (@shivanshu)
192
 
193
  ### Citation Information
194
 
195
- ```
196
- @article{gupta2023cross-lingual,
197
- title={Cross-Lingual Knowledge Distillation for Answer Sentence Selection in Low-Resource Languages},
198
  author={Gupta, Shivanshu and Matsubara, Yoshitomo and Chadha, Ankit and Moschitti, Alessandro},
199
- journal={arXiv preprint arXiv:2305.16302},
 
200
  year={2023}
201
  }
202
  ```
 
63
  ## Dataset Description
64
 
65
  - **Homepage:** [Amazon Science](https://www.amazon.science/publications/cross-lingual-knowledge-distillation-for-answer-sentence-selection-in-low-resource-languages)
66
+ - **Paper:** [Cross-Lingual Knowledge Distillation for Answer Sentence Selection in Low-Resource Languages](https://aclanthology.org/2023.findings-acl.885/)
67
  - **Point of Contact:** [Yoshitomo Matsubara](yomtsub@amazon.com)
68
 
69
  ### Dataset Summary
70
 
71
+ ***TyDi-AS2*** and ***Xtr-TyDi-AS2*** are multilingual Answer Sentence Selection (AS2) datasets comprising 8 diverse languages, proposed in our paper accepted at ACL 2023 (Findings): [**Cross-Lingual Knowledge Distillation for Answer Sentence Selection in Low-Resource Languages**](https://aclanthology.org/2023.findings-acl.885/).
72
  Both the datasets were created from [TyDi-QA](https://ai.google.com/research/tydiqa), a multilingual question-answering dataset. TyDi-AS2 was created by converting the QA instances in TyDi-QA to AS2 instances (see [Dataset Creation](#dataset-creation) for details). Xtr-TyDi-AS2 was created by translating the non-English TyDi-AS2 instances to English and vise versa.
73
  For translations, we used [Amazon Translate](https://aws.amazon.com/translate/).
74
 
 
192
 
193
  ### Citation Information
194
 
195
+ ```bibtex
196
+ @inproceedings{gupta2023cross-lingual,
197
+ title={{Cross-Lingual Knowledge Distillation for Answer Sentence Selection in Low-Resource Languages}},
198
  author={Gupta, Shivanshu and Matsubara, Yoshitomo and Chadha, Ankit and Moschitti, Alessandro},
199
+ booktitle={Findings of the Association for Computational Linguistics: ACL 2023},
200
+ pages={14078--14092},
201
  year={2023}
202
  }
203
  ```