Challenge: Using pre-trained models, we learn to jointly predict words and entities from multiple text sources without any human supervision.
Approach: They propose to learn rich self-supervised entity representations from large amounts of associated text.
Outcome: The proposed models outperform baseline models on downstream tasks in the TV-Movies domain, and scale to very large corpora.

Similar Papers

Representation Learning of Entities and Documents from Knowledge Base Descriptions (C18-1)

Copied to clipboard

Challenge: Using documents extracted from Wikipedia, we train a neural network model that learns distributed representations of entities and documents directly from a knowledge base.
Approach: They propose a neural network model that learns distributed representations of entities from a knowledge base.
Outcome: The proposed model performs state-of-the-art on fine-grained entity typing and multiclass text classification tasks.
Advances in Pre-Training Distributed Word Representations (L18-1)

Copied to clipboard

Challenge: Pre-trained word representations are a building block of many Natural Language Processing and Machine Learning applications.
Approach: They propose to combine known tricks and a set of publicly available pre-trained word vector representations to train high-quality representations.
Outcome: The proposed models outperform the current state of the art on a number of tasks while maintaining a high training speed to scale to massive amount of data.
ProgGen: Generating Named Entity Recognition Datasets Step-by-step with Self-Reflexive Large Language Models (2024.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) exhibit remarkable adaptability across domains, but they are often not suitable for structured knowledge extraction tasks such as named entity recognition (NER).
Approach: They propose a method that instructs LLMs to self-reflect on the specific domain and generates domain-relevant attributes for creating attribute-rich training data.
Outcome: The proposed method produces NER datasets in domains with domain-relevant attributes and generates entity terms and NER context data around these entities.
Transfer Learning for Entity Recognition of Novel Classes (C18-1)

Copied to clipboard

Challenge: Existing approaches to entity recognition are based on class labels in source and target domains, and many NER corpora only annotate a small number of categories.
Approach: They replicate and extend several past studies on transfer learning for entity recognition.
Outcome: The proposed methods perform better when there is more labeled target data.
Interpretable Entity Representations through Large-Scale Typing (2020.findings-emnlp)

Copied to clipboard

Challenge: In traditional methods for natural language processing, entities are embedded in dense vector spaces with pre-trained models.
Approach: They propose an approach to creating entity representations that are human readable and achieve high performance on entity-related tasks out of the box.
Outcome: The proposed representations are vectors whose values correspond to posterior probabilities over fine-grained entity types, indicating the confidence of a typing model’s decision that the entity belongs to the corresponding type.
NERetrieve: Dataset for Next Generation Named Entity Recognition and Retrieval (2023.findings-emnlp)

Copied to clipboard

Challenge: Named Entity Recognition (NER) is a widely adopted NLP task . authors present three variants of NER task, with dataset to support them .
Approach: They propose three variants of the NER task, together with a dataset to support them . they propose a move towards more fine-grained entities and zero-shot recognition .
Outcome: The proposed model matches or surpasses existing models in NER tasks . the proposed model is based on a large, silver-annotated corpus of 4 million paragraphs .
E-BERT: Efficient-Yet-Effective Entity Embeddings for BERT (2020.findings-emnlp)

Copied to clipboard

Challenge: Existing methods to enhance BERT with factual knowledge about entities require no additional pretraining and no changes to the encoder itself.
Approach: They propose a way to inject factual knowledge into the pretrained BERT model by aligning Wikipedia2Vec entity vectors with BERT's native wordpiece vector space and feeding the aligned entity vector into BERT as if they were wordpieces.
Outcome: The proposed version outperforms baseline models on unsupervised question answering, supervised relation classification and entity linking tasks.
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.
Entity or Relation Embeddings? An Analysis of Encoding Strategies for Relation Extraction (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing approaches to relation extraction use concatenating embeddings of head and tail entities . however, such representations capture the types of the entities involved, leading to false positives and confusion between relations involving entities of the same type.
Approach: They propose a model which combines [MASK] embeddings with entity embedds to learn relation embeddations.
Outcome: The proposed model outperforms the state-of-the-art on several benchmarks . it uses a self-supervised pre-training strategy which further improves the results.
Lexicon-Enhanced Self-Supervised Training for Multilingual Dense Retrieval (2022.findings-emnlp)

Copied to clipboard

Challenge: Recent multilingual pre-trained models perform poorly on multilingual retrieval tasks due to lack of multilingual training data.
Approach: They propose to mine and generate self-supervised training data based on large-scale unlabeled corpus and introduce query generator to generate more queries in target languages for unlabed passages.
Outcome: The proposed method performs better than baselines on a Mr. TYDI dataset and an industrial dataset from a commercial search engine.

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