Tree-planted Transformers: Unidirectional Transformer Language Models With Implicit Syntactic Supervision · The Large Language Model Bible Contribute to LLM-Bible

Tree-planted Transformers: Unidirectional Transformer Language Models With Implicit Syntactic Supervision

Yoshida Ryo, Someya Taiga, Oseki Yohei. Arxiv 2024

[Paper]    
Attention Mechanism Efficiency And Optimization Model Architecture Pretraining Methods Reinforcement Learning Training Techniques Transformer

Syntactic Language Models (SLMs) can be trained efficiently to reach relatively high performance; however, they have trouble with inference efficiency due to the explicit generation of syntactic structures. In this paper, we propose a new method dubbed tree-planting: instead of explicitly generating syntactic structures, we “plant” trees into attention weights of unidirectional Transformer LMs to implicitly reflect syntactic structures of natural language. Specifically, unidirectional Transformer LMs trained with tree-planting will be called Tree-Planted Transformers (TPT), which inherit the training efficiency from SLMs without changing the inference efficiency of their underlying Transformer LMs. Targeted syntactic evaluations on the SyntaxGym benchmark demonstrated that TPTs, despite the lack of explicit generation of syntactic structures, significantly outperformed not only vanilla Transformer LMs but also various SLMs that generate hundreds of syntactic structures in parallel. This result suggests that TPTs can learn human-like syntactic knowledge as data-efficiently as SLMs while maintaining the modeling space of Transformer LMs unchanged.

Similar Work