Datasets:
Size:
10K<n<100K
License:
dreamerdeo
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# SailCompass: Towards Reproducible and Robust Evaluation for Southeast Asian Languages
|
2 |
+
|
3 |
+
|
4 |
+
This repository provides the dataset for evaluation SEA large language model.
|
5 |
+
|
6 |
+
- **Project Website:** [sailorllm.github.io](https://sailorllm.github.io/)
|
7 |
+
- **Codebase:** [https://github.com/sail-sg/sailcompass](https://github.com/sail-sg/sailcompass)
|
8 |
+
|
9 |
+
## Acknowledgment
|
10 |
+
|
11 |
+
Thanks to the contributors of the [opencompass](https://github.com/open-compass/opencompass).
|
12 |
+
|
13 |
+
|
14 |
+
## Citing this work
|
15 |
+
|
16 |
+
If you use this repository or sailor models, please cite
|
17 |
+
|
18 |
+
```
|
19 |
+
@misc{sailcompass,
|
20 |
+
title={SailCompass: Towards Reproducible and Robust Evaluation for Southeast Asian Languages},
|
21 |
+
author={Jia Guo and Longxu Dou and Guangtao Zeng and Stanley Kok and Wei Lu and Qian Liu},
|
22 |
+
year={2024},
|
23 |
+
}
|
24 |
+
```
|
25 |
+
|
26 |
+
## Contact
|
27 |
+
|
28 |
+
If you have any questions, please raise an issue on our GitHub repository or contact <a href="mailto:[email protected]">[email protected]</a>.
|