Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Languages:
Bengali
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -1,62 +1,61 @@
|
|
1 |
-
---
|
2 |
-
language:
|
3 |
-
- bn
|
4 |
-
license:
|
5 |
-
- mit
|
6 |
-
multilinguality:
|
7 |
-
- monolingual
|
8 |
-
size_categories:
|
9 |
-
- 1K<n<10K
|
10 |
-
task_categories:
|
11 |
-
- question-answering
|
12 |
-
dataset_info:
|
13 |
-
features:
|
14 |
-
- name: id
|
15 |
-
dtype: string
|
16 |
-
- name: question
|
17 |
-
dtype: string
|
18 |
-
- name: question_concept
|
19 |
-
dtype: string
|
20 |
-
- name: choices
|
21 |
-
sequence:
|
22 |
-
- name: label
|
23 |
-
dtype: string
|
24 |
-
- name: text
|
25 |
-
dtype: string
|
26 |
-
- name: answerKey
|
27 |
-
dtype: string
|
28 |
-
splits:
|
29 |
-
- name: train
|
30 |
-
num_bytes: 0
|
31 |
-
num_examples: 9741
|
32 |
-
- name: validation
|
33 |
-
num_bytes: 0
|
34 |
-
num_examples: 1221
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
##
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
|
59 |
-
## Sample data format
|
60 |
```json
|
61 |
{
|
62 |
"question_stem": "অনেক অগ্নি নির্বাপক যন্ত্র থাকার সম্ভাবনা কোথায়?",
|
@@ -78,4 +77,63 @@ This is the translated version of [commonsenseqa]() datasets. The datasets were
|
|
78 |
},
|
79 |
"answerKey": "B"
|
80 |
}
|
81 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- bn
|
4 |
+
license:
|
5 |
+
- mit
|
6 |
+
multilinguality:
|
7 |
+
- monolingual
|
8 |
+
size_categories:
|
9 |
+
- 1K<n<10K
|
10 |
+
task_categories:
|
11 |
+
- question-answering
|
12 |
+
dataset_info:
|
13 |
+
features:
|
14 |
+
- name: id
|
15 |
+
dtype: string
|
16 |
+
- name: question
|
17 |
+
dtype: string
|
18 |
+
- name: question_concept
|
19 |
+
dtype: string
|
20 |
+
- name: choices
|
21 |
+
sequence:
|
22 |
+
- name: label
|
23 |
+
dtype: string
|
24 |
+
- name: text
|
25 |
+
dtype: string
|
26 |
+
- name: answerKey
|
27 |
+
dtype: string
|
28 |
+
splits:
|
29 |
+
- name: train
|
30 |
+
num_bytes: 0
|
31 |
+
num_examples: 9741
|
32 |
+
- name: validation
|
33 |
+
num_bytes: 0
|
34 |
+
num_examples: 1221
|
35 |
+
download_size: 1558570
|
36 |
+
dataset_size: 2739484
|
37 |
+
configs:
|
38 |
+
- config_name: default
|
39 |
+
data_files:
|
40 |
+
- split: train
|
41 |
+
path: data/train-*
|
42 |
+
- split: validation
|
43 |
+
path: data/validation-*
|
44 |
+
- split: test
|
45 |
+
path: data/test-*
|
46 |
+
pretty_name: CommonsenseQA-BN
|
47 |
+
---
|
48 |
+
## Dataset Summary
|
49 |
+
|
50 |
+
This is the Bangla translated version of the [CommonsenseQA](https://huggingface.co/datasets/tau/commonsense_qa) dataset. The dataset was translated using a new method called **Expressive Semantic Translation (EST)**. This method combines both Google Machine Translation and LLM-based rewriting of the translation to enhance the expressiveness and semantic accuracy of the translated content.
|
51 |
+
|
52 |
+
|
53 |
+
## Dataset Structure
|
54 |
+
### Data instances
|
55 |
+
#### Defaults
|
56 |
+
|
57 |
+
An example of a 'train' looks as follows:
|
58 |
|
|
|
59 |
```json
|
60 |
{
|
61 |
"question_stem": "অনেক অগ্নি নির্বাপক যন্ত্র থাকার সম্ভাবনা কোথায়?",
|
|
|
77 |
},
|
78 |
"answerKey": "B"
|
79 |
}
|
80 |
+
```
|
81 |
+
|
82 |
+
### Data Fields
|
83 |
+
|
84 |
+
The data fields are the same among all splits.
|
85 |
+
|
86 |
+
#### default
|
87 |
+
- `id` (`str`): Unique ID.
|
88 |
+
- `question`: a `string` feature.
|
89 |
+
- `question_concept` (`str`): ConceptNet concept associated to the question.
|
90 |
+
- `choices`: a dictionary feature containing:
|
91 |
+
- `label`: a `string` feature.
|
92 |
+
- `text`: a `string` feature.
|
93 |
+
- `answerKey`: a `string` feature.
|
94 |
+
|
95 |
+
|
96 |
+
## Data Split
|
97 |
+
| Split | Number |
|
98 |
+
| ----- | ------ |
|
99 |
+
| Train | 9741 |
|
100 |
+
| Validation | 1221 |
|
101 |
+
|
102 |
+
## Dataset Creation
|
103 |
+
|
104 |
+
### Curation Rationale
|
105 |
+
|
106 |
+
### Source Data
|
107 |
+
|
108 |
+
#### Initial Data Collection and Normalization
|
109 |
+
|
110 |
+
#### Who are the source language producers?
|
111 |
+
|
112 |
+
### Annotations
|
113 |
+
|
114 |
+
#### Annotation process
|
115 |
+
|
116 |
+
#### Who are the annotators?
|
117 |
+
|
118 |
+
### Personal and Sensitive Information
|
119 |
+
|
120 |
+
## Considerations for Using the Data
|
121 |
+
|
122 |
+
### Social Impact of Dataset
|
123 |
+
|
124 |
+
### Discussion of Biases
|
125 |
+
|
126 |
+
### Other Known Limitations
|
127 |
+
|
128 |
+
## Additional Information
|
129 |
+
|
130 |
+
### Dataset Curators
|
131 |
+
|
132 |
+
### Licensing Information
|
133 |
+
|
134 |
+
The dataset is licensed under the MIT License.
|
135 |
+
|
136 |
+
## Citation Information
|
137 |
+
|
138 |
+
|
139 |
+
## Contributions
|