Add dataset card with paper link and task categories

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - question-answering
4
+ - text-retrieval
5
+ ---
6
+
7
+ This dataset is associated with the paper [Search, Inspect, Fetch: Exploiting Boolean Retrieval for Deep-Research Agents](https://huggingface.co/papers/2608.02751).
8
+
9
+ - **Repository:** [ielab/skim-search-agent](https://github.com/ielab/skim-search-agent)
10
+
11
+ ## Citation
12
+
13
+ ```bibtex
14
+ @misc{wang2026sieve,
15
+ title = {Search, Inspect, Fetch: Exploiting Boolean Retrieval for Deep-Research Agents},
16
+ author = {Wang, Shuai and Chen, Haodong and Yin, Yu and Zhuang, Shengyao and
17
+ Koopman, Bevan and Zuccon, Guido},
18
+ year = {2026},
19
+ eprint = {2608.02751},
20
+ archivePrefix = {arXiv},
21
+ primaryClass = {cs.IR},
22
+ url = {https://arxiv.org/abs/2608.02751}
23
+ }
24
+ ```