What problem does it solve?
This Skill addresses the challenge of finding and accessing academic papers from the arXiv database. It simplifies the process of searching for papers and provides functionality to retrieve and process their metadata.
Core Features & Use Cases
- Search Papers: Offers a straightforward way to search for academic papers using keywords, authors, categories, or IDs.
- Fetch Specific Papers: Allows users to retrieve metadata or full text of specific papers by their arXiv ID.
- Read Abstract and Full Paper: Supports extracting abstracts and full papers from URLs with web extraction capabilities.
- Search Query Syntax: Provides guidance on constructing advanced search queries using various prefix and boolean operators.
- Sorting and Pagination: Facilitates ordering and limiting search results for more efficient navigation.
- BibTeX Generation: Generates BibTeX entries for papers for easy citation management.
- Semantic Scholar Integration: Offers integration with Semantic Scholar API to provide citation data, related papers, author profiles, and paper recommendations.
Quick Start
To search for papers related to 'transformer', use the following command: curl "https://export.arxiv.org/api/query?search_query=all:transformer+attention&max_results=5"