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.
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 token signature
(form, tag)per stressed field - 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,questioncopa:premisehellaswag:contextsentineg:sentencewic:context_1,context_2
Files
data/train.jsonl: accepted stress pairsmetadata/build_report_query_context_stress.json: generation summarymetadata/filtered_out_query_context_stress.jsonl: audit log for rejected rowsmetadata/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:180copa:33hellaswag:378sentineg:16wic: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.
