Event Ontology Completion with Hierarchical Structure Evolution Networks (2023.emnlp-main)
Copied to clipboard
| Challenge: | Existing methods for event detection require predefined schemas, but manual defining is expensive and labor-intensive. |
| Approach: | They propose a task to achieve event clustering, hierarchy expansion and type naming . they propose 'neighbor Contrastive Clustering' module and a Hierarchy-Aware Linking module . |
| Outcome: | The proposed method outperforms baseline methods on three datasets. |
Similar Papers
Semi-supervised New Event Type Induction and Description via Contrastive Loss-Enforced Batch Attention (2023.eacl-main)
Copied to clipboard
| Challenge: | Existing methods for event extraction use annotated event types but are expensive and time-consuming. |
| Approach: | They propose a semi-supervised approach to learning new event types using a masked contrastive loss. |
| Outcome: | The proposed method learns similarities between clusters by enforcing an attention mechanism over the data minibatch. |
OntoED: Low-resource Event Detection with Ontology Embedding (2021.acl-long)
Copied to clipboard
| Challenge: | Existing methods to ED rely on training instances and ignore correlation of event types. |
| Approach: | They propose a process of event ontology population linking event instances to pre-defined event types in event ontoology and ontological embedding to address these problems. |
| Outcome: | The proposed framework can be applied to new unseen event types by establishing linkages to existing ones. |
Hierarchical Entity Typing via Multi-level Learning to Rank (2020.acl-main)
Copied to clipboard
| Challenge: | Named entity recognition (NER) is a canonical information extraction task that assigns spans to one of a handful of types. |
| Approach: | They propose a hierarchical entity classification method that embraces ontological structure at training and during prediction. |
| Outcome: | The proposed method outperforms previous work on strict accuracy and significantly outperformed previous work. |
Extending Event Detection to New Types with Learning from Keywords (D19-55)
Copied to clipboard
| Challenge: | Existing methods for event detection classify words or phrases into specific types of interest. |
| Approach: | They propose a new event detection formulation that describes types via keywords to match contexts in documents. |
| Outcome: | The proposed formulation improves the performance of the proposed model to new types. |
Exploiting Document Structures and Cluster Consistencies for Event Coreference Resolution (2021.acl-long)
Copied to clipboard
| Challenge: | Existing deep learning models for event coreference resolution are limited in that they cannot exploit important interactions between relevant objects for ECR. |
| Approach: | They propose a deep learning model that groups coreferent event mentions into the same clusters . they use document structures to capture relevant objects for ECR . |
| Outcome: | The proposed model achieves state-of-the-art on two benchmark datasets. |
Incremental Event Detection via Knowledge Consolidation Networks (2020.emnlp-main)
Copied to clipboard
| Challenge: | Existing approaches to event detection require a fixed set of pre-defined event types . existing methods cannot handle semantic ambiguity and training data imbalance problems . |
| Approach: | They propose a Knowledge Consolidation Network to address these issues . they propose to use a prototype enhanced retrospection and hierarchical distillation to mitigate the adverse effects of semantic ambiguity and class imbalance. |
| Outcome: | The proposed method outperforms the state-of-the-art model by 19% and 13.4% of whole F1 score on ACE and TAC benchmarks. |
Open-Domain Hierarchical Event Schema Induction by Incremental Prompting and Verification (2023.acl-long)
Copied to clipboard
| Challenge: | Recent methods for event schema induction use information extraction systems to construct event graph instances from documents . compared to the previous state-of-the-art closed-domain schema inducing model, human assessors were able to cover 10% more events when translating the schemas into coherent stories . |
| Approach: | They propose to treat event schemas as commonsense knowledge that can be derived from large language models. |
| Outcome: | The proposed method simplifies the schema induction process and improves readability. |
Lifelong Event Detection with Knowledge Transfer (2021.emnlp-main)
Copied to clipboard
| Challenge: | Traditional supervised Information Extraction (IE) methods can extract structured knowledge elements from unstructured data, but it is limited to a pre-defined target ontology. |
| Approach: | They propose a new lifelong event detection framework that is generalizable to other IE tasks and updates old knowledge with new event types’ mentions using a self-training loss. |
| Outcome: | The proposed framework outperforms baselines with a 5.1% gain in the F1 score and can boost the F2 score for over 30% on some new long-tail rare event types with few training instances. |
Hierarchical Losses and New Resources for Fine-grained Entity Typing and Linking (P18-1)
Copied to clipboard
| Challenge: | Existing methods to incorporate hierarchical information into knowledge bases have yielded little benefit. |
| Approach: | They propose methods to integrate hierarchical information using real bilinear mappings . they also propose two new datasets containing wide and deep hierarchies . |
| Outcome: | The proposed methods improve on flat predictions and fine-grained entity typing on FIGER dataset. |
Open Relation and Event Type Discovery with Type Abstraction (2022.emnlp-main)
Copied to clipboard
| Challenge: | Conventional "closed-world" information extraction methods rely on human ontologies to define scope for extraction. |
| Approach: | They propose a type abstraction approach where models are prompted to generalize and name the type . they use the similarity between inferred names to induce clusters . |
| Outcome: | The proposed method is complementary to token representations on relation extraction and event extraction datasets. |