CLLGMay 18, 2020

P-SIF: Document Embeddings Using Partition Averaging

arXiv:2005.09069v125 citations
Originality Incremental advance
AI Analysis

This addresses document representation for NLP tasks, offering an incremental improvement over simple averaging methods.

The paper tackles the problem of representing long documents with word averaging, which loses effectiveness due to multiple topics, by proposing P-SIF, a partitioned averaging model that learns topic-specific vectors and concatenates them, showing improved performance over baselines in experiments.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes