Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,151 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
- hi
|
| 5 |
+
- zh
|
| 6 |
+
- pt
|
| 7 |
+
- sw
|
| 8 |
+
- he
|
| 9 |
+
license: apache-2.0
|
| 10 |
+
task_categories:
|
| 11 |
+
- multiple-choice
|
| 12 |
+
- question-answering
|
| 13 |
+
size_categories:
|
| 14 |
+
- n<1K
|
| 15 |
+
tags:
|
| 16 |
+
- culture
|
| 17 |
+
- multilingual
|
| 18 |
+
- evaluation
|
| 19 |
+
pretty_name: Multilingual CulturalBench
|
| 20 |
+
configs:
|
| 21 |
+
- config_name: default
|
| 22 |
+
data_files:
|
| 23 |
+
- split: train
|
| 24 |
+
path: multilingual_cultural_bench.csv
|
| 25 |
+
---
|
| 26 |
+
|
| 27 |
+
# Multilingual CulturalBench (Translated Subset)
|
| 28 |
+
|
| 29 |
+
This dataset is a multilingual extension of the [CulturalBench](https://huggingface.co/datasets/kellycyy/CulturalBench) dataset ("Easy" subset). It contains **787 samples** from the original benchmark, translated into five additional languages using **Gemini-2.5-Flash**.
|
| 30 |
+
|
| 31 |
+
## Dataset Description
|
| 32 |
+
|
| 33 |
+
The original CulturalBench is designed to assess the cultural capabilities of Large Language Models (LLMs). This version extends the "Easy" subset (multiple-choice questions) by providing translations for the questions and options, enabling multilingual cultural evaluation.
|
| 34 |
+
|
| 35 |
+
**Note:** This is a partial subset (787 samples) of the original 1,230 "Easy" samples.
|
| 36 |
+
|
| 37 |
+
### Languages
|
| 38 |
+
The dataset includes parallel data in the following languages:
|
| 39 |
+
- **English** (Original)
|
| 40 |
+
- **Hindi**
|
| 41 |
+
- **Chinese** (Simplified)
|
| 42 |
+
- **Brazilian Portuguese** (`braz_port`)
|
| 43 |
+
- **Swahili**
|
| 44 |
+
- **Hebrew**
|
| 45 |
+
|
| 46 |
+
### Statistics
|
| 47 |
+
|
| 48 |
+
**Total Samples:** 787
|
| 49 |
+
|
| 50 |
+
#### Questions by Country
|
| 51 |
+
|
| 52 |
+
| Country | Count | Country | Count | Country | Count |
|
| 53 |
+
| :--- | :--- | :--- | :--- | :--- | :--- |
|
| 54 |
+
| China | 59 | Vietnam | 27 | United States | 20 |
|
| 55 |
+
| South Africa | 58 | United Kingdom | 25 | Peru | 19 |
|
| 56 |
+
| Japan | 53 | Brazil | 25 | Morocco | 17 |
|
| 57 |
+
| India | 46 | Bangladesh | 25 | Saudi Arabia | 17 |
|
| 58 |
+
| South Korea | 41 | Singapore | 23 | Australia | 15 |
|
| 59 |
+
| Iran | 37 | Lebanon | 22 | Pakistan | 14 |
|
| 60 |
+
| Hong Kong | 36 | Nigeria | 22 | France | 14 |
|
| 61 |
+
| Argentina | 35 | Chile | 22 | Israel | 13 |
|
| 62 |
+
| Germany | 32 | Taiwan | 22 | Canada | 7 |
|
| 63 |
+
| | | Nepal | 21 | | |
|
| 64 |
+
| | | Egypt | 20 | **Total** | **787** |
|
| 65 |
+
|
| 66 |
+
## Dataset Structure
|
| 67 |
+
|
| 68 |
+
The dataset is a CSV file (`multilingual_cultural_bench.csv`) with **33 columns**. Each row represents a single question with its translations and ground truth.
|
| 69 |
+
|
| 70 |
+
### Fields
|
| 71 |
+
|
| 72 |
+
| Field | Description |
|
| 73 |
+
| :--- | :--- |
|
| 74 |
+
| `question_idx` | Unique identifier from the original CulturalBench. |
|
| 75 |
+
| `english_question` | The original question in English. |
|
| 76 |
+
| `english_option_[a-d]` | The four options in English. |
|
| 77 |
+
| `hindi_question` | Translated question in Hindi. |
|
| 78 |
+
| `hindi_option_[a-d]` | Translated options in Hindi. |
|
| 79 |
+
| `chinese_question` | Translated question in Chinese. |
|
| 80 |
+
| `chinese_option_[a-d]` | Translated options in Chinese. |
|
| 81 |
+
| `braz_port_question` | Translated question in Brazilian Portuguese. |
|
| 82 |
+
| `braz_port_option_[a-d]` | Translated options in Brazilian Portuguese. |
|
| 83 |
+
| `swahili_question` | Translated question in Swahili. |
|
| 84 |
+
| `swahili_option_[a-d]` | Translated options in Swahili. |
|
| 85 |
+
| `hebrew_question` | Translated question in Hebrew. |
|
| 86 |
+
| `hebrew_option_[a-d]` | Translated options in Hebrew. |
|
| 87 |
+
| `answer` | The correct option label (A, B, C, or D). |
|
| 88 |
+
| `country` | The country/culture the question pertains to. |
|
| 89 |
+
|
| 90 |
+
## Sample Questions
|
| 91 |
+
|
| 92 |
+
### Sample 1: South Korea (Dining Etiquette)
|
| 93 |
+
|
| 94 |
+
#### Question
|
| 95 |
+
|
| 96 |
+
| Language | Question |
|
| 97 |
+
| :--- | :--- |
|
| 98 |
+
| **English** | In Korean dining etiquette, what is a common practice regarding drinks and paying for the meal? |
|
| 99 |
+
| **Hindi** | कोरियाई भोजन शिष्टाचार में, पेय और भोजन के भुगतान के संबंध में एक सामान्य प्रथा क्या है? |
|
| 100 |
+
| **Chinese** | 在韩国的餐桌礼仪中,关于饮料和买单,常见的做法是什么? |
|
| 101 |
+
| **Brazilian Portuguese** | Na etiqueta de refeições coreana, qual é uma prática comum em relação a bebidas e ao pagamento da refeição? |
|
| 102 |
+
|
| 103 |
+
#### Options
|
| 104 |
+
|
| 105 |
+
| Language | Option A | Option B | Option C | Option D |
|
| 106 |
+
| :--- | :--- | :--- | :--- | :--- |
|
| 107 |
+
| **English** | Everyone pays for their own meal and drinks. | Younger people pour drinks for the elders and the elders pay for the meal. | The person who is older always pays, regardless of who did the invitation | It's common to split the bill evenly amongst all diners, regardless of age. |
|
| 108 |
+
| **Hindi** | हर कोई अपने भोजन और पेय का भुगतान स्वयं करता है। | युवा लोग बड़ों के लिए पेय परोसते हैं और बड़े भोजन का भुगतान करते हैं। | जो व्यक्ति बड़ा होता है वह हमेशा भुगतान करता है, भले ही निमंत्रण किसने दिया हो। | उम्र की परवाह किए बिना, सभी मेहमानों के बीच बिल को समान रूप से विभाजित करना आम बात है। |
|
| 109 |
+
| **Chinese** | 每个人都支付自己的餐费和饮料费。 | 晚辈为长辈倒酒,长辈支付餐费。 | 无论谁邀请的,年长的人总是付钱。 | 无论年龄大小,所有用餐者平均分摊账单是很常见的。 |
|
| 110 |
+
| **Brazilian Portuguese** | Todos pagam sua própria refeição e bebidas. | Os mais jovens servem bebidas para os mais velhos e os mais velhos pagam a refeição. | A pessoa mais velha sempre paga, independentemente de quem fez o convite. | É comum dividir a conta igualmente entre todos os comensais, independentemente da idade. |
|
| 111 |
+
|
| 112 |
+
**Correct Answer**: Option B
|
| 113 |
+
|
| 114 |
+
### Sample 2: Morocco (Greeting)
|
| 115 |
+
|
| 116 |
+
#### Question
|
| 117 |
+
|
| 118 |
+
| Language | Question |
|
| 119 |
+
| :--- | :--- |
|
| 120 |
+
| **English** | In Moroccan culture, how do people typically greet people they know on the street? |
|
| 121 |
+
| **Swahili** | Katika utamaduni wa Moroko, watu huwasalimu vipi watu wanaowajua barabarani? |
|
| 122 |
+
| **Hebrew** | בתרבות המרוקאית, כיצד אנשים מברכים בדרך כלל אנשים שהם מכירים ברחוב? |
|
| 123 |
+
| **Chinese** | 在摩洛哥文化中,人们通常如何问候街上的熟人? |
|
| 124 |
+
|
| 125 |
+
#### Options
|
| 126 |
+
|
| 127 |
+
| Language | Option A | Option B | Option C | Option D |
|
| 128 |
+
| :--- | :--- | :--- | :--- | :--- |
|
| 129 |
+
| **English** | By saying "peace be upon you" | By saying "hello" | By hugging them | By giving a casual nod. |
|
| 130 |
+
| **Swahili** | Kwa kusema "amani iwe juu yako" | Kwa kusema "habari" | Kwa kuwakumbatia | Kwa kuinama kichwa kawaida. |
|
| 131 |
+
| **Hebrew** | באמירת "שלום עליכם" | באמירת "שלום" | בחיבוק שלהם | בקידה אגבית. |
|
| 132 |
+
| **Chinese** | 说“愿和平降临于你” | 说“你好” | 拥抱他们 | 随意地点头致意 |
|
| 133 |
+
|
| 134 |
+
**Correct Answer**: Option A
|
| 135 |
+
|
| 136 |
+
## Usage
|
| 137 |
+
|
| 138 |
+
You can load this dataset using the Hugging Face `datasets` library:
|
| 139 |
+
|
| 140 |
+
```python
|
| 141 |
+
from datasets import load_dataset
|
| 142 |
+
|
| 143 |
+
# Load the dataset
|
| 144 |
+
dataset = load_dataset("Lossfunk/Multilingual_CulturalBench")
|
| 145 |
+
|
| 146 |
+
# Access the 'train' split
|
| 147 |
+
train_data = dataset['train']
|
| 148 |
+
|
| 149 |
+
# Example: Accessing a Hindi question from the first sample
|
| 150 |
+
print(train_data[0]['hindi_question'])
|
| 151 |
+
print(train_data[0]['hindi_option_a'])
|