UIS-QA: A Benchmark for Unindexed Information Seeking
Figure 1. UIS problem. Standard agents (bottom) rely on indexed information and often fail or hallucinate; UIS-capable agents (top) use additional tools to excavate unindexed information and solve UIS tasks.
If .figs do not load, see the paper.
| Homepage | Paper (arXiv:2603.08117) |
| Paper | UIS-Digger: Towards Comprehensive Research Agent Systems for Real-World Unindexed Information Seeking (ICLR 2026) |
| Languages | Chinese (zh), English (en) |
| License | Apache-2.0 |
| Size | 110 question-answer pairs (84 Chinese, 26 English) |
UIS-QA is the first benchmark dedicated to Unindexed Information Seeking (UIS)βthe setting where the information needed to answer a question is not directly retrievable via search engine results (e.g., content behind deep navigation, dynamic pages, embedded files, or overlooked corners of the web). It is introduced in the ICLR 2026 paper UIS-Digger.
Unlike conventional information-seeking benchmarks (e.g., GAIA, BrowseComp), UIS-QA explicitly requires agents to rely on unindexed information: answering correctly demands actions such as multi-step browsing, option selection, filter setting, file download, or reading content that search snippets do not expose. The benchmark is designed to evaluate whether agent systems can discover and use information that is not in standard search indices.
Note: State-of-the-art information-seeking agents show a sharp performance drop on UIS-QA (e.g., from ~70% on GAIA and ~47% on BrowseComp-zh to ~24β25% on UIS-QA), highlighting UIS as an underexplored and critical capability.
Evaluation results on UIS-QA, GAIA, and BrowseComp-zh (BC-zh). Action space: crawl (read webpage content), visual (read images), file (download/read files), browser (operate browser). β = supported, β = not supported.
| Names | crawl | visual | file | browser | Backbone | UIS-QA | GAIA | BC-zh |
|---|---|---|---|---|---|---|---|---|
| Direct Inference | ||||||||
| DeepSeek-V3.1 | β | β | β | β | DeepSeek-V3.1 | 1.8 | β | β |
| Claude-sonnet-4 | β | β | β | β | Claude-S4 | 2.7 | β | β |
| GPT-5 | β | β | β | β | GPT-5 | 0.9 | β | β |
| Commercial System | ||||||||
| GLM-4.5 (auto-thinking, web search) | β | β | β | β | GLM4.5β | 11.8 | β | β |
| Doubao (DeepThink) | β | β | β | β | Doubao | 11.8 | β | β |
| Gemini-2.5-pro (google_search) | β | β | β | β | Gemini-2.5-pro | 4.5 | β | β |
| ReAct Agentic Framework | ||||||||
| WebSailor | β | β | β | β | WebSailor-32B + Qwen3-72B | 7.3 | 53.2β‘ | 25.5 |
| Tongyi-DR | β | β | β | β | TongyiDR-30B-A3Bβ + GPT-4o | 23.6 | 70.9β‘ | 46.7 |
| Multi-agent Framework | ||||||||
| DDv2 | β | β | β | β | Pangu-38B | 8.2 | β | 34.6 |
| OWL | β | β | β | β | O3-mini + 4o + Claude-S3.7 | 4.6 | 69.7 | β |
| MiroThinker v0.1 | β | β | β | β | MiroThinker-32B-DPO + GPT-4.1 + Claude-S3.7 | 7.3 | 57.9β‘ | β |
| Memento | β | β | β | β | O3 + GPT-4.1 | 25.5Β§ | 79.4 | β |
| AWorld | β | β | β | β | Gemini-2.5-pro + GPT-4o | 5.5 | 32.2 | β |
| UIS-Digger (Pangu) | β | β | β | β | PanGu-38B | 27.3 | 50.5 | 32.5 |
| UIS-Digger (Qwen) | β | β | β | β | Qwen3-32B | 27.3 | 47.6 | 32.5 |
β Reasoning-oriented LLMs. β‘ GAIA-text-103 (not full GAIA). Β§ Memento without case bank (UIS is a new task).
Best on UIS-QA: UIS-Digger reaches 27.3% (tied best), outperforming all baselines including those with O3 or GPT-4.1.
Figure 2. UIS-Digger multi-agent system. Planner, web searcher, web surfer, and file reader work together. The web surfer can switch between textual and visual mode.
Figure 3. QA pairs construction pipeline. Left: Real-world information β homepage collection β unindexed information collection β question generation. Right: Simulated webpages with difficult action spaces β QA generation from JSON DB. (If the PDF does not render in your viewer, see the paper.)
| Field | Type | Description |
|---|---|---|
Question | string | Natural language question that requires unindexed information to answer. |
Answer | string | Golden answer (short fact, number, list, or with explicit evaluation rules, e.g. βeither A or B is correctβ). |
uis_qa.tsv (tab-separated values).""") when they contain tabs or newlines.Question Answer
"""How many restrooms does the Metropolitan Museum of Art have, and how many of them are accessible restrooms?""" """13 restrooms, 10 accessible restrooms"""
(The dataset also contains Chinese questions; the file is UTF-8 encoded.)
To reduce the risk of the benchmark being crawled or used for pretraining (so that models memorize answers instead of performing real information seeking), the Answer column may be released in encrypted form on Hugging Face. Answers then appear as UIS_ENC_V1: followed by ciphertext and are not usable for training.
Evaluators: To obtain the decryption key, please fill in the key request form (with reCAPTCHA verification). The key will be sent automatically to your email after submission. Then use the provided decoder script for local evaluation:
pip install cryptography
python scripts/decrypt_answers.py <encrypted.tsv> -o <decrypted.tsv> --key-file <key.txt>
See scripts/README.md for full instructions. Do not redistribute the key or decrypted answers beyond personal evaluation use.
| Principle | Description |
|---|---|
| Objectivity | Answers are factual, deterministic, and unique (no open-ended or subjective questions). |
| Authoritativeness | Golden answers are derived from authoritative sources; finding and trusting the right source is part of the task. |
| Static nature | Answers are chosen so that they remain valid across evaluation times (no βtodayβs weatherβ style questions). |
| Verifiability | Answers allow automatic or rule-based verification (numbers, dates, proper nouns, or explicit rules such as βA or B counts as correctβ). |
| Accessibility | Questions avoid CAPTCHAs, login-only content, or other barriers that would require human verification during browsing. |
To ensure each question truly requires unindexed information:
The final set consists of 110 high-quality UIS samples.
Domains (non-exhaustive): government announcements, official product/data pages, source code repositories, games (e.g., esports, game wikis), company reports, museums and cultural institutions, finance and markets, academic and patent databases, sports, and general factual lookups from official or authoritative sites.
| Topic | Note |
|---|---|
| Language imbalance | Most questions (84) are in Chinese; 26 are in English. |
| Temporal validity | Although answers were chosen for static nature, some sources may change over time (e.g., updated reports, redesigned websites), which can affect reproducibility. |
| Difficulty | Even the best reported system (UIS-Digger) reaches about 27.27% accuracy on UIS-QA, indicating that the benchmark is challenging and that UIS remains an open research problem. |
| Scope | The benchmark focuses on factual, verifiable QA; it does not cover subjective or long-form generation quality. |
If you use UIS-QA in your work, please cite the ICLR 2026 paper:
@inproceedings{uis-digger-iclr2026,
title = {UIS-Digger: Towards Comprehensive Research Agent Systems for Real-World Unindexed Information Seeking},
author = {Liu, Chang and Kuang, Chuqiao and Zhuang, Tianyi and Cheng, Yuxin and Zhou, Huichi and Li, Xiaoguang and Shang, Lifeng},
booktitle = {International Conference on Learning Representations (ICLR)},
year = {2026}
}
This dataset is released under the Apache-2.0 license.
2 commits
UIS-QA: A Benchmark for Unindexed Information Seeking
Figure 1. UIS problem. Standard agents (bottom) rely on indexed information and often fail or hallucinate; UIS-capable agents (top) use additional tools to excavate unindexed information and solve UIS tasks.
If .figs do not load, see the paper.
| Homepage | Paper (arXiv:2603.08117) |
| Paper | UIS-Digger: Towards Comprehensive Research Agent Systems for Real-World Unindexed Information Seeking (ICLR 2026) |
| Languages | Chinese (zh), English (en) |
| License | Apache-2.0 |
| Size | 110 question-answer pairs (84 Chinese, 26 English) |
UIS-QA is the first benchmark dedicated to Unindexed Information Seeking (UIS)βthe setting where the information needed to answer a question is not directly retrievable via search engine results (e.g., content behind deep navigation, dynamic pages, embedded files, or overlooked corners of the web). It is introduced in the ICLR 2026 paper UIS-Digger.
Unlike conventional information-seeking benchmarks (e.g., GAIA, BrowseComp), UIS-QA explicitly requires agents to rely on unindexed information: answering correctly demands actions such as multi-step browsing, option selection, filter setting, file download, or reading content that search snippets do not expose. The benchmark is designed to evaluate whether agent systems can discover and use information that is not in standard search indices.
Note: State-of-the-art information-seeking agents show a sharp performance drop on UIS-QA (e.g., from ~70% on GAIA and ~47% on BrowseComp-zh to ~24β25% on UIS-QA), highlighting UIS as an underexplored and critical capability.
Evaluation results on UIS-QA, GAIA, and BrowseComp-zh (BC-zh). Action space: crawl (read webpage content), visual (read images), file (download/read files), browser (operate browser). β = supported, β = not supported.
| Names | crawl | visual | file | browser | Backbone | UIS-QA | GAIA | BC-zh |
|---|---|---|---|---|---|---|---|---|
| Direct Inference | ||||||||
| DeepSeek-V3.1 | β | β | β | β | DeepSeek-V3.1 | 1.8 | β | β |
| Claude-sonnet-4 | β | β | β | β | Claude-S4 | 2.7 | β | β |
| GPT-5 | β | β | β | β | GPT-5 | 0.9 | β | β |
| Commercial System | ||||||||
| GLM-4.5 (auto-thinking, web search) | β | β | β | β | GLM4.5β | 11.8 | β | β |
| Doubao (DeepThink) | β | β | β | β | Doubao | 11.8 | β | β |
| Gemini-2.5-pro (google_search) | β | β | β | β | Gemini-2.5-pro | 4.5 | β | β |
| ReAct Agentic Framework | ||||||||
| WebSailor | β | β | β | β | WebSailor-32B + Qwen3-72B | 7.3 | 53.2β‘ | 25.5 |
| Tongyi-DR | β | β | β | β | TongyiDR-30B-A3Bβ + GPT-4o | 23.6 | 70.9β‘ | 46.7 |
| Multi-agent Framework | ||||||||
| DDv2 | β | β | β | β | Pangu-38B | 8.2 | β | 34.6 |
| OWL | β | β | β | β | O3-mini + 4o + Claude-S3.7 | 4.6 | 69.7 | β |
| MiroThinker v0.1 | β | β | β | β | MiroThinker-32B-DPO + GPT-4.1 + Claude-S3.7 | 7.3 | 57.9β‘ | β |
| Memento | β | β | β | β | O3 + GPT-4.1 | 25.5Β§ | 79.4 | β |
| AWorld | β | β | β | β | Gemini-2.5-pro + GPT-4o | 5.5 | 32.2 | β |
| UIS-Digger (Pangu) | β | β | β | β | PanGu-38B | 27.3 | 50.5 | 32.5 |
| UIS-Digger (Qwen) | β | β | β | β | Qwen3-32B | 27.3 | 47.6 | 32.5 |
β Reasoning-oriented LLMs. β‘ GAIA-text-103 (not full GAIA). Β§ Memento without case bank (UIS is a new task).
Best on UIS-QA: UIS-Digger reaches 27.3% (tied best), outperforming all baselines including those with O3 or GPT-4.1.
Figure 2. UIS-Digger multi-agent system. Planner, web searcher, web surfer, and file reader work together. The web surfer can switch between textual and visual mode.
Figure 3. QA pairs construction pipeline. Left: Real-world information β homepage collection β unindexed information collection β question generation. Right: Simulated webpages with difficult action spaces β QA generation from JSON DB. (If the PDF does not render in your viewer, see the paper.)
| Field | Type | Description |
|---|---|---|
Question | string | Natural language question that requires unindexed information to answer. |
Answer | string | Golden answer (short fact, number, list, or with explicit evaluation rules, e.g. βeither A or B is correctβ). |
uis_qa.tsv (tab-separated values).""") when they contain tabs or newlines.Question Answer
"""How many restrooms does the Metropolitan Museum of Art have, and how many of them are accessible restrooms?""" """13 restrooms, 10 accessible restrooms"""
(The dataset also contains Chinese questions; the file is UTF-8 encoded.)
To reduce the risk of the benchmark being crawled or used for pretraining (so that models memorize answers instead of performing real information seeking), the Answer column may be released in encrypted form on Hugging Face. Answers then appear as UIS_ENC_V1: followed by ciphertext and are not usable for training.
Evaluators: To obtain the decryption key, please fill in the key request form (with reCAPTCHA verification). The key will be sent automatically to your email after submission. Then use the provided decoder script for local evaluation:
pip install cryptography
python scripts/decrypt_answers.py <encrypted.tsv> -o <decrypted.tsv> --key-file <key.txt>
See scripts/README.md for full instructions. Do not redistribute the key or decrypted answers beyond personal evaluation use.
| Principle | Description |
|---|---|
| Objectivity | Answers are factual, deterministic, and unique (no open-ended or subjective questions). |
| Authoritativeness | Golden answers are derived from authoritative sources; finding and trusting the right source is part of the task. |
| Static nature | Answers are chosen so that they remain valid across evaluation times (no βtodayβs weatherβ style questions). |
| Verifiability | Answers allow automatic or rule-based verification (numbers, dates, proper nouns, or explicit rules such as βA or B counts as correctβ). |
| Accessibility | Questions avoid CAPTCHAs, login-only content, or other barriers that would require human verification during browsing. |
To ensure each question truly requires unindexed information:
The final set consists of 110 high-quality UIS samples.
Domains (non-exhaustive): government announcements, official product/data pages, source code repositories, games (e.g., esports, game wikis), company reports, museums and cultural institutions, finance and markets, academic and patent databases, sports, and general factual lookups from official or authoritative sites.
| Topic | Note |
|---|---|
| Language imbalance | Most questions (84) are in Chinese; 26 are in English. |
| Temporal validity | Although answers were chosen for static nature, some sources may change over time (e.g., updated reports, redesigned websites), which can affect reproducibility. |
| Difficulty | Even the best reported system (UIS-Digger) reaches about 27.27% accuracy on UIS-QA, indicating that the benchmark is challenging and that UIS remains an open research problem. |
| Scope | The benchmark focuses on factual, verifiable QA; it does not cover subjective or long-form generation quality. |
If you use UIS-QA in your work, please cite the ICLR 2026 paper:
@inproceedings{uis-digger-iclr2026,
title = {UIS-Digger: Towards Comprehensive Research Agent Systems for Real-World Unindexed Information Seeking},
author = {Liu, Chang and Kuang, Chuqiao and Zhuang, Tianyi and Cheng, Yuxin and Zhou, Huichi and Li, Xiaoguang and Shang, Lifeng},
booktitle = {International Conference on Learning Representations (ICLR)},
year = {2026}
}
This dataset is released under the Apache-2.0 license.
2 commits