π€ AI Summary
This work addresses the significant performance degradation of named entity recognition (NER) in user-generated content (UGC), attributing it fundamentally to structural sparsity caused by low information density rather than superficial noise alone. For the first time, information density is established as an independent, critical factor influencing NER performance. The authors validate its causal effect through hierarchical confounding-controlled resampling and introduce Attention Spectrum Analysis (ASA) to uncover how low density disrupts model attention mechanisms. To mitigate this issue, they propose a model-agnostic Window-aware Optimization Module (WOM) and a large language modelβdriven selective back-translation strategy to enhance semantic density. Evaluated on standard UGC benchmarks including WNUT2017, their approach achieves up to a 4.5% absolute F1 improvement, setting a new state-of-the-art.
π Abstract
Named Entity Recognition (NER) models trained on clean, high-resource corpora exhibit catastrophic performance collapse when deployed on noisy, sparse User-Generated Content (UGC), such as social media. Prior research has predominantly focused on point-wise symptom remediation -- employing customized fine-tuning to address issues like neologisms, alias drift, non-standard orthography, long-tail entities, and class imbalance. However, these improvements often fail to generalize because they overlook the structural sparsity inherent in UGC. This study reveals that surface-level noise symptoms share a unified root cause: low Information Density (ID). Through hierarchical confounding-controlled resampling experiments (specifically controlling for entity rarity and annotation consistency), this paper identifies ID as an independent key factor. We introduce Attention Spectrum Analysis (ASA) to quantify how reduced ID causally leads to ``attention blunting,'' ultimately degrading NER performance. Informed by these mechanistic insights, we propose the Window-Aware Optimization Module (WOM), an LLM-empowered, model-agnostic framework. WOM identifies information-sparse regions and utilizes selective back-translation to directionally enhance semantic density without altering model architecture. Deployed atop mainstream architectures on standard UGC datasets (WNUT2017, Twitter-NER, WNUT2016), WOM yields up to 4.5\% absolute F1 improvement, demonstrating robustness and achieving new state-of-the-art (SOTA) results on WNUT2017.