Datasets:

Modalities:
Tabular
Text
Formats:
csv
Languages:
Korean
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
jjae commited on
Commit
3571b21
·
verified ·
1 Parent(s): 11ec33d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -10,6 +10,22 @@ size_categories:
10
  ---
11
 
12
  # EPiK: Everyday Physics in Korean Contexts
 
 
13
  EPiK is a Korean dataset that combines Korean cultural context and physical principles to evaluate AI models' physical commonsense reasoning capabilities. It consists of problems based on everyday situations that can be understood by any Korean person. Each problem is designed to require both physical reasoning and an understanding of Korean culture.
14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
 
 
10
  ---
11
 
12
  # EPiK: Everyday Physics in Korean Contexts
13
+
14
+ ## Dataset Summary
15
  EPiK is a Korean dataset that combines Korean cultural context and physical principles to evaluate AI models' physical commonsense reasoning capabilities. It consists of problems based on everyday situations that can be understood by any Korean person. Each problem is designed to require both physical reasoning and an understanding of Korean culture.
16
 
17
+ ## Data Fields
18
+ | Field | Type | Description |
19
+ |-------------------------|---------|--------------------------------------------------------------------------------------------------------------|
20
+ | problem_type_category | string | coarse-grained reasoning category |
21
+ | problem_type_subcategory| string | fine-grained reasoning sub-category. |
22
+ | prompt | string | question statement or scenario to be solved. |
23
+ | solution0 | string | candidate solution0 |
24
+ | solution1 | string | candidate solution1 |
25
+ | label | int | index of the correct solution (0 or 1) |
26
+ | explanation | string | detailed explanation of why the correct answer is valid and why the alternative is incorrect |
27
+ | korea_relevance | string | Korean cultural elements utilized in the question and the answer |
28
+ | physical_relevance | string | Physical reasoning principles or elements used in the question and the answer |
29
+ | cultural_element_score | int | degree to which the question leverages Korean-specific cultural elements (1: mentioned but not essential, 2: central and essential) |
30
+
31