johntsi commited on
Commit
61ebc87
1 Parent(s): 621af32

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -7
README.md CHANGED
@@ -357,12 +357,21 @@ BLEU scores on MuST-C v1.0 tst-COMMON compared to _supervised_ SOTA models from
357
  If you find ZeroSwot useful for your research, please cite our paper :)
358
 
359
  ```
360
- @misc{tsiamas2024pushing,
361
- title={{Pushing the Limits of Zero-shot End-to-End Speech Translation}},
362
- author={Ioannis Tsiamas and Gerard I. Gállego and José A. R. Fonollosa and Marta R. Costa-jussà},
363
- year={2024},
364
- eprint={2402.10422},
365
- archivePrefix={arXiv},
366
- primaryClass={cs.CL}
 
 
 
 
 
 
 
 
 
367
  }
368
  ```
 
357
  If you find ZeroSwot useful for your research, please cite our paper :)
358
 
359
  ```
360
+ @inproceedings{tsiamas-etal-2024-pushing,
361
+ title = {{Pushing the Limits of Zero-shot End-to-End Speech Translation}},
362
+ author = "Tsiamas, Ioannis and
363
+ G{\'a}llego, Gerard and
364
+ Fonollosa, Jos{\'e} and
365
+ Costa-juss{\`a}, Marta",
366
+ editor = "Ku, Lun-Wei and
367
+ Martins, Andre and
368
+ Srikumar, Vivek",
369
+ booktitle = "Findings of the Association for Computational Linguistics ACL 2024",
370
+ month = aug,
371
+ year = "2024",
372
+ address = "Bangkok, Thailand and virtual meeting",
373
+ publisher = "Association for Computational Linguistics",
374
+ url = "https://aclanthology.org/2024.findings-acl.847",
375
+ pages = "14245--14267",
376
  }
377
  ```