paper-with-me

Papers

Event Schema Induction with Double Graph Autoencoders

2022-07-01 · NAACL 2022 7 · Xiaomeng Jin, Manling Li, Heng Ji

Event schema depicts the typical structure of complex events, serving as a scaffolding to effectively analyze, predict, and possibly intervene in the ongoing events. To induce event schemas from historical events, previous work uses an event-by-event scheme, ignoring the global structure of the entire schema graph. We propose a new event schema induction framework using double graph autoencoders, which captures the global dependencies among nodes in event graphs. Specifically, we first extract the event skeleton from an event graph and design a variational directed acyclic graph (DAG) autoencoder to learn its global structure. Then we further fill in the event arguments for the skeleton, and use another Graph Convolutional Network (GCN) based autoencoder to reconstruct entity-entity relations as well as to detect coreferential entities. By performing this two-stage induction decomposition, the model can avoid reconstructing the entire graph in one step, allowing it to focus on learning global structures between events. Experimental results on three event graph datasets demonstrate that our method achieves state-of-the-art performance and induces high-quality event schemas with global consistency.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Open-Domain Hierarchical Event Schema Induction by Incremental Prompting and Verification

2023-07-05 · Sha Li, Ruining Zhao, Manling Li, Heng Ji 외

Event schemas are a form of world knowledge about the typical progression of events. Recent methods for event schema induction use information extraction systems to construct a large number of event graph instances from …

Event ExpansionWorld Knowledge

The Future is not One-dimensional: Complex Event Schema Induction by Graph Modeling for Event Prediction

2021-04-13 · EMNLP 2021 11 · Manling Li, Sha Li, Zhenhailong Wang, Lifu Huang 외

Event schemas encode knowledge of stereotypical structures of events and their connections. As events unfold, schemas are crucial to act as a scaffolding. Previous work on event schema induction focuses either on atomic …

Connecting the Dots: Event Graph Schema Induction with Path Language Modeling

2020-11-01 · EMNLP 2020 11 · Manling Li, Qi Zeng, Ying Lin, Kyunghyun Cho 외

Event schemas can guide our understanding and ability to make predictions with respect to what might happen next. We propose a new Event Graph Schema, where two event types are connected through multiple paths involving …

Language ModelingLanguage Modelling

Causal schema induction for knowledge discovery

2023-03-27 · Michael Regan, Jena D. Hwang, Keisuke Sakaguchi, James Pustejovsky

Making sense of familiar yet new situations typically involves making generalizations about causal schemas, stories that help humans reason about event sequences. Reasoning about events includes identifying cause and eff…

Human-in-the-Loop Schema Induction

2023-02-25 · Tianyi Zhang, Isaac Tham, Zhaoyi Hou, Jiaxuan Ren 외

Schema induction builds a graph representation explaining how events unfold in a scenario. Existing approaches have been based on information retrieval (IR) and information extraction(IE), often with limited human curati…

Information RetrievalRetrieval