> For the complete documentation index, see [llms.txt](https://xzhu0027.gitbook.io/blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xzhu0027.gitbook.io/blog/master.md).

# Introduction

I include some interesting papers(mostly about computer systems) I've read and my summary/thoughts about the paper.&#x20;

**In the summaries, I will try to answer the following questions:**&#x20;

-What problem does the paper solve? Is it important?&#x20;

-How does it solve the problem?&#x20;

-How does their approach differ from previous ones? Are they adequately discussed in the reading?&#x20;

-How does this work relate to other research?&#x20;

-What could be improved?&#x20;

**Disclaimer: These notes are just for my future self to look back and review the materials on these paper, without reading them all over again.** <br>

**To know more about me and my current research, check out my** [**website**](https://xzhu27.me/)**!**&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://xzhu0027.gitbook.io/blog/master.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
