Challenge: Exhaustively annotating coreference is expensive as it requires tracking coreference chains across long passages of text.
Approach: They propose a pairwise annotation technique which asks annotators to identify mention antecedents if a presented mention pair is not coreferent.
Outcome: The proposed method is much more efficient when combined with a mention clustering algorithm for selecting which examples to label . future work can use the proposed protocol to develop coreference models for new domains.

Similar Papers

Adapting Coreference Resolution Models through Active Learning (2022.acl-long)

Copied to clipboard

Challenge: Neural coreference resolution models trained on one dataset may not transfer to new, low-resource domains.
Approach: They investigate how to actively label coreference by sampling a small subset of data for annotators to label.
Outcome: The proposed model can be more realistic when labeling spans within the same document than when annotating spans across documents.
Annotating Mentions Alone Enables Efficient Domain Adaptation for Coreference Resolution (2023.acl-long)

Copied to clipboard

Challenge: Recent results show that annotating mentions is twice as fast as annotation of full coreference chains.
Approach: They propose a method for efficiently adapting coreference models using only mentions in the target domain without increasing annotator time.
Outcome: The proposed method improves average F1 without increasing annotator time.
Neural Coreference Resolution with Deep Biaffine Attention by Joint Mention Detection and Mention Clustering (P18-2)

Copied to clipboard

Challenge: Existing methods for identifying and clustering mentions in text are complex and require heuristics to solve.
Approach: They propose to use a biaffine attention model to get antecedent scores for each possible mention and optimize mention detection and mention clustering accuracy given the mention cluster labels.
Outcome: The proposed model achieves the state-of-the-art performance on the CoNLL-2012 shared task English test set.
Pre-training Mention Representations in Coreference Models (2020.emnlp-main)

Copied to clipboard

Challenge: Existing methods to improve coreference resolution use labeled data.
Approach: They propose two self-supervised tasks that are closely related to coreference resolution to improve mention representation.
Outcome: The proposed models improve mention representations by learning them on a GAP dataset.
They Exist! Introducing Plural Mentions to Coreference Resolution and Entity Linking (C18-1)

Copied to clipboard

Challenge: Unlike singular mentions each of which represents one entity, plural mentions stand for multiple entities.
Approach: They propose a novel coreference resolution algorithm that selectively creates clusters to handle both singular and plural mentions and a deep learning-based entity linking model that jointly handles both types of mentions through multi-task learning.
Outcome: The proposed model outperforms existing models designed for singular mentions and plural mentions.
2*n is better than n2: Decomposing Event Coreference Resolution into Two Tractable Problems (2023.findings-acl)

Copied to clipboard

Challenge: Existing methods for training coreference systems sample from a largely skewed distribution, making it difficult to learn coreference beyond surface matching.
Approach: They propose a heuristic to efficiently filter out a large number of non-coreferent pairs and a training approach on a balanced set of coreferent and non- coreferente mention pairs.
Outcome: The proposed approach significantly reduces compute requirements on two popular ECR datasets while reducing the computational complexity.
Graph Refinement for Coreference Resolution (2022.findings-acl)

Copied to clipboard

Challenge: Existing models for coreference resolution are based on independent mention pair-wise decisions.
Approach: They propose a model that learns coreference at the document-level and takes global decisions.
Outcome: The proposed model improves over baselines, reinforcing the hypothesis that document-level information improves conference resolution.
Bridging Resolution: A Survey of the State of the Art (2020.coling-main)

Copied to clipboard

Challenge: bridging resolution is an anaphora resolution task that is less studied than entity coreference resolution.
Approach: This paper presents a survey of the current state of research on bridging resolution . it identifies and resolves bridling/associative anaphors, which are anamorphic references to non-identical associated antecedents.
Outcome: The proposed task is more difficult than entity coreference resolution because of the lack of annotated corpora and lack of standardized evaluation protocols.
ezCoref: Towards Unifying Annotation Guidelines for Coreference Resolution (2023.findings-eacl)

Copied to clipboard

Challenge: Existing datasets vary in definition of coreferences and are curated for linguistic experts.
Approach: They propose to use ezCoref to create a crowdsourcing-friendly coreference annotation methodology that teaches annotators only cases that are treated similarly across existing datasets.
Outcome: The proposed method reannotates 240 passages from seven existing english coreference datasets while teaching annotators only cases that are treated similarly across them.
A Neural Model for Aggregating Coreference Annotation in Crowdsourcing (2020.coling-main)

Copied to clipboard

Challenge: Existing studies of natural language labelling tasks have shown that crowd-sourced labels can be noisy.
Approach: They split the aggregation into mention classification and coreference chain inference tasks to predict the correct labels.
Outcome: The proposed model predicts the class of each mention using an autoencoder while taking into account the mention’s annotation complexity and annotators’ reliability at different levels.

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