Papers
Topics
Authors
Recent
Search
2000 character limit reached

SurveyGen: Automatic Survey Generation

Updated 9 July 2026
  • SurveyGen is an automated survey-generation framework that produces structured academic surveys using literature retrieval and multi-document synthesis.
  • It employs a layered retrieval process with co-citation expansion and quality-aware re-ranking to enhance citation precision and ensure diverse content coverage.
  • The system integrates dynamic planning, memory-guided writing, and interactive refinement to address challenges in citation grounding and critical analysis.

SurveyGen most commonly denotes automatic survey generation (ASG): the end-to-end production of an academic survey article from a topic query and a literature corpus. In the recent literature, the task is treated not as unconstrained long-form generation, but as a compound pipeline involving literature retrieval, structure induction, multi-document synthesis, and citation grounding. Systems such as SurveyX, SurveyForge, SurveyGen-I, SurveyG, and DeepSurvey therefore decompose survey writing into explicit preparation and generation stages, while benchmark efforts such as SurGE, SurveyBench, SurveyEval, SGSimEval, and SurveyLens evaluate outline quality, content quality, and reference quality against human-written surveys (Liang et al., 20 Feb 2025, Yan et al., 6 Mar 2025, Chen et al., 20 Aug 2025, Nguye et al., 9 Oct 2025, Yang et al., 28 May 2026, Su et al., 21 Aug 2025, Sun et al., 3 Oct 2025, Zhao et al., 2 Dec 2025, Guo et al., 15 Aug 2025, Guo et al., 11 Feb 2026).

1. Scope and task formulation

SurveyGen is usually framed as a retrieval-grounded survey-writing problem. SurGE formalizes it as: given a topic description tt and a large academic corpus D={d1,d2,,dn}D = \{d_1, d_2, \ldots,d_n\}, retrieve a relevant set RtD\mathcal{R}_t \subseteq D and generate a survey article SS that provides a structured and comprehensive overview of the topic (Su et al., 21 Aug 2025). SurveyX gives a closely related formulation in which a system must identify a representative literature set, organize it into a coherent taxonomy, synthesize results across papers rather than summarize one paper at a time, and attach citations that are both relevant and sufficient (Liang et al., 20 Feb 2025).

This formulation distinguishes SurveyGen from ordinary summarization. The output is expected to exhibit hierarchical structure, broad coverage, topic-focused relevance, synthesis across papers, critical analysis, and citation support. SurveyLens makes this decomposition explicit by representing each survey as S=(O,C,R)S=(O,C,R), where OO is the hierarchical outline, CC is the content, and RR is the reference list (Guo et al., 11 Feb 2026). The same tripartite decomposition—outline, content, and references—recurs in SGSimEval and SurveyEval, which treat survey papers as structured scholarly artifacts rather than generic prose (Guo et al., 15 Aug 2025, Zhao et al., 2 Dec 2025).

A second, narrower use of closely related terminology appears in work on Survey Response Generation, where the task is to simulate closed-ended survey responses from persona-conditioned prompts rather than generate academic survey papers (Ahnert et al., 13 Oct 2025). That line of work is methodologically adjacent, but it addresses a different target object: respondent answers rather than literature surveys.

2. Retrieval and evidence preparation

A defining feature of SurveyGen systems is that retrieval is not a single front-end step but a layered evidence-construction process. SurveyX uses a hybrid source consisting of a local arXiv collection with 2,632,189 papers as of Feb. 10, 2025 plus a self-developed Google Scholar crawler, then applies a Keyword Expansion Algorithm, a 2-step filtration algorithm, and a structured pre-processing layer called AttributeTree, whose outputs form an attribute forest used later for RAG (Liang et al., 20 Feb 2025). The system’s strongest ablation result is that removing AttributeTree sharply degrades structure, synthesis, critical analysis, and especially citation metrics, indicating that structured compression is not cosmetic but central.

Other systems push retrieval toward stronger bibliometric or graph-aware selection. The paper "SurveyGen" introduces QUAL-SG, which extends naïve RAG with co-citation expansion and quality-aware re-ranking. In its baseline form, paper-topic similarity is computed as

Sim(q,di)=cos(vq,vdi),\text{Sim}(q, d_i) = \cos\left( \mathbf{v}_q, \mathbf{v}_{d_i} \right),

