@inproceedings{huang-etal-2026-gilt,
title = "{G}i{LT}: Augmenting Transformer Language Models with Dependency Graphs",
author = "Huang, Tianyu and
Zhao, Yida and
Zhou, Chuyan and
Tu, Kewei",
editor = "Liakata, Maria and
Moreira, Viviane P. and
Zhang, Jiajun and
Jurgens, David",
booktitle = "Proceedings of the 64th Annual Meeting of the {A}ssociation for {C}omputational {L}inguistics (Volume 1: Long Papers)",
month = jul,
year = "2026",
address = "San Diego, California, United States",
publisher = "Association for Computational Linguistics",
url = "https://preview.aclanthology.org/ingest-acl/2026.acl-long.1441/",
pages = "31226--31237",
ISBN = "979-8-89176-390-6",
abstract = "Augmenting Transformers with linguistic structures effectively enhances the syntactic generalization performance of language models. Previous work in this direction focuses on syntactic tree structures of languages, in particular constituency tree structures. We propose Graph-Infused Layers Transformer Language Model (GiLT) which leverages dependency graphs for augmenting Transformer language models. Unlike most previous work, GiLT does not insert extra structural tokens in language modeling; instead, it injects structural information into language modeling by modulating attention weights in the Transformer with features extracted from the dependency graph that is incrementally constructed along with token prediction. In our experiments, GiLT with semantic dependency graphs achieves better syntactic generalization while maintaining competitive perplexity in comparison with Transformer language model baselines. In addition, GiLT can be finetuned from a pretrained language model to achieve improved downstream task performance. Our code is released at https://github.com/cookie-pie-oops/GiLT-LM."
}Markdown (Informal)
[GiLT: Augmenting Transformer Language Models with Dependency Graphs](https://preview.aclanthology.org/ingest-acl/2026.acl-long.1441/) (Huang et al., ACL 2026)
ACL
- Tianyu Huang, Yida Zhao, Chuyan Zhou, and Kewei Tu. 2026. GiLT: Augmenting Transformer Language Models with Dependency Graphs. In Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 31226–31237, San Diego, California, United States. Association for Computational Linguistics.