Dominik Macháček commited on
Commit
5929a82
·
1 Parent(s): 4405c45

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -10
README.md CHANGED
@@ -14,18 +14,23 @@ Demo video: https://player.vimeo.com/video/840442741
14
 
15
  [Slides](http://ufallab.ms.mff.cuni.cz/~machacek/pre-prints/AACL23-2.11.2023-Turning-Whisper-oral.pdf) -- 15 minutes oral presentation at IJCNLP-AACL 2023
16
 
17
- Please, cite us. [Bibtex citation](http://www.afnlp.org/conferences/ijcnlp2023/proceedings/main-demo/cdrom/bib/2023.ijcnlp-demo.3.bib):
18
 
19
  ```
20
- @InProceedings{machacek-dabre-bojar:2023:ijcnlp,
21
- author = {Macháček, Dominik and Dabre, Raj and Bojar, Ondřej},
22
- title = {Turning Whisper into Real-Time Transcription System},
23
- booktitle = {System Demonstrations},
24
- month = {November},
25
- year = {2023},
26
- address = {Bali, Indonesia},
27
- publisher = {Asian Federation of Natural Language Processing},
28
- pages = {17--24},
 
 
 
 
 
29
  }
30
  ```
31
 
 
14
 
15
  [Slides](http://ufallab.ms.mff.cuni.cz/~machacek/pre-prints/AACL23-2.11.2023-Turning-Whisper-oral.pdf) -- 15 minutes oral presentation at IJCNLP-AACL 2023
16
 
17
+ Please, cite us. [ACL Anthology](https://aclanthology.org/2023.ijcnlp-demo.3/), [Bibtex citation](https://aclanthology.org/2023.ijcnlp-demo.3.bib):
18
 
19
  ```
20
+ @inproceedings{machacek-etal-2023-turning,
21
+ title = "Turning Whisper into Real-Time Transcription System",
22
+ author = "Mach{\'a}{\v{c}}ek, Dominik and
23
+ Dabre, Raj and
24
+ Bojar, Ond{\v{r}}ej",
25
+ editor = "Saha, Sriparna and
26
+ Sujaini, Herry",
27
+ booktitle = "Proceedings of the 13th International Joint Conference on Natural Language Processing and the 3rd Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics: System Demonstrations",
28
+ month = nov,
29
+ year = "2023",
30
+ address = "Bali, Indonesia",
31
+ publisher = "Association for Computational Linguistics",
32
+ url = "https://aclanthology.org/2023.ijcnlp-demo.3",
33
+ pages = "17--24",
34
  }
35
  ```
36