Leveraging Small LLMs for Argument Mining in Education: Argument Component Identification, Classification, and Assessment
Lucile Favero, Juan Antonio P\'erez-Ortiz, Tanja K\"aser, Nuria Oliver

TL;DR
This paper explores using small, open-source LLMs with few-shot prompting and fine-tuning to analyze student essays for argument segmentation, classification, and quality assessment, aiming to improve educational feedback with low computational costs.
Contribution
It demonstrates that small open-source LLMs can effectively perform argument mining tasks in education, outperforming baselines in segmentation and classification, and providing comparable quality assessment.
Findings
Fine-tuned small LLMs outperform baselines in segmentation and classification.
Few-shot prompting achieves comparable results in argument quality assessment.
Small LLMs enable accessible, privacy-preserving educational tools.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSoftware Engineering Research · Natural Language Processing Techniques · Text Readability and Simplification
MethodsADaptive gradient method with the OPTimal convergence rate
