Large language models (LLMs) have shown remarkable capabilities in natural language processing; however, they still face difficulties when tasked with understanding lengthy contexts and executing effective question answering. These challenges often arise due to the complexity and ambiguity present in longer texts. To enhance the performance of LLMs in such scenarios, we introduce the Long Question Coreference Adaptation (LQCA) method. This innovative framework focuses on coreference resolution tailored to long contexts, allowing the model to identify and manage references effectively. The LQCA method encompasses four key steps: resolving coreferences within sub-documents, computing the distances between mentions, defining a representative mention for coreference, and answering questions through mention replacement. By processing information systematically, the framework provides easier-to-handle partitions for LLMs, promoting better understanding. Experimental evaluations on a range of LLMs and datasets have yielded positive results, with a notable improvements on OpenAI-o1-mini and GPT-4o models, highlighting the effectiveness of leveraging coreference resolution to bridge context gaps in question answering. Our code is public at https://github.com/OceannTwT/LQCA.
@article{arxiv.2410.01671,
title = {Bridging Context Gaps: Leveraging Coreference Resolution for Long Contextual Understanding},
author = {Yanming Liu and Xinyue Peng and Jiannan Cao and Yanxin Shen and Tianyu Du and Sheng Cheng and Xun Wang and Jianwei Yin and Xuhong Zhang},
journal= {arXiv preprint arXiv:2410.01671},
year = {2025}
}
Comments
ICLR 2025 camera ready version, with second updated metadata