Read and analyze arXiv papers from ID or URL, convert papers to Markdown with arxiv2md API, and produce structured outputs for one-sentence contribution, problem background, method details, and critical analysis. Use when users ask to read, summarize, extract key points, dissect architecture/modules, or discuss strengths, limitations, and research impact of arXiv papers.
Fetch the paper as Markdown first, then answer with a fixed analysis structure: core contribution, background, method details, and critical thinking. Prioritize evidence from the paper text and keep claims grounded.
Default to detailed, high-resolution explanations unless the user explicitly asks for brevity.
Always convert the paper to Markdown before analysis.
2509.16117 is the arXiv ID for https://arxiv.org/abs/2509.16117.abs, pdf, and html URLs map to the same ID.uvx first:uvx --from arxiv2markdown arxiv2md <ARXIV_ID> --remove-refs -o {paper-title}-{arxiv-id}.mdPreferred example:
uvx --from arxiv2markdown arxiv2md 2509.16117 --remove-refs -o title_2509.16117.md
Do not use python libraries or other tools for fetching/conversion to avoid inconsistencies. Prefer uvx --from arxiv2markdown arxiv2md for this step.
uvx is unavailable or conversion fails, call arxiv2md API with curl:
curl -s "https://arxiv2md.org/api/markdown?url=<ARXIV_ID>" > paper.mdpaper.md directly.curl -s "https://arxiv2md.org/api/markdown?url=2509.16117" > paper.mdUse this exact section order unless the user asks otherwise.
Cover each item with evidence-oriented explanation. Prefer short paragraphs; use bullets only if comparison becomes clearer.
For each module, prefer this format:
When writing, avoid turning every module into a flat checklist; start with a concise intuition paragraph, then provide the structured fields.
Separate "paper-supported" and "your inference" when needed.