yentinglin commited on
Commit
d4b5dc3
1 Parent(s): d2040e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -18
README.md CHANGED
@@ -102,24 +102,13 @@ The following hyperparameters were used during training:
102
  If you find Taiwan LLM is useful in your work, please cite it with:
103
 
104
  ```
105
- @inproceedings{lin-chen-2023-llm,
106
- title = "{LLM}-Eval: Unified Multi-Dimensional Automatic Evaluation for Open-Domain Conversations with Large Language Models",
107
- author = "Lin, Yen-Ting and Chen, Yun-Nung",
108
- booktitle = "Proceedings of the 5th Workshop on NLP for Conversational AI (NLP4ConvAI 2023)",
109
- month = jul,
110
- year = "2023",
111
- address = "Toronto, Canada",
112
- publisher = "Association for Computational Linguistics",
113
- url = "https://aclanthology.org/2023.nlp4convai-1.5",
114
- pages = "47--58"
115
- }
116
-
117
- @misc{taiwanllama,
118
- author={Lin, Yen-Ting and Chen, Yun-Nung},
119
- title={Language Models for Taiwanese Culture},
120
- year={2023},
121
- url={https://github.com/MiuLab/Taiwan-LLaMa},
122
- note={Code and models available at https://github.com/MiuLab/Taiwan-LLaMa},
123
  }
124
  ```
125
 
 
102
  If you find Taiwan LLM is useful in your work, please cite it with:
103
 
104
  ```
105
+ @misc{lin2023taiwan,
106
+ title={Taiwan LLM: Bridging the Linguistic Divide with a Culturally Aligned Language Model},
107
+ author={Yen-Ting Lin and Yun-Nung Chen},
108
+ year={2023},
109
+ eprint={2311.17487},
110
+ archivePrefix={arXiv},
111
+ primaryClass={cs.CL}
 
 
 
 
 
 
 
 
 
 
 
112
  }
113
  ```
114