MEIC-DT: Memory-Efficient Incremental Clustering for Long-Text Coreference Resolution with Dual-Threshold Constraints
Kangyang Luo, Shuzheng Si, Yuzhuo Bai, Cheng Gao, Zhitong Wang, Cheng Huang, Yingli Shen, Yufeng Han, Wenhao Li, Cunliang Kong, Maosong Sun
TL;DR
MEIC-DT tackles the memory bottleneck in long-text coreference resolution by introducing a dual-threshold, memory-efficient incremental clustering framework based on a lightweight Transformer. It combines a statistics-aware eviction strategy (SAES) that adapts cache management between training and inference with an internal regularization policy (IRP) that condenses clusters to representative mentions. The approach achieves competitive CoNLL-style F1 scores across OntoNotes, LitBank, and WikiCoref under strict memory budgets, while also accelerating convergence and maintaining efficiency. This memory-conscious design enhances practicality for long documents and demonstrates robust cross-domain generalization in CR tasks.
Abstract
In the era of large language models (LLMs), supervised neural methods remain the state-of-the-art (SOTA) for Coreference Resolution. Yet, their full potential is underexplored, particularly in incremental clustering, which faces the critical challenge of balancing efficiency with performance for long texts. To address the limitation, we propose \textbf{MEIC-DT}, a novel dual-threshold, memory-efficient incremental clustering approach based on a lightweight Transformer. MEIC-DT features a dual-threshold constraint mechanism designed to precisely control the Transformer's input scale within a predefined memory budget. This mechanism incorporates a Statistics-Aware Eviction Strategy (\textbf{SAES}), which utilizes distinct statistical profiles from the training and inference phases for intelligent cache management. Furthermore, we introduce an Internal Regularization Policy (\textbf{IRP}) that strategically condenses clusters by selecting the most representative mentions, thereby preserving semantic integrity. Extensive experiments on common benchmarks demonstrate that MEIC-DT achieves highly competitive coreference performance under stringent memory constraints.
