# Others

- [Accelerating Neural Transformer via an Average Attention Network](https://doraemonzzz.gitbook.io/transformer_evolution_paper/others/001.md)
- [Do Transformer Modifications Transfer Across Implementations and Applications?](https://doraemonzzz.gitbook.io/transformer_evolution_paper/others/002.md)
- [Object-Centric Learning with Slot Attention](https://doraemonzzz.gitbook.io/transformer_evolution_paper/others/003.md)
- [Do Transformer Modifications Transfer Across Implementations and Applications?](https://doraemonzzz.gitbook.io/transformer_evolution_paper/others/004.md)
- [Why self-attention is Natural for Sequence-to-Sequence Problems? A Perspective from Symmetries](https://doraemonzzz.gitbook.io/transformer_evolution_paper/others/005.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://doraemonzzz.gitbook.io/transformer_evolution_paper/others.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.
