paper-with-me

Papers

Plan ahead: Self-Supervised Text Planning for Paragraph Completion Task

2020-10-11 · EMNLP 2020 11 · Dongyeop Kang, Eduard Hovy

Despite the recent success of contextualized language models on various NLP tasks, language model itself cannot capture textual coherence of a long, multi-sentence document (e.g., a paragraph). Humans often make structural decisions on what and how to say about before making utterances. Guiding surface realization with such high-level decisions and structuring text in a coherent way is essentially called a planning process. Where can the model learn such high-level coherence? A paragraph itself contains various forms of inductive coherence signals called self-supervision in this work, such as sentence orders, topical keywords, rhetorical structures, and so on. Motivated by that, this work proposes a new paragraph completion task PARCOM; predicting masked sentences in a paragraph. However, the task suffers from predicting and selecting appropriate topical content with respect to the given context. To address that, we propose a self-supervised text planner SSPlanner that predicts what to say first (content prediction), then guides the pretrained language model (surface realization) using the predicted content. SSPlanner outperforms the baseline generation models on the paragraph completion task in both automatic and human evaluation. We also find that a combination of noun and verb types of keywords is the most effective for content selection. As more number of content keywords are provided, overall generation quality also increases.

📄 PDF Abstract BibTeX arXiv:2010.05141

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingSentence

Similar Papers 제목 키워드 기반

Large Language Models Can Take False First Steps at Inference-time Planning

2026-02-03 · Haijiang Yan, Jian-Qiao Zhu, Adam Sanborn arxiv

Large language models (LLMs) have been shown to acquire sequence-level planning abilities during training, yet their planning behavior exhibited at inference time often appears short-sighted and inconsistent with these c…

Closed-Loop Long-Horizon Robotic Planning via Equilibrium Sequence Modeling

2024-10-02 · Jinghan Li, Zhicheng Sun, Yadong Mu

In the endeavor to make autonomous robots take actions, task planning is a major challenge that requires translating high-level task descriptions to long-horizon action sequences. Despite recent advances in language mode…

Language ModelingLanguage ModellingTask Planning

Unlocking the Future: Exploring Look-Ahead Planning Mechanistic Interpretability in Large Language Models

2024-06-23 · Tianyi Men, Pengfei Cao, Zhuoran Jin, Yubo Chen 외

Planning, as the core module of agents, is crucial in various fields such as embodied agents, web navigation, and tool using. With the development of large language models (LLMs), some researchers treat large language mo…

Planning with the Views

2026-05-28 · Kangrui Wang, Linjie Li, Zhengyuan Yang, Shiqi Chen 외 arxiv

Can VLMs predict how each camera move changes the view, and plan many such moves ahead? We call this capability view planning, requiring (1)understanding how a single action transforms the view, and (2)composing many suc…

Efficient Agentic Reasoning Through Self-Regulated Simulative Planning

2026-05-21 · Mingkai Deng, Jinyu Hou, Lara Sá Neves, Varad Pimpalkhute 외 arxiv

How should an agent decide when and how to plan? A dominant approach builds agents as reactive policies with adaptive computation (e.g., chain-of-thought), trained end-to-end expecting planning to emerge implicitly. With…

Reinforcement Learning