Overview Components Evaluation Demo GitHub

AI-Researcher Driven Scientific Breakthroughs

Revolutionizing scientific research through automated paper generation, comprehensive literature review, and intelligent peer evaluation powered by advanced language models.

Core Components

CycleResearcher

Advanced research automation system powered by state-of-the-art language models.

  • Investigation-Idea-Experiment-Analysis-Review
  • Paper Generation
  • Reinforcement Learning Optimization
Auto Paper Writing Literature Review SimPO Training
Read More

DeepReviewer

Comprehensive review system implementing multi-stage evaluation framework.

  • Multi-dimensional Evaluation
  • Reliability Verification
  • Automated Feedback Generation
Automated Review More than DeepSeek-R1 and CycleReviewer
Read More

Interactive Code Playground

Experience how easy it is to generate groundbreaking research with just a few lines of code.

ai-researcher@terminal ~
Active Session
# Import necessary libraries
from ai_researcher import CycleResearcher
from ai_researcher.utils import print_paper_summary

# Initialize CycleResearcher with default 12B model
researcher = CycleResearcher(model_size="12B")
from pprint import pprint

# Load references from BibTeX file
with open('cycleresearcher_references.bib', 'r') as f:
    references_content = f.read()
pprint(references_content.split('@')[:3])

# Generate paper with specific references
referenced_paper = researcher.generate_paper(
    topic="AI Researcher",
    references=references_content,
    n=10
)

# Print summary of generated papers
for paper in referenced_paper:
    print_paper_summary(paper)
Output

Experimental Results

Paper Generation Performance

CycleResearcher employs an iterative preference optimization framework that includes policy model for paper generation, reward model for evaluation, and iterative SimPO for reinforcement learning.

Paper Type Source Avg Min Score Avg Max Score Avg Score Accept Rate
Conference Accept Papers Human Expert 3.91 6.98 5.69 100.00%
Preprint Papers Human Expert 3.24 6.62 5.24 29.63%
AI Scientist AI 2.20 5.70 4.31 0.00%
CycleResearcher-12B AI 3.47 6.75 5.36 35.13%
CycleResearcher-14B AI 3.56 6.71 5.41 37.74%
CycleResearcher-72B AI 3.65 6.58 5.38 33.64%
CycleResearcher-123B AI 3.30 6.45 5.15 24.28%

Generated Research Papers

Tutorials and Demos

We have prepared comprehensive tutorials for both CycleResearcher and CycleReviewer to help users better understand and utilize these models. Our tutorials cover everything you need to get started and make the most of our model suite.

Getting Started

Learn the basics of CycleResearcher and how to set up your first automated research project.

Tutorial 1: CycleResearcher

Review System

Learn how to leverage AI for comprehensive paper evaluation.

Tutorial 2: CycleReviewer

Advanced Features

Exploring the Integration of Human Thought Processes and Cutting-edge Professional Paper Retrieval Capabilities into LLMs.

Tutorial 3: DeepReviewer

Open Sources

Datasets

Review-5K

Comprehensive collection of peer reviews from major conferences.

Download →

Research-14K

Large-scale dataset of research papers and annotations.

Download →

DeepReview-13K

Structured dataset for training review systems.

Download →

Models

CycleResearcher Models

  • CycleResearcher-12B
  • CycleResearcher-72B
  • CycleResearcher-123B
Access Models →

DeepReviewer Models

  • DeepReviewer-8B
  • DeepReviewer-14B
  • DeepReviewer-70B
Access Models

CycleReviewer Models

  • Cycle Reviewer-8B
  • Cycle Reviewer-70B
  • Cycle Reviewer-123B
Access Models →

Code

CycleResearcher

Core implementation of the AI Researcher system.

View Code →

DeepReviewer

Implementation of the Deep Review system.

View Code →

CycleReviewer

Implementation of the Review Cycle system.

View Code →