Datasets:
Update README.md
#3
by
afaji
- opened
README.md
CHANGED
@@ -15,13 +15,22 @@ configs:
|
|
15 |
path: test_copal_colloquial.csv
|
16 |
---
|
17 |
|
|
|
18 |
|
19 |
-
|
20 |
|
21 |
-
|
|
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
-
|
|
|
25 |
|
26 |
## How to Use
|
27 |
|
@@ -32,6 +41,17 @@ copal_id_dataset = load_dataset('haryoaw/COPAL', 'id', subset='test')
|
|
32 |
copal_id_colloquial_dataset = load_dataset('haryoaw/COPAL', 'id', subset='test_colloquial')
|
33 |
```
|
34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
## Cite Our Work
|
36 |
|
37 |
```
|
|
|
15 |
path: test_copal_colloquial.csv
|
16 |
---
|
17 |
|
18 |
+
## About COPAL-ID
|
19 |
|
20 |
+
COPAL-ID is an Indonesian causal commonsense reasoning dataset that captures local nuances. It provides a more natural portrayal of day-to-day causal reasoning within the Indonesian (especially Jakartan) cultural sphere. Professionally written and validatid from scratch by natives, COPAL-ID is more fluent and free from awkward phrases, unlike the translated XCOPA-ID.
|
21 |
|
22 |
+
COPAL-ID is a test set only, intended to be used as a benchmark.
|
23 |
+
For more details, please see [our paper](https://arxiv.org/abs/2311.01012).
|
24 |
|
25 |
+
### Local Nuances Categories
|
26 |
+
Our dataset consists of 3 subcategories: local-term, culture, and language reasoning.
|
27 |
+
- Local-term captures common knowledge for Indonesians that is most likely unknown or uncommon for non-natives, e.g., local foods, public figures, abbreviations, and other local concepts.
|
28 |
+
- Culture captures norms used in Indonesia.
|
29 |
+
- Language captures the reasoning for the language itself, for example, local idioms, figures of speech, as well as ambiguous words.
|
30 |
+
Specifically, the distribution of COPAL-ID across these categories is:
|
31 |
|
32 |
+
### Colloquial vs Standard Indonesian
|
33 |
+
In daily scenarios, almost no one in Indonesia uses purely formal Indonesian. Yet, many NLP datasets use formal Indonesian. This surely causes a domain mismatch with real-case settings. To accommodate this, COPAL-ID is written in two variations: Standard Indonesian and Colloquial Indonesian. If you use COPAL-ID to benchmark your model, we suggest testing on both variants. Generally, colloquial Indonesian is harder for models to handle.
|
34 |
|
35 |
## How to Use
|
36 |
|
|
|
41 |
copal_id_colloquial_dataset = load_dataset('haryoaw/COPAL', 'id', subset='test_colloquial')
|
42 |
```
|
43 |
|
44 |
+
## Data Collection and Human Performance
|
45 |
+
|
46 |
+
COPAL-ID was created through a rigorous data collection pipeline. Each example is written and checked by natives accustomed to Jakartan culture. Lastly, we have run a human benchmark performance test across native Jakartans, in which they achieved an average accuracy of ~95% in both formal and colloquial Indonesian variants, noting that this dataset is trivially easy for those familiar with the culture and local nuances of Indonesia, especially in Jakarta.
|
47 |
+
|
48 |
+
For more details, please see our paper.
|
49 |
+
|
50 |
+
## Limitation
|
51 |
+
|
52 |
+
Indonesia is a vast country with over 700+ languages and rich in culture. Therefore, it is impossible to pinpoint a singular culture. Our dataset is specifically designed to capture Jakarta's (the capital) local nuances. Expanding to different local nuances and languages across Indonesia is a future work.
|
53 |
+
|
54 |
+
|
55 |
## Cite Our Work
|
56 |
|
57 |
```
|