yentinglin commited on
Commit
9c812c5
1 Parent(s): 11d7e35

Update README.md

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