paper-with-me

홈 › Papers

Drafting Event Schemas using Language Models

2023-05-24 · Anisha Gunjal, Greg Durrett

Past work has studied event prediction and event language modeling, sometimes mediated through structured representations of knowledge in the form of event schemas. Such schemas can lead to explainable predictions and forecasting of unseen events given incomplete information. In this work, we look at the process of creating such schemas to describe complex events. We use large language models (LLMs) to draft schemas directly in natural language, which can be further refined by human curators as necessary. Our focus is on whether we can achieve sufficient diversity and recall of key events and whether we can produce the schemas in a sufficiently descriptive style. We show that large language models are able to achieve moderate recall against schemas taken from two different datasets, with even better results when multiple prompts and multiple samples are combined. Moreover, we show that textual entailment methods can be used for both matching schemas to instances of events as well as evaluating overlap between gold and predicted schemas. Our method paves the way for easier distillation of event knowledge from large language model into schemas.

📄 PDF Abstract BibTeX arXiv:2305.14847

Code (0)

등록된 구현이 없습니다.

Tasks

DescriptiveDiversityLanguage ModelingLanguage ModellingLarge Language ModelNatural Language Inference

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Harvesting Event Schemas from Large Language Models

2023-05-12 · Jialong Tang, Hongyu Lin, Zhuoqun Li, Yaojie Lu 외

Event schema provides a conceptual, structural and formal language to represent events and model the world event knowledge. Unfortunately, it is challenging to automatically induce high-quality and high-coverage event sc…

Diversity

Learning General Event Schemas with Episodic Logic

2021-06-01 · ACL (NALOMA, IWCS) 2021 6 · Lane Lawley, Benjamin Kuehnert, Lenhart Schubert

We present a system for learning generalized, stereotypical patterns of events—or “schemas”—from natural language stories, and applying them to make predictions about other stories. Our schemas are represented with Episo…

World Knowledge

Mining Logical Event Schemas From Pre-Trained Language Models

2022-04-12 · ACL 2022 5 · Lane Lawley, Lenhart Schubert

We present NESL (the Neuro-Episodic Schema Learner), an event schema learning system that combines large language models, FrameNet parsing, a powerful logical representation of language, and a set of simple behavioral sc…

Language ModelingLanguage Modelling

Prompt-based Graph Model for Joint Liberal Event Extraction and Event Schema Induction

2024-03-19 · Haochen Li, Di Geng

Events are essential components of speech and texts, describing the changes in the state of entities. The event extraction task aims to identify and classify events and find their participants according to event schemas.…

Event Extraction

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