johntsi commited on
Commit
57784a5
1 Parent(s): bc143da

Update README.md

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