paper-with-me

Papers

P-SIF: Document Embeddings Using Partition Averaging

2020-05-18 · Vivek Gupta, Ankit Saw, Pegah Nokhiz, Praneeth Netrapalli, Piyush Rai, Partha Talukdar

Simple weighted averaging of word vectors often yields effective representations for sentences which outperform sophisticated seq2seq neural models in many tasks. While it is desirable to use the same method to represent documents as well, unfortunately, the effectiveness is lost when representing long documents involving multiple sentences. One of the key reasons is that a longer document is likely to contain words from many different topics; hence, creating a single vector while ignoring all the topical structure is unlikely to yield an effective document representation. This problem is less acute in single sentences and other short text fragments where the presence of a single topic is most likely. To alleviate this problem, we present P-SIF, a partitioned word averaging model to represent long documents. P-SIF retains the simplicity of simple weighted word averaging while taking a document's topical structure into account. In particular, P-SIF learns topic-specific vectors from a document and finally concatenates them all to represent the overall document. We provide theoretical justifications on the correctness of P-SIF. Through a comprehensive set of experiments, we demonstrate P-SIF's effectiveness compared to simple weighted averaging and many other baselines.

📄 PDF Abstract BibTeX arXiv:2005.09069

Code (1)

vgupta123/P-SIF 공식 구현

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Unsupervised Document Representation using Partition Word-Vectors Averaging

2018-09-27 · Vivek Gupta, Ankit Kumar Saw, Partha Pratim Talukdar, Praneeth Netrapalli

Learning effective document-level representation is essential in many important NLP tasks such as document classification, summarization, etc. Recent research has shown that simple weighted averaging of word vectors is a…

Document ClassificationSentence

Hierarchical Document Encoder for Parallel Corpus Mining

2019-06-20 · WS 2019 8 · Mandy Guo, Yinfei Yang, Keith Stevens, Daniel Cer 외

We explore using multilingual document embeddings for nearest neighbor mining of parallel data. Three document-level representations are investigated: (i) document embeddings generated by simply averaging multilingual se…

Parallel Corpus MiningSentenceSentence EmbeddingSentence-Embedding+1

JOINTLY LEARNING TOPIC SPECIFIC WORD AND DOCUMENT EMBEDDING

2021-09-29 · Farid Uddin, Zuping Zhang

Document embedding generally ignores underlying topics, which fails to capture polysemous terms that can mislead to improper thematic representation. Moreover, embedding a new document during the test process needs a com…

Document ClassificationDocument EmbeddingWord Embeddings

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

Improving Multilingual Sentence Embedding using Bi-directional Dual Encoder with Additive Margin Softmax

2019-02-22 · Yinfei Yang, Gustavo Hernandez Abrego, Steve Yuan, Mandy Guo 외

In this paper, we present an approach to learn multilingual sentence embeddings using a bi-directional dual-encoder with additive margin softmax. The embeddings are able to achieve state-of-the-art results on the United …

NMTRetrievalSentenceSentence Embedding+2