LoHoSearch turns a 7.62M-entity knowledge graph into a harder benchmark for search agents
美团技术团队 · wechat · 2026-07-23
Meituan's LoHoSearch uses a 7.62M-entity knowledge graph to generate harder search tasks
Meituan's LongCat team released LoHoSearch, a new benchmark for search agents that automates question generation from a large Wikipedia knowledge graph instead of relying on human-designed prompts.
- Built on a graph covering 7.62 million entities and 265 million directed edges.
- Contains 544 manually verified questions across 11 domains.
- Difficulty is controlled along two axes: search space size and structural complexity.
- The pipeline includes graph construction, subgraph sampling, question generation, automatic verification, and manual review.
Performance is much lower than on BrowseComp:
- The best model, GPT-5.5, scores only 34.74%.
- DeepSeek-V4-Pro, Claude-Opus-4.6, and Kimi-K2.6 cluster around 15.53%–15.99%.
- Other models are below 14%.
Additional findings:
- Solving a LoHoSearch task requires more tool calls on average: 61 vs. 35 on BrowseComp.
- Sampling helps, but even pass@16 tops out at 38.3%.
- Common context-management tricks improve only 6.8 points, far less than on BrowseComp.
The team argues LoHoSearch is a better stress test for long-horizon search and context management, and the benchmark is open sourced.
More from coding & agent
- The browser main thread is expensive: a practical guide to JavaScript and CSS animation cost — jh3yy · 2026-09-11
- Inspired by OpenAI's 10,000-agent run, dev open-sources a crowdsourced agent problem-solving platform — Benjaminsen · 2026-09-11
- Lucid: open-source Mac app keeps your laptop awake only while AI agents run — Pitiful_Hedgehog_600 · 2026-09-11
- banteg's snail project crowdsources AI agents to finish matching Snail Mail's 20 remaining functions — banteg · 2026-09-11
- Alex Townsend posts 200 open problems in numerical linear algebra for humans and AI agents — IgorCarron · 2026-09-11
- Kimi K2.8 Preview rolls out: near-K3 coding performance, 1M context for all tiers — teortaxesTex · 2026-09-11