Multifaceted Domain-Specific Document Embeddings (2021.naacl-demos)

Copied to clipboard

Challenge: Current document embeddings require large training corpora but fail to learn high-quality representations when confronted with a small number of domain-specific documents and rare terms.
Approach: They propose a faceted domain encoder that transforms each document into a single embedding vector . they use a Siamese neural network architecture to leverage knowledge graphs to enhance the embeddables .
Outcome: The proposed model achieves the same embedding quality as state-of-the-art models while requiring only a tiny fraction of training data.

Similar Papers

Neighborhood Contrastive Learning for Scientific Document Representations with Citation Embeddings (2022.emnlp-main)

Copied to clipboard

Challenge: Prior work relies on discrete citation relations to generate contrast samples, but discrete ones enforce a hard cut-off to similarity.
Approach: They propose to use nearest neighbor sampling to learn continuous similarity and to sample hard-to-learn negatives and positives by controlling the sampling margin between them.
Outcome: The proposed method outperforms the state-of-the-art on the SciDocs benchmark and can train (or tune) language models sample-efficiently.
A Mixture-of-Experts Model for Learning Multi-Facet Entity Embeddings (2020.coling-main)

Copied to clipboard

Challenge: Existing methods for learning entity embeddings from text descriptions leave it to downstream applications to identify these different facets and to select the most relevant ones.
Approach: They propose a model that instead learns several vectors for each entity, each of which captures a different aspect of the considered domain.
Outcome: The proposed model learns several vectors for each entity, each of which intuitively captures a different aspect of the considered domain.
Self-Discriminative Learning for Unsupervised Document Embedding (N19-1)

Copied to clipboard

Challenge: Existing methods for document embedding learning do not consider inter-document relationships.
Approach: They propose to exploit the inter-document information and directly model the relations of documents in embedding space with a discriminative network and a novel objective.
Outcome: The proposed method has errors that are 5 to 13% lower than state-of-the-art models and is even more pronounced in scarce label setting.
Multi-View Document Representation Learning for Open-Domain Dense Retrieval (2022.acl-long)

Copied to clipboard

Challenge: Existing methods for dense retrieval are hard to match with multiple views.
Approach: They propose a multi-view document representation learning framework to generate multiple embeddings through viewers to represent documents and enforce them to align with different queries.
Outcome: The proposed method outperforms recent works and achieves state-of-the-art results.
Learning Domain-Sensitive and Sentiment-Aware Word Embeddings (P18-1)

Copied to clipboard

Challenge: Existing word embeddings cannot produce domain-sensitive embeddables due to domain-specific nature of words.
Approach: They propose a method for learning domain-sensitive and sentiment-aware embeddings that captures sentiment semantics and domain sensitivity of individual words.
Outcome: The proposed method can produce domain-common embeddings and domain-specific embedds.
A Simple Approach to Learning Unsupervised Multilingual Embeddings (2020.emnlp-main)

Copied to clipboard

Challenge: Recent work on unsupervised cross-lingual embeddings in the bilingual setting has given the impetus to learning a shared embeddable space for several languages.
Approach: They propose to solve two sub-problems together to learn a shared embedding space for several languages.
Outcome: The proposed approach outperforms existing methods in bilingual lexicon induction, cross-lingual word similarity, multilingual document classification, and multilingual dependency parsing tasks.
Are the Best Multilingual Document Embeddings simply Based on Sentence Embeddings? (2023.findings-eacl)

Copied to clipboard

Challenge: obtaining document embeddings at document level is challenging due to computational requirements and lack of appropriate data.
Approach: They compare methods to produce document-level representations from sentences based on LASER, LaBSE, and Sentence BERT pre-trained multilingual models.
Outcome: The proposed methods produce document-level representations from sentences in 8 languages . the results show that a clever combination of sentence embeddings is usually better than encoding the full document as a single unit.
KIT-Multi: A Translation-Oriented Multilingual Embedding Corpus (L18-1)

Copied to clipboard

Challenge: Cross-lingual word embeddings are representations of words across languages in a shared continuous vector space.
Approach: They propose a multilingual word embedding corpus which is acquired by neural machine translation and is based on monolingual data.
Outcome: The proposed method is competitive with existing methods but on the cross-lingual document classification task, it obtains the best figures.
Shallow Domain Adaptive Embeddings for Sentiment Analysis (D19-1)

Copied to clipboard

Challenge: Existing domain adaptation algorithms for text classification are limited by lack of training data and exploiting domain idiosyncrasies to improve performance.
Approach: They propose a domain adaptation layer that learns weights to combine a generic and a specific word embedding into a DA embeddable.
Outcome: The proposed approach improves on binary and multi-class classification tasks using popular encoder architectures.
Grouping Entities with Shared Properties using Multi-Facet Prompting and Property Embeddings (2025.emnlp-main)

Copied to clipboard

Challenge: Methods for learning taxonomies from data are well-studied, but it is difficult to use them in large domains.
Approach: They propose to use LLMs to describe the different properties that are satisfied by each entity individually and then use pre-trained embeddings to cluster these properties.
Outcome: The proposed model can be used to describe the properties of the entities and group them into clusters.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations