EunB2's picture
Update README.md
7f46c4a verified
metadata
dataset_info:
  features:
    - name: id
      dtype: int64
    - name: sentence
      dtype: string
    - name: gold_label
      dtype: string
  splits:
    - name: test
      num_bytes: 20371
      num_examples: 320
  download_size: 10171
  dataset_size: 20371
configs:
  - config_name: default
    data_files:
      - split: test
        path: data/test-*
task_categories:
  - text-classification
  - zero-shot-classification
language:
  - ko
tags:
  - syntax
  - acceptability
  - minimalpairs
size_categories:
  - n<1K

Kontrast Dataset

This dataset, Kontrast, contains Korean syntactic minimal pairs used to evaluate the syntactic competence of large language models (LLMs), including GPT-3.5, GPT-4, and GPT-4o.

Main Concept

The dataset consists of syntactic minimal pairs, where each pair includes:

  • An acceptable sentence
  • A less acceptable sentence (due to a syntactic violation)

These pairs help assess whether language models align with native Korean speaker judgments regarding syntactic acceptability.

Data Description

This dataset consists of three subsets based on different experimental tasks:

  1. Forced Choice Task (ForcedChoice_160pairs.xlsx)

    • 160 sentence pairs where one sentence is grammatically more acceptable than the other.
    • The model is asked to choose the more acceptable sentence.
    • Columns:
      • id: Unique identifier for the sentence pair.
      • sentence_A: The more acceptable sentence.
      • sentence_B: The less acceptable sentence.
      • gold_label: Correct answer (either A or B).
  2. Yes/No Task (YesNo_320sentences.xlsx)

    • 320 individual sentences labeled as acceptable (์˜ˆ) or unacceptable (์•„๋‹ˆ์˜ค).
    • The model is asked to determine whether each sentence is acceptable.
    • Columns:
      • id: Unique identifier for each sentence.
      • sentence: The sentence being evaluated.
      • gold_label: Acceptability judgment (์˜ˆ or ์•„๋‹ˆ์˜ค).
  3. Likert Scale Task (LikertScale_320sentences.xlsx)

    • 320 individual sentences, each rated based on acceptability judgments by human annotators.
    • The model assigns a score between 1 and 5, where:
      • 1 = ์ „ํ˜€ ์ˆ˜์šฉ ๋ถˆ๊ฐ€๋Šฅํ•จ (Totally unacceptable)
      • 2 = ์ˆ˜์šฉ ๋ถˆ๊ฐ€๋Šฅํ•จ (Unacceptable)
      • 3 = ๋ณดํ†ต์ž„ (Neutral)
      • 4 = ์ˆ˜์šฉ ๊ฐ€๋Šฅํ•จ (Acceptable)
      • 5 = ๋งค์šฐ ์ˆ˜์šฉ ๊ฐ€๋Šฅํ•จ (Very acceptable)
    • Columns:
      • id: Unique identifier for each sentence.
      • sentence: The sentence being evaluated.
      • gold_label: Acceptability judgment (์ •๋ฌธ or ๋น„๋ฌธ).

Example Data

Forced Choice Task

ID Acceptable Sentence (A) Less Acceptable Sentence (B) Correct Answer
1 ์„œ์šธ์€ ํ•œ๊ตญ์˜ ์ˆ˜๋„์ด๋‹ค. ์„œ์šธ์€ ํ•œ๊ตญ์˜ ์ˆ˜๋„๋ฟ์ด๋‹ค. A
2 ์ฒ ์ˆ˜๊ฐ€ ์–ด์ œ ์ค€ ๊ฒƒ์€ ์˜ํฌ์—๊ฒŒ ์ฑ…์ด์•ผ. ์ฒ ์ˆ˜๊ฐ€ ์–ด์ œ ์˜ํฌ์—๊ฒŒ ์ค€ ๊ฒƒ์€ ์ฑ…์ด์•ผ. B

Yes/No Task

ID Sentence Judgment
1 ์ฒ ์ˆ˜๊ฐ€ ์–ด์ œ ์˜ํฌ์—๊ฒŒ ์ค€ ๊ฒƒ์€ ์ฑ…์ด์•ผ. ์˜ˆ
2 ๋นˆ๋ฒˆํžˆ ์ผ์–ด๋‚˜๋Š” ์œ ๊ดด ์‚ฌ๊ฑด์ด ์šฐ๋ฆฌ๋ฅผ ์ŠฌํŽ๊ฒŒ ํ•œ๋‹ค. ์•„๋‹ˆ์˜ค

Likert Scale Task

ID Sentence Judgment
1 ์„œ์šธ์€ ํ•œ๊ตญ์˜ ์ˆ˜๋„์ด๋‹ค. ์ •๋ฌธ
2 ์˜์ด๊ฐ€ ์˜ˆ์˜์ง€ ์•Š๊ณ  ์žˆ๋‹ค. ๋น„๋ฌธ

Citation

@article{song2024evaluating,
  author    = {Jina Song and Eunbi Cho and Sanghoun Song},
  title     = {Evaluating GPTโ€™s Ability to Understand Syntactic Minimal Pairs in Korean},
  journal   = {Language and Information},
  volume    = {28},
  number    = {3},
  pages     = {83-109},
  year      = {2024},
  publisher = {The Korean Society for Language and Information}
}

License

TBD