CLHCFeb 20, 2025

Leveraging Small LLMs for Argument Mining in Education: Argument Component Identification, Classification, and Assessment

arXiv:2502.14389v25 citationsh-index: 8Has Code
Originality Synthesis-oriented
AI Analysis

It addresses the problem of providing real-time, personalized feedback on argumentation skills for educators and students, though it is incremental by applying existing LLM methods to a specific educational dataset.

This paper tackled argument mining in student essays by using small, open-source LLMs for segmentation, classification, and quality assessment, showing that fine-tuned models outperformed baselines in segmentation and classification, while few-shot prompting matched baselines in quality assessment.

Argument mining algorithms analyze the argumentative structure of essays, making them a valuable tool for enhancing education by providing targeted feedback on the students' argumentation skills. While current methods often use encoder or encoder-decoder deep learning architectures, decoder-only models remain largely unexplored, offering a promising research direction. This paper proposes leveraging open-source, small Large Language Models (LLMs) for argument mining through few-shot prompting and fine-tuning. These models' small size and open-source nature ensure accessibility, privacy, and computational efficiency, enabling schools and educators to adopt and deploy them locally. Specifically, we perform three tasks: segmentation of student essays into arguments, classification of the arguments by type, and assessment of their quality. We empirically evaluate the models on the Feedback Prize - Predicting Effective Arguments dataset of grade 6-12 students essays and demonstrate how fine-tuned small LLMs outperform baseline methods in segmenting the essays and determining the argument types while few-shot prompting yields comparable performance to that of the baselines in assessing quality. This work highlights the educational potential of small, open-source LLMs to provide real-time, personalized feedback, enhancing independent learning and writing skills while ensuring low computational cost and privacy.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes