Commit ·
91ca431
1
Parent(s): 709934e
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- table-question-answering
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
- zh
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
Employ mmlu (cmmlu) questions as initial seeds to retrieve related articles from multiple training data corpora such as Chinese CommonCrawl, WeChat, and Faclon. These selected articles will be utilized as a training set for mmlu. The goal is to determine whether this training set can improve the relevant mmlu performance metrics.
|
| 11 |
+
|
| 12 |
+
For emb_recall: We use sentence-transformers to generate embeddings and apply a filter for those with a cosine distance greater than 0.95. The content is mainly focused on knowledge concepts associated with mmlu.
|
| 13 |
+
|
| 14 |
+
For keyword_recall: We conduct searches for phrases like 'A B C answer' using ElasticSearch, aligning with the structure of mmlu's distinctive multiple-choice questions.
|