paper-with-me

홈 › Papers

SurveyForge: On the Outline Heuristics, Memory-Driven Generation, and Multi-dimensional Evaluation for Automated Survey Writing

2025-03-06 · Xiangchao Yan, Shiyang Feng, Jiakang Yuan, Renqiu Xia, Bin Wang, Bo Zhang, Lei Bai

Survey paper plays a crucial role in scientific research, especially given the rapid growth of research publications. Recently, researchers have begun using LLMs to automate survey generation for better efficiency. However, the quality gap between LLM-generated surveys and those written by human remains significant, particularly in terms of outline quality and citation accuracy. To close these gaps, we introduce SurveyForge, which first generates the outline by analyzing the logical structure of human-written outlines and referring to the retrieved domain-related articles. Subsequently, leveraging high-quality papers retrieved from memory by our scholar navigation agent, SurveyForge can automatically generate and refine the content of the generated article. Moreover, to achieve a comprehensive evaluation, we construct SurveyBench, which includes 100 human-written survey papers for win-rate comparison and assesses AI-generated survey papers across three dimensions: reference, outline, and content quality. Experiments demonstrate that SurveyForge can outperform previous works such as AutoSurvey.

📄 PDF Abstract BibTeX arXiv:2503.04629

Code (1)

alpha-innovator/surveyforge 공식 구현 pytorch

Tasks

ArticlesSurvey

Similar Papers 제목 키워드 기반

Man-Made Heuristics Are Dead. Long Live Code Generators!

2025-10-09 · Rohit Dwivedula, Divyanshu Saxena, Aditya Akella, Swarat Chaudhuri 외 arxiv

Policy design for various systems controllers has conventionally been a manual process, with domain experts carefully tailoring heuristics for the specific instance in which the policy will be deployed. In this paper, we…

Code Generation

SurveyG: A Multi-Agent LLM Framework with Hierarchical Citation Graph for Automated Survey Generation

2025-10-09 · Minh-Anh Nguye, Minh-Duc Nguyen, Ha Lan N. T., Kieu Hai Dang 외 arxiv

Large language models (LLMs) are increasingly adopted for automating survey paper generation \cite{wang2406autosurvey, liang2025surveyx, yan2025surveyforge,su2025benchmarking,wen2025interactivesurvey}. Existing approache…

Paper generation

Pap2Pat: Towards Automated Paper-to-Patent Drafting using Chunk-based Outline-guided Generation

2024-10-09 · Valentin Knappich, Simon Razniewski, Anna Hätty, Annemarie Friedrich

The patent domain is gaining attention in natural language processing research, offering practical applications in streamlining the patenting process and providing challenging benchmarks for large language models (LLMs).…

ScaffoldAgent: Utility-Guided Dynamic Outline Optimization for Open-Ended Deep Research

2026-06-18 · Zhibang Yang, Xinke Jiang, Yuzhen Xiao, Ruizhe Zhang 외 arxiv

Open-ended deep research (OEDR) requires systems to acquire knowledge through multi-round retrieval and generate coherent long-form reports. The outline plays a central role as a structural scaffold that coordinates retr…

KernelSkill: A Multi-Agent Framework for GPU Kernel Optimization

2026-03-10 · Qitong Sun, Jun Han, Tianlin Li, Zhe Tang 외 arxiv

Improving GPU kernel efficiency is crucial for advancing AI systems. Recent work has explored leveraging large language models (LLMs) for GPU kernel generation and optimization. However, existing LLM-based kernel optimiz…