Link dataset to paper and GitHub repository
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,34 +1,37 @@
|
|
| 1 |
---
|
| 2 |
-
pretty_name: CARE-Pro
|
| 3 |
language:
|
| 4 |
- zh
|
| 5 |
- hi
|
| 6 |
- es
|
| 7 |
- en
|
|
|
|
|
|
|
| 8 |
task_categories:
|
| 9 |
- question-answering
|
| 10 |
- text-generation
|
|
|
|
| 11 |
tags:
|
| 12 |
- multilingual
|
| 13 |
- cross-cultural
|
| 14 |
- local-knowledge
|
| 15 |
- cultural-knowledge
|
| 16 |
-
size_categories:
|
| 17 |
-
- n<1K
|
| 18 |
---
|
| 19 |
|
| 20 |
-
#
|
|
|
|
|
|
|
| 21 |
|
| 22 |
-
-
|
| 23 |
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
|
|
|
|
| 28 |
|
| 29 |
## Dataset Format
|
| 30 |
|
| 31 |
-
Each item has the following fields
|
| 32 |
|
| 33 |
| Field | Description |
|
| 34 |
| --- | --- |
|
|
@@ -40,10 +43,17 @@ Each item has the following fields, in order:
|
|
| 40 |
| `region` | Region, country, city, or cultural context associated with the example. |
|
| 41 |
| `type` | Either `local` or `cross-cultural`. |
|
| 42 |
|
|
|
|
| 43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
|
| 45 |
-
|
| 46 |
|
|
|
|
| 47 |
|
| 48 |
```bibtex
|
| 49 |
@misc{lrpo,
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
- zh
|
| 4 |
- hi
|
| 5 |
- es
|
| 6 |
- en
|
| 7 |
+
size_categories:
|
| 8 |
+
- n<1K
|
| 9 |
task_categories:
|
| 10 |
- question-answering
|
| 11 |
- text-generation
|
| 12 |
+
pretty_name: CARE-Pro
|
| 13 |
tags:
|
| 14 |
- multilingual
|
| 15 |
- cross-cultural
|
| 16 |
- local-knowledge
|
| 17 |
- cultural-knowledge
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
+
# CARE-Pro: Cross-lingual and Cross-cultural Evaluation Dataset
|
| 21 |
+
|
| 22 |
+
[**Paper**](https://huggingface.co/papers/2605.25360) | [**GitHub**](https://github.com/Guochry/LRPO)
|
| 23 |
|
| 24 |
+
CARE-Pro (Cross-lingual and Cross-cultural evaluation for Realistic multilingual information needs) is an evaluation benchmark introduced in the paper "Learning to Route Languages for Multilingual Policy Optimization".
|
| 25 |
|
| 26 |
+
The dataset targets two settings that are often underrepresented in standard benchmarks:
|
| 27 |
+
- **Fine-grained insider regional knowledge**: Questions focusing on local, city-, town-, or community-level facts and practices rather than broad country-level facts.
|
| 28 |
+
- **Cross-cultural information seeking**: Questions where users ask about another region or culture from a foreign-language perspective.
|
| 29 |
|
| 30 |
+
The current release contains 775 examples in Chinese (**zh**), Hindi (**hi**), and Spanish (**es**), with English (**en**) translations provided when available.
|
| 31 |
|
| 32 |
## Dataset Format
|
| 33 |
|
| 34 |
+
Each item has the following fields:
|
| 35 |
|
| 36 |
| Field | Description |
|
| 37 |
| --- | --- |
|
|
|
|
| 43 |
| `region` | Region, country, city, or cultural context associated with the example. |
|
| 44 |
| `type` | Either `local` or `cross-cultural`. |
|
| 45 |
|
| 46 |
+
## Evaluation
|
| 47 |
|
| 48 |
+
To evaluate on CARE-Pro, generate model responses for each question and compare them against the gold reference. The authors suggest using an LLM-as-a-judge approach (prompt available in the [GitHub repository](https://github.com/Guochry/LRPO)) to assign one of four labels:
|
| 49 |
+
- `CORRECT`
|
| 50 |
+
- `CORRECT_BUT_WRONG_LANGUAGE`
|
| 51 |
+
- `INCORRECT`
|
| 52 |
+
- `NOT_ATTEMPTED`
|
| 53 |
|
| 54 |
+
Only `CORRECT` is counted as correct for the final accuracy.
|
| 55 |
|
| 56 |
+
## Citation
|
| 57 |
|
| 58 |
```bibtex
|
| 59 |
@misc{lrpo,
|