Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Languages:
Bengali
Size:
10K - 100K
License:
Upload dataset
Browse files
README.md
CHANGED
@@ -1,50 +1,45 @@
|
|
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 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
-
|
39 |
-
|
40 |
-
- split:
|
41 |
-
path: data/
|
42 |
-
|
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.
|
|
|
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 |
+
pretty_name: CommonsenseQA-BN
|
13 |
+
dataset_info:
|
14 |
+
features:
|
15 |
+
- name: passage
|
16 |
+
dtype: string
|
17 |
+
- name: question
|
18 |
+
dtype: string
|
19 |
+
- name: answer
|
20 |
+
dtype: string
|
21 |
+
splits:
|
22 |
+
- name: train
|
23 |
+
num_bytes: 17597411
|
24 |
+
num_examples: 1511
|
25 |
+
- name: test
|
26 |
+
num_bytes: 6861810
|
27 |
+
num_examples: 947
|
28 |
+
- name: validation
|
29 |
+
num_bytes: 5412002
|
30 |
+
num_examples: 552
|
31 |
+
download_size: 738531
|
32 |
+
dataset_size: 29871223
|
33 |
+
configs:
|
34 |
+
- config_name: default
|
35 |
+
data_files:
|
36 |
+
- split: train
|
37 |
+
path: data/train-*
|
38 |
+
- split: test
|
39 |
+
path: data/test-*
|
40 |
+
- split: validation
|
41 |
+
path: data/validation-*
|
42 |
+
---
|
|
|
|
|
|
|
|
|
|
|
43 |
## Dataset Summary
|
44 |
|
45 |
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.
|
data/{validation-00000-of-00001.jsonl → test-00000-of-00001.parquet}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b8e53b0fa052d321e296925101181125c12cf433c68bcbec94eaec3e769882d
|
3 |
+
size 178173
|
data/{train-00000-of-00001.jsonl → train-00000-of-00001.parquet}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d23e67da603d0c52d544cb232fb1d6a8abff834e9880c4700b630c83d7e977f
|
3 |
+
size 414867
|
data/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8bb4228dcae4db9da611e9e8917d2cceb0b2f5a5468837f74d91015283ed33e4
|
3 |
+
size 145491
|