# Awesome Paper Reading Tools

## Article/Paper Reading Tools

* [arXiv Vanity–Read academic papers from arXiv as web pages](https://www.arxiv-vanity.com/)

## Article/Paper Summarization

* [allenai/scholarphi: An interactive PDF reader.](https://github.com/allenai/scholarphi): paper reading with explanation and definiton
  * example: <https://s2-reader.apps.allenai.org/?file=https://arxiv.org/pdf/2009.12303v4.pdf>
  * `https://s2-reader.apps.allenai.org/?file=%arxivfilepdf`
* [TL;DR Now](https://tldrnow.com/): paper searching and summarization

## PDF-related Paper/Article Tools

* [Paper to HTML - Allen Institute for AI](https://papertohtml.org/) pdf to html
* [belinghy/PDFRefPreview: Preview citations and other internal links in PDFs on mouse hover in the browser.](https://github.com/belinghy/PDFRefPreview)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://irosyadi.gitbook.io/irosyadi/academia/paper-reading-tool.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
