Datasets:
ArXiv:
License:
Add dataset card and metadata for Paper Circle
Browse filesHi! I'm Niels from the Hugging Face community science team.
I've noticed this dataset repository is currently missing a README. This PR adds a dataset card to provide more information about the Paper Circle project, including links to the official paper, project website, and source code, as well as metadata tags to help with discoverability on the Hub.
README.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- other
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# Paper Circle Database
|
| 8 |
+
|
| 9 |
+
This repository contains data associated with [Paper Circle: An Open-source Multi-agent Research Discovery and Analysis Framework](https://huggingface.co/papers/2604.06170).
|
| 10 |
+
|
| 11 |
+
[Project Page](https://papercircle.vercel.app/) | [GitHub](https://github.com/MAXNORM8650/papercircle) | [Live Demo](https://papercircle.vercel.app)
|
| 12 |
+
|
| 13 |
+
## Overview
|
| 14 |
+
|
| 15 |
+
Paper Circle is a multi-agent research discovery and analysis system designed to reduce the effort required to find, assess, organize, and understand academic literature. The system comprises two complementary pipelines:
|
| 16 |
+
|
| 17 |
+
1. **Discovery Pipeline**: Integrates offline and online retrieval from multiple sources (arXiv, Scopus, IEEE), multi-criteria scoring, and diversity-aware ranking.
|
| 18 |
+
2. **Analysis Pipeline**: Transforms individual papers into structured knowledge graphs with nodes for concepts, methods, experiments, and figures, enabling graph-aware question answering.
|
| 19 |
+
|
| 20 |
+
The framework produces reproducible outputs in various formats including JSON, CSV, BibTeX, Markdown, and HTML at each agent step.
|
| 21 |
+
|
| 22 |
+
## Citation
|
| 23 |
+
|
| 24 |
+
If you find PaperCircle useful in your research, please cite the paper:
|
| 25 |
+
|
| 26 |
+
```bibtex
|
| 27 |
+
@misc{kumar2026papercircleopensourcemultiagent,
|
| 28 |
+
title={Paper Circle: An Open-source Multi-agent Research Discovery and Analysis Framework},
|
| 29 |
+
author={Komal Kumar and Aman Chadha and Salman Khan and Fahad Shahbaz Khan and Hisham Cholakkal},
|
| 30 |
+
year={2026},
|
| 31 |
+
eprint={2604.06170},
|
| 32 |
+
archivePrefix={arXiv},
|
| 33 |
+
primaryClass={cs.CL},
|
| 34 |
+
url={https://arxiv.org/abs/2604.06170},
|
| 35 |
+
}
|
| 36 |
+
```
|