Enhancing Coreference Resolution with Pretrained Language Models: Bridging the Gap Between Syntax and Semantics
Xingzu Liu, Songhang deng, Mingbang Wang, Zhang Dong, Le Dai, Jiyuan Li, Ruilin Nong
TL;DR
This work tackles coreference resolution by bridging syntax and semantics through a framework that combines syntactic parsing with semantic role labeling and leverages pretrained language models to produce contextual embeddings. An attention-based decoder tunes coreferential links using integrated syntactic-semantic representations, yielding improved accuracy across diverse datasets. Comprehensive ablations demonstrate the additive benefits of each component, with full integration achieving the highest gains over traditional systems and strong baselines. The results underscore the practical value of syntactic-semantic fusion for refined referential understanding and its potential to enhance downstream NLP tasks.
Abstract
Large language models have made significant advancements in various natural language processing tasks, including coreference resolution. However, traditional methods often fall short in effectively distinguishing referential relationships due to a lack of integration between syntactic and semantic information. This study introduces an innovative framework aimed at enhancing coreference resolution by utilizing pretrained language models. Our approach combines syntax parsing with semantic role labeling to accurately capture finer distinctions in referential relationships. By employing state-of-the-art pretrained models to gather contextual embeddings and applying an attention mechanism for fine-tuning, we improve the performance of coreference tasks. Experimental results across diverse datasets show that our method surpasses conventional coreference resolution systems, achieving notable accuracy in disambiguating references. This development not only improves coreference resolution outcomes but also positively impacts other natural language processing tasks that depend on precise referential understanding.
