Datasets:

Modalities:
Tabular
Text
Formats:
csv
Languages:
Indonesian
ArXiv:
Libraries:
Datasets
pandas
License:
haryoaw commited on
Commit
06aa01c
1 Parent(s): 604a7a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -15,7 +15,15 @@ configs:
15
  path: test_copal_colloquial.csv
16
  ---
17
 
18
- (IN PROGRESS WRITING README.md)
 
 
 
 
 
 
 
 
19
  ## How to Use
20
 
21
  ```py
 
15
  path: test_copal_colloquial.csv
16
  ---
17
 
18
+
19
+ ## Paper
20
+
21
+ URL Arxiv: https://arxiv.org/abs/2311.01012
22
+
23
+ ```
24
+ We present publicly available COPAL-ID, a novel Indonesian language common sense reasoning dataset. Unlike the previous Indonesian COPA dataset (XCOPA-ID), COPAL-ID incorporates Indonesian local and cultural nuances, and therefore, provides a more natural portrayal of day-to-day causal reasoning within the Indonesian cultural sphere. Professionally written by natives from scratch, COPAL-ID is more fluent and free from awkward phrases, unlike the translated XCOPA-ID. In addition, we present COPAL-ID in both standard Indonesian and in Jakartan Indonesian--a dialect commonly used in daily conversation. COPAL-ID poses a greater challenge for existing open-sourced and closed state-of-the-art multilingual language models, yet is trivially easy for humans. Our findings suggest that even the current best open-source, multilingual model struggles to perform well, achieving 65.47% accuracy on COPAL-ID, significantly lower than on the culturally-devoid XCOPA-ID (79.40%). Despite GPT-4's impressive score, it suffers the same performance degradation compared to its XCOPA-ID score, and it still falls short of human performance. This shows that these language models are still way behind in comprehending the local nuances of Indonesian.
25
+ ```
26
+
27
  ## How to Use
28
 
29
  ```py