Papers › KCSAT-ML: Probing Reasoning Models with Nationwide-Cohort Human Difficulty

KCSAT-ML: Probing Reasoning Models with Nationwide-Cohort Human Difficulty

9 Jun 2026arXiv:2606.10403added by Syntology

Sanghee Park, Geewook Kim, Kee-Eung Kim

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Math reasoning benchmarks have proliferated, yet most lack a per-item difficulty signal grounded in actual human performance. We introduce KCSAT-ML, a decade (2014-2025) of Korean College Scholastic Ability Test (KCSAT; Suneung) mathematics: 664 problems with a 339-item core set carrying official per-item error rates from nationwide cohorts of hundreds of thousands of examinees. We pair the benchmark with Difficulty-aligned Reasoning Gain (DRG): a score-orthogonal metric that asks whether a model's mistakes concentrate on the items humans found hard, or on items humans found easy. Together they expose, across a wide range of VLMs (and LLMs via OCR), three patterns: (i) low-budget accuracy collapses on the high-human-error tail at every model size; (ii) test-time scaling (TTS) raises token use roughly linearly with cohort error rate, while accuracy gains follow a non-monotonic curve; (iii) within a single family, TTS flips between anti-scaling on the hardest items and overthinking on easier ones -- two faces of the same alignment failure. On DRG, models with near-identical accuracy can sit at near-opposite values: one model gets wrong what humans also find hard, while another solves the hardest items yet fails on items humans find easy -- a contrast that aggregate accuracy hides. Our code and dataset builder will be open-sourced at https://github.com/naver-ai/KCSAT-ML.

PaperPDFCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2606.10403")

Code

Syntology Ran 16 of 20 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 16 ran with no contract checked.

By repository: found in paper text by Syntology: 20 samples from 1 repository, 16 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

naver-ai/KCSAT-ML found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 16 ran; 0 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

16ran
4unverified

Licence: 20 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from naver-ai/KCSAT-ML. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

classify naver-ai/KCSAT-ML/analysis/contamination_analysis.py found in paper text by Syntology ran fingerprinted AGPL-3.0 (copyleft) · pointer only · ee089fe2b6308e10 · report
classify naver-ai/KCSAT-ML/analysis/difficulty_signal_analysis.py found in paper text by Syntology ran fingerprinted AGPL-3.0 (copyleft) · pointer only · b786586bab293243 · report
collect naver-ai/KCSAT-ML/analysis/drg.py found in paper text by Syntology ran AGPL-3.0 (copyleft) · pointer only · 1b14f78b2b91b280 · report
crop_and_concat_from_meta naver-ai/KCSAT-ML/src/utils/image_utils.py found in paper text by Syntology ran AGPL-3.0 (copyleft) · pointer only · 4925c1d16bf123ee · report
encode_image naver-ai/KCSAT-ML/src/utils/image_utils.py found in paper text by Syntology ran AGPL-3.0 (copyleft) · pointer only · 0cf01235db87302e · report
encode_image_with_type naver-ai/KCSAT-ML/src/utils/image_utils.py found in paper text by Syntology ran AGPL-3.0 (copyleft) · pointer only · 2c222ddef9c44201 · report
evaluation_answer_async naver-ai/KCSAT-ML/src/evaluator.py found in paper text by Syntology ran AGPL-3.0 (copyleft) · pointer only · b7bd3ad8d9303c85 · report
fit_table naver-ai/KCSAT-ML/analysis/difficulty_signal_analysis.py found in paper text by Syntology ran AGPL-3.0 (copyleft) · pointer only · f44378d941906ea8 · report
flatten_with_prefix naver-ai/KCSAT-ML/src/generator.py found in paper text by Syntology ran AGPL-3.0 (copyleft) · pointer only · bc09dcbd5da56c1e · report
generate_response_async naver-ai/KCSAT-ML/src/runner.py found in paper text by Syntology ran AGPL-3.0 (copyleft) · pointer only · 7042ee578fb31b8f · report
load_json naver-ai/KCSAT-ML/src/evaluator.py found in paper text by Syntology ran AGPL-3.0 (copyleft) · pointer only · 88816b951ca46a4d · report
load_json naver-ai/KCSAT-ML/src/generator.py found in paper text by Syntology ran AGPL-3.0 (copyleft) · pointer only · c700c0687c7ab7df · report
parse_variant naver-ai/KCSAT-ML/analysis/human_vs_model_error.py found in paper text by Syntology ran fingerprinted AGPL-3.0 (copyleft) · pointer only · 392350677d773653 · report
pretty_label naver-ai/KCSAT-ML/analysis/human_vs_model_error.py found in paper text by Syntology ran fingerprinted AGPL-3.0 (copyleft) · pointer only · 48c63779ce44153d · report
regress naver-ai/KCSAT-ML/analysis/difficulty_signal_analysis.py found in paper text by Syntology ran fingerprinted AGPL-3.0 (copyleft) · pointer only · 4d266da509167653 · report
variant_score naver-ai/KCSAT-ML/analysis/edge_case_finder.py found in paper text by Syntology ran AGPL-3.0 (copyleft) · pointer only · 439121706de49e24 · report
collect_per_item naver-ai/KCSAT-ML/analysis/intelligence_emerges.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · b3586a7111030459 · report
compute_drg naver-ai/KCSAT-ML/analysis/drg.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · f19200c013e66e91 · report
download_file naver-ai/KCSAT-ML/src/generator.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · 8c4bcc32509a5203 · report
render naver-ai/KCSAT-ML/analysis/intelligence_emerges.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · c59c23dd3513d56e · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.10403, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections