RiverText provides a standardized Python toolkit for training and periodically evaluating incremental word embeddings on text streams.
Incremental Skip-gram Model with Negative Sampling
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
This paper explores an incremental training strategy for the skip-gram model with negative sampling (SGNS) from both empirical and theoretical perspectives. Existing methods of neural word embeddings, including SGNS, are multi-pass algorithms and thus cannot perform incremental model update. To address this problem, we present a simple incremental extension of SGNS and provide a thorough theoretical analysis to demonstrate its validity. Empirical experiments demonstrated the correctness of the theoretical analysis as well as the practical usefulness of the incremental algorithm.
fields
cs.CL 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
RiverText: A Python Library for Training and Evaluating Incremental Word Embeddings from Text Data Streams
RiverText provides a standardized Python toolkit for training and periodically evaluating incremental word embeddings on text streams.