# How to read a paper

## Meta-papers

* [How to Read a Paper](http://pages.cs.wisc.edu/~akella/CS740/S12/740-Papers/paper-reading-keshav.pdf): An introduction to the "three-pass" method of reading research papers.
* [Reading Research Papers by Andrew Ng](https://www.youtube.com/watch?v=733m6qBH-jI\&ab_channel=stanfordonline): Multiple passes,
  * Title/abstract/figures
  * Intro + Conclusions + Figures + Skim rest (skim related work)
  * Read but skip/skim math
  * Read the whole thing, but skip parts that don't make sense
* [The Task of the Referee](https://www.cs.utexas.edu/users/mckinley/notes/reviewing-smith.pdf): An introduction to the reviewing process.
* [Ph.D. Advisor Guide](https://weihao97.github.io/files/Get-Advisor.pdf): What to ask/look for when finding a potential Ph.D. advisor.


---

# 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://blog.ruipan.xyz/earlier-readings-and-notes/earlier-notes/how-to-read-a-paper.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.
