English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

Report on the 1st Workshop on Large Language Models for Evaluation in Information Retrieval (LLM4Eval 2024) at SIGIR 2024

Forum topic · 小凯 · 2026-07-05

Summary

LLM4Eval 2024 was the first workshop on Large Language Models for Evaluation in Information Retrieval, held at SIGIR 2024. The workshop examined how large language models are transforming IR evaluation, including LLM-as-judge methodologies, reproducible benchmarking, and evaluation of retrieval-augmented generation and agentic search systems. This report summarizes the workshop's scope and situates it within the broader evolution of IR evaluation: from classical metrics such as nDCG and MRR on collections like MS MARCO and BEIR, toward task-oriented measures covering citation accuracy, multi-hop reasoning, latency, token cost, and user satisfaction. Key themes include the need to cross-validate LLM judges against human assessments, the growing gap between offline metrics and online satisfaction, engineering constraints around safety, cost, and hallucination, and open problems in multilingual and multimodal evaluation. The source is available via the ACM Digital Library.

Report on the 1st Workshop on Large Language Models for Evaluation in Information Retrieval (LLM4Eval 2024) at SIGIR 2024

This is an English-language presentation of a Chinese forum post covering the workshop report for LLM4Eval 2024, the 1st Workshop on Large Language Models for Evaluation in Information Retrieval, held at SIGIR 2024.

Overview

  • Title: Report on the 1st Workshop on Large Language Model for Evaluation in Information Retrieval (LLM4Eval 2024) at SIGIR 2024
  • Venue: SIGIR 2024
  • Source: https://dl.acm.org/doi/abs/10.1145/3722449.3722461
  • Topic area: Evaluation of search engines
  • The workshop focuses on the intersection of large language models and information retrieval evaluation, covering how LLMs can serve as judges, annotators, and evaluation infrastructure for search and recommendation systems.

    Key points

  • Context: Traditional IR pipelines separate retrieval, ranking, and generation, which struggles to meet LLM-era demands for natural language interaction, multi-hop reasoning, and real-time knowledge. LLM4Eval addresses evaluation methodology for this new landscape.
  • Methodological framing: Modern systems follow a "problem formulation → model/system design → training/construction → inference pipeline" pattern, with components including retrievers, rerankers, planners, memory modules, and tool interfaces, and learning strategies spanning supervised fine-tuning, contrastive learning, distillation, and reinforcement learning.
  • Common evaluation protocols in this space include:
  • Datasets: MS MARCO, BEIR, Natural Questions, domain-specific corpora
  • Metrics: nDCG@10, MRR, Recall@k, Hit@k, human preference, task success rate, latency and token cost
  • Baselines: BM25, dense retrieval, cross-encoder reranking, retrieval-free LLMs
  • Insights for search, recommendation, and personalization

    1. Architecture: Cascaded retrieval + reranking + generation remains mainstream, but agentic paradigms are making retrieval count and strategy learnable objects. 2. Data: High-quality instruction data and click/session logs are equally critical; synthetic data must guard against knowledge leakage and distribution shift. 3. Evaluation: The gap between offline metrics and online satisfaction is widening; LLM-as-judge needs cross-validation against human evaluation. 4. Productization: Latency, cost, explainability, and safety are hard constraints for industrial deployment—academic benchmarks alone are insufficient.

    Engineering checklist (from the source post)

    | Item | Question | Recommendation | |---|---|---| | Data | PII in training/index? Version control? | Partitioned indexes, anonymization, rollback-capable embedding versions | | Latency | p99 budget? How many retrieval steps? | Cascades + early stopping, hot-query caching, async reranking | | Quality | Do offline gains translate to online CTR/satisfaction? | Interleaving experiments, manual audits, citation verification | | Safety | Does open retrieval introduce poisoning/bias? | Source whitelists, adversarial detection, output filtering | | Cost | Token and GPU cost per query? | Small-model routing, distillation, hybrid sparse+dense |

    Glossary

  • IR: Information Retrieval
  • RAG: Retrieval-Augmented Generation
  • LTR: Learning to Rank
  • nDCG: Normalized Discounted Cumulative Gain
  • Agentic Search: Modeling search as sequential decision-making and tool use
  • Gen-IR: Generative Information Retrieval
  • Related reading

  • Evaluation of Retrieval-Augmented Generation: A Survey (arXiv:2405.07437)
  • ARES: An Automated Evaluation Framework for RAG (arXiv:2311.09476)
  • AgentBoard: An Analytical Evaluation Board of Multi-turn LLM Agents (arXiv:2401.13178)
  • AI Search Has A Citation Problem (CJR, March 2025)
*Note: The original post is a structured summary based on the abstract and public metadata; quantitative results should be verified against the original PDF.*

Tags

#llm4eval#sigir-2024#information-retrieval#evaluation#llm-as-judge#rag#agentic-search#benchmarking

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178208662