but QUAL-SG then augments the candidate set with papers cited by at least two initially retrieved papers and scores candidates using topical relevance, academic impact, and content diversity (Bao et al., 25 Aug 2025). On the paper’s Task 2 benchmark, QUAL-SG improves citation quality to P 15.87 / R 17.71 / F1 16.73, compared with P 5.18 / R 6.94 / F1 5.93 for Naive-RAG and P 11.79 / R 5.78 / F1 7.76 for Fully-LLMGen (Bao et al., 25 Aug 2025).

SurveyGen-I uses a coarse-to-fine retrieval pipeline. At survey level, papers are filtered by

cos(eT,E,eai)θ,\cos(\mathbf{e}_{T,E}, \mathbf{e}_{a_i}) \ge \theta,

with threshold 0.3, then expanded through citation links and reranked by an LLM; during writing, subsection-specific retrieval can be triggered and merged with the global paper set D={d1,d2,,dn}D = \{d_1, d_2, \ldots,d_n\}0 (Chen et al., 20 Aug 2025). SurveyG similarly rejects flat document sets in favor of a hierarchical citation graph D={d1,d2,,dn}D = \{d_1, d_2, \ldots,d_n\}1, where nodes are papers, edges reflect citation and semantic relations, and layers are Foundation, Development, and Frontier (Nguye et al., 9 Oct 2025). DeepSurvey goes further by combining citation-graph expansion with hybrid filtering, full-text understanding, and repository analysis; its abstract attributes later content-depth and citation gains directly to this evidence-construction strategy (Yang et al., 28 May 2026).

The common direction is clear: recent SurveyGen systems treat retrieval as a problem of coverage, structure, and relevance jointly, not of semantic similarity alone. This suggests that the retrieval problem in ASG is gradually converging toward graph-backed, quality-aware, and full-text-aware evidence selection rather than plain vector search.

3. Planning, memory, and writing architectures

Once evidence is assembled, SurveyGen systems usually impose an explicit planning layer. SurveyX divides survey composition into Preparation and Generation phases, then performs Outline Optimization to improve secondary outlines using hints derived from AttributeTrees and a “separate-then-reorganize” procedure that deduplicates subsection headings before drafting (Liang et al., 20 Feb 2025). SurveyForge adopts a more explicitly structure-driven view: it retrieves both topic-relevant research papers and topic-relevant survey outlines, generates first-level and second-level outline nodes together with semantic queries, and uses a memory-driven retrieval module called Scholar NAvigation Agent (SANA) to support subsection writing (Yan et al., 6 Mar 2025).

SurveyGen-I makes planning dynamic. Its PlanEvo module constructs a dependency-aware writing plan D={d1,d2,,dn}D = \{d_1, d_2, \ldots,d_n\}2 and assigns stage indices by

D={d1,d2,,dn}D = \{d_1, d_2, \ldots,d_n\}3

so subsections with the same D={d1,d2,,dn}D = \{d_1, d_2, \ldots,d_n\}4 can be written in parallel, while later stages depend on earlier ones (Chen et al., 20 Aug 2025). Its memory-guided writing stores prior subsection content and terminology, then uses that memory both to generate later subsection skeletons and to revise the remaining outline after each stage.

SurveyG also emphasizes structure before prose. It derives horizontal summaries from community detection within each graph layer and vertical path summaries from weighted traversal across layers, places those summaries into the Writing Agent’s memory, and iteratively refines both outline and subsection drafts through an Evaluation Agent that critiques quality and proposes retrieval queries (Nguye et al., 9 Oct 2025). DeepSurvey pushes the same logic further by building what it explicitly calls an analysis substrate: paper-level keynotes, cluster-level relation graphs and comparison tables, guided cross-paper QA, and then multi-granularity refinement for the final survey (Yang et al., 28 May 2026).

InteractiveSurvey occupies a different position in the design space. It is not primarily a planner in the same sense as SurveyGen-I or SurveyG; rather, it turns intermediate artifacts into editable UI objects. It creates a three-level hierarchical outline from predefined survey sections, user-guided reference categorization, and LLM-generated subsection titles, then generates section text bottom-up from retrieved content while allowing users to revise categorization, outline, text, and visual elements throughout the pipeline (Wen et al., 31 Mar 2025).

