# 论文阅读

- [What is the Jeopardy Model? A Quasi-Synchronous Grammar for QA](https://im-qianuxn.gitbook.io/pytorch/lun-wen-yue-du/what-is-the-jeopardy-model-a-quasi-synchronous-grammar-for-qa.md)
- [Inner Attention based Recurrent Neural Networks for Answer Selection](https://im-qianuxn.gitbook.io/pytorch/lun-wen-yue-du/inner-attention-based-recurrent-neural-networks-for-answer-selection.md)
- [Glove: Global vectors for word representation](https://im-qianuxn.gitbook.io/pytorch/lun-wen-yue-du/5-glove-global-vectors-for-word-representation..md)
- [Attention-based Pairwise Multi-Perspective Convolutional Neural Network for Answer Selection in Ques](https://im-qianuxn.gitbook.io/pytorch/lun-wen-yue-du/1-attention-based-pairwise-multi-perspective-convolutional-neural-network-for-answer-selection-in-qu.md)
- [复习论文](https://im-qianuxn.gitbook.io/pytorch/lun-wen-yue-du/1-attention-based-pairwise-multi-perspective-convolutional-neural-network-for-answer-selection-in-qu/code-attention-based-pairwise-multi-perspective-convolutional-neural-network-for-answer-selection-in.md)
- [Applying deep learning to answer selection: A study and an open task](https://im-qianuxn.gitbook.io/pytorch/lun-wen-yue-du/2-applying-deep-learning-to-answer-selection-a-study-and-an-open-task.md)
- [Multi-Perspective Sentence Similarity Modeling with Convolutional Neural Networks](https://im-qianuxn.gitbook.io/pytorch/lun-wen-yue-du/3-multi-perspective-sentence-similarity-modeling-with-convolutional-neural-networks.md)
- [An Experimental Analysis of Multi-Perspective Convolutional Neural Networks](https://im-qianuxn.gitbook.io/pytorch/lun-wen-yue-du/4-an-experimental-analysis-of-multi-perspective-convolutional-neural-networks.md)
- [Neural Machine Translation by Jointly Learning to Align and Translate](https://im-qianuxn.gitbook.io/pytorch/lun-wen-yue-du/neural-machine-translation-by-jointly-learning-to-align-and-translate.md)
- [Sequence to Sequence Learning with Neural Networks](https://im-qianuxn.gitbook.io/pytorch/lun-wen-yue-du/sequence-to-sequence-learning-with-neural-networks.md)


---

# 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://im-qianuxn.gitbook.io/pytorch/lun-wen-yue-du.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.
