paper-with-me

홈 › Papers

Pair2Score: Pairwise-to-Absolute Transfer for LLM-Based Essay Scoring

2026-05-03 · İbrahim Rıza Hallaç, Hasan Oğul arxiv

Many scoring applications require absolute predictions, while pairwise comparisons can provide a simpler learning objective. We present Pair2Score, a two-stage learning framework that transfers pairwise comparisons into absolute scoring with parameter-efficient LLaMA adaptation. Stage 1 trains a directional Siamese ranker on pairwise comparisons derived from absolute trait labels; Stage 2 trains an absolute predictor using configurable transfer strategies (warm-start and embedding-fusion variants). We evaluate on rubric-aligned Automated Essay Scoring (AES) traits (grammar, vocabulary, syntax) under a five-fold protocol that co-rotates held-out fold and random seed. At the trait level, the best-performing transfer variant improves quadratic weighted kappa (QWK) over an absolute-only baseline for all three traits. However, not all transfer configurations help: a one-epoch pairwise stage transfers more reliably than extended pairwise training, and transfer configuration -- not just the inclusion of a pairwise stage -- determines whether downstream scoring benefits.

📄 PDF Abstract BibTeX arXiv:2605.02069

Code (0)

등록된 구현이 없습니다.

Tasks

Automated Essay Scoring

Similar Papers 제목 키워드 기반

LCES: Zero-shot Automated Essay Scoring via Pairwise Comparisons Using Large Language Models

2025-05-13 · Takumi Shibata, Yuichi Miyamura

Recent advances in large language models (LLMs) have enabled zero-shot automated essay scoring (AES), providing a promising way to reduce the cost and effort of essay scoring in comparison with manual grading. However, m…

Automated Essay ScoringComputational Efficiency

Automated Essay Scoring via Pairwise Contrastive Regression

2022-10-01 · COLING 2022 10 · Jiayi Xie, Kaiwei Cai, Li Kong, Junsheng Zhou 외

Automated essay scoring (AES) involves the prediction of a score relating to the writing quality of an essay. Most existing works in AES utilize regression objectives or ranking objectives respectively. However, the two …

Automated Essay ScoringContrastive Learningregression

Pairwise RM: Perform Best-of-N Sampling with Knockout Tournament

2025-01-22 · Yantao Liu, Zijun Yao, Rui Min, Yixin Cao 외

Best-of-N (BoN) sampling, a common strategy for test-time scaling of Large Language Models (LLMs), relies on reward models to select the best candidate solution from multiple generations. However, traditional reward mode…

Math

Preferences Order, Ratings Anchor: From Fused Expert Aesthetic Ground Truth to Self-Distillation

2026-05-19 · Yuanpei Zhao, Jie Lin, Chao Zhang, Yilin Wang 외 arxiv

Pairwise preferences and pointwise ratings are the two dominant annotation protocols in image aesthetic assessment (IAA), yet existing benchmarks adopt only one, leaving their complementarity unmeasured under controlled …

Pairwise or Pointwise? Evaluating Feedback Protocols for Bias in LLM-Based Evaluation

2025-04-20 · Tuhina Tripathi, Manya Wadhwa, Greg Durrett, Scott Niekum

Large Language Models (LLMs) are widely used as proxies for human labelers in both training (Reinforcement Learning from AI Feedback) and large-scale response evaluation (LLM-as-a-judge). Alignment and evaluation are cri…