paper-with-me

Papers

SCDV : Sparse Composite Document Vectors using soft clustering over distributional representations

2016-12-20 · EMNLP 2017 9 · Dheeraj Mekala, Vivek Gupta, Bhargavi Paranjape, Harish Karnick

We present a feature vector formation technique for documents - Sparse Composite Document Vector (SCDV) - which overcomes several shortcomings of the current distributional paragraph vector representations that are widely used for text representation. In SCDV, word embedding's are clustered to capture multiple semantic contexts in which words occur. They are then chained together to form document topic-vectors that can express complex, multi-topic documents. Through extensive experiments on multi-class and multi-label classification tasks, we outperform the previous state-of-the-art method, NTSG (Liu et al., 2015a). We also show that SCDV embedding's perform well on heterogeneous tasks like Topic Coherence, context-sensitive Learning and Information Retrieval. Moreover, we achieve significant reduction in training and prediction times compared to other representation methods. SCDV achieves best of both worlds - better performance with lower time and space complexity.

📄 PDF Abstract BibTeX arXiv:1612.06778

Code (4)

dheeraj7596/SCDV 공식 구현
MartinMachac/TextClassification tf
haradai1262/scdv
nyk510/scdv-python

Tasks

ClusteringInformation RetrievalMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONRetrievalText Classification

Similar Papers 제목 키워드 기반

Improving Document Classification with Multi-Sense Embeddings

2019-11-18 · Vivek Gupta, Ankit Saw, Pegah Nokhiz, Harshit Gupta 외

Efficient representation of text documents is an important building block in many NLP tasks. Research on long text categorization has shown that simple weighted averaging of word vectors for sentence representation often…

ClassificationClusteringDocument ClassificationGeneral Classification+3

Unsupervised Contextualized Document Representation

2021-09-22 · EMNLP (sustainlp) 2021 11 · Ankur Gupta, Vivek Gupta

Several NLP tasks need the effective representation of text documents. Arora et. al., 2017 demonstrate that simple weighted averaging of word vectors frequently outperforms neural models. SCDV (Mekala et. al., 2017) furt…

ClusteringSentenceSentence SimilarityWord Sense Disambiguation

Composite Code Sparse Autoencoders for first stage retrieval

2022-04-14 · Carlos Lassance, Thibault Formal, Stephane Clinchant

We propose a Composite Code Sparse Autoencoder (CCSA) approach for Approximate Nearest Neighbor (ANN) search of document representations based on Siamese-BERT models. In Information Retrieval (IR), the ranking pipeline i…

Image RetrievalInformation RetrievalQuantizationRetrieval

Adapting Learned Sparse Retrieval for Long Documents

2023-05-29 · Thong Nguyen, Sean MacAvaney, Andrew Yates

Learned sparse retrieval (LSR) is a family of neural retrieval methods that transform queries and documents into sparse weight vectors aligned with a vocabulary. While LSR approaches like Splade work well for short passa…

Language ModelingLanguage ModellingMasked Language ModelingRetrieval

Text Anchor Based Metric Learning for Small-footprint Keyword Spotting

2021-08-12 · Li Wang, Rongzhi Gu, Nuo Chen, Yuexian Zou

Keyword Spotting (KWS) remains challenging to achieve the trade-off between small footprint and high accuracy. Recently proposed metric learning approaches improved the generalizability of models for the KWS task, and 1D…

Keyword SpottingMetric LearningSmall-Footprint Keyword Spotting