REVIEW 4 major objections 5 minor 41 references
Long Context Automated Essay Scoring with Language Models
T0 review · 4 major / 5 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read Long-context language models score full essays above human-rater agreement.
desk verdict Useful benchmark of long-context AES models on the new ASAP 2.0 corpus, but the 'long context matters' claim is untested: a 512-token DeBERTa nearly matches the best long-context model. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing machinery is a set of architectural fixes to the transformer's fixed context: Longformer's sliding-window local attention with a few global tokens; XLNet's recurrent hidden-state concatenation; ModernBERT's and Llama's rotary position embeddings trained at extended lengths; and Mamba's selective state-space recurrence, which replaces attention with a linear-complexity update. The evaluation harness is the quadratic weighted kappa, computed against a human-human baseline of 0.745 introduced with the ASAP 2.0 corpus. Mamba's selective state-space model does the main argumentative work: it gives near-top agreement at 130M parameters and linear scaling, which the authors cite to make long-context scoring practical.
What would settle it
Stratify QWK by essay length: if models with 8k contexts do not beat DeBERTa's truncated 512-token predictions on essays longer than 512 tokens, or if the human-baseline comparison flips on those essays, the paper's central claim about long context collapses.
Extended reading notes
Core claim
The central discovery is that on the ASAP 2.0 essays, long-context language models can score full-length student texts with rater agreement at or above human-human agreement, so truncation is not required for good machine scoring. The paper reports QWK of 0.798 for Longformer, 0.797 for Mamba-130m, 0.792 for Llama-3.2-8B, 0.790 for DeBERTa and ModernBERT, and 0.784 for XLNet, against a human baseline of 0.745. The authors emphasize Mamba's result because it comes from a 130M-parameter state-space model with linear complexity rather than quadratic attention, and they treat the value of long contexts as validity rather than raw agreement: a model that never sees an essay's organization cannot faithfully score the organization trait. A secondary finding is that a large instruction-tuned generative model, Llama-3.2-8B, does not outscore compact encoders, though it can generate feedback.
Load-bearing premise
The comparison only matters if a large enough share of ASAP 2.0 essays exceeds the 512-token cutoff; the reported mean word counts alone do not show that, since means near 350 words leave room for most essays to fit within 512 tokens.
Editorial extensions
If this is right
- Scoring systems can ingest entire essays instead of 512-token prefixes, so rubric traits such as organization and argument flow are evaluated on the text a human rater would read.
- Linear-complexity models like Mamba become attractive for large-scale assessment because they combine near-top agreement with lower compute and 2–8x speedups over transformers.
- A diverse set of long-context designs—selective attention, recurrence, rotary embeddings, and state-space models—yields similar agreement, so the choice among them can be driven by efficiency, privacy, and deployment constraints.
- Generative LLMs add feedback capabilities beyond scoring, which could matter more than a small QWK difference.
- Ensembling these architecturally different models is a natural next step, since their errors are likely decorrelated.
Reading between the lines
- The paper does not report a token-length distribution, so whether the long-context advantage actually comes from long essays is untested; a reader could check by stratifying QWK on essays above and below 512 tokens.
- Mamba's strong agreement despite frozen state-space weights hints that long-range essay organization may be captured by compressed state rather than explicit pairwise attention; ablating state size or window width would test that.
- If the 0.798 versus 0.784 spread is within run-to-run noise, the practical conclusion shifts from 'Longformer is best' to 'most long-context designs are interchangeable', which strengthens a cost-based selection argument.
- The validity framing suggests a testable extension: score organization and local language traits separately, feeding full text to the former and truncated text to the latter, to see where long context earns its cost.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper evaluates several pretrained language models for automated essay scoring on the ASAP 2.0 dataset, arguing that long-context architectures are needed because 512-token truncation may undermine scoring validity. It compares DeBERTa-Base (512 tokens), XLNet-Base, Longformer, ModernBERT, Mamba-130m, and Llama-3.2-8B, reporting quadratic weighted kappa (QWK) against a human-human agreement of 0.745. All models reportedly surpass this baseline, with Longformer highest at 0.798 and Mamba-130m at 0.797. The discussion claims that long-context models are viable for AES and that state-space models offer efficiency advantages, while conceding that the goal of long-context modeling 'should not be about getting higher agreement.'
Significance. If the central long-context claim were established, this would be a useful benchmark for AES on a modern, long-essay dataset and a notable demonstration that a 130M state-space model competes with much larger attention-based models. The paper has several strengths: it covers a diverse set of architectural families, uses a recent dataset with more long essays than the original ASAP, reports against a human baseline, and is transparent about training choices such as frozen Mamba components and prompt variations for the generative model. However, the experimental design does not isolate context length from architecture or pretraining, the reported QWK differences are small and presented without uncertainty, and the asserted validity benefit for organization is never measured. The significance is therefore conditional on additional experiments that directly test the long-context motivation.
major comments (4)
- [Section 4, Table 2] The claim that long-context models are 'well-suited for handling lengthy student essays' is not supported by the reported comparisons. The 512-token DeBERTa-Base achieves QWK 0.790, within 0.008 of the best long-context model (Longformer, 0.798) and 0.007 of Mamba-130m (0.797). Because no experiment compares the same model on full versus truncated inputs, architecture family and pretraining are fully confounded with context length; the small observed differences could be due to model family rather than context. Please add a paired full-versus-truncated comparison, for example Longformer or ModernBERT trained on 512-token inputs versus the same model on full-length inputs, and report the proportion of essays that exceed 512 tokens.
- [Section 2.7, Table 1] The abstract states that 'many responses in the ASAP 2.0 dataset are too long for most language models,' but Table 1 reports only mean word counts (376.1 train, 342.7 test). Without the distribution of essay lengths, the reader cannot determine whether the long-context premise is vacuous for this dataset; if most essays fall below 512 tokens, the motivation and the comparisons between long-context and 512-token models lose their force. Please report the proportion of essays exceeding 512 tokens (and, ideally, a length histogram) per prompt and grade, separately for train and test, and clarify what happens to essays longer than the implemented context caps such as the 8k bound noted in Table 2.
- [Sections 4 and 5] The paper reports single QWK point estimates with no confidence intervals, standard errors, or significance tests. The differences among models (0.784 to 0.798) and between models and the human baseline (0.745) are small, so the statements that 'Longformer achiev[ed] the highest overall QWK' and that 'all models surpassed this baseline' are not statistically supported. Report bootstrap intervals or a paired significance test over essays, and consider multiple training seeds. Without this, the model ordering and the claim of surpassing human agreement are not actionable.
- [Section 5] The paper concedes that using long context 'should not be about getting higher agreement,' yet it does not measure the asserted validity benefit. The abstract and introduction claim that truncation 'undermines the model's ability to fully capture and evaluate organizational elements of the scoring rubric,' but no experiment, rubric trait score, or qualitative analysis of organization is reported. If the contribution is a validity argument rather than an agreement improvement, the paper should include a direct measurement or analysis of the organizational dimension, or the claims should be revised to match the evidence presented.
minor comments (5)
- [Section 2.4] The ModernBERT context length is given as '8196'; this is presumably a typo for 8192 and should be corrected.
- [Section 3.2] The QLoRA configuration is underspecified: the rank, scaling factor, target linear layers (beyond the Lq, Lk, Lv mention), quantization bit-width, and exact hyperparameters are not reported, which prevents reproduction of the Llama-3.2-8B result.
- [Section 3.1] The observation that 'full model training seemed to readily lead to model collapse' for Mamba would be more useful if accompanied by a precise description of the failure mode (e.g., loss divergence, degenerate predictions) and the exact set of frozen layers.
- [Section 3] The data split procedure is unclear: the paper mentions a training set and a development set, but does not state explicitly whether the train/test split is random, stratified by prompt, or otherwise controlled. Please clarify so that prompt overlap between train and test can be ruled out.
- [Throughout] There are a number of typographical and formatting errors, including 'pretaining' in Section 3 and the missing closing parenthesis in Equation (4); a careful proofread is needed.
Circularity Check
No circularity: the paper is an empirical benchmark evaluated against the external ASAP 2.0 dataset and a human-rater QWK baseline, with no fitted parameter renamed as a prediction.
full rationale
This is an empirical evaluation paper, not a derivation. The central results are QWK values computed by the standard weighted-kappa formula (Eq. 4) from model scores versus human scores on the externally provided ASAP 2.0 test set, compared against the reported human-human agreement of 0.745. No parameter is fitted to a subset and then presented as an independent prediction; the only development-set selection is the rubric prompt variation for generative models, which is ordinary model selection rather than circularity. The paper's motivating claim that truncation at 512 tokens undermines rubric validity is an interpretive argument, not an input to the scoring equations, so the absence of a direct full-versus-truncated comparison weakens the evidence but does not create a circular derivation. The self-citations (Ormerod et al., 2023; Ormerod and Kwako, 2024; Rodriguez et al., 2019; Lottridge et al., 2023) support methodology or motivation, but the benchmark numbers come from external pretrained checkpoints and the external dataset, not from those cited works. The lack of confidence intervals and the small QWK gaps between DeBERTa-Base (0.790) and Longformer (0.798) are correctness and evidentiary concerns, not circularity. No circular step can be exhibited, so the appropriate score is 0.
Assumptions & free parameters
free parameters (1)
- Context length cap for XLNet and Mamba =
8,000 tokens
assumptions (4)
- domain assumption Quadratic weighted kappa is the appropriate evaluation metric for automated essay scoring agreement.
- domain assumption ASAP 2.0 rubric scores and human rater labels are valid targets for model training and evaluation.
- domain assumption ASAP 2.0 essays are long enough that 512-token truncation loses rubric-relevant content.
- domain assumption Human-human QWK of 0.745 is a fair benchmark for comparing model scores.
Cite this review
Pith. "Pith review of Long Context Automated Essay Scoring with Language Models." pith.science (2026). https://pith.science/paper/DED3466L
@misc{pith2026250910417,
author = {Pith},
title = {Pith review of: Long Context Automated Essay Scoring with Language Models},
year = {2026},
howpublished = {\url{https://pith.science/paper/DED3466L}},
note = {Machine review of arXiv:2509.10417}
}
read the original abstract
Transformer-based language models are architecturally constrained to process text of a fixed maximum length. Essays written by higher-grade students frequently exceed the maximum allowed length for many popular open-source models. A common approach to addressing this issue when using these models for Automated Essay Scoring is to truncate the input text. This raises serious validity concerns as it undermines the model's ability to fully capture and evaluate organizational elements of the scoring rubric, which requires long contexts to assess. In this study, we evaluate several models that incorporate architectural modifications of the standard transformer architecture to overcome these length limitations using the Kaggle ASAP 2.0 dataset. The models considered in this study include fine-tuned versions of XLNet, Longformer, ModernBERT, Mamba, and Llama models.
Figures
Reference graph
Works this paper leans on
-
[1]
AI@Meta . 2024. https://github.com/meta-llama/llama3/blob/main/MODEL_CARD.md Llama 3 Model Card
2024
-
[2]
Iz Beltagy, Matthew E. Peters, and Arman Cohan. 2020. https://doi.org/10.48550/arXiv.2004.05150 Longformer: The Long - Document Transformer . arXiv preprint. ArXiv:2004.05150 [cs]
-
[3]
Okan Bulut, Maggie Beiting-Parrish, Jodi M. Casabianca, Sharon C. Slater, Hong Jiao, Dan Song, Christopher M. Ormerod, Deborah Gbemisola Fabiyi, Rodica Ivan, Cole Walsh, Oscar Rios, Joshua Wilson, Seyma N. Yildirim-Erbasli, Tarid Wongvorachan, Joyce Xinle Liu, Bin Tan, and Polina Morilova. 2024. https://doi.org/10.48550/arXiv.2406.18900 The Rise of Artifi...
-
[4]
Hyung Won Chung, Le Hou, Shayne Longpre, Barret Zoph, Yi Tay, William Fedus, Yunxuan Li, Xuezhi Wang, Mostafa Dehghani, Siddhartha Brahma, Albert Webson, Shixiang Shane Gu, Zhuyun Dai, Mirac Suzgun, Xinyun Chen, Aakanksha Chowdhery, Alex Castro-Ros, Marie Pellat, Kevin Robinson, and 16 others. 2022. http://arxiv.org/abs/2210.11416 Scaling Instruction - Fi...
arXiv 2022
-
[5]
Kevin Clark, Minh-Thang Luong, Quoc V. Le, and Christopher D. Manning. 2020. https://doi.org/10.48550/arXiv.2003.10555 ELECTRA : Pre -training Text Encoders as Discriminators Rather Than Generators . Technical Report arXiv:2003.10555, arXiv. ArXiv:2003.10555 [cs] type: article
-
[6]
Crossley, Perpetual Baffour, Yu Tian, Aigner Picou, Meg Benner, and Ulrich Boser
Scott A. Crossley, Perpetual Baffour, Yu Tian, Aigner Picou, Meg Benner, and Ulrich Boser. 2022. https://doi.org/10.1016/j.asw.2022.100667 The persuasive essays for rating, selecting, and understanding argumentative and discourse elements ( PERSUADE ) corpus 1.0 . Assessing Writing, 54:100667
arXiv 2022
-
[7]
Scott Andrew Crossley, Perpetual Baffour, L. Burleigh, and Jules King. 2025. https://doi.org/10.2139/ssrn.5129353 A Large - Scale Corpus for Assessing Source - Based Writing Quality : Asap 2.0
-
[8]
Zihang Dai, Zhilin Yang, Yiming Yang, Jaime Carbonell, Quoc V. Le, and Ruslan Salakhutdinov. 2019. https://doi.org/10.48550/arXiv.1901.02860 Transformer- XL : Attentive Language Models Beyond a Fixed - Length Context . arXiv preprint. ArXiv:1901.02860 [cs, stat]
Show all 41 references
-
[9]
Tim Dettmers, Artidoro Pagnoni, Ari Holtzman, and Luke Zettlemoyer. 2023. https://proceedings.neurips.cc/paper_files/paper/2023/hash/1feb87871436031bdc0f2beaa62a049b-Abstract-Conference.html QLoRA : Efficient Finetuning of Quantized LLMs . Advances in Neural Information Proces...
2023
- [10]
-
[11]
Fei Dong, Yue Zhang, and Jie Yang. 2017. https://doi.org/10.18653/v1/K17-1017 Attention-based Recurrent Convolutional Neural Network for Automatic Essay Scoring . In Proceedings of the 21st Conference on Computational Natural Language Learning ( CoNLL 2017) , pages 153--162, V...
2017 doi
- [12]
-
[13]
Alex Graves, Navdeep Jaitly, and Abdel-rahman Mohamed. 2013. https://doi.org/10.1109/ASRU.2013.6707742 Hybrid speech recognition with Deep Bidirectional LSTM . In 2013 IEEE Workshop on Automatic Speech Recognition and Understanding , pages 273--278
2013
- [14]
-
[15]
Albert Gu, Karan Goel, and Christopher Ré. 2021. https://arxiv.org/abs/2111.00396v3 Efficiently Modeling Long Sequences with Structured State Spaces
2021 arXiv
- [16]
- [17]
-
[18]
Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li, Shean Wang, Lu Wang, and Weizhu Chen
Edward J. Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li, Shean Wang, Lu Wang, and Weizhu Chen. 2021. https://doi.org/10.48550/arXiv.2106.09685 LoRA : Low - Rank Adaptation of Large Language Models . arXiv preprint. ArXiv:2106.09685 [cs]
-
[19]
Timo Kaufmann, Paul Weng, Viktor Bengs, and Eyke Hüllermeier. 2024. https://doi.org/10.48550/arXiv.2312.14925 A Survey of Reinforcement Learning from Human Feedback . arXiv preprint. ArXiv:2312.14925
2024 doi
-
[20]
Taku Kudo and John Richardson. 2018. https://doi.org/10.18653/v1/D18-2012 SentencePiece : A simple and language independent subword tokenizer and detokenizer for Neural Text Processing . In Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing ...
2018 doi
- [21]
- [22]
-
[23]
Susan Lottridge, Chris Ormerod, and Amir Jafari. 2023. Psychometric Considerations When Using Deep Learning for Automated Scoring . In Advancing Natural Language Processing in Educational Assessment . Routledge. Num Pages: 16
2023
-
[24]
Mary L. McHugh. 2012. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3900052/ Interrater reliability: the kappa statistic . Biochemia Medica, 22(3):276--282
2012
- [25]
- [26]
- [27]
-
[28]
Ellis Batten Page. 2003. Project Essay Grade : PEG . In Automated essay scoring: A cross-disciplinary perspective , pages 43--54. Lawrence Erlbaum Associates Publishers, Mahwah, NJ, US
2003
-
[29]
Alec Radford, Karthik Narasimhan, Tim Salimans, and Ilya Sutskever. 2018. https://www.cs.ubc.ca/ amuham01/LING530/papers/radford2018improving.pdf Improving Language Understanding by Generative Pre -training
2018
- [30]
-
[31]
Shermis and Ben Hamner
Mark D. Shermis and Ben Hamner. 2013. https://doi.org/10.4324/9780203122761.CH19 Contrasting State -of-the- Art Automated Scoring of Essays . pages 335--368. Publisher: Routledge Handbooks Online
2013 doi
-
[32]
Jianlin Su, Murtadha Ahmed, Yu Lu, Shengfeng Pan, Wen Bo, and Yunfeng Liu. 2024. https://doi.org/10.1016/j.neucom.2023.127063 RoFormer : Enhanced transformer with Rotary Position Embedding . Neurocomputing, 568:127063
2024
-
[33]
Kaveh Taghipour and Hwee Tou Ng. 2016. https://doi.org/10.18653/v1/D16-1193 A Neural Approach to Automated Essay Scoring . In Proceedings of the 2016 Conference on Empirical Methods in Natural Language Processing , pages 1882--1891, Austin, Texas. Association for Computational...
2016 doi
-
[34]
Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Łukasz Kaiser, and Illia Polosukhin. 2017. https://proceedings.neurips.cc/paper/2017/hash/3f5ee243547dee91fbd053c1c4a845aa-Abstract.html Attention is All you Need . In Advances in Neural In...
2017
- [35]
- [36]
-
[37]
Williamson, Xiaoming Xi, and F
David M. Williamson, Xiaoming Xi, and F. Jay Breyer. 2012. https://doi.org/10.1111/j.1745-3992.2011.00223.x A Framework for Evaluation and Use of Automated Scoring . Educational Measurement: Issues and Practice, 31(1):2--13. \_eprint: https://onlinelibrary.wiley.com/doi/pdf/10...
2012
- [38]
-
[39]
Changrong Xiao, Wenxing Ma, Sean Xin Xu, Kunpeng Zhang, Yufang Wang, and Qi Fu. 2024. http://arxiv.org/abs/2401.06431 From Automation to Augmentation : Large Language Models Elevating Essay Scoring Landscape . arXiv preprint. ArXiv:2401.06431 [cs] version: 1
2024 arXiv
- [40]
-
[41]
Zhilin Yang, Zihang Dai, Yiming Yang, Jaime Carbonell, Russ R Salakhutdinov, and Quoc V Le. 2019. https://proceedings.neurips.cc/paper/2019/hash/dc6a7e655d7e5840e66733e9ee67cc69-Abstract.html XLNet : Generalized Autoregressive Pretraining for Language Understanding . In Advanc...
2019
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.