What problem does it solve? Finding relevant academic papers, tracking citations, and reading research content requires navigating multiple APIs and parsing raw XML or JSON responses, which is tedious and error-prone without a structured workflow. ## Core Features & Use Cases - arXiv Search & Retrieval: Query papers by keyword, author, category, or ID using the free arXiv REST API, with sorting, pagination, and clean parsed output via a stdlib-only Python helper script. - Citation & Recommendation Analysis: Use the Semantic Scholar API to fetch citation counts, references, citing papers, author profiles, and paper recommendations. - BibTeX Generation: Automatically generate citation entries from arXiv metadata, with version-aware IDs to prevent citation drift. - Use Case: A researcher investigating GRPO reinforcement learning runs the search script to find the 10 most recent papers, checks their citation impact via Semantic Scholar, reads abstracts and PDFs, and exports BibTeX entries for a literature review. ## Quick Start Ask the assistant to search arXiv for recent papers on a topic such as "GRPO reinforcement learning" and summarize the top results with authors and abstracts.