CoolFace
Datasetpublic

dilab-cau/kobest-query-context-stress-v3

KoBEST Query/Context Label-Preserving Stress v3 This repository packages a v3 paired Korean boundary-stress dataset built from skt/kobest_v1. What it contains Each row preserves: the original gold label the original answer options, or a synthetic label space for non-MCQ configs and modifies only the natural input text fields to make the surface form more tokenization-fragile while keeping: identical non-space character sequence per stressed field identical Kiwi… See the full description on the dataset page: https://huggingface.co/datasets/dilab-cau/kobest-query-context-stress-v3.

sourceHugging Faceotherupdated 4mo agoView on Hugging Face
0likes10downloads
Dataset Card

KoBEST Query/Context Label-Preserving Stress v3

This repository packages a v3 paired Korean boundary-stress dataset built from skt/kobest_v1.

What it contains

Each row preserves:

  • —the original gold label
  • —the original answer options, or a synthetic label space for non-MCQ configs

and modifies only the natural input text fields to make the surface form more tokenization-fragile while keeping:

  1. 1.identical non-space character sequence per stressed field
  2. 2.identical Kiwi token signature (form, tag) per stressed field
  3. 3.increased decoder-tokenizer boundary mismatch under unsloth/Meta-Llama-3.1-8B

Compared with the conservative v1 generator, the v3 variant selects the highest local mismatch-increase edit at each step. For multi-field configs such as boolq and wic, v3 requires all configured text fields to be stressed for the row to be accepted.

Field coverage

  • —boolq: paragraph, question
  • —copa: premise
  • —hellaswag: context
  • —sentineg: sentence
  • —wic: context_1, context_2

Files

  • —data/train.jsonl: accepted stress pairs
  • —metadata/build_report_query_context_stress.json: generation summary
  • —metadata/filtered_out_query_context_stress.jsonl: audit log for rejected rows
  • —metadata/review_query_context_stress.csv: human-review sheet

Summary

  • —source dataset: skt/kobest_v1
  • —tokenizer: unsloth/Meta-Llama-3.1-8B
  • —accepted candidates: 673
  • —filtered-out rows: 3888

Accepted subset counts:

  • —boolq: 180
  • —copa: 33
  • —hellaswag: 378
  • —sentineg: 16
  • —wic: 66

Construction Notes

The generation procedure is implemented in:

  • —scripts/build_kobest_query_context_stress.py

and documented in:

  • —docs/kobest_query_context_stress_ruleset.md

Citation

If you use this dataset, cite the original KoBEST benchmark and describe this repository as a derived v3 label-preserving query/context stress variant.