paper-with-me

Papers

Automatic Reflection Level Classification in Hungarian Student Essays

2026-05-04 · Zsolt Csibi, Mónika Sándor, Mónika Serfőző, Kinga Gyöngy, Kristian Fenech arxiv

Reflective thinking is a key competency in education, but assessing reflective writing remains a time-consuming and subjective task for education experts. While automated reflective analysis has been explored in several languages, Hungarian language was not researched extensively. In this paper, we present the first comprehensive study on automatic reflection level classification in Hungarian student essays. We used a large, expert-annotated Hungarian dataset consisting of 1,954 reflective essays collected over multiple academic years and labeled on a four-level reflection scale. We investigate two approaches: (1) classical machine learning models using TF-IDF and semantic embedding features, and (2) Hungarian-specific transformer models fine-tuned for document-level reflection classification. To address the strong class imbalance in the dataset, we systematically examine class weighting, oversampling, data augmentation, and alternative loss functions. An extensive ablation study is conducted to analyze the contribution of each modeling and balancing strategy. Our results show that shallow machine learning models with appropriate feature engineering achieve strong overall performance, reaching up to 71% overall score averaged over accuracy, F1-score, and ROC AUC metrics, while transformer-based models achieve slightly lower overall score (68%) averaged over the same metrics, but demonstrate better generalization on minority reflection classes. These findings highlight the continued relevance of classical methods for low-resource settings and the robustness of transformer models for imbalanced classification. The proposed dataset and experimental insights provide a solid foundation for future research on automated reflective analysis in Hungarian and other morphologically rich languages.

📄 PDF Abstract BibTeX arXiv:2605.02402

Code (0)

등록된 구현이 없습니다.

Tasks

Feature EngineeringData Augmentation

Similar Papers 제목 키워드 기반

Facilitating reflection in teletandem through automatically generated conversation metrics and playback video

2021-11-16 · Aparajita Dey-Plissonneau, Hyowon Lee, Michael Scriney, Alan F. Smeaton 외

This pilot study focuses on a tool called L2L that allows second language (L2) learners to visualise and analyse their Zoom interactions with native speakers. L2L uses the Zoom transcript to automatically generate conver…

Commenting with Copilot: A Taxonomy and Multi-Year Analysis of Student Code-Generation Specifications

2026-07-12 · Nasser Giacaman, Valerio Terragni, Paul Denny, Viraj Kumar arxiv

As AI code tools become integrated into programming environments, students increasingly describe intended behavior in natural language and rely on these tools to generate code, shifting emphasis from code writing to spec…

Code Generation

Selective Reflection-Tuning: Student-Selected Data Recycling for LLM Instruction-Tuning

2024-02-15 · Ming Li, Lichang Chen, Jiuhai Chen, Shwai He 외

Instruction tuning is critical to large language models (LLMs) for achieving better instruction following and task adaptation capabilities but its success heavily relies on the training data quality. Many recent methods …

Data AugmentationInstruction Following

Temporal Action Segmentation with High-level Complex Activity Labels

2021-08-15 · Guodong Ding, Angela Yao

The temporal action segmentation task segments videos temporally and predicts action labels for all frames. Fully supervising such a segmentation model requires dense frame-wise action annotations, which are expensive an…

Action RecognitionAction SegmentationActivity RecognitionSegmentation+2

Automatic punctuation restoration with BERT models

2021-01-18 · Attila Nagy, Bence Bial, Judit Ács

We present an approach for automatic punctuation restoration with BERT models for English and Hungarian. For English, we conduct our experiments on Ted Talks, a commonly used benchmark for punctuation restoration, while …

Punctuation Restoration