Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,43 @@
|
|
1 |
---
|
2 |
-
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: cc-by-sa-4.0
|
3 |
+
task_categories:
|
4 |
+
- question-answering
|
5 |
+
- summarization
|
6 |
+
- text-generation
|
7 |
+
|
8 |
+
language:
|
9 |
+
- zh
|
10 |
+
- en
|
11 |
+
|
12 |
+
size_categories:
|
13 |
+
- 10K<n<100K
|
14 |
+
|
15 |
---
|
16 |
+
Language Models for Taiwanese Culture training dataset.
|
17 |
+
|
18 |
+
|
19 |
+
## Citation
|
20 |
+
|
21 |
+
Please cite the repo if you use the data or code in this repo.
|
22 |
+
|
23 |
+
```
|
24 |
+
@inproceedings{lin-chen-2023-llm,
|
25 |
+
title = "{LLM}-Eval: Unified Multi-Dimensional Automatic Evaluation for Open-Domain Conversations with Large Language Models",
|
26 |
+
author = "Lin, Yen-Ting and Chen, Yun-Nung",
|
27 |
+
booktitle = "Proceedings of the 5th Workshop on NLP for Conversational AI (NLP4ConvAI 2023)",
|
28 |
+
month = jul,
|
29 |
+
year = "2023",
|
30 |
+
address = "Toronto, Canada",
|
31 |
+
publisher = "Association for Computational Linguistics",
|
32 |
+
url = "https://aclanthology.org/2023.nlp4convai-1.5",
|
33 |
+
pages = "47--58"
|
34 |
+
}
|
35 |
+
|
36 |
+
@misc{taiwanllama,
|
37 |
+
author={Lin, Yen-Ting and Chen, Yun-Nung},
|
38 |
+
title={Taiwanese-Aligned Language Models based on Meta-Llama2},
|
39 |
+
year={2023},
|
40 |
+
url={https://github.com/adamlin120/Taiwan-LLaMa},
|
41 |
+
note={Code and models available at https://github.com/adamlin120/Taiwan-LLaMa},
|
42 |
+
}
|
43 |
+
```
|