paper-with-me

홈 › Papers

Empirical Comparison of Encoder-Based Language Models and Feature-Based Supervised Machine Learning Approaches to Automated Scoring of Long Essays

2026-01-06 · Kuo Wang, Haowei Hua, Pengfei Yan, Hong Jiao, Dan Song arxiv

Long context may impose challenges for encoder-only language models in text processing, specifically for automated scoring of essays. This study trained several commonly used encoder-based language models for automated scoring of long essays. The performance of these trained models was evaluated and compared with the ensemble models built upon the base language models with a token limit of 512?. The experimented models include BERT-based models (BERT, RoBERTa, DistilBERT, and DeBERTa), ensemble models integrating embeddings from multiple encoder models, and ensemble models of feature-based supervised machine learning models, including Gradient-Boosted Decision Trees, eXtreme Gradient Boosting, and Light Gradient Boosting Machine. We trained, validated, and tested each model on a dataset of 17,307 essays, with an 80%/10%/10% split, and evaluated model performance using Quadratic Weighted Kappa. This study revealed that an ensemble-of-embeddings model that combines multiple pre-trained language model representations with gradient-boosting classifier as the ensemble model significantly outperforms individual language models at scoring long essays.

📄 PDF Abstract BibTeX arXiv:2601.02659

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Hierarchically Feature Reconstructed Autoencoder for Unsupervised Anomaly Detection

2024-05-15 · Honghui Chen, Pingping Chen, Huan Mao, Mengxi Jiang

Anomaly detection and localization without any manual annotations and prior knowledge is a challenging task under the setting of unsupervised learning. The existing works achieve excellent performance in the anomaly dete…

Anomaly DetectionAnomaly LocalizationDecoderUnsupervised Anomaly Detection

Stateful Visual Encoders for Vision-Language Models

2026-06-03 · Zirui Wang, Junwei Yu, Adam Yala, David M. Chan 외 arxiv

Vision-language models (VLMs) are increasingly used in multi-image, multi-turn agentic settings where decisions depend on visual changes. However, in existing open-weight VLMs, visual comparisons happen only inside the l…

Confidence-Guided Data Augmentation for Improved Semi-Supervised Training

2022-09-16 · Fadoua Khmaissia, Hichem Frigui

We propose a new strategy to improve the accuracy and robustness of image classification. First, we train a baseline CNN model. Then, we identify challenging regions in the feature space by identifying all misclassified …

Data Augmentationimage-classificationImage Classification

Unsupervised Feature Learning by Autoencoder and Prototypical Contrastive Learning for Hyperspectral Classification

2020-09-02 · Zeyu Cao, Xiaorun Li, Liaoying Zhao

Unsupervised learning methods for feature extraction are becoming more and more popular. We combine the popular contrastive learning method (prototypical contrastive learning) and the classic representation learning meth…

Contrastive LearningGeneral ClassificationRepresentation Learning

Comparing Discrete and Continuous Space LLMs for Speech Recognition

2024-09-01 · Yaoxun Xu, Shi-Xiong Zhang, Jianwei Yu, Zhiyong Wu 외

This paper investigates discrete and continuous speech representations in Large Language Model (LLM)-based Automatic Speech Recognition (ASR), organizing them by feature continuity and training approach into four categor…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModelingLanguage Modelling+3