paper-with-me

Papers

Checklist Engineering Empowers Multilingual LLM Judges

2025-07-09 · Mohammad Ghiasvand Mohammadkhani, Hamid Beigy arxiv

Automated text evaluation has long been a central issue in Natural Language Processing (NLP). Recently, the field has shifted toward using Large Language Models (LLMs) as evaluators-a trend known as the LLM-as-a-Judge paradigm. While promising and easily adaptable across tasks, this approach has seen limited exploration in multilingual contexts. Existing multilingual studies often rely on proprietary models or require extensive training data for fine-tuning, raising concerns about cost, time, and efficiency. In this paper, we propose Checklist Engineering based LLM-as-a-Judge (CE-Judge), a training-free framework that uses checklist intuition for multilingual evaluation with an open-source model. Experiments across multiple languages and three benchmark datasets, under both pointwise and pairwise settings, show that our method generally surpasses the baselines and performs on par with the GPT-4o model.

📄 PDF Abstract BibTeX arXiv:2507.06774

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Multilingual CheckList: Generation and Evaluation

2022-03-24 · Karthikeyan K, Shaily Bhatt, Pankaj Singh, Somak Aditya 외

Multilingual evaluation benchmarks usually contain limited high-resource languages and do not test models for specific linguistic capabilities. CheckList is a template-based evaluation approach that tests models for spec…

DiversityMachine Translation

Checklists Are Better Than Reward Models For Aligning Language Models

2025-07-24 · Vijay Viswanathan, Yanchao Sun, Shuang Ma, Xiang Kong 외 arxiv

Language models must be adapted to understand and follow user instructions. Reinforcement learning is widely used to facilitate this -- typically using fixed criteria such as "helpfulness" and "harmfulness". In our work,…

Reinforcement LearningInstruction Following

M-Prometheus: A Suite of Open Multilingual LLM Judges

2025-04-07 · José Pombal, Dongkeun Yoon, Patrick Fernandes, Ian Wu 외

The use of language models for automatically evaluating long-form text (LLM-as-a-judge) is becoming increasingly common, yet most LLM judges are optimized exclusively for English, with strategies for enhancing their mult…

Machine TranslationModel Selection

Data Checklist: On Unit-Testing Datasets with Usable Information

2024-08-06 · Heidi C. Zhang, Shabnam Behzad, Kawin Ethayarajh, Dan Jurafsky

Model checklists (Ribeiro et al., 2020) have emerged as a useful tool for understanding the behavior of LLMs, analogous to unit-testing in software engineering. However, despite datasets being a key determinant of model …

Beyond Accuracy: Behavioral Testing of NLP models with CheckList

2020-05-08 · ACL 2020 6 · Marco Tulio Ribeiro, Tongshuang Wu, Carlos Guestrin, Sameer Singh

Although measuring held-out accuracy has been the primary approach to evaluate generalization, it often overestimates the performance of NLP models, while alternative approaches for evaluating models either focus on indi…

Question AnsweringSentiment Analysis