paper-with-me

Feedback Transformer

2000년 도입 · 논문 2편에서 사용

A Feedback Transformer is a type of sequential transformer that exposes all previous representations to all future representations, meaning the lowest representation of the current timestep is formed from the highest-level abstract representation of the past. This feedback nature allows this architecture to perform recursive computation, building stronger representations iteratively upon previous states. To achieve this, the self-attention mechanism of the standard Transformer is modified so it attends to higher level representations rather than lower ones.

출처: Addressing Some Limitations of Transformers with Feedback Memory

소개 논문: Addressing Some Limitations of Transformers with Feedback Memory

Language Models · Natural Language ProcessingAutoregressive Transformers · Natural Language ProcessingTransformers · Natural Language Processing