Datasets:
ADD: question data
Browse files
README.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# BLEnD
|
| 2 |
|
| 3 |
This is the official repository of **BLEnD: A Benchmark for LLMs on Everyday Knowledge in Diverse Cultures and Languages** (Submitted to NeurIPS 2024 Datasets and Benchmarks Track).
|
|
@@ -134,4 +158,4 @@ $ cd evaluation
|
|
| 134 |
$ bash evaluate.sh
|
| 135 |
```
|
| 136 |
|
| 137 |
-
The users will need to input their own API keys within these files for the required models.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-sa-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- question-answering
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
- zh
|
| 8 |
+
- es
|
| 9 |
+
- id
|
| 10 |
+
- ko
|
| 11 |
+
- el
|
| 12 |
+
- fa
|
| 13 |
+
- ar
|
| 14 |
+
- az
|
| 15 |
+
- su
|
| 16 |
+
- as
|
| 17 |
+
- ha
|
| 18 |
+
- am
|
| 19 |
+
size_categories:
|
| 20 |
+
- 10K<n<100K
|
| 21 |
+
configs:
|
| 22 |
+
- config_name: questions
|
| 23 |
+
data_files: "data/questions/*.csv"
|
| 24 |
+
---
|
| 25 |
# BLEnD
|
| 26 |
|
| 27 |
This is the official repository of **BLEnD: A Benchmark for LLMs on Everyday Knowledge in Diverse Cultures and Languages** (Submitted to NeurIPS 2024 Datasets and Benchmarks Track).
|
|
|
|
| 158 |
$ bash evaluate.sh
|
| 159 |
```
|
| 160 |
|
| 161 |
+
The users will need to input their own API keys within these files for the required models.
|