What problem does it solve?
Large arXiv LaTeX papers often exceed model context windows, causing truncation and lost information during research or QA workflows. This skill provides a compact, high-quality section index plus on-demand full-section retrieval so agents and researchers can explore large papers without losing any content.
Core Features & Use Cases
- Progressive two-layer reading: build a ~2k-token section_index.json for overview and deep-read specific sections on demand with no truncation.
- Robust LLM summarization: chunk-summarize long sections, merge chunk summaries, and always LLM-distill the index for accurate claims extraction.
- Stateless full-text reader & LaTeX cleaning: retrieve cleaned, untruncated section text by name, index, or keyword without LLM calls.
- Figure and table extraction: download arXiv source, compile figures/tables to PDF/PNG, and auto-categorize key visuals for poster extraction.
- Caching and reproducibility: persistent workspace/<paper_id>/section_index.json and manifests prevent redundant LLM calls and reprocessing.
- Use Case: quickly generate a poster-ready context by indexing a long paper, then deep-read only Introduction, Method, Experiments, and key figures.
Quick Start
Use the arxiv-latex-reader to index paper 2210.06462 and then read the Method and Experiments sections into the workspace.