paper-with-me

홈 › Papers

Enabling Language Models to Fill in the Blanks

2020-05-11 · ACL 2020 6 · Chris Donahue, Mina Lee, Percy Liang

We present a simple approach for text infilling, the task of predicting missing spans of text at any position in a document. While infilling could enable rich functionality especially for writing assistance tools, more attention has been devoted to language modeling---a special case of infilling where text is predicted at the end of a document. In this paper, we aim to extend the capabilities of language models (LMs) to the more general task of infilling. To this end, we train (or fine-tune) off-the-shelf LMs on sequences containing the concatenation of artificially-masked text and the text which was masked. We show that this approach, which we call infilling by language modeling, can enable LMs to infill entire sentences effectively on three different domains: short stories, scientific abstracts, and lyrics. Furthermore, we show that humans have difficulty identifying sentences infilled by our approach as machine-generated in the domain of short stories.

📄 PDF Abstract BibTeX arXiv:2005.05339

Code (3)

chrisdonahue/ilm 공식 구현
https://worksheets.codalab.org/worksheets/0x9987b5d9cce74cf4b2a5f84b54ee447b 공식 구현
reichang182/variable-length-piano-infilling pytorch

Tasks

Language ModelingLanguage ModellingText Infilling

Similar Papers 제목 키워드 기반

Blank Language Models

2020-02-08 · EMNLP 2020 11 · Tianxiao Shen, Victor Quach, Regina Barzilay, Tommi Jaakkola

We propose Blank Language Model (BLM), a model that generates sequences by dynamically creating and filling in blanks. The blanks control which part of the sequence to expand, making BLM ideal for a variety of text editi…

Ancient Text RestorationLanguage ModelingLanguage ModellingStyle Transfer

A-TIP: Attribute-aware Text Infilling via Pre-trained Language Model

2022-10-01 · COLING 2022 10 · Dongyuan Li, Jingyi You, Kotaro Funakoshi, Manabu Okumura

Text infilling aims to restore incomplete texts by filling in blanks, which has attracted more attention recently because of its wide application in ancient text restoration and text rewriting. However, attribute- aware …

Ancient Text RestorationAttributeLanguage ModelingLanguage Modelling+1

FIBER: Fill-in-the-Blanks as a Challenging Video Understanding Evaluation Framework

2021-04-09 · ACL 2022 5 · Santiago Castro, Ruoyao Wang, Pingxuan Huang, Ian Stewart 외

We propose fill-in-the-blanks as a video understanding evaluation framework and introduce FIBER -- a novel dataset consisting of 28,000 videos and descriptions in support of this evaluation framework. The fill-in-the-bla…

Language ModellingMultiple-choiceQuestion AnsweringVideo Captioning+2

QUIET: A Multi-Blank Cascaded Story Cloze Benchmark for LLM Creative Generation Capability

2026-05-25 · Bo Zou, Chao Xu arxiv

Large language models (LLMs) face a dual challenge in creative capability evaluation: existing benchmarks (e.g., Story Cloze Test, HellaSwag) measure models' discriminative ability over narrative continuation using multi…

Logical ReasoningCloze Test

Token Manipulation Generative Adversarial Network for Text Generation

2020-05-06 · DaeJin Jo

MaskGAN opens the query for the conditional language model by filling in the blanks between the given tokens. In this paper, we focus on addressing the limitations caused by having to specify blanks to be filled. We deco…

Conditional Text GenerationDiversityGenerative Adversarial NetworkLanguage Modeling+2