paper-with-me

Papers

Reading Between the Lines: Exploring Infilling in Visual Narratives

2020-10-26 · EMNLP 2020 11 · Khyathi Raghavi Chandu, Ruo-Ping Dong, Alan Black

Generating long form narratives such as stories and procedures from multiple modalities has been a long standing dream for artificial intelligence. In this regard, there is often crucial subtext that is derived from the surrounding contexts. The general seq2seq training methods render the models shorthanded while attempting to bridge the gap between these neighbouring contexts. In this paper, we tackle this problem by using \textit{infilling} techniques involving prediction of missing steps in a narrative while generating textual descriptions from a sequence of images. We also present a new large scale \textit{visual procedure telling} (ViPT) dataset with a total of 46,200 procedures and around 340k pairwise images and textual descriptions that is rich in such contextual dependencies. Generating steps using infilling technique demonstrates the effectiveness in visual procedures with more coherent texts. We conclusively show a METEOR score of 27.51 on procedures which is higher than the state-of-the-art on visual storytelling. We also demonstrate the effects of interposing new text with missing images during inference. The code and the dataset will be publicly available at https://visual-narratives.github.io/Visual-Narratives/.

📄 PDF Abstract BibTeX arXiv:2010.13944

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Storytelling

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

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

TIGS: An Inference Algorithm for Text Infilling with Gradient Search

2019-05-26 · ACL 2019 7 · Dayiheng Liu, Jie Fu, PengFei Liu, Jiancheng Lv

Text infilling is defined as a task for filling in the missing part of a sentence or paragraph, which is suitable for many real-world natural language generation scenarios. However, given a well-trained sequential genera…

SentenceText GenerationText Infilling

Can I Have Your Order? Monte-Carlo Tree Search for Slot Filling Ordering in Diffusion Language Models

2026-02-13 · Joshua Ong Jun Leang, Yu Zhao, Mihaela Cătălina Stoian, Wenda Li 외 arxiv

While plan-and-infill decoding in Masked Diffusion Models (MDMs) shows promise for mathematical and code reasoning, performance remains highly sensitive to slot infilling order, often yielding substantial output variance…

Decision MakingSlot Filling

Diffusion LMs Can Approximate Optimal Infilling Lengths Implicitly

2026-01-31 · Hengchang Liu, Zhao Yang, Bing Su arxiv

Diffusion language models (DLMs) provide a bidirectional generation framework naturally suited for infilling, yet their performance is constrained by the pre-specified infilling length. In this paper, we reveal that DLMs…

Visual Chain of Thought: Bridging Logical Gaps with Multimodal Infillings

2023-05-03 · Daniel Rose, Vaishnavi Himakunthala, Andy Ouyang, Ryan He 외

Recent advances in large language models elicit reasoning in a chain-of-thought that allows models to decompose problems in a human-like fashion. Though this paradigm improves multi-step reasoning ability in language mod…

Data AugmentationQuestion AnsweringVisual Storytelling