🤖 AI Summary
To address the out-of-vocabulary (OOV) problem and insufficient semantic representation of static word embeddings in domain-specific corpora, this paper proposes a lightweight, model-free, non-parametric iterative embedding optimization method. The method relies solely on co-occurrence statistics and context-aware neighborhood-weighted aggregation—requiring no large language models, neural networks, or gradient-based optimization—and supports zero-initialized incremental updates, inherently mitigating OOV issues while enabling semantic evolution modeling. Its core contribution is the first fully deep-learning-free self-improving embedding mechanism. Experiments on the NOAA storm event corpus demonstrate a 27% improvement in analogy and clustering performance for storm-related terms, significantly enhancing concept retrieval, event impact attribution, and polysemy disambiguation capabilities.
📝 Abstract
This article introduces a novel and fast method for refining pre-trained static word or, more generally, token embeddings. By incorporating the embeddings of neighboring tokens in text corpora, it continuously updates the representation of each token, including those without pre-assigned embeddings. This approach effectively addresses the out-of-vocabulary problem, too. Operating independently of large language models and shallow neural networks, it enables versatile applications such as corpus exploration, conceptual search, and word sense disambiguation. The method is designed to enhance token representations within topically homogeneous corpora, where the vocabulary is restricted to a specific domain, resulting in more meaningful embeddings compared to general-purpose pre-trained vectors. As an example, the methodology is applied to explore storm events and their impacts on infrastructure and communities using narratives from a subset of the NOAA Storm Events database. The article also demonstrates how the approach improves the representation of storm-related terms over time, providing valuable insights into the evolving nature of disaster narratives.