# Gaurav Maheshwari

## Gaurav Maheshwari

- [Gaurav Maheshwari](https://gauravm.gitbook.io/about/master.md)
- [Publications](https://gauravm.gitbook.io/about/research/publications.md)
- [Master Thesis](https://gauravm.gitbook.io/about/research/master-thesis.md)
- [Resume](https://gauravm.gitbook.io/about/research/resume.md)
- [Spacy IRL, 2019](https://gauravm.gitbook.io/about/blogs/spacy-irl-2019.md): Jul 17, 2019 • Gaurav Maheshwari (Me), Priyansh Trivedi.
- [Installing Pytorch and Transformers on IBM Power 9 architecture](https://gauravm.gitbook.io/about/blogs/installing-pytorch-and-transformers-on-ibm-powerpc-architecture.md): To install pytorch and related components on the power 9 architecture follow these steps.
- [Bias in Natural Language Processing @EMNLP 2020](https://gauravm.gitbook.io/about/blogs/bias-in-natural-language-processing-emnlp-2020.md)
- [Currently reading](https://gauravm.gitbook.io/about/books/books.md)
- [Recently Read](https://gauravm.gitbook.io/about/books/recently-read.md): Bunch of books I read in past year.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://gauravm.gitbook.io/about/master.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.
