HMamba is an architecture that runs Mamba's selective state space model in hyperbolic space for sequential recommendation, claiming 3-11% gains over baselines on four benchmarks.
UCTopic: Unsupervised Contrastive Learning for Phrase Representations and Topic Mining
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
High-quality phrase representations are essential to finding topics and related terms in documents (a.k.a. topic mining). Existing phrase representation learning methods either simply combine unigram representations in a context-free manner or rely on extensive annotations to learn context-aware knowledge. In this paper, we propose UCTopic, a novel unsupervised contrastive learning framework for context-aware phrase representations and topic mining. UCTopic is pretrained in a large scale to distinguish if the contexts of two phrase mentions have the same semantics. The key to pretraining is positive pair construction from our phrase-oriented assumptions. However, we find traditional in-batch negatives cause performance decay when finetuning on a dataset with small topic numbers. Hence, we propose cluster-assisted contrastive learning(CCL) which largely reduces noisy negatives by selecting negatives from clusters and further improves phrase representations for topics accordingly. UCTopic outperforms the state-of-the-art phrase representation model by 38.2% NMI in average on four entity cluster-ing tasks. Comprehensive evaluation on topic mining shows that UCTopic can extract coherent and diverse topical phrases.
fields
cs.IR 1years
2025 1verdicts
REJECT 1representative citing papers
citing papers explorer
-
HMamba: Hyperbolic Mamba for Sequential Recommendation
HMamba is an architecture that runs Mamba's selective state space model in hyperbolic space for sequential recommendation, claiming 3-11% gains over baselines on four benchmarks.