paper-with-me

홈 › Papers

Attend, Memorize and Generate: Towards Faithful Table-to-Text Generation in Few Shots

2022-03-01 · Findings (EMNLP) 2021 11 · Wenting Zhao, Ye Liu, Yao Wan, Philip S. Yu

Few-shot table-to-text generation is a task of composing fluent and faithful sentences to convey table content using limited data. Despite many efforts having been made towards generating impressive fluent sentences by fine-tuning powerful pre-trained language models, the faithfulness of generated content still needs to be improved. To this end, this paper proposes a novel approach Attend, Memorize and Generate (called AMG), inspired by the text generation process of humans. In particular, AMG (1) attends over the multi-granularity of context using a novel strategy based on table slot level and traditional token-by-token level attention to exploit both the table structure and natural linguistic information; (2) dynamically memorizes the table slot allocation states; and (3) generates faithful sentences according to both the context and memory allocation states. Comprehensive experiments with human evaluation on three domains (i.e., humans, songs, and books) of the Wiki dataset show that our model can generate higher qualified texts when compared with several state-of-the-art baselines, in both fluency and faithfulness.

📄 PDF Abstract BibTeX arXiv:2203.00732

Code (1)

wentinghome/amg 공식 구현 pytorch

Tasks

Table-to-Text GenerationText Generation

Similar Papers 제목 키워드 기반

Attend-and-Excite: Attention-Based Semantic Guidance for Text-to-Image Diffusion Models

2023-01-31 · Hila Chefer, Yuval Alaluf, Yael Vinker, Lior Wolf 외

Recent text-to-image generative models have demonstrated an unparalleled ability to generate diverse and creative imagery guided by a target text prompt. While revolutionary, current state-of-the-art diffusion models may…

Generative Semantic Nursing

Can LMs Generalize to Future Data? An Empirical Analysis on Text Summarization

2023-05-03 · Chi Seng Cheang, Hou Pong Chan, Derek F. Wong, Xuebo Liu 외

Recent pre-trained language models (PLMs) achieve promising results in existing abstractive summarization datasets. However, existing summarization benchmarks overlap in time with the standard pre-training corpora and fi…

Abstractive Text SummarizationText Summarization

Titans: Learning to Memorize at Test Time

2024-12-31 · Ali Behrouz, Peilin Zhong, Vahab Mirrokni

Over more than a decade there has been an extensive research effort on how to effectively utilize recurrent models and attention. While recurrent models aim to compress the data into a fixed-size memory (called hidden st…

Common Sense ReasoningLanguage ModelingLanguage Modelling

Few-Shot Table-to-Text Generation with Prompt Planning and Knowledge Memorization

2023-02-09 · Zhixin Guo, Minyxuan Yan, Jiexing Qi, Jianping Zhou 외

Pre-trained language models (PLM) have achieved remarkable advancement in table-to-text generation tasks. However, the lack of labeled domain-specific knowledge and the topology gap between tabular data and text make it …

MemorizationTable-to-Text GenerationText Generation

On Positional Bias of Faithfulness for Long-form Summarization

2024-10-31 · David Wan, Jesse Vig, Mohit Bansal, Shafiq Joty

Large Language Models (LLMs) often exhibit positional bias in long-context settings, under-attending to information in the middle of inputs. We investigate the presence of this bias in long-form summarization, its impact…

Form