Datasets:

Languages:
Korean
ArXiv:
License:
kobest_v1 / README.md
youngwookkim's picture
Revert "restructure to enable dataset viewer (#6)"
62fda95
|
raw
history blame
No virus
6.09 kB
---
pretty_name: KoBEST
annotations_creators:
- expert-generated
language_creators:
- expert-generated
language:
- ko
license:
- cc-by-sa-4.0
multilinguality:
- monolingual
size_categories:
- 10K<n<100K
source_datasets:
- original
---
# Dataset Card for KoBEST
## Table of Contents
- [Table of Contents](#table-of-contents)
- [Dataset Description](#dataset-description)
- [Dataset Summary](#dataset-summary)
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
- [Languages](#languages)
- [Dataset Structure](#dataset-structure)
- [Data Instances](#data-instances)
- [Data Fields](#data-fields)
- [Data Splits](#data-splits)
- [Dataset Creation](#dataset-creation)
- [Curation Rationale](#curation-rationale)
- [Source Data](#source-data)
- [Annotations](#annotations)
- [Personal and Sensitive Information](#personal-and-sensitive-information)
- [Considerations for Using the Data](#considerations-for-using-the-data)
- [Social Impact of Dataset](#social-impact-of-dataset)
- [Discussion of Biases](#discussion-of-biases)
- [Other Known Limitations](#other-known-limitations)
- [Additional Information](#additional-information)
- [Dataset Curators](#dataset-curators)
- [Licensing Information](#licensing-information)
- [Citation Information](#citation-information)
- [Contributions](#contributions)
## Dataset Description
- **Repository:** https://github.com/SKT-LSL/KoBEST_datarepo
- **Paper:**
- **Point of Contact:** https://github.com/SKT-LSL/KoBEST_datarepo/issues
### Dataset Summary
KoBEST is a Korean benchmark suite consists of 5 natural language understanding tasks that requires advanced knowledge in Korean.
### Supported Tasks and Leaderboards
Boolean Question Answering, Choice of Plausible Alternatives, Words-in-Context, HellaSwag, Sentiment Negation Recognition
### Languages
`ko-KR`
## Dataset Structure
### Data Instances
#### KB-BoolQ
An example of a data point looks as follows.
```
{'paragraph': '두아 리파(Dua Lipa, 1995λ…„ 8μ›” 22일 ~ )λŠ” μž‰κΈ€λžœλ“œμ˜ 싱어솑라이터, λͺ¨λΈμ΄λ‹€. BBC μ‚¬μš΄λ“œ 였브 2016 λͺ…단에 λ…Έλ―Έλ‹›λ˜μ—ˆλ‹€. μ‹±κΈ€ "Be the One"κ°€ 영ꡭ μ‹±κΈ€ 차트 9μœ„κΉŒμ§€ 였λ₯΄λŠ” λ“± μ„±κ³Όλ₯Ό λ³΄μ—¬μ£Όμ—ˆλ‹€.',
'question': '두아 λ¦¬νŒŒλŠ” μ˜κ΅­μΈμΈκ°€?',
'label': 1}
```
#### KB-COPA
An example of a data point looks as follows.
```
{'premise': '물을 였래 λ“μ˜€λ‹€.',
'question': 'κ²°κ³Ό',
'alternative_1': '물의 양이 λŠ˜μ–΄λ‚¬λ‹€.',
'alternative_2': '물의 양이 μ€„μ–΄λ“€μ—ˆλ‹€.',
'label': 1}
```
#### KB-WiC
An example of a data point looks as follows.
```
{'word': 'μ–‘λΆ„',
'context_1': '토양에 [μ–‘λΆ„]이 ν’λΆ€ν•˜μ—¬ λ‚˜λ¬΄κ°€ 잘 μžλž€λ‹€. ',
'context_2': 'νƒœμ•„λŠ” λͺ¨μ²΄λ‘œλΆ€ν„° [μ–‘λΆ„]κ³Ό μ‚°μ†Œλ₯Ό κ³΅κΈ‰λ°›κ²Œ λœλ‹€.',
'label': 1}
```
#### KB-HellaSwag
An example of a data point looks as follows.
```
{'context': 'λͺ¨μžλ₯Ό μ“΄ νˆ¬μˆ˜κ°€ νƒ€μžμ—κ²Œ 온 νž˜μ„ λ‹€ν•΄ 곡을 λ˜μ§„λ‹€. 곡이 νƒ€μžμ—κ²Œ λΉ λ₯Έ μ†λ„λ‘œ λ‹€κ°€μ˜¨λ‹€. νƒ€μžκ°€ 곡을 배트둜 μΉœλ‹€. λ°°νŠΈμ—μ„œ κΉ‘ μ†Œλ¦¬κ°€ λ‚œλ‹€. 곡이 ν•˜λŠ˜ μœ„λ‘œ λ‚ μ•„κ°„λ‹€.',
'ending_1': 'μ™Έμ•Όμˆ˜κ°€ λ–¨μ–΄μ§€λŠ” 곡을 κΈ€λŸ¬λΈŒλ‘œ μž‘λŠ”λ‹€.',
'ending_2': 'μ™Έμ•Όμˆ˜κ°€ 곡이 λ–¨μ–΄μ§ˆ μœ„μΉ˜μ— 자리λ₯Ό μž‘λŠ”λ‹€.',
'ending_3': 'μ‹¬νŒμ΄ 아웃을 μ™ΈμΉœλ‹€.',
'ending_4': 'μ™Έμ•Όμˆ˜κ°€ 곡을 따라 λ›°κΈ° μ‹œμž‘ν•œλ‹€.',
'label': 3}
```
#### KB-SentiNeg
An example of a data point looks as follows.
```
{'sentence': '택배사 정말 λ§ˆμŒμ— 듬',
'label': 1}
```
### Data Fields
### KB-BoolQ
+ `paragraph`: a `string` feature
+ `question`: a `string` feature
+ `label`: a classification label, with possible values `False`(0) and `True`(1)
### KB-COPA
+ `premise`: a `string` feature
+ `question`: a `string` feature
+ `alternative_1`: a `string` feature
+ `alternative_2`: a `string` feature
+ `label`: an answer candidate label, with possible values `alternative_1`(0) and `alternative_2`(1)
### KB-WiC
+ `target_word`: a `string` feature
+ `context_1`: a `string` feature
+ `context_2`: a `string` feature
+ `label`: a classification label, with possible values `False`(0) and `True`(1)
### KB-HellaSwag
+ `target_word`: a `string` feature
+ `context_1`: a `string` feature
+ `context_2`: a `string` feature
+ `label`: a classification label, with possible values `False`(0) and `True`(1)
### KB-SentiNeg
+ `sentence`: a `string` feature
+ `label`: a classification label, with possible values `Negative`(0) and `Positive`(1)
### Data Splits
#### KB-BoolQ
+ train: 3,665
+ dev: 700
+ test: 1,404
#### KB-COPA
+ train: 3,076
+ dev: 1,000
+ test: 1,000
#### KB-WiC
+ train: 3,318
+ dev: 1,260
+ test: 1,260
#### KB-HellaSwag
+ train: 3,665
+ dev: 700
+ test: 1,404
#### KB-SentiNeg
+ train: 3,649
+ dev: 400
+ test: 397
+ test_originated: 397 (Corresponding training data where the test set is originated from.)
## Dataset Creation
### Curation Rationale
[More Information Needed]
### Source Data
#### Initial Data Collection and Normalization
[More Information Needed]
#### Who are the source language producers?
[More Information Needed]
### Annotations
#### Annotation process
[More Information Needed]
#### Who are the annotators?
[More Information Needed]
### Personal and Sensitive Information
[More Information Needed]
## Considerations for Using the Data
### Social Impact of Dataset
[More Information Needed]
### Discussion of Biases
[More Information Needed]
### Other Known Limitations
[More Information Needed]
## Additional Information
### Dataset Curators
[More Information Needed]
### Licensing Information
```
@misc{https://doi.org/10.48550/arxiv.2204.04541,
doi = {10.48550/ARXIV.2204.04541},
url = {https://arxiv.org/abs/2204.04541},
author = {Kim, Dohyeong and Jang, Myeongjun and Kwon, Deuk Sin and Davis, Eric},
title = {KOBEST: Korean Balanced Evaluation of Significant Tasks},
publisher = {arXiv},
year = {2022},
}
```
[More Information Needed]
### Contributions
Thanks to [@MJ-Jang](https://github.com/MJ-Jang) for adding this dataset.