Paper Circle: An Open-source Multi-agent Research Discovery and Analysis Framework

arXiv cs.CL / 4/8/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisTools & Practical UsageModels & Research

Key Points

  • Paper Circle is an open-source multi-agent framework aimed at reducing the time and effort needed to discover, evaluate, organize, and understand academic papers using multi-agent LLM workflows.
  • It includes two coordinated pipelines: a Discovery Pipeline that performs offline/online retrieval, multi-criteria scoring, diversity-aware ranking, and structured outputs, and an Analysis Pipeline that converts papers into typed knowledge graphs for graph-aware Q&A and coverage checks.
  • The system is built using a coder-LLM-based multi-agent orchestration approach and generates reproducible, synchronized artifacts at each agent step (JSON, CSV, BibTeX, Markdown, and HTML).
  • The paper benchmarks Paper Circle on retrieval and review generation tasks, reporting metrics such as hit rate, MRR, and Recall@K, with improvements that scale with stronger agent models.
  • The project has been publicly released via a website and GitHub repository, enabling researchers and developers to adopt and evaluate the workflow directly.

Abstract

The rapid growth of scientific literature has made it increasingly difficult for researchers to efficiently discover, evaluate, and synthesize relevant work. Recent advances in multi-agent large language models (LLMs) have demonstrated strong potential for understanding user intent and are being trained to utilize various tools. In this paper, we introduce Paper Circle, 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: (1) a Discovery Pipeline that integrates offline and online retrieval from multiple sources, multi-criteria scoring, diversity-aware ranking, and structured outputs; and (2) an Analysis Pipeline that transforms individual papers into structured knowledge graphs with typed nodes such as concepts, methods, experiments, and figures, enabling graph-aware question answering and coverage verification. Both pipelines are implemented within a coder LLM-based multi-agent orchestration framework and produce fully reproducible, synchronized outputs including JSON, CSV, BibTeX, Markdown, and HTML at each agent step. This paper describes the system architecture, agent roles, retrieval and scoring methods, knowledge graph schema, and evaluation interfaces that together form the Paper Circle research workflow. We benchmark Paper Circle on both paper retrieval and paper review generation, reporting hit rate, MRR, and Recall at K. Results show consistent improvements with stronger agent models. We have publicly released the website at https://papercircle.vercel.app/ and the code at https://github.com/MAXNORM8650/papercircle.

Paper Circle: An Open-source Multi-agent Research Discovery and Analysis Framework | AI Navigate