MARCA: A Checklist-Based Benchmark for Multilingual Web Search

TL;DR

MARCA benchmarks multilingual web search with 52 questions, using two frameworks, revealing large model performance gaps.

cs.CL 🔴 Advanced 2026-04-16 27 views
Thales Sales Almeida Giovana Kerche Bonás Ramon Pires Celio Larcher Hugo Abonizio Marcos Piau Roseval Malaquias Junior Rodrigo Nogueira Thiago Laitz
multilingual web search benchmark large models information retrieval

Key Findings

Methodology

MARCA employs 52 manually crafted multi-entity questions paired with checklists to evaluate answer completeness and correctness. Models are tested under two frameworks: a basic setup with direct web search and scraping, and an orchestrator setup with task decomposition via subagents. Each question is run thrice, with GPT-4 judging answer quality, capturing stochasticity. Results show significant performance variation, with the orchestrator generally improving coverage, and notable differences in English-to-Portuguese transferability.

Key Results

  • Top models like Gemini-3-pro and GPT-5.2 achieve checklist accuracy around 0.90, while weaker models like Gemini-2.5-Flash-Lite score only 0.26, indicating wide performance gaps.
  • The orchestrator framework enhances accuracy across most models, especially for complex multi-entity tasks, with improvements ranging from 0.05 to 0.20.
  • Language transferability varies; some models perform equally well in Portuguese, others drop over 5%, highlighting challenges in multilingual web retrieval.

Significance

This work fills a critical gap by providing a standardized, bilingual benchmark for evaluating web search capabilities in multilingual, multi-entity contexts. It enables detailed diagnosis of model strengths and weaknesses across languages, promoting fairer development of multilingual large models. The fine-grained evaluation approach advances understanding of how models handle complex web-based information synthesis, impacting both academia and industry by guiding targeted improvements and fostering more reliable multilingual AI systems.

Technical Contribution

The paper introduces a novel evaluation framework combining checklists with multi-entity questions, integrated into two interaction paradigms—basic and orchestrator. It leverages multiple runs and GPT-4-based judgment to quantify stochasticity and performance variance. The approach systematically compares language effects and task decomposition benefits, establishing a comprehensive, reproducible benchmark for multilingual web-based reasoning, pushing forward the state-of-the-art in evaluation methodology.

Novelty

This is the first benchmark to evaluate multilingual web search with explicit multi-entity questions and checklist-based scoring, covering both English and Portuguese. Its dual-framework design and detailed performance analysis across languages and models set a new standard for end-to-end web interaction evaluation, addressing limitations of prior static or monolingual benchmarks.

Limitations

  • Reliance on GPT-4 as the judgment tool may introduce bias and does not reflect real-world user interactions. Cost and latency considerations are not addressed.
  • The dataset size of 52 questions limits coverage of diverse domains; future work should expand question sets and domain diversity.
  • The orchestrator framework, while effective, adds complexity and computational overhead, which may hinder practical deployment at scale.

Future Work

Future directions include expanding the question set across more domains and languages, optimizing task decomposition algorithms for efficiency, and integrating real-time web content updates. Further research should explore model robustness in dynamic web environments, reduce computational costs, and develop user-centric evaluation metrics to better reflect practical deployment scenarios.

AI Executive Summary

The rapid growth of large language models (LLMs) has transformed natural language understanding and generation. However, their ability to effectively search and synthesize web information, especially across multiple languages, remains underexplored. Existing benchmarks predominantly focus on English, leaving a significant gap in multilingual evaluation, particularly for languages like Portuguese with over 250 million speakers.

This paper introduces MARCA, a comprehensive bilingual benchmark designed to evaluate LLMs on web-based information retrieval and reasoning. It features 52 manually crafted multi-entity questions spanning diverse domains, paired with detailed checklists that assess answer completeness and correctness. The benchmark operates under two interaction frameworks: a basic setup where models directly invoke web search and scraping tools, and an orchestrator setup that decomposes complex queries into sub-questions delegated to subagents. This dual approach allows for a nuanced analysis of models’ reasoning and retrieval capabilities.

Experimental results reveal substantial performance disparities among models, with top systems approaching 90% checklist accuracy, while weaker ones hover around 26%. The orchestrator framework generally improves coverage, especially for models struggling with multi-entity tasks, demonstrating the value of task decomposition. Additionally, the transferability from English to Portuguese varies significantly across models, highlighting the challenges of multilingual web retrieval. Cost-performance analysis indicates higher accuracy often entails increased computational costs, emphasizing practical trade-offs.

Overall, MARCA offers a vital tool for advancing multilingual web search research, guiding model development, and fostering fair evaluation standards. It underscores the importance of tailored benchmarks that reflect real-world multilingual information-seeking scenarios, ultimately contributing to more reliable and inclusive AI systems.

