Datasets:

Languages:
Korean
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
Tags:
License:
kor_3i4k / README.md
albertvillanova's picture
Replace YAML keys from int to str (#2)
3078568
metadata
annotations_creators:
  - expert-generated
language_creators:
  - expert-generated
language:
  - ko
license:
  - cc-by-4.0
multilinguality:
  - monolingual
size_categories:
  - 10K<n<100K
source_datasets:
  - original
task_categories:
  - text-classification
task_ids:
  - intent-classification
pretty_name: 3i4K
dataset_info:
  features:
    - name: label
      dtype:
        class_label:
          names:
            '0': fragment
            '1': statement
            '2': question
            '3': command
            '4': rhetorical question
            '5': rhetorical command
            '6': intonation-dependent utterance
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 3102158
      num_examples: 55134
    - name: test
      num_bytes: 344028
      num_examples: 6121
  download_size: 2956114
  dataset_size: 3446186

Dataset Card for 3i4K

Table of Contents

Dataset Description

Dataset Summary

The 3i4K dataset is a set of frequently used Korean words (corpus provided by the Seoul National University Speech Language Processing Lab) and manually created questions/commands containing short utterances. The goal is to identify the speaker intention of a spoken utterance based on its transcript, and whether in some cases, requires using auxiliary acoustic features. The classification system decides whether the utterance is a fragment, statement, question, command, rhetorical question, rhetorical command, or an intonation-dependent utterance. This is important because in head-final languages like Korean, the level of the intonation plays a significant role in identifying the speaker's intention.

Supported Tasks and Leaderboards

  • intent-classification: The dataset can be trained with a CNN or BiLISTM-Att to identify the intent of a spoken utterance in Korean and the performance can be measured by its F1 score.

Languages

The text in the dataset is in Korean and the associated is BCP-47 code is ko-KR.

Dataset Structure

Data Instances

An example data instance contains a short utterance and it's label:

{
  "label": 3,
  "text": "μ„ μˆ˜μž–μ•„ 이 μΌ€μ΄μŠ€ μ € μΌ€μ΄μŠ€ λ§Žμ„ κ±° 아냐 선배라고 뭐 ν•˜λ‚˜ 인생에 도움도 μ•ˆμ£ΌλŠ”λ° λ‚΄κ°€ μ΄λ ‡κ²Œ μ§„μ§€ν•˜κ²Œ λ‚˜μ˜¬ λ•Œ μ œλŒ€λ‘œ ν•œλ²ˆ μ‘°μ–Έ μ’€ ν•΄μ€˜λ³΄μ§€"
}

Data Fields

  • label: determines the intention of the utterance and can be one of fragment (0), statement (1), question (2), command (3), rhetorical question (4), rhetorical command (5) and intonation-depedent utterance (6).
  • text: the text in Korean about common topics like housework, weather, transportation, etc.

Data Splits

The data is split into a training set comrpised of 55134 examples and a test set of 6121 examples.

Dataset Creation

Curation Rationale

For head-final languages like Korean, intonation can be a determining factor in identifying the speaker's intention. The purpose of this dataset is to to determine whether an utterance is a fragment, statement, question, command, or a rhetorical question/command using the intonation-depedency from the head-finality. This is expected to improve language understanding of spoken Korean utterances and can be beneficial for speech-to-text applications.

Source Data

Initial Data Collection and Normalization

The corpus was provided by Seoul National University Speech Language Processing Lab, a set of frequently used words from the National Institute of Korean Language and manually created commands and questions. The utterances cover topics like weather, transportation and stocks. 20k lines were randomly selected.

Who are the source language producers?

Korean speakers produced the commands and questions.

Annotations

Annotation process

Utterances were classified into seven categories. They were provided clear instructions on the annotation guidelines (see here for the guidelines) and the resulting inter-annotator agreement was 0.85 and the final decision was done by majority voting.

Who are the annotators?

The annotation was completed by three Seoul Korean L1 speakers.

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

The dataset is curated by Won Ik Cho, Hyeon Seung Lee, Ji Won Yoon, Seok Min Kim and Nam Soo Kim.

Licensing Information

The dataset is licensed under the CC BY-SA-4.0.

Citation Information

@article{cho2018speech,
    title={Speech Intention Understanding in a Head-final Language: A Disambiguation Utilizing Intonation-dependency},
    author={Cho, Won Ik and Lee, Hyeon Seung and Yoon, Ji Won and Kim, Seok Min and Kim, Nam Soo},
    journal={arXiv preprint arXiv:1811.04231},
    year={2018}
}

Contributions

Thanks to @stevhliu for adding this dataset.