paper-with-me

홈 › Papers

More Human, More Efficient: Aligning Annotations with Quantized SLMs

2026-04-01 · Jiayu Wang, Junyoung Lee arxiv

As Large Language Model (LLM) capabilities advance, the demand for high-quality annotation of exponentially increasing text corpora has outpaced human capacity, leading to the widespread adoption of LLMs in automatic evaluation and annotation. However, proprietary LLMs often exhibit systematic biases that diverge from human expert consensus, lacks reproducibility, and raises data privacy concerns. Our work examines the viability of finetuning a quantized Small Language Model of 1.7B parameter size on limited human-annotated data to serve as a highly aligned, deterministic evaluator and annotator. By implementing a custom, multi-dimensional rubric framework and simple augmentation and regularization techniques, the proposed approach achieves higher inter-annotator agreement (0.23 points increase in Krippendorff's $α$) than the best performing state-of-the-art proprietary LLM. We also demonstrate the generalizability of the proposed training pipeline on a separate emotion classification task. The results show that task-specific alignment and efficient 4-bit quantized fine-tuning provide superior open-source alternative to using proprietary models for evaluation and annotation. Our finetuning approach is publicly available at https://github.com/jylee-k/slm-judge.

📄 PDF Abstract BibTeX arXiv:2604.00586

Code (0)

등록된 구현이 없습니다.

Tasks

Emotion Classification

Similar Papers 제목 키워드 기반

Q-SENN: Quantized Self-Explaining Neural Networks

2023-12-21 · Thomas Norrenbrock, Marco Rudolph, Bodo Rosenhahn

Explanations in Computer Vision are often desired, but most Deep Neural Networks can only provide saliency maps with questionable faithfulness. Self-Explaining Neural Networks (SENN) extract interpretable concepts with f…

DiversityImage ClassificationInterpretable Machine Learning

Offline Discovery of Interpretable Skills from Multi-Task Trajectories

2026-02-01 · Chongyu Zhu, Mithun Vanniasinghe, Jiayu Chen, Chi-Guhn Lee arxiv

Hierarchical Imitation Learning is a powerful paradigm for acquiring complex robot behaviors from demonstrations. A central challenge, however, lies in discovering reusable skills from long-horizon, multi-task offline da…

SafeSora: Towards Safety Alignment of Text2Video Generation via a Human Preference Dataset

2024-06-20 · Josef Dai, Tianle Chen, Xuyao Wang, Ziran Yang 외

To mitigate the risk of harmful outputs from large vision models (LVMs), we introduce the SafeSora dataset to promote research on aligning text-to-video generation with human values. This dataset encompasses human prefer…

Safety AlignmentText-to-Video GenerationVideo AlignmentVideo Generation

Aligning Crowd Feedback via Distributional Preference Reward Modeling

2024-02-15 · Dexun Li, Cong Zhang, Kuicai Dong, Derrick Goh Xin Deik 외

Deep Reinforcement Learning is widely used for aligning Large Language Models (LLM) with human preference. However, the conventional reward modelling is predominantly dependent on human annotations provided by a select c…

Deep Reinforcement Learning

Aligning Neural Machine Translation Models: Human Feedback in Training and Inference

2023-11-15 · Miguel Moura Ramos, Patrick Fernandes, António Farinhas, André F. T. Martins

Reinforcement learning from human feedback (RLHF) is a recent technique to improve the quality of the text generated by a language model, making it closer to what humans would generate. A core ingredient in RLHF's succes…

Language ModelingLanguage ModellingMachine TranslationReranking+1