System Core mechanism Citation
SurveyX AttributeTree/attribute forest, outline optimization, RAG-based rewriting (Liang et al., 20 Feb 2025)
SurveyForge Outline exemplars + SANA memory-driven retrieval (Yan et al., 6 Mar 2025)
InteractiveSurvey Editable categorization, editable outline, bottom-up section generation (Wen et al., 31 Mar 2025)
SurveyGen-I Coarse-to-fine retrieval, evolving plans, memory-guided writing (Chen et al., 20 Aug 2025)
SurveyG Hierarchical citation graph + multi-agent writing/validation (Nguye et al., 9 Oct 2025)
DeepSurvey Full-text keynotes, cross-paper analysis substrate, evidence-constrained refinement (Yang et al., 28 May 2026)

Across these systems, planning is no longer a thin prompt prefix. It is a persistent intermediate representation: outline trees, dependency schedules, graph summaries, or cluster-level analyses that constrain later writing.

4. Benchmarks and evaluation regimes

A large fraction of recent SurveyGen research concerns evaluation rather than generation. SurGE provides one of the clearest benchmark formulations: 205 ground-truth surveys, 1,086,992 documents in the retrieval corpus, and automatic metrics for information coverage, document/section/sentence-level citation relevance, structural organization, and content quality (Su et al., 21 Aug 2025). Its most widely cited empirical result is that even with Recall@100 = 0.3665 for the dense retriever, the best end-to-end generator reaches only 0.0630 reference coverage in the final survey, exposing a large gap between retrieval and usable synthesis (Su et al., 21 Aug 2025).

SurveyBench shifts emphasis toward reader alignment. Built from 11,343 arXiv papers and 4,947 high-quality surveys, it evaluates outline quality, content quality, non-textual richness, and quiz-based answerability on 20 well-vetted topics (Sun et al., 3 Oct 2025). Its headline result is that existing LLM4Survey methods are “on average 21% lower than human in content-based evaluation,” and that content-only no-reference LLM judging is badly inflated: without human references, all systems score almost perfectly, even above humans on some dimensions (Sun et al., 3 Oct 2025). SurveyEval pursues a related goal with 38 topics across 7 disciplines, combining reference-guided LLM judging for overall quality, principle-based outline judging, and citation recall/precision/F1 (Zhao et al., 2 Dec 2025).

SGSimEval argues that survey evaluation should be multifaceted and similarity-enhanced. It evaluates 80 highly cited survey papers and combines intrinsic scores for outline, content, and references with two similarity-weighted variants: Balanced Similarity Weighting and Human-as-Perfect Similarity Weighting (Guo et al., 15 Aug 2025). Its broad conclusion is that current ASG systems show human-comparable superiority in outline generation, but still leave “significant room for improvement in content and reference generation” (Guo et al., 15 Aug 2025).

SurveyLens adds a discipline-aware perspective. It introduces SurveyLens-1k, a dataset of 1,000 high-quality human-written surveys spanning 10 disciplines, and a dual-lens evaluation framework combining Discipline-Aware Rubric Evaluation with Canonical Alignment Evaluation (Guo et al., 11 Feb 2026). On macro-average rubric scores, ASG systems average 3.02, vanilla LLMs 2.43, and Deep Research agents 3.41, with Gemini Deep Research reaching 3.66 and best scores in 8 of 10 disciplines (Guo et al., 11 Feb 2026). The paper’s qualitative conclusion is that structure, content synthesis, and reference quality vary sharply by discipline, so CS-centric evaluation protocols are not sufficient.

These benchmarks collectively establish a recurring empirical picture: outline quality has improved faster than content synthesis and reference quality; human-referenced evaluation is more discriminative than no-reference LLM judging; and survey usefulness is not well captured by fluency or generic long-text metrics alone.

5. Human interaction and adjacent survey-system work

Although SurveyGen usually denotes academic survey-paper generation, adjacent survey-system literature addresses related problems of authoring, refinement, and interaction. InteractiveSurvey is the clearest bridge between automatic survey writing and human steering: it supports both online retrieval and user uploads, exposes reference categorization, outline, and survey content as editable intermediate artifacts, and exports the final survey as PDF, Markdown, or LaTeX (Wen et al., 31 Mar 2025). Its usability study with 34 participants reports a System Usability Scale score of 84.4/100, presented as A+ (Wen et al., 31 Mar 2025).

