paper-with-me

Papers

JudgeBlender: Ensembling Judgments for Automatic Relevance Assessment

2024-12-17 · Hossein A. Rahmani, Emine Yilmaz, Nick Craswell, Bhaskar Mitra

The effective training and evaluation of retrieval systems require a substantial amount of relevance judgments, which are traditionally collected from human assessors -- a process that is both costly and time-consuming. Large Language Models (LLMs) have shown promise in generating relevance labels for search tasks, offering a potential alternative to manual assessments. Current approaches often rely on a single LLM, such as GPT-4, which, despite being effective, are expensive and prone to intra-model biases that can favour systems leveraging similar models. In this work, we introduce JudgeBlender, a framework that employs smaller, open-source models to provide relevance judgments by combining evaluations across multiple LLMs (LLMBlender) or multiple prompts (PromptBlender). By leveraging the LLMJudge benchmark [18], we compare JudgeBlender with state-of-the-art methods and the top performers in the LLMJudge challenge. Our results show that JudgeBlender achieves competitive performance, demonstrating that very large models are often unnecessary for reliable relevance assessments.

📄 PDF Abstract BibTeX arXiv:2412.13268

Code (1)

rahmanidashti/judgeblender 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Multi-Head Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음
Adam 설명 없음

Similar Papers 제목 키워드 기반

LLM-based relevance assessment still can't replace human relevance assessment

2024-12-22 · Charles L. A. Clarke, Laura Dietz

The use of large language models (LLMs) for relevance assessment in information retrieval has gained significant attention, with recent studies suggesting that LLM-based judgments provide comparable evaluations to human …

Information Retrieval

A Large-Scale Study of Relevance Assessments with Large Language Models: An Initial Look

2024-11-13 · Shivani Upadhyay, Ronak Pradeep, Nandan Thakur, Daniel Campos 외

The application of large language models to provide relevance assessments presents exciting opportunities to advance information retrieval, natural language processing, and beyond, but to date many unknowns remain. This …

Information RetrievalRAG

Benchmarking LLM-based Relevance Judgment Methods

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

Large Language Models (LLMs) are increasingly deployed in both academic and industry settings to automate the evaluation of information seeking systems, particularly by generating graded relevance judgments. Previous wor…

BenchmarkingOpen-Domain Question AnsweringQuestion Answering

Judging the Judges: A Collection of LLM-Generated Relevance Judgements

2025-02-19 · Hossein A. Rahmani, Clemencia Siro, Mohammad Aliannejadi, Nick Craswell 외

Using Large Language Models (LLMs) for relevance assessments offers promising opportunities to improve Information Retrieval (IR), Natural Language Processing (NLP), and related fields. Indeed, LLMs hold the promise of a…

Information Retrieval

Learning to Rank from Relevance Judgments Distributions

2022-02-13 · Alberto Purpura, Gianmaria Silvello, Gian Antonio Susto

Learning to Rank (LETOR) algorithms are usually trained on annotated corpora where a single relevance label is assigned to each available document-topic pair. Within the Cranfield framework, relevance labels result from …

Learning-To-Rank