johntsi commited on
Commit
1c36892
1 Parent(s): 73c6834

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -7
README.md CHANGED
@@ -58,12 +58,21 @@ print(translated_text)
58
  If you find these models useful for your research, please cite our paper :)
59
 
60
  ```
61
- @misc{tsiamas2024pushing,
62
- title={{Pushing the Limits of Zero-shot End-to-End Speech Translation}},
63
- author={Ioannis Tsiamas and Gerard I. Gállego and José A. R. Fonollosa and Marta R. Costa-jussà},
64
- year={2024},
65
- eprint={2402.10422},
66
- archivePrefix={arXiv},
67
- primaryClass={cs.CL}
 
 
 
 
 
 
 
 
 
68
  }
69
  ```
 
58
  If you find these models useful for your research, please cite our paper :)
59
 
60
  ```
61
+ @inproceedings{tsiamas-etal-2024-pushing,
62
+ title = {{Pushing the Limits of Zero-shot End-to-End Speech Translation}},
63
+ author = "Tsiamas, Ioannis and
64
+ G{\'a}llego, Gerard and
65
+ Fonollosa, Jos{\'e} and
66
+ Costa-juss{\`a}, Marta",
67
+ editor = "Ku, Lun-Wei and
68
+ Martins, Andre and
69
+ Srikumar, Vivek",
70
+ booktitle = "Findings of the Association for Computational Linguistics ACL 2024",
71
+ month = aug,
72
+ year = "2024",
73
+ address = "Bangkok, Thailand and virtual meeting",
74
+ publisher = "Association for Computational Linguistics",
75
+ url = "https://aclanthology.org/2024.findings-acl.847",
76
+ pages = "14245--14267",
77
  }
78
  ```