paper-with-me

홈 › Papers

Event Transition Planning for Open-ended Text Generation

2022-04-20 · Findings (ACL) 2022 5 · Qintong Li, Piji Li, Wei Bi, Zhaochun Ren, Yuxuan Lai, Lingpeng Kong

Open-ended text generation tasks, such as dialogue generation and story completion, require models to generate a coherent continuation given limited preceding context. The open-ended nature of these tasks brings new challenges to the neural auto-regressive text generators nowadays. Despite these neural models are good at producing human-like text, it is difficult for them to arrange causalities and relations between given facts and possible ensuing events. To bridge this gap, we propose a novel two-stage method which explicitly arranges the ensuing events in open-ended text generation. Our approach can be understood as a specially-trained coarse-to-fine algorithm, where an event transition planner provides a "coarse" plot skeleton and a text generator in the second stage refines the skeleton. Experiments on two open-ended text generation tasks demonstrate that our proposed method effectively improves the quality of the generated text, especially in coherence and diversity. The code is available at: \url{https://github.com/qtli/EventPlanforTextGen}.

📄 PDF Abstract BibTeX arXiv:2204.09453

Code (1)

qtli/eventplanfortextgen 공식 구현 pytorch

Tasks

Dialogue GenerationDiversityStory CompletionText Generation

Similar Papers 제목 키워드 기반

OpenEP: Open-Ended Future Event Prediction

2024-08-13 · Yong Guan, Hao Peng, Xiaozhi Wang, Lei Hou 외

Future event prediction (FEP) is a long-standing and crucial task in the world, as understanding the evolution of events enables early risk identification, informed decision-making, and strategic planning. Existing work …

Prediction

Embodied Task Planning via Graph-Informed Action Generation with Large Language Models

2026-01-29 · Xiang Li, Ning Yan, Masood Mortazavi arxiv

While Large Language Models (LLMs) have demonstrated strong zero-shot reasoning capabilities, their deployment as embodied agents still faces fundamental challenges in long-horizon planning. Unlike open-ended text genera…

Graph Neural NetworkText Generation

H-WM: Robotic Task and Motion Planning Guided by Hierarchical World Model

2026-02-11 · Jinbang Huang, Wenyuan Chen, Zhiyuan Li, Oscar Pang 외 arxiv

World models are becoming central to robotic planning and control as they enable prediction of future state transitions. Existing approaches often emphasize video generation or natural-language prediction, which are diff…

Visual GroundingVideo GenerationMotion Planning

Describe, Explain, Plan and Select: Interactive Planning with LLMs Enables Open-World Multi-Task Agents

2023-09-21 · NeurIPS 2023 11

In this paper, we study the problem of planning in Minecraft, a popular, democratized yet challenging open-ended environment for developing multi-task embodied agents. We've found two primary challenges of empowering suc…

The Unintended Consequences of Discount Regularization: Improving Regularization in Certainty Equivalence Reinforcement Learning

2023-06-20 · Sarah Rathnam, Sonali Parbhoo, Weiwei Pan, Susan A. Murphy 외

Discount regularization, using a shorter planning horizon when calculating the optimal policy, is a popular choice to restrict planning to a less complex set of policies when estimating an MDP from sparse or noisy data (…