这篇论文把Transformer说成“用概念变换概念”,提出动态权重来自输入的新解释,还猜测人脑可能也这么处理语言。
这篇论文重新解释Transformer推理机制,提出SIDPP(序列级交互式动态并行处理)框架。作者用输出-权重互连描述部分网络的输出如何决定其他网络的权重,从而根据输入提示动态生成变换参数。他们发现动态处理的贡献随提示长度增长,可等于或超过静态处理,称为强提示敏感性。论文还推测人类语言处理可能也是类Transformer架构实现的SIDPP。
The Transformer Revolution, Part 1: Dynamic Processing through Output- Weight Interconnections
This paper offers a new interpretation of the Transformer during inference. Against the "stochastic parrot" view that large language models merely reproduce statistical regularities learned in training, we argue that Transformers construct and apply prompt-dependent transformations whose parameters are generated during inference. We call this form of computation SIDPP: Sequence-level Interactive Dynamic Parallel Processing. The Transformer is interpreted as a system that transforms concepts by means of concepts. Token vectors are the concepts to be transformed; parameterized transformations defined by matrices and vectors are the transforming concepts. These may be static, when fixed through training, or dynamic, when generated from the input sequence. Mechanically, they correspond to groups of simple neural networks. The Transformer's architectural novelty lies in output-weight interconnections, through which the outputs of some networks determine the weights of others, alongside ordinary output-input interconnections. By means of these interconnections, the system constructs transformations from the prompt and uses them to modify token representations. The contribution of dynamic processing grows with prompt length and may equal or exceed that of static processing, a phenomenon we call strong prompt sensitivity. This account bears on interpretability, predictability, control, and the design of smaller, more sustainable systems. Finally, since the human neural system possesses the mechanisms required to implement SIDPP, we argue that a form of SIDPP may, in principle, be neurally realized in the cerebral cortex. We therefore conjecture that human language processing may itself be a form of SIDPP produced by a functional architecture relevantly similar to that of the Transformer.