中文
相关论文

相关论文: Neural Data-to-Text Generation with Dynamic Conten…

200 篇论文

Personalized text-to-image models allow users to generate varied styles of images (specified with a sentence) for an object (specified with a set of reference images). While remarkable results have been achieved using diffusion-based…

计算机视觉与模式识别 · 计算机科学 2024-07-19 Fanyue Wei , Wei Zeng , Zhenyang Li , Dawei Yin , Lixin Duan , Wen Li

Despite considerable advancements with deep neural language models, the enigma of neural text degeneration persists when these models are tested as text generators. The counter-intuitive empirical observation is that even though the use of…

计算与语言 · 计算机科学 2020-02-18 Ari Holtzman , Jan Buys , Li Du , Maxwell Forbes , Yejin Choi

Recent advances in Text-To-Speech (TTS) synthesis have seen the popularity of multi-stage approaches that first predict semantic tokens and then generate acoustic tokens. In this paper, we extend the coarse-to-fine generation paradigm to…

音频与语音处理 · 电气工程与系统科学 2026-04-30 Jianbo Ma , Richard Cartwright

Large pre-trained language models have recently enabled open-ended generation frameworks (e.g., prompt-to-text NLG) to tackle a variety of tasks going beyond the traditional data-to-text generation. While this framework is more general, it…

计算与语言 · 计算机科学 2022-12-06 Faeze Brahman , Baolin Peng , Michel Galley , Sudha Rao , Bill Dolan , Snigdha Chaturvedi , Jianfeng Gao

A primary bottleneck in large-scale text-to-video generation today is physical consistency and controllability. Despite recent advances, state-of-the-art models often produce unrealistic motions, such as objects falling upward, or abrupt…

计算机视觉与模式识别 · 计算机科学 2026-03-31 Yu Yuan , Xijun Wang , Tharindu Wickremasinghe , Zeeshan Nadir , Bole Ma , Stanley H. Chan

Controllable text generation systems often leverage control codes to direct various properties of the output like style and length. Inspired by recent work on causal inference for NLP, this paper reveals a previously overlooked flaw in…

计算与语言 · 计算机科学 2022-10-10 Junyi Chai , Reid Pryzant , Victor Ye Dong , Konstantin Golobokov , Chenguang Zhu , Yi Liu

Recent advances in large-scale pre-training such as GPT-3 allow seemingly high quality text to be generated from a given prompt. However, such generation systems often suffer from problems of hallucinated facts, and are not inherently…

计算与语言 · 计算机科学 2022-02-25 Yizhe Zhang , Siqi Sun , Xiang Gao , Yuwei Fang , Chris Brockett , Michel Galley , Jianfeng Gao , Bill Dolan

How far are we really from automatically generating neural networks? While neural network weight generation shows promise, current approaches struggle with generalization to unseen tasks and practical application exploration. To address…

机器学习 · 计算机科学 2025-08-20 Bowen Tian , Wenshuo Chen , Zexi Li , Songning Lai , Jiemin Wu , Yutao Yue

Conditional story generation and contextual text continuation have become increasingly popular topics in NLP community. Existing models are often prone to output paragraphs of texts that gradually diverge from the given prompt. Although the…

计算与语言 · 计算机科学 2020-09-15 Ruixiao Sun , Jie Yang , Mehrdad Yousefzadeh

We propose an end-to-end, domain-independent neural encoder-aligner-decoder model for selective generation, i.e., the joint task of content selection and surface realization. Our model first encodes a full set of over-determined database…

计算与语言 · 计算机科学 2016-01-12 Hongyuan Mei , Mohit Bansal , Matthew R. Walter

In this paper, we investigate the use of discourse-aware rewards with reinforcement learning to guide a model to generate long, coherent text. In particular, we propose to learn neural rewards to model cross-sentence ordering as a means to…

计算与语言 · 计算机科学 2018-05-11 Antoine Bosselut , Asli Celikyilmaz , Xiaodong He , Jianfeng Gao , Po-Sen Huang , Yejin Choi

Generating knowledge-intensive and comprehensive long texts, such as encyclopedia articles, remains significant challenges for Large Language Models. It requires not only the precise integration of facts but also the maintenance of thematic…

计算与语言 · 计算机科学 2025-03-04 Hongchao Gu , Dexun Li , Kuicai Dong , Hao Zhang , Hang Lv , Hao Wang , Defu Lian , Yong Liu , Enhong Chen

We investigate how next-token prediction (NTP) optimization leads language models to extract and organize semantic structure from text. Our analysis, based on a tractable mathematical model and controlled synthetic data, reveals that NTP…

计算与语言 · 计算机科学 2025-10-09 Yize Zhao , Christos Thrampoulidis

A mind-map is a diagram that represents the central concept and key ideas in a hierarchical way. Converting plain text into a mind-map will reveal its key semantic structure and be easier to understand. Given a document, the existing…

计算与语言 · 计算机科学 2021-09-07 Mengting Hu , Honglei Guo , Shiwan Zhao , Hang Gao , Zhong Su

The knowledge graph (KG) stores a large amount of structural knowledge, while it is not easy for direct human understanding. Knowledge graph-to-text (KG-to-text) generation aims to generate easy-to-understand sentences from the KG, and at…

人工智能 · 计算机科学 2022-07-05 Jin Liu , Chongfeng Fan , Fengyu Zhou , Huijuan Xu

Auto-regressive text generation models usually focus on local fluency, and may cause inconsistent semantic meaning in long text generation. Further, automatically generating words with similar semantics is challenging, and hand-crafted…

计算与语言 · 计算机科学 2020-05-05 Ruiyi Zhang , Changyou Chen , Zhe Gan , Wenlin Wang , Dinghan Shen , Guoyin Wang , Zheng Wen , Lawrence Carin

Machine learning (ML) techniques and atomistic modeling have rapidly transformed materials design and discovery. Specifically, generative models can swiftly propose promising materials for targeted applications. However, the predicted…

计算物理 · 物理学 2023-11-10 Gang Seob Jung , Sangkeun Lee , Jong Youl Choi

In recent years, Natural Language Processing (NLP) models have achieved phenomenal success in linguistic and semantic tasks like text classification, machine translation, cognitive dialogue systems, information retrieval via Natural…

计算与语言 · 计算机科学 2021-05-18 Sushant Singh , Ausif Mahmood

We study the pre-train + fine-tune strategy for data-to-text tasks. Our experiments indicate that text-to-text pre-training in the form of T5, enables simple, end-to-end transformer based models to outperform pipelined neural architectures…

计算与语言 · 计算机科学 2021-07-12 Mihir Kale , Abhinav Rastogi

Current efficient fine-tuning methods (e.g., adapters, prefix-tuning, etc.) have optimized conditional text generation via training a small set of extra parameters of the neural language model, while freezing the rest for efficiency. While…

计算与语言 · 计算机科学 2022-05-24 Marjan Ghazvininejad , Vladimir Karpukhin , Vera Gor , Asli Celikyilmaz
‹ 上一页 1 8 9 10 下一页 ›