Build a mini literature survey on a niche topic
When to use: You're starting work on a topic (e.g. 'speculative decoding') and want the 10 most relevant recent papers with summaries.
Prerequisites
- Local cache dir writable — Default under user home; override via ARXIV_STORAGE_PATH
Flow
-
Search strategicallySearch arXiv for 'speculative decoding' in cs.CL or cs.LG, last 12 months, sort by relevance. Top 20.✓ Copied→ List of arxiv ids + titles + abstracts
-
Download the top candidatesDownload the top 10 papers locally.✓ Copied→ Papers cached; return local paths
-
Summarize each in one paragraphFor each downloaded paper, extract text and write a 4-line summary: problem, method, result, limitations. Preserve the arxiv id.✓ Copied→ Structured summaries with citations
Outcome: A 10-paper survey table ready for a related-work section or blog post.
Pitfalls
- arXiv relevance sort is weak; you'll miss important papers sorted elsewhere — Also search sorted by submittedDate desc; triangulate via Semantic Scholar / Google Scholar for citation counts