菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-07
📄 Abstract - Paper Circle: An Open-source Multi-agent Research Discovery and Analysis Framework

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 this https URL and the code at this https URL.

顶级标签: multi-modal agents llm
详细标签: research discovery multi-agent system knowledge graph literature review academic search 或 搜索:

论文圈:一个开源的多智能体研究文献发现与分析框架 / Paper Circle: An Open-source Multi-agent Research Discovery and Analysis Framework


1️⃣ 一句话总结

这篇论文提出了一个名为‘论文圈’的开源多智能体系统,它利用大语言模型智能体帮助研究人员更高效地发现、评估和整理海量学术文献,并通过构建知识图谱来深度分析论文内容。

源自 arXiv: 2604.06170