Feed 0% source
AI/ML AI-generated

Ko-WideSearch: A Korean Breadth-Search Benchmark for Exhaustive Set Enumeration by Web Agents

Generated by a local model (nvidia/Gemma-4-26B-A4B-NVFP4) from a scientific paper, claim-checked against the full text. Provenance is open by design.

The Exhaustion Gap in Web Agents

Most AI web agents are quite skilled at finding a single, specific answer. They excel when that answer is hidden behind a series of complex constraints. However, they struggle significantly when asked to perform a different kind of task. This task involves listing entire groups of things—such as every airline operating in a specific country—along with all their relevant details. This capacity is known as "breadth." It requires an agent to not only find the right information but to do so exhaustively and accurately across many different sources.

Current benchmarks almost exclusively measure "depth." Depth refers to the ability to navigate a long chain of reasoning to reach one obscure fact. This creates a blind spot in our understanding of agentic capabilities. We do not truly know how well these models can hold a structured set in memory. We also do not know if they can complete a massive, multi-column table without dropping rows or hallucinating values. A new study introduces KO-WIDESEARCH, a Korean-language benchmark designed specifically to expose this gap in breadth-search capabilities.

Beyond the Single-Answer Paradigm

Existing web-agent benchmarks, such as BrowseComp, focus on depth. These tasks typically pin a single answer behind several constraints. This forces the agent to traverse a multi-hop path to recover it. While this tests reasoning, it ignores the structural demands of set enumeration. In a breadth task, the agent must produce a complete table. Every member of a closed set must be accounted for. Furthermore, every attribute cell must be filled correctly.

The authors argue that breadth-search presents a fundamentally different challenge. As shown in, complexity scales in two ways.

Figure 1
228 tasks · 16 categories · three difficulty tiers

Complexity increases by adding more attributes (table width). It also increases by moving from simple lists to 2-D grids. In a 2-D grid, membership itself is a cross-product. An example is every team in every season of a league. The current state of the art fails this test consistently. Even frontier models struggle to maintain the integrity of the entire set. They also struggle to perform granular lookups for every individual row.

An Automated Pipeline for Verifiable Truth

Building a breadth benchmark is notoriously difficult. Certifying that a "gold set" (the ground-truth answer) is both complete and correct is very expensive. This is much harder than verifying a single fact. To solve this, the authors developed an automated synthesize-and-verify pipeline. Instead of relying solely on manual annotation, the process follows a rigorous sequence:

  1. Build: A build agent receives a "set-parent" entity (like a specific TV season). It performs an exhaustive web search to construct a gold table.
  2. Non-memorizability Gate: The system checks that a closed-book model cannot simply recite the answers from its training data.
  3. Completeness Gate: An independent agent re-enumerates the set from the question alone. The gold set is only accepted if the two sets match closely.
  4. Cross-source Verification: A separate pass re-looks-up every attribute. This ensures the data is not "source-fragile." Source-fragile means the data relies on a single, potentially unstable webpage.

To handle the nuances of web data, the authors implemented a normalization-aware comparator. This tool ensures that minor formatting differences do not result in a false penalty. For example, it handles a date written as "1948" versus "1948-01-01." It also manages numbers that include a comma.

The Collapse of the Full Row

The results reveal a striking "cascade of failure" across twenty different web agents. Agents are remarkably good at identifying the members of a set. However, they are poor at completing the rows. For example, the strongest model, GPT-5.5, achieved an Item-F1 (membership accuracy) of 92.8. This means it identifies nearly all members. But its Row-F1 (the ability to get every cell in a row correct) fell to 53.7. This indicates it fails to complete more than half of the required details for those members.

The study finds that performance drops sharply as the structural "knobs" of the benchmark are turned. These knobs increase table width or move to 2-D grids. The authors observe that the bottleneck is not the search itself. Instead, the bottleneck is the exhaustive per-cell filling. Interestingly, the data suggests that more effort does not equal better results. The models that performed the highest number of tool calls often had the lowest accuracy. This suggests they "thrash" (repeatedly search without converging on a solution) [Figure 5(c)].

Furthermore, the authors report that difficulty depends on the type of data being extracted. Structured data like names and dates are relatively stable. However, open-ended free-text cells represent the greatest point of failure [Figure 5(a)].

Limits of Specialized Fluency

While the benchmark tests Korean-language navigation, linguistic fluency is not a silver bullet. The authors evaluated several Korean-specialized models, such as A.X-4.0 and Solar-Open-2-preview. They found that these models performed similarly to mid-tier general models.

There are also inherent limitations to the benchmark's coverage. The authors note a significant category skew. The most difficult 2-D grid tasks are heavily weighted toward sports seasons. They make up approximately 67% of the HARD tier. Additionally, because the tasks are grounded in the live web, the benchmark requires periodic re-validation. This accounts for shifting information, such as updated population counts or election results.

