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

Minbyul Jeong

arXiv:2606.27595 · 2026-06-29 공개 · arXiv · PDF

web-agents korean-language set-enumeration row-f1 item-f1 table-generation search-evaluation composite-key

Abstract

Web-agent benchmarks overwhelmingly measure depth -- pinning one obscure answer behind a chain of constraints -- while breadth, exhaustively enumerating a closed set and filling each item's attributes, is barely evaluated, especially outside English. Breadth is also hard to build: certifying that a gold set is complete and every cell correct is far costlier than checking a single answer. I introduce \textsc{Ko-WideSearch}, a Korean breadth-search benchmark built by an automated synthesize-and-verify pipeline. Each task names a set-parent entity -- a TV season, a dynasty, a league, an administrative region, an election -- and asks for its full membership plus a per-item attribute table, graded by Item-, Column-, and Row-F1. It spans 228 tables over 190 entities and sixteen categories across three difficulty tiers, set by two structural knobs I dial independently -- table width and a 2-D composite key -- so cross-product membership climbs from 0\% to 100\% across the tiers. A single normalization-aware comparator is shared between gold construction and grading, so stable date and count columns are not over-dropped on formatting alone. Across twenty web agents, the failure is consistent: agents recover the set but not the rows (e.g.\ Item-F1 92.8 against Row-F1 53.7), accuracy falls steadily as the knobs harden, and neither more search nor more spend closes the gap. Broken down by cell, the hard part is finding the right value, not formatting it: open-ended free-text cells fail most, while cells with a standard answer such as a date or a name usually come out right.

한국어 요약

한 줄 요약

Ko-WideSearch는 한국어 웹 에이전트의 브레드스(전체 집합 열거) 탐색 능력을 평가하는 자동 생성-검증 파이프라인 기반의 벤치마크이다.

핵심 기여도

핵심 아이디어

기존 웹 에이전트 평가가 '뎁스' 중심이었다면, Ko-WideSearch는 '브레드스'를 평가하는 새로운 접근법을 제시한다. 브레드스는 닫힌 집합을 완전히 열거하고, 각 항목의 속성을 채우는 작업으로, 이는 단일 정답 추적과는 구조적으로 다르다. 예를 들어, "2026년 6월까지 한국에서 운항하는 저비용 항공사 목록과 각 항공사의 정보"를 요구하는 작업은 단일 정보가 아닌 구조화된 테이블을 요구한다. Ko-WideSearch는 이러한 브레드스 작업을 평가하기 위해, 테이블 너비와 2차원 복합 키(composite key)라는 두 개의 독립적인 난이도 조절 요소를 도입하여, 테이블의 완전도(0%에서 100%)를 조절한다. 이는 기존의 단일 정답 중심 평가에서 벗어나, 구조화된 집합 처리 능력을 측정하는 새로운 평가 기준을 제시한다.

기술적 접근법

주요 결과

의의 및 한계

Ko-WideSearch는 한국어 웹 에이전트의 브레드스 탐색 능력을 체계적으로 평가할 수 있는 첫 번째 벤치마크로, 구조화된 집합 처리 능력을 측정하는 새로운 평가 기준을 제시한다. 특히, 자동 생성-검증 파이프라인을 통해 수작업으로는 불가능한 규모의 데이터셋을 구축할 수 있으며, 정규화 인식 비교기를 통해 형식 오류를 줄이는 실용적 기여도가 있다. 그러나, 모든 작업이 실시간 웹 검색 기반으로 이루어지므로 평가 데이터는 공개되지 않고 요청 시 제공되며, 이는 벤치마크의 재현성에 일부 제약을 초래할 수 있다.

실용적 활용

Ko-WideSearch는 한국어 웹 에이전트의 구조화된 정보 추출 능력을 평가하는 데 활용될 수 있으며, 특히 정부 통계, 역사적 데이터, 스포츠 리그 정보 등 닫힌 집합을 다루는 분야에서 유용하다. 또한, 웹 기반 정보 시스템 개발, 대규모 데이터 수집 프로젝트, 언어 모델 평가 플랫폼 구축에도 활용 가능하다.