Add dataset card, link to paper and GitHub repository

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
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
+ Official GitHub repository: [https://github.com/ielab/skim-search-agent](https://github.com/ielab/skim-search-agent)