LLM agent for research idea generation
Top 66.2% on sourcepulse
This project provides the official code for the "Chain of Ideas" (CoI) Agent, designed to revolutionize research by facilitating novel idea development using Large Language Model (LLM) agents. It targets researchers and academics seeking to enhance their ideation process.
How It Works
The CoI Agent leverages LLMs to generate and refine research ideas through a structured "chain of thoughts" process. It integrates with external tools like SciPDF Parser for PDF analysis and GROBID for academic paper parsing, enabling it to process and synthesize information from existing research to propose novel concepts.
Quick Start & Requirements
pip install -r requirements.txt
), install SciPDF Parser (pip install git+https://github.com/titipata/scipdf_parser
), and download a spaCy model (python -m spacy download en_core_web_sm
).config.yaml
. GROBID needs to be running separately.python main.py --topic {your research topic}
.Highlighted Details
dataset
folder.Maintenance & Community
The project is presented as the "first version" (as of Oct 2024). No specific community channels or roadmap details are provided in the README.
Licensing & Compatibility
The repository does not explicitly state a license. The code is provided for research purposes.
Limitations & Caveats
The setup requires manual installation and configuration of external services like GROBID and Java, which can be complex. API keys for LLMs are mandatory for operation.
6 months ago
1 week