gsarti commited on
Commit
c52c966
1 Parent(s): 00757b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -1,3 +1,27 @@
1
  ---
2
  license: mit
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ datasets:
4
+ - xor_tydi_qa
5
+ - tydiqa
6
+ pipeline_tag: text2text-generation
7
  ---
8
+
9
+ Fine-tuned mT5 Base model used as multilingual answer generator (mGEN) for the cross-lingual RAG QA pipeline [`CORA`](https://github.com/AkariAsai/CORA) described in the paper [One Question Answering Model for Many Languages with Cross-lingual Dense Passage Retrieval.](https://proceedings.neurips.cc/paper/2021/hash/3df07fdae1ab273a967aaa1d355b8bb6-Abstract.html) (NeurIPS 2021).
10
+
11
+ The checkpoint was downloaded following the instructions on the Github readme, and then uploaded to the Hugging Face Hub. Please contact the original paper authors for any problem you might encounter with this model.
12
+
13
+ If you use this model, cite it as follows:
14
+
15
+ ```bibtex
16
+ @inproceedings{asai-etal-2021-one,
17
+ author = {Asai, Akari and Yu, Xinyan and Kasai, Jungo and Hajishirzi, Hanna},
18
+ booktitle = {Advances in Neural Information Processing Systems},
19
+ editor = {M. Ranzato and A. Beygelzimer and Y. Dauphin and P.S. Liang and J. Wortman Vaughan},
20
+ pages = {7547--7560},
21
+ publisher = {Curran Associates, Inc.},
22
+ title = {One Question Answering Model for Many Languages with Cross-lingual Dense Passage Retrieval},
23
+ url = {https://proceedings.neurips.cc/paper_files/paper/2021/file/3df07fdae1ab273a967aaa1d355b8bb6-Paper.pdf},
24
+ volume = {34},
25
+ year = {2021}
26
+ }
27
+ ```