Deep Analysis

Background

Recent advances in LLMs like GPT-4, PaLM, and Claude have demonstrated impressive capabilities in language understanding, but their web search and evidence synthesis abilities still lag behind human performance, especially in multilingual contexts. Early benchmarks such as WebGPT and BrowseComp focused on English, evaluating models' ability to navigate web pages and retrieve relevant info. However, these benchmarks lacked coverage of non-English languages, particularly Portuguese, which is spoken by over 250 million people. The challenge lies in models' ability to understand diverse web content, handle cross-lingual queries, and accurately integrate multi-source evidence. Existing datasets like mMARCO and MIRACL evaluate passage retrieval but do not assess end-to-end web interaction or multi-entity reasoning. As multilingual AI applications expand, there is a pressing need for standardized, comprehensive benchmarks that evaluate models' real-world web search performance across languages and complex multi-entity questions.

Core Problem

Despite progress, current evaluation methods inadequately measure models' ability to perform multi-entity, multi-web source reasoning in multilingual settings. Static datasets cannot capture dynamic web content or real-time information updates. Moreover, models often struggle with cross-lingual retrieval, entity disambiguation, and evidence verification, leading to incomplete or incorrect answers. The lack of a unified, fine-grained evaluation framework hampers targeted improvements and fair comparison across models. Addressing these gaps requires a benchmark that simulates realistic web search scenarios, incorporates multi-language content, and provides detailed, granular performance metrics, enabling researchers to diagnose specific weaknesses and develop more robust multilingual retrieval systems.

Innovation

MARCA introduces several innovations: 1) a bilingual, multi-entity question set with manual annotations covering 9 domains, 2) a checklist-based evaluation rubric that explicitly measures answer completeness and correctness, 3) two interaction frameworks—basic and orchestrator—that simulate different web search strategies, 4) multiple execution runs per question to quantify stochasticity, and 5) leveraging GPT-4 as a judge for fine-grained scoring. This comprehensive approach allows detailed performance analysis across languages, models, and interaction paradigms, providing insights into the strengths and weaknesses of current systems in complex web-based reasoning tasks. The combination of manual question design, dynamic checklists, and multi-framework evaluation sets MARCA apart from prior static or monolingual benchmarks.

Methodology

  • �� Develop 52 multi-entity questions across 9 domains, each paired with a manually curated checklist specifying expected entities and attributes.
  • �� Implement two evaluation frameworks: (i) a basic setup where models directly invoke web_search and web_scrape tools, and (ii) an orchestrator setup where a top-level model decomposes questions into sub-queries delegated to subagents.
  • �� Execute each question three times, capturing variability, and use GPT-4 to judge whether answers satisfy checklist criteria.
  • �� Calculate checklist accuracy as the ratio of satisfied checklist items to total, aggregating results across runs with mean and standard deviation.
  • �� Compare performance across languages (English and Portuguese) and frameworks, analyzing the impact of task decomposition and multilingual transfer.
  • �� Conduct cost-performance analysis based on token usage and accuracy to inform practical deployment considerations.

Experiments

The experiments used a custom dataset of 52 questions, covering topics like awards, sports, and history, evaluated across 14 models including GPT-4, Gemini-3, and Qwen-3. Each model was tested under both frameworks and in both languages, with three runs per question. The primary metric was checklist accuracy, with detailed scoring by GPT-4. Additional analyses examined the effect of task decomposition, language transferability, and cost-performance trade-offs. The results highlighted that models like GPT-4 and Gemini-3-pro achieved near 90% accuracy, while weaker models hovered around 26%. The orchestrator framework generally improved performance, especially for models with difficulty managing multi-entity retrieval. Cross-lingual performance varied, with some models showing significant drops in Portuguese, indicating challenges in multilingual web search. Cost analysis revealed a trade-off between accuracy and computational expense, guiding practical deployment decisions.

Results

Model performance varied widely, with top models reaching ~0.90 checklist accuracy, while weaker ones scored below 0.30. The orchestrator framework consistently improved accuracy by 0.05-0.20 points, especially for models struggling with multi-entity tasks. Multilingual transferability was inconsistent; some models like GPT-4 maintained performance across languages, whereas others like Qwen-3-235B experienced over 5% drops in Portuguese. Cost analysis showed higher accuracy models incur significantly higher token usage, emphasizing the trade-off between performance and resource consumption. These findings underscore the importance of task decomposition and language-specific tuning in real-world applications.

Applications

