paper-with-me

홈 › Papers

COINS: Dynamically Generating COntextualized Inference Rules for Narrative Story Completion

2021-06-04 · ACL 2021 5 · Debjit Paul, Anette Frank

Despite recent successes of large pre-trained language models in solving reasoning tasks, their inference capabilities remain opaque. We posit that such models can be made more interpretable by explicitly generating interim inference rules, and using them to guide the generation of task-specific textual outputs. In this paper we present COINS, a recursive inference framework that i) iteratively reads context sentences, ii) dynamically generates contextualized inference rules, encodes them, and iii) uses them to guide task-specific output generation. We apply COINS to a Narrative Story Completion task that asks a model to complete a story with missing sentences, to produce a coherent story with plausible logical connections, causal relationships, and temporal dependencies. By modularizing inference and sentence generation steps in a recurrent model, we aim to make reasoning steps and their effects on next sentence generation transparent. Our automatic and manual evaluations show that the model generates better story sentences than SOTA baselines, especially in terms of coherence. We further demonstrate improved performance over strong pre-trained LMs in generating commonsense inference rules. The recursive nature of COINS holds the potential for controlled generation of longer sequences.

📄 PDF Abstract BibTeX arXiv:2106.02497

Code (1)

Heidelberg-NLP/COINS 공식 구현 pytorch

Tasks

SentenceStory Completion

Similar Papers 제목 키워드 기반

Contextualized Perturbation for Textual Adversarial Attack

2020-09-16 · NAACL 2021 4 · Dianqi Li, Yizhe Zhang, Hao Peng, Liqun Chen 외

Adversarial examples expose the vulnerabilities of natural language processing (NLP) models, and can be used to evaluate and improve their robustness. Existing techniques of generating such examples are typically driven …

Adversarial AttackLanguage ModelingLanguage Modelling

Pooled Contextualized Embeddings for Named Entity Recognition

2019-06-01 · NAACL 2019 6 · Alan Akbik, Tanja Bergmann, Rol Vollgraf,

Contextual string embeddings are a recent type of contextualized word embedding that were shown to yield state-of-the-art results when utilized in a range of sequence labeling tasks. They are based on character-level lan…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Meta-DiffuB: A Contextualized Sequence-to-Sequence Text Diffusion Model with Meta-Exploration

2024-10-17 · Yun-Yen Chuang, Hung-Min Hsu, Kevin Lin, Chen-Sheng Gu 외

The diffusion model, a new generative modeling paradigm, has achieved significant success in generating images, audio, video, and text. It has been adapted for sequence-to-sequence text generation (Seq2Seq) through Diffu…

DenoisingSchedulingSentenceText Generation

Do Transformer Networks Improve the Discovery of Rules from Text?

2022-06-01 · LREC 2022 6 · Mahdi Rahimi, Mihai Surdeanu

With their Discovery of Inference Rules from Text (DIRT) algorithm, Lin and Pantel (2001) made a seminal contribution to the field of rule acquisition from text, by adapting the distributional hypothesis of Harris (1954)…

Language ModelingLanguage ModellingQuestion Answering

Knowledge Propagation in Contextualized Knowledge Repositories: an Experimental Evaluation

2014-12-26 · Loris Bozzato, Luciano Serafini

As the interest in the representation of context dependent knowledge in the Semantic Web has been recognized, a number of logic based solutions have been proposed in this regard. In our recent works, in response to this …

Management