yentinglin commited on
Commit
daf31e0
·
1 Parent(s): 53fa066

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -18
README.md CHANGED
@@ -80,24 +80,13 @@ The following hyperparameters were used during training:
80
  If you find Taiwan LLM is useful in your work, please cite it with:
81
 
82
  ```
83
- @inproceedings{lin-chen-2023-llm,
84
- title = "{LLM}-Eval: Unified Multi-Dimensional Automatic Evaluation for Open-Domain Conversations with Large Language Models",
85
- author = "Lin, Yen-Ting and Chen, Yun-Nung",
86
- booktitle = "Proceedings of the 5th Workshop on NLP for Conversational AI (NLP4ConvAI 2023)",
87
- month = jul,
88
- year = "2023",
89
- address = "Toronto, Canada",
90
- publisher = "Association for Computational Linguistics",
91
- url = "https://aclanthology.org/2023.nlp4convai-1.5",
92
- pages = "47--58"
93
- }
94
-
95
- @misc{taiwanllama,
96
- author={Lin, Yen-Ting and Chen, Yun-Nung},
97
- title={Language Models for Taiwanese Culture},
98
- year={2023},
99
- url={https://github.com/MiuLab/Taiwan-LLaMa},
100
- note={Code and models available at https://github.com/MiuLab/Taiwan-LLaMa},
101
  }
102
  ```
103
 
 
80
  If you find Taiwan LLM is useful in your work, please cite it with:
81
 
82
  ```
83
+ @misc{lin2023taiwan,
84
+ title={Taiwan LLM: Bridging the Linguistic Divide with a Culturally Aligned Language Model},
85
+ author={Yen-Ting Lin and Yun-Nung Chen},
86
+ year={2023},
87
+ eprint={2311.17487},
88
+ archivePrefix={arXiv},
89
+ primaryClass={cs.CL}
 
 
 
 
 
 
 
 
 
 
 
90
  }
91
  ```
92