johntsi commited on
Commit
47906ef
1 Parent(s): baaafcb

Update README.md

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