nielsr HF Staff commited on
Commit
c95728b
·
verified ·
1 Parent(s): e29aef9

Add dataset card for Paper Circle database

Browse files

Hi! I'm Niels from the Hugging Face community science team. I noticed this dataset is part of the "Paper Circle" framework but the dataset card is currently empty.

This PR:
- Links the dataset to the official paper: [Paper Circle: An Open-source Multi-agent Research Discovery and Analysis Framework](https://huggingface.co/papers/2604.06170).
- Adds the `text-retrieval` task category.
- Includes links to the GitHub repository and the project website.
- Provides a brief overview of the system and the official citation.

Files changed (1) hide show
  1. README.md +37 -3
README.md CHANGED
@@ -1,3 +1,37 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-retrieval
5
+ ---
6
+
7
+ # Paper Circle: Papers Database
8
+
9
+ Paper Circle is an open-source multi-agent research discovery and analysis system designed to reduce the effort required to find, assess, organize, and understand academic literature. This repository contains the underlying papers database used by the framework's discovery and analysis pipelines.
10
+
11
+ - **Paper:** [Paper Circle: An Open-source Multi-agent Research Discovery and Analysis Framework](https://huggingface.co/papers/2604.06170)
12
+ - **Project Page:** [https://papercircle.vercel.app/](https://papercircle.vercel.app/)
13
+ - **Repository:** [https://github.com/MAXNORM8650/papercircle](https://github.com/MAXNORM8650/papercircle)
14
+
15
+ ## System Overview
16
+
17
+ The Paper Circle system comprises two complementary pipelines:
18
+ 1. **Discovery Pipeline:** Integrates offline and online retrieval from multiple sources (arXiv, Scopus, IEEE), featuring multi-criteria scoring and diversity-aware ranking.
19
+ 2. **Analysis Pipeline:** Transforms individual papers into structured knowledge graphs with typed nodes (concepts, methods, experiments, figures) to enable graph-aware question answering and coverage verification.
20
+
21
+ Both pipelines are implemented within a coder LLM-based multi-agent orchestration framework and produce fully reproducible, synchronized outputs.
22
+
23
+ ## Citation
24
+
25
+ If you find Paper Circle useful in your research, please cite the following paper:
26
+
27
+ ```bibtex
28
+ @misc{kumar2026papercircleopensourcemultiagent,
29
+ title={Paper Circle: An Open-source Multi-agent Research Discovery and Analysis Framework},
30
+ author={Komal Kumar and Aman Chadha and Salman Khan and Fahad Shahbaz Khan and Hisham Cholakkal},
31
+ year={2026},
32
+ eprint={2604.06170},
33
+ archivePrefix={arXiv},
34
+ primaryClass={cs.CL},
35
+ url={https://arxiv.org/abs/2604.06170},
36
+ }
37
+ ```