Datasets:
File size: 1,614 Bytes
c25e31a 05ec829 1e68d4f c25e31a 6d01c1d c25e31a 7fc5de6 f77cc0b 1700cc1 f77cc0b |
1 2 3 4 5 6 7 8 9 10 11 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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 |
---
task_categories:
- text-classification
language:
- en
- th
dataset_info:
features:
- name: paragraph
dtype: string
- name: paragraph_TH
dtype: string
- name: question
dtype: string
- name: question_TH
dtype: string
- name: answer
dtype: string
- name: answer_TH
dtype: string
- name: idx
struct:
- name: answer
dtype: int64
- name: paragraph
dtype: int64
- name: question
dtype: int64
- name: label
dtype: int64
- name: score_paragraph
dtype: float64
- name: score_question
dtype: float64
- name: score_answer
dtype: float64
splits:
- name: train
num_bytes: 133061823
num_examples: 23520
- name: validation
num_bytes: 22534453
num_examples: 4212
- name: test
num_bytes: 42757726
num_examples: 8272
download_size: 5756232
dataset_size: 198354002
license: cc-by-sa-4.0
---
# Dataset Card for MultiRC_TH_cleanned
### Dataset Description
This dataset is Thai translated version of [multirc](https://huggingface.co/datasets/super_glue/viewer/multirc) using google translate with [Multilingual Universal Sentence Encoder](https://arxiv.org/abs/1907.04307) to calculate score for Thai translation.
The score was penalized by the length of original text compare to translated text. The row that any score < 0.66 was dropped.
## Citation
```bash
@misc{MultiRC_TH_cleanned,
author = {Triamamornwooth Patteera},
title = {MultiRC_TH_cleanned},
year = {2023},
publisher = {Hugging Face},
note = {v1.0},
url = {https://huggingface.co/datasets/Patt/MultiRC_TH_cleanned}
}
```
|