Gated Tree Cross-attention for Checkpoint-Compatible Syntax Injection in Decoder-Only LLMs
Xinyu Gao, Shaonan Wang, Nai Ding
TL;DR
This work tackles the brittleness of decoder-only LLMs to syntactic perturbations by introducing GTCA, a checkpoint-compatible gated tree cross-attention pathway that reads cached constituency chunk memory without altering the backbone. A token update mask and a three-stage training schedule regulate the structural updates, enabling targeted syntax improvements while preserving broad competence across tasks and backbones. Empirical results on CLOTH, MMLU, BLiMP, CoLA, HellaSwag, and Winogrande show consistent syntactic gains with minimal or no loss in MCQA performance, and layer-wise probing confirms syntax-aligned internal changes. The approach remains practical by using offline parsing, memory caching, and a gating mechanism that provides interpretability and stability, though it relies on external parsers and incurs preprocessing/compute overhead.
Abstract
Decoder-only large language models achieve strong broad performance but are brittle to minor grammatical perturbations, undermining reliability for downstream reasoning. However, directly injecting explicit syntactic structure into an existing checkpoint can interfere with its pretrained competence. We introduce a checkpoint-compatible gated tree cross-attention (GTCA) branch that reads precomputed constituency chunk memory while leaving backbone architecture unchanged. Our design uses a token update mask and staged training to control the scope and timing of structural updates. Across benchmarks and Transformer backbones, GTCA strengthens syntactic robustness beyond continued-training baselines without compromising Multiple-Choice QA performance or commonsense reasoning, providing a practical checkpoint-compatible route to more syntax-robust decoder-only LLMs.
