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 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 a helper script that parses Atom XML into clean output. - Citation & Recommendation Analysis: Use the Semantic Scholar API to fetch citation counts, references, citing papers, author profiles, and paper recommendations. - BibTeX Generation: Automatically generate properly formatted BibTeX entries from arXiv metadata for citations. - 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 the full PDFs, and generates BibTeX entries for their literature review. ## Quick Start Ask the assistant to search arXiv for recent papers on a topic like "chain of thought prompting" and summarize the top five results with their citation counts.