yentinglin commited on
Commit
d22c443
1 Parent(s): e0c90fe

Update README.md

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