Discover and explore top open-source AI tools and projects—updated daily.
Framework for automated literature surveys (NeurIPS 2024 paper)
Top 70.3% on SourcePulse
AutoSurvey provides an automated framework for generating comprehensive literature surveys using large language models. It is designed for researchers and academics seeking to streamline the process of synthesizing existing research on a given topic, offering high citation and content quality.
How It Works
AutoSurvey leverages LLMs to automate survey creation through a structured process. It utilizes a Retrieval-Augmented Generation (RAG) approach, incorporating a large database of arXiv paper abstracts to inform the generation. Key parameters allow control over survey length, section structure, and the number of references used for both outline generation and RAG, enabling tailored and contextually rich survey outputs.
Quick Start & Requirements
pip install -r requirements.txt
Highlighted Details
gpt-4o-2024-05-13
.nomic-ai/nomic-embed-text-v1
for embedding.Maintenance & Community
The project is associated with authors from Westlake University, Peking University, Nanjing University, Harbin Institute of Technology (Shenzhen), and Squirrel AI. Contributions are welcome via GitHub issues.
Licensing & Compatibility
Limitations & Caveats
The framework requires access to an OpenAI API key and relies on a specific database of arXiv abstracts, which may not cover all research domains. The quality of the generated survey is dependent on the chosen LLM and the quality of the underlying data.
7 months ago
Inactive