education · digital · family: the model was never trained on this
the algorithm marks down how you talk
Automated essay scoring diverges by dialect and language background in high-stakes tests
Problem statement
Automated essay scoring (AES) systems — both legacy NLP-based engines and newer LLM-based scorers — produce scores that diverge from human ratings in group-dependent ways tied to dialect and first-language background. ETS's own evaluation of the e-rater engine on the GRE General Test reported standardized mean machine-minus-human differences of about −0.13 for the African American subgroup and roughly −0.19 to −0.22 for test takers from Taiwan on argument prompts, while test takers from China were overscored (+0.68 on issue prompts, +0.56 on argument). That the gap changes sign and size by group is what makes this hard: it is not one uniform penalty that can be subtracted out. ETS traced the mechanism to a modeling mismatch — human raters treated control of language as a threshold condition, whereas e-rater applied linear weighting across all features, insufficiently penalizing language errors while over-weighting organization and development features that correlate with essay length. The bias is structural, in the sense that it follows from how scoring models are fit, not from noise.
Why this matters
AES is deployed at high stakes and large scale: e-rater has been used operationally on the GRE General Test and the TOEFL test, and automated scoring is now common in university placement exams and K-12 writing assessment. When machine-human divergence is group-dependent, students from multilingual backgrounds, speakers of African American Vernacular English (AAVE), and L2 English writers can have their scores shifted in a direction that has nothing to do with the quality of their argument — affecting admissions, course placement, and academic self-concept. As LLM-based grading expands, deployment is outrunning fairness validation: Loukina, Madnani, and Zechner (2019) show, using simulated and real assessment data, that test-takers' native-language background can affect automated scores and that competing definitions of fairness cannot all be satisfied at once, so "is it fair?" has no single answer a vendor can certify.
What’s been tried and why it hasn’t worked
Monitoring machine-human score differences after deployment — the approach ETS took — detects the gap but does not close it: the GRE analysis located the cause in e-rater's linear feature weighting versus human raters' threshold treatment of language control, a difference that post-hoc rescaling cannot remove. Making training data more representative helps but is not sufficient on its own: Schaller et al. (2024), comparing shallow-learning, deep-learning, and LLM scorers on German secondary-school learner essays, found that training on skewed subsets did not itself produce biased scores but did produce low accuracy for out-of-distribution students, and concluded that training data are needed for all relevant user groups — including cognitive-ability groups, not only demographic ones. Assuming the problem is a dialect-feature penalty may also misdiagnose it: in an automated-scoring study of open-ended math responses, Siedahmed et al. (2025) varied four AAVE features against synthetically standardized controls and found that the number of dialect features per response did not change GPT scoring, while prompt-engineering choices did — i.e. the scoring harness mattered more than the dialect markers. And LLM scorers are not yet stable enough to be the fix: Pack, Barrett, and Escalante (2024), double-scoring 119 language-placement essays with PaLM 2, Claude 2, GPT-3.5, and GPT-4 on two occasions, found GPT-4 strongest on intrarater reliability and validity but interrater reliability against humans declining slightly over time across models.
What would unlock progress
Large-scale, multi-dialect, content-quality-matched essay corpora with paired human ratings that explicitly separate language form from content quality. Scoring architectures that decouple "content knowledge and argumentation quality" from "surface-level linguistic conformity to standard English." Fairness auditing frameworks specific to writing assessment defining acceptable differential performance across dialect/L1 groups, analogous to differential item functioning (DIF) analysis in psychometrics.
Entry points for student teams
A team could conduct a fairness audit of one commercially available AES system using a controlled essay set written in standard English vs. AAVE or L2 English with matched content quality, quantifying the scoring differential. Alternatively, a team could build a prototype scoring model that evaluates argumentation quality using semantic features while explicitly ignoring surface-level dialect markers. NLP, education measurement, and equity analysis skills apply.
Genome — every gene is a door
Structural cousins — same reason stuck, other fields
Sources
Chaitanya Ramineni & David Williamson, "Understanding Mean Score Differences Between the e-rater® Automated Scoring Engine and Humans for Demographically Based Groups in the GRE® General Test," ETS Research Report Series 2018(1), pp. 1–31, Anastassia Loukina, Nitin Madnani, Klaus Zechner, "The many dimensions of algorithmic fairness in educational applications," Proceedings of the Fourteenth Workshop on Innovative Use of NLP for Building Educational Applications (BEA 2019), Nils-Jonathan Schaller, Yuning Ding, Andrea Horbach, Jennifer Meyer, Thorben Jansen, "Fairness in Automated Essay Scoring: A Comparative Analysis of Algorithms on German Learner Essays from Secondary Education," Proceedings of the 19th Workshop on Innovative Use of NLP for Building Educational Applications (BEA 2024), Abubakir Siedahmed, Jaclyn Ocumpaugh, Zelda Ferris, Dinesh Kodwani, Neil Heffernan, Eamon Worden, "Nonstandard English and the Automated Scoring of Open-Ended Math Problems," Proceedings of the 18th International Conference on Educational Data Mining (EDM 2025), Austin Pack, Alex Barrett, Juan Escalante, "Large language models and automated essay scoring of English language learner writing: Insights into validity and reliability," Computers and Education: Artificial Intelligence 6 (2024), 100234, Accessed 2026-08-20. go to source 1 ↗ go to source 2 ↗ go to source 3 ↗ go to source 4 ↗ go to source 5 ↗
verification notes (working record)
The collection team’s own sourcing notes for this brief, kept verbatim:
The 10.3% scoring gap is for high-proficiency L2 writers — the gap is larger for lower-proficiency writers. The problem is worsening because LLM-based grading is expanding rapidly without fairness validation. Related to but distinct from `education-growth-mindset-structural-blind-spot` (which covers mindset research methodology) and `education-curriculum-assessment-misalignment` (which covers curriculum-test alignment). The Markup and ProPublica have documented similar algorithmic bias patterns in criminal justice and hiring — the education assessment domain is an emerging frontier.
Reconciliation 2026-08-20: Both original citations were wrong and the brief's headline statistic did not exist. (1) "Burchfield et al., 'Fairness in Automated Essay Scoring,' ACL BEA Workshop 2024" is not a real paper. The URL attached to it, https://aclanthology.org/2024.bea-1.18, is Schaller, Ding, Horbach, Meyer & Jansen, "Fairness in Automated Essay Scoring: A Comparative Analysis of Algorithms on German Learner Essays from Secondary Education" (BEA 2024) — verified and now cited under its real authors, with its actual finding (skewed training subsets produced low accuracy for out-of-distribution students, and representative training data are needed for all relevant user groups, cognitive as well as demographic). (2) The "Mizumoto & Eguchi, Computers and Education: AI, 2024" citation grafted two different papers together: Mizumoto & Eguchi's real paper is "Exploring the potential of using an AI language model for automated essay scoring" (Research Methods in Applied Linguistics, 2023), while the title given belongs to Pack, Barrett & Escalante, "Large language models and automated essay scoring of English language learner writing: Insights into validity and reliability," Computers and Education: Artificial Intelligence 6 (2024), 100234 — that paper is now cited under its real authors and used for what it actually reports (119 placement essays, four LLMs, GPT-4 best on intrarater reliability, interrater reliability with humans declining slightly over time). (3) Retracted: the claim that "a fine-tuned DeBERTa-v3 model scored high-proficiency ESL essays 10.3% lower than native-speaker essays of identical human-rated quality," the claim that "approximately two-thirds of AES studies rely exclusively on standard English training data," and the "contrastive learning debiasing has been proposed (2026)" line. None could be traced to any real source and all are removed; the Source Notes sentence above about the 10.3% gap being larger for lower-proficiency writers is therefore void and should not be carried forward. (4) The empirical core is now Ramineni & Williamson's ETS Research Report on the GRE General Test, which is verified and carries real numbers: standardized machine-minus-human differences of about −0.13 (African American subgroup, argument prompts) and −0.19 to −0.22 (Taiwan, argument), versus +0.68 and +0.56 for test takers from China. That last figure required softening the brief's framing: the divergence is group-dependent and changes sign, so "systematically penalizes" was too strong as a universal statement and the title was changed from "Automated Essay Scoring Systematically Penalizes Non-Dominant Dialects" accordingly. (5) Added as a deliberate counterweight: Siedahmed et al. (EDM 2025) found that varying the number of AAVE features in open-ended math responses did not change GPT scoring while prompt engineering did — a partial null against the simple dialect-marker-penalty story, retained because the brief should not be built on the assumption it is trying to test. Source tier updated 2 → 1 (ETS research report + peer-reviewed workshop and journal papers).