Papers › An Existence Proof for Neural Language Models That Can Explain Garden-Path Effects via...

An Existence Proof for Neural Language Models That Can Explain Garden-Path Effects via Surprisal

20 Apr 2026arXiv:2604.18293added by Syntology

Ryo Yoshida, Shinnosuke Isono, Taiga Someya, Yohei Oseki, Tatsuki Kuribayashi

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

Surprisal theory hypothesizes that the difficulty of human sentence processing increases linearly with surprisal, the negative log-probability of a word given its context. Computational psycholinguistics has tested this hypothesis using language models (LMs) as proxies for human prediction. While surprisal derived from recent neural LMs generally captures human processing difficulty on naturalistic corpora that predominantly consist of simple sentences, it severely underestimates processing difficulty on sentences that require syntactic disambiguation (garden-path effects). This leads to the claim that the processing difficulty of such sentences cannot be reduced to surprisal, although it remains possible that neural LMs simply differ from humans in next-word prediction. In this paper, we investigate whether it is truly impossible to construct a neural LM that can explain garden-path effects via surprisal. Specifically, instead of evaluating off-the-shelf neural LMs, we fine-tune these LMs on garden-path sentences so as to better align surprisal-based reading-time estimates with actual human reading times. Our results show that fine-tuned LMs do not overfit and successfully capture human reading slowdowns on held-out garden-path items; they even improve predictive power for human reading times on naturalistic corpora and preserve their general LM capabilities. These results provide an existence proof for a neural LM that can explain both garden-path effects and naturalistic reading times via surprisal, but also raise a theoretical question: what kind of evidence can truly falsify surprisal theory?

PaperPDFCode Syntology ran

In Syntology 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="2604.18293")

Code

Syntology Ran 0 of 21 code samples harvested from 1 repository linked to this paper; 21 have no recorded run.

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

osekilab/RE-GPE 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

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

21unverified

Licence: 21 of the 21 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 osekilab/RE-GPE. “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.

blimp_stats osekilab/RE-GPE/src/reverse_engineering/generate_appendix_table.py found in paper text by Syntology unverified no licence file found · pointer only · 7717d79ee33c28b6 · report
compute_perplexity osekilab/RE-GPE/src/reverse_engineering/evaluate_perplexity.py found in paper text by Syntology unverified no licence file found · pointer only · 4ad76a6cbd937093 · report
create_fold_config osekilab/RE-GPE/src/reverse_engineering/train_all_valid_folds.py found in paper text by Syntology unverified no licence file found · pointer only · b6e4fe8da666b2e6 · report
create_fold_config osekilab/RE-GPE/src/reverse_engineering/train_all_valid_folds_rc.py found in paper text by Syntology unverified no licence file found · pointer only · 2e9400ddf1ec993c · report
evaluate_fold osekilab/RE-GPE/src/reverse_engineering/evaluate_all_folds.py found in paper text by Syntology unverified no licence file found · pointer only · 2fc988b9b1b07647 · report
evaluate_fold osekilab/RE-GPE/src/reverse_engineering/evaluate_all_folds_rc.py found in paper text by Syntology unverified no licence file found · pointer only · e215c22dc050e5c0 · report
evaluate_model_on_corpora osekilab/RE-GPE/src/reverse_engineering/evaluate_perplexity.py found in paper text by Syntology unverified no licence file found · pointer only · 3d845b22eb1d4397 · report
extract_accuracies osekilab/RE-GPE/src/reverse_engineering/aggregate_blimp.py found in paper text by Syntology unverified no licence file found · pointer only · d7b260b224a45810 · report
find_fold_models osekilab/RE-GPE/src/reverse_engineering/evaluate_all_folds.py found in paper text by Syntology unverified no licence file found · pointer only · 4703812d5773c6ea · report
find_fold_models osekilab/RE-GPE/src/reverse_engineering/evaluate_all_folds_rc.py found in paper text by Syntology unverified no licence file found · pointer only · a26f4b26c3caf66d · report
find_result_json osekilab/RE-GPE/src/reverse_engineering/aggregate_blimp.py found in paper text by Syntology unverified no licence file found · pointer only · 24262e7406e647c5 · report
find_valid_folds osekilab/RE-GPE/src/reverse_engineering/evaluate_baseline.py found in paper text by Syntology unverified no licence file found · pointer only · 114cdeafdc690f30 · report
find_valid_folds osekilab/RE-GPE/src/reverse_engineering/evaluate_baseline_rc.py found in paper text by Syntology unverified no licence file found · pointer only · 6ec88b90f57eb621 · report
fmt_pre_ppl osekilab/RE-GPE/src/reverse_engineering/generate_appendix_table.py found in paper text by Syntology unverified no licence file found · pointer only · b3063cb248ef84eb · report
get_available_folds osekilab/RE-GPE/src/reverse_engineering/train_all_valid_folds.py found in paper text by Syntology unverified no licence file found · pointer only · 681548dac6c5cff7 · report
get_available_folds osekilab/RE-GPE/src/reverse_engineering/train_all_valid_folds_rc.py found in paper text by Syntology unverified no licence file found · pointer only · 535c51c2486286c7 · report
load_and_tokenize_corpus osekilab/RE-GPE/src/reverse_engineering/evaluate_perplexity.py found in paper text by Syntology unverified no licence file found · pointer only · 6d943b567d0b2e83 · report
ppl_stats osekilab/RE-GPE/src/reverse_engineering/generate_appendix_table.py found in paper text by Syntology unverified no licence file found · pointer only · cf9666aeff02a8a6 · report
run_training osekilab/RE-GPE/src/reverse_engineering/train_all_valid_folds.py found in paper text by Syntology unverified no licence file found · pointer only · 3f9386d693a17e4e · report
run_training osekilab/RE-GPE/src/reverse_engineering/train_all_valid_folds_rc.py found in paper text by Syntology unverified no licence file found · pointer only · 25776e2afd2a6335 · report
summarize osekilab/RE-GPE/src/reverse_engineering/aggregate_blimp.py found in paper text by Syntology unverified no licence file found · pointer only · f9a7217d1b729cae · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2604.18293, was issued in April 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