Find relevant scientific papers for a given research prompt, analyze their approaches, and provide structured summaries with a general methodology overview.
Find, analyze, and summarize scientific papers relevant to a research prompt. Produces structured per-paper summaries and a general methodology overview.
/research - Start interactive research session (prompts for topic)/research "cross-lingual document retrieval using embedding models" - Research a specific topicFrom the user's prompt, identify 3-6 specific research topics or keywords that capture the core interests. Present these as interactive checkboxes using AskUserQuestion so the user can confirm, deselect, or add topics.
Example:
From your prompt, I identified these topics. Which ones should I search for?
[ ] Cross-lingual retrieval
[ ] Dense passage embeddings
[ ] Multilingual language models
[ ] Document ranking
[ ] Zero-shot transfer
Wait for user confirmation before proceeding. If the user adds custom topics, incorporate them.
Search for papers matching the confirmed topics. Use WebSearch with academic queries.
Search strategy:
Query patterns:
"topic1 topic2" site:aclanthology.org OR site:arxiv.org OR site:openreview.net"topic1" "topic2" conference paper 2024 2025"topic1" survey OR review journalFor each paper found, fetch its abstract and metadata using WebFetch when possible.
For each paper, assign a relevancy score on a 1-5 scale based on how well it matches the confirmed topics:
| Score | Meaning |
|---|---|
| 5 | Directly addresses the core prompt; covers multiple confirmed topics |
| 4 | Highly relevant; addresses most confirmed topics |
| 3 | Moderately relevant; covers some topics or a closely related area |
| 2 | Tangentially relevant; shares methodology or domain but different focus |
| 1 | Loosely related; only peripherally connected to the prompt |
Sort papers by relevancy score (highest first). Only include papers scoring 3 or above in the final output. Mention excluded papers briefly if they were borderline.
For each paper (sorted by relevancy), provide a structured summary using this exact format:
## Paper Title (Year)
**Authors:** Author list
**Venue:** Conference/Journal name
**Relevancy:** X/5
### Motivation
- Bullet point 1
- Bullet point 2
### Problem to Solve
- Bullet point 1
- Bullet point 2
### Methodology
- Bullet point 1
- Bullet point 2
- Bullet point 3
### Datasets & Metrics
- Bullet point 1 (dataset details)
- Bullet point 2 (metrics used)
### Results & Insights
- Bullet point 1
- Bullet point 2
- Bullet point 3
Summary rules:
After all individual summaries, provide a General Summary section that synthesizes the findings across all papers. This should NOT reference specific paper names or methods. Instead, describe general patterns and effective strategies.
# General Summary
## Effective Approaches
- General description of what types of changes/methods work well
- Patterns observed across successful approaches
## Key Factors
- What aspects of the problem seem most important to address
- Common components in high-performing solutions
## Open Challenges
- What problems remain unsolved
- Where current approaches fall short
## Recommendations
- Based on the surveyed work, what directions seem most promising
- What combinations of techniques appear effective
General summary rules:
The complete output should follow this structure:
# Research Summary: [Topic from prompt]
**Topics searched:** topic1, topic2, topic3
**Papers found:** N total, M included (relevancy >= 3)
**Date of search:** YYYY-MM-DD
---
[Individual paper summaries, sorted by relevancy score]
---
# General Summary
[Synthesized methodology overview]