Datasets:
Add link to paper, task category and languages (#2)
Browse files- Add link to paper, task category and languages (420ca76c56bb7579d61012003d0b51adde2b7aef)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -40,4 +40,17 @@ configs:
|
|
| 40 |
data_files:
|
| 41 |
- split: test
|
| 42 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
---
|
|
|
|
|
|
|
|
|
| 40 |
data_files:
|
| 41 |
- split: test
|
| 42 |
path: data/test-*
|
| 43 |
+
task_categories:
|
| 44 |
+
- question-answering
|
| 45 |
+
language:
|
| 46 |
+
- en
|
| 47 |
+
- zh
|
| 48 |
+
- vi
|
| 49 |
+
- th
|
| 50 |
+
- id
|
| 51 |
+
- ms
|
| 52 |
+
- km
|
| 53 |
+
- lo
|
| 54 |
---
|
| 55 |
+
|
| 56 |
+
This dataset is used in the paper [Analyzing LLMs' Knowledge Boundary Cognition Across Languages Through the Lens of Internal Representations](https://huggingface.co/papers/2504.13816).
|