paper-with-me

Papers

Efficient LLM Comparative Assessment: a Product of Experts Framework for Pairwise Comparisons

2024-05-09 · Adian Liusie, Vatsal Raina, Yassir Fathullah, Mark Gales

LLM-as-a-judge approaches are a practical and effective way of assessing a range of text tasks. However, when using pairwise comparisons to rank a set of candidates, the computational cost scales quadratically with the number of candidates, which has practical limitations. This paper introduces a Product of Expert (PoE) framework for efficient LLM Comparative Assessment. Here individual comparisons are considered experts that provide information on a pair's score difference. The PoE framework combines the information from these experts to yield an expression that can be maximized with respect to the underlying set of candidates, and is highly flexible where any form of expert can be assumed. When Gaussian experts are used one can derive simple closed-form solutions for the optimal candidate ranking, and expressions for selecting which comparisons should be made to maximize the probability of this ranking. Our approach enables efficient comparative assessment, where by using only a small subset of the possible comparisons, one can generate score predictions that correlate well with human judgements. We evaluate the approach on multiple NLG tasks and demonstrate that our framework can yield considerable computational savings when performing pairwise comparative assessment. With many candidate texts, using as few as 2% of comparisons the PoE solution can achieve similar performance to when all comparisons are used.

📄 PDF Abstract BibTeX arXiv:2405.05894

Code (1)

adianliusie/poe-llm-comparative-assessment 공식 구현

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Finetuning LLMs for Comparative Assessment Tasks

2024-09-24 · Vatsal Raina, Adian Liusie, Mark Gales

Automated assessment in natural language generation is a challenging task. Instruction-tuned large language models (LLMs) have shown promise in reference-free evaluation, particularly through comparative assessment. Howe…

Text Generation

LLM Comparative Assessment: Zero-shot NLG Evaluation through Pairwise Comparisons using Large Language Models

2023-07-15 · Adian Liusie, Potsawee Manakul, Mark J. F. Gales

Current developments in large language models (LLMs) have enabled impressive zero-shot capabilities across various natural language tasks. An interesting application of these systems is in the automated assessment of nat…

nlg evaluationResponse GenerationText Generation

Automated Sperm Assessment Framework and Neural Network Specialized for Sperm Video Recognition

2023-11-10 · Takuro Fujii, Hayato Nakagawa, Teppei Takeshima, Yasushi Yumura 외

Infertility is a global health problem, and an increasing number of couples are seeking medical assistance to achieve reproduction, at least half of which are caused by men. The success rate of assisted reproductive tech…

Video Recognition

JudgmentBench: Comparing Rubric and Preference Evaluation for Quality Assessment

2026-05-24 · Russell Yang, Ruishi Chen, Pierce Kelaita, Riya Ranjan 외 arxiv

Two methodologies dominate current practices of benchmarking: rubric-based scoring evaluates items against predefined criteria, whereas comparative judgment elicits pairwise preferences between outputs. Although both met…

A Human-AI Comparative Analysis of Prompt Sensitivity in LLM-Based Relevance Judgment

2025-04-16 · Negar Arabzadeh, Charles L. A . Clarke

Large Language Models (LLMs) are increasingly used to automate relevance judgments for information retrieval (IR) tasks, often demonstrating agreement with human labels that approaches inter-human agreement. To assess th…

Information RetrievalRAGRetrievalRetrieval-augmented Generation+1