Datasets:
language:
- bn
license: unknown
task_categories:
- question-answering
multilinguality:
- monolingual
size_categories:
- 10K<n<100K
task_ids:
- multiple-choice-qa
dataset_info:
features:
- name: goal
dtype: string
- name: sol1
dtype: string
- name: sol2
dtype: string
- name: label
dtype:
class_label:
names:
'0': '0'
'1': '1'
Dataset Summary
This is the translated version of the PIQA LLM evaluation dataset. The dataset was translated using a new method called Expressive Semantic Translation (EST), which combines Google Translation with LLM-based rewriting. PIQA introduces the task of physical commonsense reasoning and provides a corresponding benchmark for understanding physical interactions in everyday situations. It focuses on atypical solutions to practical problems, inspired by instructional guides from instructables.com, and aims to tackle one of the major challenges in AI: understanding and reasoning about physical commonsense knowledge.
Dataset Structure
Data Instances
An example looks like this:
{
"goal": "ডিম সেদ্ধ করার পদ্ধতি।",
"sol1": "ডিমগুলো একটি পাত্রে রাখুন আর এক ইঞ্চি জল দিয়ে ঢাকনা দিন, মাঝারি আঁচে ফুটিয়ে নিন, তারপর ঢাকনা বন্ধ রেখে গ্যাস বন্ধ করে 8 থেকে 10 মিনিট রেখে দিন।",
"sol2": "ডিমগুলো পাত্রে রাখুন আর সেখানে এক ইঞ্চি ঠাণ্ডা জল দিয়ে ঢাকনা দিন, মাঝারি আঁচে ফুটিয়ে নিন, তারপর ঢাকনা বন্ধ রেখে গ্যাস বন্ধ করে 8 থেকে 10 মিনিট রেখে দিন।",
"label": 1
}
Data Fields
List and describe the fields present in the dataset. Mention their data type, and whether they are used as input or output in any of the tasks the dataset currently supports. If the data has span indices, describe their attributes, such as whether they are at the character level or word level, whether they are contiguous or not, etc. If the datasets contains example IDs, state whether they have an inherent meaning, such as a mapping to other datasets or pointing to relationships between data points.
goal
: the question which requires physical commonsense to be answered correctlysol1
: the first solutionsol2
: the second solutionlabel
: the correct solution.0
refers tosol1
and1
refers tosol2
Data Split
Split | Number |
---|---|
Train | 15339 |
Validation | 1838 |
Dataset Creation
Curation Rationale
Source Data
Initial Data Collection and Normalization
Who are the source language producers?
Annotations
Annotation process
Who are the annotators?
Personal and Sensitive Information
Considerations for Using the Data
Social Impact of Dataset
Discussion of Biases
Other Known Limitations
Additional Information
Dataset Curators
Licensing Information
The dataset is licensed under the MIT License.