johntsi commited on
Commit
71158ca
1 Parent(s): 00df4d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -7
README.md CHANGED
@@ -139,12 +139,21 @@ BLEU scores on CoVoST-2 test compared to supervised SOTA models XLS-R-2B and Sea
139
  If you find ZeroSwot useful for your research, please cite our paper :)
140
 
141
  ```
142
- @misc{tsiamas2024pushing,
143
- title={{Pushing the Limits of Zero-shot End-to-End Speech Translation}},
144
- author={Ioannis Tsiamas and Gerard I. Gállego and José A. R. Fonollosa and Marta R. Costa-jussà},
145
- year={2024},
146
- eprint={2402.10422},
147
- archivePrefix={arXiv},
148
- primaryClass={cs.CL}
 
 
 
 
 
 
 
 
 
149
  }
150
  ```
 
139
  If you find ZeroSwot useful for your research, please cite our paper :)
140
 
141
  ```
142
+ @inproceedings{tsiamas-etal-2024-pushing,
143
+ title = {{Pushing the Limits of Zero-shot End-to-End Speech Translation}},
144
+ author = "Tsiamas, Ioannis and
145
+ G{\'a}llego, Gerard and
146
+ Fonollosa, Jos{\'e} and
147
+ Costa-juss{\`a}, Marta",
148
+ editor = "Ku, Lun-Wei and
149
+ Martins, Andre and
150
+ Srikumar, Vivek",
151
+ booktitle = "Findings of the Association for Computational Linguistics ACL 2024",
152
+ month = aug,
153
+ year = "2024",
154
+ address = "Bangkok, Thailand and virtual meeting",
155
+ publisher = "Association for Computational Linguistics",
156
+ url = "https://aclanthology.org/2024.findings-acl.847",
157
+ pages = "14245--14267",
158
  }
159
  ```