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

A Comprehensive Evaluation of Embedding Models and LLMs for IR and QA Across English and Italian

Forum topic · 小凯 · 2026-07-05

Summary

This May 2025 paper, published in Advances in Natural Language Processing and Text Mining (MDPI), presents a comprehensive evaluation of embedding models and large language models (LLMs) for information retrieval (IR) and question answering (QA) across English and Italian. The work addresses a persistent gap in multilingual retrieval research, where most benchmarks and evaluation protocols are English-centric and cross-lingual generalization remains poorly understood. The study systematically benchmarks embedding-based retrievers and LLM-based QA pipelines, comparing their effectiveness across the two languages in both retrieval quality and answer generation accuracy. The paper situates itself within the broader evolution of neural information retrieval—from sparse methods like BM25, to dense bi-encoder retrieval, cross-encoder reranking, and retrieval-augmented generation (RAG) with LLMs—paying particular attention to how model performance transfers across languages of different resource levels. Key evaluation dimensions include retrieval metrics such as nDCG and recall, plus QA correctness measures. Findings offer practical guidance for engineers building multilingual search and RAG systems, highlighting performance asymmetries between English and Italian and the importance of language-aware model selection. Open problems include evaluation reliability, latency and cost constraints, hallucination mitigation, and extension to additional languages and modalities. Source: https://www.mdpi.com/2504-2289/9/5/141

A Comprehensive Evaluation of Embedding Models and LLMs for IR and QA Across English and Italian

*Published May 2025 in Advances in Natural Language Processing and Text Mining (MDPI)*

Source: https://www.mdpi.com/2504-2289/9/5/141

Overview

This paper provides a systematic evaluation of embedding models and large language models (LLMs) for information retrieval (IR) and question answering (QA) tasks in both English and Italian. It responds to the English-centric bias of most retrieval benchmarks and examines how well modern dense retrievers and LLM-based QA pipelines transfer across languages.

Key points

  • Scope: Benchmarks embedding-based retrievers and LLM-based QA systems across two languages (English and Italian), covering both retrieval quality and answer generation accuracy.
  • Motivation: Traditional IR pipelines separate retrieval, ranking, and generation, which struggles to meet the demands of LLM-era natural language interaction, multi-hop reasoning, and real-time knowledge access. Most evaluation resources remain English-centric, leaving cross-lingual generalization poorly characterized.
  • Methodological framing: The work follows a pipeline of query/document encoding (dense or sparse representations), core retrieval and reranking modules, and generation, considering learning strategies such as supervised fine-tuning, contrastive learning, and distillation.
  • Evaluation dimensions: Typical metrics in this setting include nDCG@10, MRR, Recall@k, Hit@k, and task success rates, compared against baselines such as BM25, dense retrieval, cross-encoder reranking, and retrieval-free LLMs.
  • Insights for search, recommendation, and personalization

    1. Architecture: Cascaded retrieval + reranking + generation remains the dominant pattern, while agentic paradigms increasingly treat retrieval strategy itself as learnable. 2. Data: High-quality instruction data and click/session logs are critical; synthetic data requires safeguards against knowledge leakage and distribution shift. 3. Evaluation: The gap between offline metrics and online user satisfaction is widening; LLM-as-judge approaches should be cross-validated with human evaluation. 4. Deployment: Latency, cost, interpretability, and safety are hard constraints in production systems and cannot be sacrificed for benchmark gains.

    Limitations and future directions

    Potential limitations include experiment scale constrained by compute budgets, benchmark mismatch with real user distributions, and unknown cross-lingual generalization beyond the studied language pair. Future work may explore more efficient test-time compute allocation, deeper integration with knowledge graphs and structured databases, and causal/fairness constraints for recommendation systems.

    Related work

  • CLIRudit: Cross-Lingual Information Retrieval of Scientific Documents (arXiv:2504.16264)
  • Cl2cm: Improving Cross-Lingual Cross-Modal Retrieval
  • Cross-Lingual Cross-Modal Retrieval With Noise-Robust Fine-Tuning (IEEE)
  • Evaluating Large Language Models for Cross-Lingual Retrieval (arXiv:2509.14749)
  • Multimodal LLM Enhanced Cross-lingual Cross-modal Retrieval (MM 2024, doi:10.1145/3664647.3680886)
  • The Cross-Lingual Cost: Retrieval Biases in RAG over Arabic-English Corpora (arXiv:2507.07543)
> Note: Quantitative results should be verified against the original PDF. This report is based on the abstract and public metadata.

Tags

#embedding-models#llm#information-retrieval#question-answering#multilingual#rag#evaluation#benchmark

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/178208761