Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Confer 2021
DOI: 10.18653/v1/2021.acl-short.76
|View full text |Cite
|
Sign up to set email alerts
|

Don’t Let Discourse Confine Your Model: Sequence Perturbations for Improved Event Language Models

Abstract: Event language models represent plausible sequences of events. Most existing approaches train autoregressive models on text, which successfully capture event co-occurrence but unfortunately constrain the model to follow the discourse order in which events are presented. Other domains may employ different discourse orders, and for many applications, we may care about different notions of ordering (e.g., temporal) or not care about ordering at all (e.g., when predicting related events in a schema). We propose a … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
0
0

Year Published

2023
2023
2023
2023

Publication Types

Select...
1

Relationship

0
1

Authors

Journals

citations
Cited by 1 publication
(6 citation statements)
references
References 19 publications
(18 reference statements)
0
0
0
Order By: Relevance
“…The current version of the tool has two event generation models described below, however SAGEViz is designed such that incorporating new models is very easy as long as it uses a similar input/output structure. Question-guided event language model: The first model used in the tool, is a finetuned event language model that takes a set of events and a question about an entity of interest as the context and generates the next event (Koupaee et al, 2023). The users can have control over the entities and can ask the system to generate the events with respect to the desired entities.…”
Section: Event Generatormentioning
confidence: 99%
See 4 more Smart Citations
“…The current version of the tool has two event generation models described below, however SAGEViz is designed such that incorporating new models is very easy as long as it uses a similar input/output structure. Question-guided event language model: The first model used in the tool, is a finetuned event language model that takes a set of events and a question about an entity of interest as the context and generates the next event (Koupaee et al, 2023). The users can have control over the entities and can ask the system to generate the events with respect to the desired entities.…”
Section: Event Generatormentioning
confidence: 99%
“…Backend The backend APIs are developed using Flask (Grinberg, 2018), a lightweight Python web framework, which makes it an ideal choice for hosting our Question-guided event language model. We load the language model (Koupaee et al, 2023) and SpanBERT model (for coreference resolution) during application startup. For the GPT-3.5 few-shot event generator we use the OpenAI python library which gives us access to the gpt-3.5-turbo model.…”
Section: Implementation Detailsmentioning
confidence: 99%
See 3 more Smart Citations