Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md CHANGED
@@ -86,6 +86,73 @@ EPiK is a Korean dataset that combines Korean cultural context and physical prin
86
  </tbody>
87
  </table>
88
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
89
 
90
  ## Dataset Construction Stages
91
  1. **Foundational Framework**: Establish a task taxonomy and sourcing realistic scenarios.
 
86
  </tbody>
87
  </table>
88
 
89
+ ## Taxonomy of problem types (English ver.)
90
+ <table border="1" cellspacing="0" cellpadding="5" style="border-collapse: collapse; width: 100%; font-size: 0.9em;">
91
+ <thead>
92
+ <tr style="background-color:#f2f2f2;">
93
+ <th style="text-align:left; width:25%;">Problem Type</th>
94
+ <th style="text-align:left;">Definition</th>
95
+ </tr>
96
+ </thead>
97
+ <tbody>
98
+ <!-- Section 1 -->
99
+ <tr style="background-color:#e0e0e0; text-align:center;">
100
+ <td colspan="2"><em><strong>Basic Knowledge and Attribute Comprehension</strong></em></td>
101
+ </tr>
102
+ <tr>
103
+ <td>Physical Concepts and Principles</td>
104
+ <td>Assesses understanding of fundamental physical laws and principles.</td>
105
+ </tr>
106
+ <tr>
107
+ <td>Object Attributes and Functions</td>
108
+ <td>Assesses understanding and evaluation of inherent properties like material, weight, shape, and texture, and potential interactions.</td>
109
+ </tr>
110
+ <tr>
111
+ <td>States of Matter and Changes</td>
112
+ <td>Assesses understanding and evaluation of the characteristics of solid, liquid, and gas states, and the principles of state changes like melting, freezing, boiling, and dissolving.</td>
113
+ </tr>
114
+
115
+ <!-- Section 2 -->
116
+ <tr style="background-color:#e0e0e0; text-align:center;">
117
+ <td colspan="2"><em><strong>Causality and Dynamic Reasoning</strong></em></td>
118
+ </tr>
119
+ <tr>
120
+ <td>Predicting Physical Outcomes</td>
121
+ <td>Assesses the ability to predict the physical outcomes of specific actions or events.</td>
122
+ </tr>
123
+ <tr>
124
+ <td>Analyzing Physical Causes</td>
125
+ <td>Assesses the ability to explain the cause of an already-occurred phenomenon from the most plausible physical perspective.</td>
126
+ </tr>
127
+
128
+ <!-- Section 3 -->
129
+ <tr style="background-color:#e0e0e0; text-align:center;">
130
+ <td colspan="2"><em><strong>Goal-Oriented and Applied Reasoning</strong></em></td>
131
+ </tr>
132
+ <tr>
133
+ <td>Utilizing Tools and Procedures</td>
134
+ <td>Assesses the ability to select appropriate tools and follow correct procedures to achieve a goal.</td>
135
+ </tr>
136
+ <tr>
137
+ <td>Problem Solving and Planning</td>
138
+ <td>Assesses the ability to plan and execute multi-step physical actions to solve a given problem.</td>
139
+ </tr>
140
+ <tr>
141
+ <td>Judging Physical Plausibility</td>
142
+ <td>Assesses whether a proposed solution is physically possible and based on common-sense tools and concepts in the real world.</td>
143
+ </tr>
144
+
145
+ <!-- Section 4 -->
146
+ <tr style="background-color:#e0e0e0; text-align:center;">
147
+ <td colspan="2"><em><strong>Situational and Constraint Reasoning</strong></em></td>
148
+ </tr>
149
+ <tr>
150
+ <td>Risk and Safety Assessment</td>
151
+ <td>Assesses the ability to predict potential risks and infer methods to ensure safety.</td>
152
+ </tr>
153
+ </tbody>
154
+ </table>
155
+
156
 
157
  ## Dataset Construction Stages
158
  1. **Foundational Framework**: Establish a task taxonomy and sourcing realistic scenarios.