Scholay

学术搜索 · AI 审稿 · LaTeX 协作

Rethinking Positional Encoding in Tree Transformer for Code Representation

作者:Han Peng, Ge Li, Yunfei Zhao, Zhi Jin · 年份:2022 · DOI:10.18653/v1/2022.emnlp-main.210 · 被引用次数:10 · 研究领域:Software Engineering Research、Natural Language Processing Techniques、Software Testing and Debugging Techniques

Transformers are now widely used in code representation, and several recent works further develop tree Transformers to capture the syntactic structure in source code. Specifically, novel tree positional encodings have been proposed to incorporate inductive bias into Transformer.In this work, we propose a novel tree Transformer encoding node positions based on our new description method for tree structures.Technically, local and global soft bias shown in previous works is both introduced as positional encodings of our Transformer model.Our model finally outperforms strong baselines on code summarization and completion tasks across two languages, demonstrating our model's effectiveness.Besides, extensive experiments and ablation study shows that combining both local and global paradigms is still helpful in improving model performance. We release our code at https://github.com/AwdHanPeng/TreeTransformer.