johntsi commited on
Commit
88bc792
1 Parent(s): e5dca30

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -7
README.md CHANGED
@@ -170,12 +170,21 @@ BLEU scores on MuST-C v1.0 tst-COMMON compared to _supervised_ SOTA models from
170
  If you find ZeroSwot useful for your research, please cite our paper :)
171
 
172
  ```
173
- @misc{tsiamas2024pushing,
174
- title={{Pushing the Limits of Zero-shot End-to-End Speech Translation}},
175
- author={Ioannis Tsiamas and Gerard I. Gállego and José A. R. Fonollosa and Marta R. Costa-jussà},
176
- year={2024},
177
- eprint={2402.10422},
178
- archivePrefix={arXiv},
179
- primaryClass={cs.CL}
 
 
 
 
 
 
 
 
 
180
  }
181
  ```
 
170
  If you find ZeroSwot useful for your research, please cite our paper :)
171
 
172
  ```
173
+ @inproceedings{tsiamas-etal-2024-pushing,
174
+ title = {{Pushing the Limits of Zero-shot End-to-End Speech Translation}},
175
+ author = "Tsiamas, Ioannis and
176
+ G{\'a}llego, Gerard and
177
+ Fonollosa, Jos{\'e} and
178
+ Costa-juss{\`a}, Marta",
179
+ editor = "Ku, Lun-Wei and
180
+ Martins, Andre and
181
+ Srikumar, Vivek",
182
+ booktitle = "Findings of the Association for Computational Linguistics ACL 2024",
183
+ month = aug,
184
+ year = "2024",
185
+ address = "Bangkok, Thailand and virtual meeting",
186
+ publisher = "Association for Computational Linguistics",
187
+ url = "https://aclanthology.org/2024.findings-acl.847",
188
+ pages = "14245--14267",
189
  }
190
  ```