Poli Searcher
Poli Searcher is an agentic research pipeline for building transparent political science datasets from heterogeneous web sources. It connects recursive search and evidence synthesis with downstream structured coding, so large language models can retrieve, curate, and evaluate political facts at scale. Elite biography extraction is one core application, but the same pipeline can support diverse political science dataset construction problems by changing the codebook, task instructions, and validation rules.
The starting point is the agentic framework for dataset building: it defines a search-synthesis-coding pipeline and demonstrates it through political biography extraction with a complete evaluation package. PolitNuggets then sharpens that evaluation problem for search agents by specifying the benchmark, enhancing the evidence package, and proposing an automated evaluation method. Its selection for The 64th Annual Meeting of the Association for Computational Linguistics in San Diego, California, United States reflects recognition from the computer science community.
Project Map
flowchart LR
A["Agentic Framework<br/>for Dataset Building<br/><small>search-synthesis-coding pipeline</small>"]
B["Poli Searcher<br/><small>open-source implementation</small>"]
C["PolitNuggets<br/><small>benchmark + automated evaluation</small>"]
D["Task-Specific Dataset<br/><small>codebooks, instructions, and artifacts</small>"]
A --> B
B --> C
C --> D
D -. supports .-> A
Resources
- Agentic Framework for Political Biography Extraction: the methodological foundation for agentic political science dataset building, demonstrated through political biography extraction.
- PolitNuggets: Benchmarking Agentic Discovery of Long-Tail Political Facts: the benchmark and automated evaluation framework for search agents selected for The 64th Annual Meeting of the Association for Computational Linguistics in San Diego, California, United States.
- Poli Searcher GitHub repository: the companion implementation for the deep-research/search-agent pipeline.
- PolitNuggets dataset on Hugging Face: the public dataset and evaluation artifacts.
Coming Soon
- Claude Code adaptation for agentic political-search workflows.
- Support for search over a local database.