huckiyang commited on
Commit
17d953c
·
1 Parent(s): 0ad7d7b

add citation text

Browse files
Files changed (1) hide show
  1. content.py +8 -1
content.py CHANGED
@@ -31,7 +31,14 @@ https://github.com/tango4j/llm_speaker_tagging
31
 
32
 
33
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
34
- CITATION_BUTTON_TEXT = ""
 
 
 
 
 
 
 
35
 
36
 
37
  def format_error(msg):
 
31
 
32
 
33
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
34
+ CITATION_BUTTON_TEXT = "@inproceedings{yang2024large,
35
+ title={Large language model based generative error correction: A challenge and baselines for speech recognition, speaker tagging, and emotion recognition},
36
+ author={Yang, Chao-Han Huck and Park, Taejin and Gong, Yuan and Li, Yuanchao and Chen, Zhehuai and Lin, Yen-Ting and Chen, Chen and Hu, Yuchen and Dhawan, Kunal and {\\.Z}elasko, Piotr and others},
37
+ booktitle={2024 IEEE Spoken Language Technology Workshop (SLT)},
38
+ pages={371--378},
39
+ year={2024},
40
+ organization={IEEE}
41
+ }"
42
 
43
 
44
  def format_error(msg):