Volver a Noticias
InnovaciónAI Understanding sesión informativa

A bandit framework cuts LLM calls for automated essay-scoring prompt selection

A new arXiv paper reports that a multi-armed bandit controller selected prompting strategies for LLM essay scoring with comparable accuracy to exhaustive search while reducing calls by 78.4%.

Por 5 min read
Primary-source image accompanying A bandit framework cuts LLM calls for automated essay-scoring prompt selection
La versión corta

A new arXiv paper reports that a multi-armed bandit controller selected prompting strategies for LLM essay scoring with comparable accuracy to exhaustive search while reducing calls by 78.4%.

que paso

Researchers Olga Manakina and Igor Bogdanov propose using a multi-armed bandit controller to choose among prompting strategies for automated essay scoring. In experiments on IELTS Writing Task 2 essays, the framework reportedly matched exhaustive grid search on scoring accuracy while using 78.4% fewer LLM calls to identify the best approach.

The paper treats each grading recipe as an “arm” in a multi-armed bandit problem. Rather than testing every possible prompting configuration equally, the controller adaptively allocates LLM calls to the recipes that appear most promising. The authors implemented four recipes: multi-step versus single-step assessment, each with or without calibration examples. The abstract says the multi-step approach with examples produced the highest accuracy among the tested options.

This makes prompt selection an online learning problem during inference, rather than an offline hyperparameter search performed entirely in advance. The reported experiment used IELTS Writing Task 2 essays, a specific writing-assessment setting. The authors say the bandit framework achieved comparable scoring accuracy to exhaustive grid search while reducing the number of LLM calls needed to find the best grading approach by 78.4%.

The study also tracked token usage and latency alongside agreement metrics. On that basis, it presents what it calls cost-reliability learning curves, intended to show how operational expense changes as a system seeks a reliable grading configuration. The source does not state the number of essays, the language-model providers or versions, the prompt contents, or the absolute accuracy and agreement values.

The paper describes its contribution as the first application of online control mechanisms to adaptive prompt selection in automated essay scoring. That “first” characterization is the authors’ claim in the source, not an independently established fact. The record identifies the work as arXiv:2608.23814, submitted on August 24, 2026, and also says it was accepted as a presentation at the EDM 2025 Workshop on Educational Data Mining in Writing and Literacy Instruction. The source does not explain the relationship between that 2025 workshop reference and the 2026 submission date, leaving the publication and presentation history unclear.

Lea la fuente principal: arxiv.org

Por qué es importante

The result targets a practical problem in AI-assisted assessment: finding a prompting strategy that is accurate enough without repeatedly querying an expensive language model. If the reported trade-off holds beyond the study, educational technology providers could reduce inference costs while retaining a similar level of scoring agreement.

The practical issue is cost-efficient evaluation. Automated essay scoring can require several model calls when a system compares prompts, asks for multiple assessment steps, or uses examples to calibrate outputs. A method that learns which recipe is most useful could reduce repeated experimentation and make model-based scoring more affordable to operate.

The reported 78.4% reduction concerns calls used to find the best grading approach, not necessarily the total cost of grading every essay. That distinction matters: a selection system may save money during configuration while still requiring substantial calls for production scoring. The framework also connects cost to reliability instead of treating accuracy as the only objective.

Tracking tokens and latency can help an education-technology operator decide whether a small gain in agreement justifies additional computation or waiting time. In principle, this could support different operating points for low-stakes practice, teacher assistance, and more formal assessment. The source, however, does not establish that the method is suitable for high-stakes decisions, that its scores are fair across student groups, or that its outputs have been validated against qualified human graders in operational use.

The result is potentially useful because prompt choice can materially affect how an LLM evaluates the same writing. The paper’s design offers a way to adapt that choice instead of assuming one fixed recipe remains optimal. Still, the evidence is narrow. The source reports one essay task and four recipes, so it does not show that the controller can handle broader rubric changes, different languages, shorter responses, creative writing, or prompts designed for different models. Comparable accuracy to a search baseline is also not the same as demonstrating accurate or valid scoring in absolute terms.

Qué ver a continuación

The source is an arXiv abstract and does not provide the dataset size, exact accuracy figures, model and pricing assumptions, human-agreement results, or evidence from other essay types. Independent evaluation should test whether the savings persist across languages, prompts, models, scoring rubrics, and high-stakes assessment settings.

The first priority is replication with full experimental details. Useful checks would include the number and origin of the IELTS essays, the scoring labels, the human-rater comparison, the language model used, the number of calls in each condition, and the statistical uncertainty around both accuracy and the 78.4% reduction. Without those details, the magnitude and practical significance of the reported gain cannot be independently assessed from the abstract alone.

Evaluators should also test whether the controller generalizes beyond the four recipes and the IELTS Writing Task 2 setting. A prompt-selection policy could overfit to one dataset, rubric, model, or distribution of writing. Testing across languages, proficiency levels, essay genres, grading criteria, and model families would show whether it is learning a broadly useful selection rule or simply finding a configuration that works for one benchmark.

Researchers should separately measure calibration, subgroup consistency, and the effect of unusual or adversarially written essays. Finally, deployment decisions should distinguish configuration savings from scoring reliability. Educational institutions would need evidence about how often the controller changes its choice, how much latency it adds, how it behaves when model performance shifts, and whether a low-cost recipe produces systematic grading errors.

The source also leaves the 2025 workshop acceptance reference unexplained despite the 2026 arXiv submission date. Clarifying that timeline, releasing code and evaluation data where permitted, and reporting results against human graders would make the claimed advance easier to verify.

Guías y cuestionarios relacionados

Modelos de IA explicadosPrompt EngineeringÉtica de la IAPon a prueba lo que sabes: prueba un cuestionario gratuito sobre IABusque un término de IA en nuestro glosario
¿Encontró esto útil?