ResearchPaperGenerationTask
A multi-phase autonomous agent for generating publication-ready academic research papers, complete with source analysis, structured outlining, and automated citation management.
Side-Effect: Safe
Model: GPT-4 Preferred
Multi-Phase
⚙️ Execution Config
{
"research_topic": "Impact of LLMs on Software Engineering",
"paper_type": "review",
"academic_level": "phd",
"target_word_count": 5000,
"citation_style": "ieee",
"include_peer_review": true,
"revision_passes": 2
}
→
👁️ Session UI (Overview Tab)
Progress: Impact of LLMs on Software Engineering
✓ Phase 1: Research Analysis
✓ Phase 2: Outline Generation
✓ Phase 3: Content Generation (6/6)
✓ Phase 4: Bibliography Generation
✓ Phase 5: Peer Review Simulation
● Phase 6: Revision Pass 1/2...
Current Output:
Research_Paper_17158234.md
Live Results Showcase
Explore actual artifacts generated by this task in the test workspace.
Configuration Parameters
| Field | Type | Default | Description |
|---|---|---|---|
research_topic * |
String | - | The main research question or topic to be explored. |
paper_type |
String | "empirical" | Type of paper: empirical, theoretical, review, meta-analysis. |
academic_level |
String | "masters" | Target level: undergraduate, masters, phd, postdoc. |
target_word_count |
Int | 8000 | Total word count goal for the generated paper. |
citation_style |
String | "apa" | Style: apa, mla, chicago, ieee. |
include_literature_review |
Boolean | true | Whether to include a dedicated literature review section. |
include_peer_review |
Boolean | true | Whether to simulate a critical academic peer review. |
revision_passes |
Int | 1 | Number of self-editing passes (0-5). |
research_files |
List<String> | [] | Specific source files to incorporate into the analysis. |