Verdict: A Structural Bottleneck

If you are building agents for data aggregation, the verdict is clear. Current models are not ready for autonomous table construction. The research demonstrates that even the most advanced proprietary models solve fewer than 20% of the tables in the benchmark entirely.

The gap between finding a list and completing a table is a structural bottleneck. Improving the "search budget" or spending more on API calls will likely not close this gap. Instead, future development must focus on synthesis. Agents must learn to verify information across disparate sources. They must do this without losing track of the global set structure. Code and the evaluation pipeline are reportedly available; see the paper for the canonical link.

Figures from the paper

Figure 2
Figure 2: KO-WIDESEARCH extends WideSearch (Wong et al. 2025) along two structural axes. (a) Difficulty : the two knobs I dial-table width and the 2-D composite-key share-span the plane. WideSearch is a single, un-tiered reference (median six columns, 35% 2-D), whereas KO-WIDESEARCH covers a calibrated EASY → MEDIUM → HARD region (shaded), its HARD tier reaching the original's width and exceeding its cross-product share (100% vs. 35%). (b) Sourcing : an orthogonal, webgrounded property-whether a table's attributes sit on one page (EXHAUSTIVE) or span several (CROSS-SOURCE)-rising from 77% cross-source in EASY to every MEDIUM and HARD task.
Figure 3
Figure 3: Membership is recovered; full rows and whole tables are not. Item-F1 (membership), Column-F1 (matched cells), Row-F1 (full rows), and table success (the whole table exactly correct), as percentages, on all 228 tables for the twenty-system roster (sorted by Row-F1; x-axis labels colored by family). Each model's bars cascade downward: the set (Item-F1, up to 94) is recovered far more fully than whole rows (Row-F1 16-54), and even the strongest solves under a fifth of tables outright. The bottleneck is exhaustive per-cell filling, not finding the membership; notably, the open-weight DeepSeek-V4-Pro (Row-F1 45.0) stays competitive, mid-pack among the proprietary systems.
Figure 4
Figure 4: The metric breakdown by difficulty, faceted by model family. Each of the four WideSearch metrics (columns: Item-F1, Column-F1, Row-F1, and table success), as percentages, across the difficulty tiers (EASY/MEDIUM/HARD), with one row of panels per family-proprietary (solid, top), open-weight (dashed, middle), Korean-specialized (dotted, bottom); y -scales are shared down each column so the families are directly comparable. Faceting keeps all twenty models legible rather than overplotting them in one panel. Membership (Item-F1) holds up across the tiers, but every downstream metric falls as width and the 2-D composite key are added-Row-F1 and especially table success drop steeply EASY → HARD-and the family rows separate top to bottom. The orthogonal sourcing breakdown is in Figure 9 (Appendix); since the 27 exhaustive-only tables are all EASY, it partly re-expresses difficulty.
Figure 5
Figure 5: Where and why agents break. (a) Per-cell-type Column-F1 on an instrumented three-system subset (pooled): the open-ended free-text cells are filled least reliably and the format-constrained ones (dates, names) most, so the difficulty is finding and normalizing the value, not formatting it. (b) Row-F1 by gold set size on the full pool is essentially flat-breadth alone does not drive failure. (c) Average tool calls per table against Row-F1: more search does not buy completeness -the two heaviest searchers (Qwen3.6-35B, Solar-Open-2-preview) score lowest, while GPT-5.5 and Claude-Opus-4.8 lead the benchmark with moderate search. Marker shapes: circle (proprietary), square (open-weight), triangle (Korean-specialized); model colors as in Figure 4.
Figure 6
Figure 6: Failure composition by stage , for the ten timelyrouted systems with per-task logging. Every task is assigned to its first failure stage-no parseable table, a substantially wrong row set ( membership , item-F1 < 0 . 9 ), an essentially-correct set with a wrong attribute cell ( cells ), or fully solved -so the four shares sum over the 228 tasks. For capable systems the bottleneck is cell-filling (cells 56-66%); the smallest fail a stage earlier at membership (46-52%); parse failure is rare except for Claude-Haiku-4.5 (24%).
Novelty
0.0/10
Impact
0.0/10
Overall
0.0/10
#ai#machine-learning
How this was made
Generation

Model: nvidia/Gemma-4-26B-A4B-NVFP4
Persona: academic_accessible
Template: engineering_deepdive
Refinement: 0
Pipeline: forge-1.1

Verification

Evaluator: nvidia/Gemma-4-26B-A4B-NVFP4
Score: 95% (passed)
Claims verified: 16 / 16

Translation

Model: nvidia/Gemma-4-26B-A4B-NVFP4

Hardware & cost

NVIDIA GB10 · 128 GB unified · NVFP4 · 100% local · $0 cloud
Tokens: 141,450
Wall-time: 228.3s
Tokens/s: 619.7