In questionnaire methodology, "Generative AI as a Safety Net for Survey Question Refinement" studies ChatGPT not as an autonomous questionnaire writer but as a critique engine for item refinement (Metheney et al., 10 Sep 2025). The paper uses a preregistered D={d1,d2,,dn}D = \{d_1, d_2, \ldots,d_n\}5 factorial experiment over GPT-3.5/GPT-4.0 and persona prompts, and concludes that an average user can expect useful but imperfect feedback from simple zero-shot prompts, with GPT-4.0 producing 0.55 more codes on average per question-treatment pair and the Survey Design Expert persona producing 0.22 more codes on average than no persona (Metheney et al., 10 Sep 2025). This work is not about academic survey-paper generation, but it is methodologically adjacent because it treats survey improvement as structured critique rather than free-form rewriting.

TASSY extends survey infrastructure in a different direction by combining text annotation and conventional survey questions in one progressive web application, implemented with Flask, Vue.js, and MySQL/MariaDB or SQLite (Spinde et al., 2021). SurveyMan goes even further toward a programming-language view: it models surveys as programs with logic, control flow, randomization, and bugs, provides a DSL for authoring, compiles surveys into JavaScript, and performs static and dynamic analyses to detect wording bias, order effects, breakoff, and inattentive respondents (Tosch et al., 2014). The Shiny-based randomized-response system similarly shows how specialized survey designs can be embedded into a deployable interface with hidden randomization and local or remote persistence (Singh et al., 2021).

A final adjacent line is Survey Response Generation, which studies how LLMs simulate closed-ended survey answers in silico. That work evaluates 32 million simulated survey responses across 8 Survey Response Generation Methods, 4 political attitude surveys, and 10 open-weight LLMs, and concludes that Restricted Generation Methods perform best overall, while reasoning output does not consistently improve alignment (Ahnert et al., 13 Oct 2025). This is not survey-paper generation, but it reinforces a broader lesson: in survey-related LLM systems, output constraints and evaluation design are often as important as the base model.

6. Limitations, failure modes, and research directions

The recent SurveyGen literature is unusually consistent about its failure modes. SurveyBench finds that generated surveys can score above 4/5 on content quality and still perform very poorly on topic-specific quiz answering, indicating shallow synthesis and insufficient detail despite polished prose (Sun et al., 3 Oct 2025). SurveyLens shows that reference quality remains weak across paradigms and that systems often exhibit a structural-versus-synthesis trade-off, with specialized ASG systems strong on outline quality but weaker on discipline-specific content expectations outside their native domains (Guo et al., 11 Feb 2026). SGSimEval reaches a similar diagnosis: current systems are strong at structure, but content and especially references remain unresolved (Guo et al., 15 Aug 2025).

The "SurveyGen" dataset paper draws the same conclusion from a retrieval perspective. Even when quality-aware retrieval improves citation overlap and key-point recall, the authors state that fully automatic survey generation still suffers from low citation quality and limited critical analysis, while human-guided writing—providing human-selected references and human-written outline—produces substantially better content (Bao et al., 25 Aug 2025). This suggests that, at present, SurveyGen is strongest as an assistive writing technology rather than a drop-in replacement for expert survey authorship.

The main architectural response to these limits is visible in DeepSurvey. Its abstract claims the highest content score (8.644/10), 12.3% and 9.3% recall and precision gains over the strongest baseline in citation quality, stronger domain robustness measured by 0.14 vs 0.22 to 0.69 CS-to-non-CS drop, and domain-expert preference over human-written surveys on 83.3% overall quality and 100% content depth (Yang et al., 28 May 2026). Whether those gains generalize broadly remains to be established, but they indicate where current research is heading: full-text evidence rather than abstract-only RAG, cross-paper relation modeling rather than isolated paper summaries, evidence-constrained citation assignment rather than post-hoc grounding, and agentic refinement rather than one-shot drafting.

A plausible implication is that SurveyGen is becoming less a single model and more a systems problem. The field’s direction is toward pipelines that integrate retrieval graphs, structured intermediate representations, editable planning states, and evaluation regimes tied to human-written surveys and reader-oriented tasks. The persistent gaps in citation faithfulness, analytical depth, and discipline-aware organization suggest that these systems are moving away from “write a survey from a prompt” and toward “construct, validate, and refine a survey-specific knowledge representation before writing.”

Definition Search Book Streamline Icon: https://streamlinehq.com
References (17)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to SurveyGen.