|
--- |
|
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 = {Patteera Triamamornwooth}, |
|
title = {MultiRC_TH_cleanned}, |
|
year = {2023}, |
|
publisher = {Hugging Face}, |
|
note = {v1.0}, |
|
url = {https://huggingface.co/datasets/Patt/MultiRC_TH_cleanned} |
|
} |
|
``` |
|
|