MARCA can be used to benchmark and improve multilingual web search systems, especially for applications requiring multi-entity reasoning, such as intelligent virtual assistants, multilingual search engines, and content curation tools. It helps developers identify weaknesses in cross-lingual retrieval and evidence aggregation, guiding targeted model fine-tuning. In industry, it supports the deployment of more reliable, fair, and accurate multilingual AI systems, enhancing user trust and satisfaction. Additionally, the benchmark can inform academic research on multi-source reasoning, multi-lingual information retrieval, and AI explainability, fostering innovations in complex web-based AI reasoning.

Limitations & Outlook

The reliance on GPT-4 as the judgment tool may introduce bias and limit objectivity. The benchmark's scope is limited to 52 questions, which may not cover all real-world scenarios. The cost and computational demands of the orchestrator framework pose challenges for large-scale deployment. The dynamic web content and language nuances may still cause inaccuracies, especially in low-resource languages. Future work should address scalability, diversify question sets, and incorporate real-time web content to better reflect practical conditions.

Plain Language Accessible to non-experts

想象你在一个大厨房里准备一顿丰富的晚餐。每道菜都需要不同的食材和步骤。大模型就像一个超级厨师,要从各种网页(食材来源)中找到正确的材料(信息),然后按照食谱(核对表)确保每个菜都做得完整。基础方法就像厨师自己去买菜、做饭,而调度方法则像有助手帮忙分工合作,把任务拆开,效率更高。这个研究就是在测试厨师和助手谁能最快、最准地准备出一桌美味佳肴,特别是在不同国家的厨房(语言)里。

ELI14 Explained like you're 14

想象你在学校做一个关于电影的报告。你需要找到很多获奖者信息,然后整理成一份完整的报告。大模型就像一个超级聪明的学生,可以在网上搜索、阅读网页,然后把所有信息整理出来。基础方法就像他自己查资料,花很多时间;调度方法就像请朋友帮忙查不同的部分,这样效率更高。这个研究就是在测试哪个方法能帮这个“学生”更快、更准确完成任务。不同语言(英语、葡萄牙语)就像用不同的语言交流,有的学生在用英语表现很好,但用葡萄牙语时就会遇到困难。

Glossary

Checklist (核对表)

一份详细列出答案应包含的实体和属性,用于评估答案的完整性和正确性。技术上是结构化的评分标准。

在论文中用于对模型生成的答案进行细粒度评估。

Web_search (网页搜索)

调用搜索引擎获取网页结果的过程,模型通过关键词检索相关网页信息。

基础框架中模型直接使用的工具。

Orchestrator (调度框架)

模型作为调度者,将复杂问题拆分成子问题,委托子代理执行网页检索任务。

评估中用于提升多实体信息整合能力。

Multi-entity questions (多实体问题)

涉及多个对象或实体的查询,要求模型同时识别、检索并关联多条信息。

评估模型多网页、多实体信息整合能力的核心任务。

Checklist accuracy (核对表准确率)

模型答案满足核对表所有要求的比例,用于衡量答案的完整性和正确性。

作为模型性能的主要指标。

Open Questions Unanswered questions from this research

  • 1 如何提升多语种模型在复杂网页环境中的鲁棒性,尤其是在低资源语言中。
  • 2 调度框架在大规模实际应用中的效率优化策略尚未充分研究。
  • 3 多实体信息整合的深层机制及其在动态网页中的表现仍需探索。

Applications

Immediate Applications

Multilingual AI Question-Answering

Organizations can use MARCA to evaluate and improve multilingual web search capabilities, ensuring more accurate and complete answers across languages, especially in complex multi-entity scenarios.

Model Development & Benchmarking

Researchers can benchmark different models' multi-entity reasoning and cross-lingual retrieval, guiding targeted improvements and fine-tuning for real-world applications.

Long-term Vision

Global Multilingual Web Content Management

Developing comprehensive systems that automatically retrieve, verify, and synthesize multilingual web content, transforming how information is accessed and managed worldwide.

Abstract

Large language models (LLMs) are increasingly used as sources of information, yet their reliability depends on the ability to search the web, select relevant evidence, and synthesize complete answers. While recent benchmarks evaluate web-browsing and agentic tool use, multilingual settings, and Portuguese in particular, remain underexplored. We present \textsc{MARCA}, a bilingual (English and Portuguese) benchmark for evaluating LLMs on web-based information seeking. \textsc{MARCA} consists of 52 manually authored multi-entity questions, paired with manually validated checklist-style rubrics that explicitly measure answer completeness and correctness. We evaluate 14 models under two interaction settings: a Basic framework with direct web search and scraping, and an Orchestrator framework that enables task decomposition via delegated subagents. To capture stochasticity, each question is executed multiple times and performance is reported with run-level uncertainty. Across models, we observe large performance differences, find that orchestration often improves coverage, and identify substantial variability in how models transfer from English to Portuguese. The benchmark is available at https://github.com/maritaca-ai/MARCA

cs.CL