paper-with-me

Papers

Sketch and Refine: Towards Faithful and Informative Table-to-Text Generation

2021-05-31 · Findings (ACL) 2021 8 · Peng Wang, Junyang Lin, An Yang, Chang Zhou, Yichang Zhang, Jingren Zhou, Hongxia Yang

Table-to-text generation refers to generating a descriptive text from a key-value table. Traditional autoregressive methods, though can generate text with high fluency, suffer from low coverage and poor faithfulness problems. To mitigate these problems, we propose a novel Skeleton-based two-stage method that combines both Autoregressive and Non-Autoregressive generations (SANA). Our approach includes: (1) skeleton generation with an autoregressive pointer network to select key tokens from the source table; (2) edit-based non-autoregressive generation model to produce texts via iterative insertion and deletion operations. By integrating hard constraints from the skeleton, the non-autoregressive model improves the generation's coverage over the source table and thus enhances its faithfulness. We conduct automatic and human evaluations on both WikiPerson and WikiBio datasets. Experimental results demonstrate that our method outperforms the previous state-of-the-art methods in both automatic and human evaluation, especially on coverage and faithfulness. In particular, we achieve PARENT-T recall of 99.47 in WikiPerson, improving over the existing best results by more than 10 points.

📄 PDF Abstract BibTeX arXiv:2105.14778

Code (0)

등록된 구현이 없습니다.

Tasks

DescriptiveTable-to-Text GenerationText Generation

Methods 이 논문이 사용한 방법론

[LivE@PeRson]How do I talk to a real person at Expedia? How do I talk to a real person at Expedia? To speak with a live Expedia agent, call 1 (888) 829-0881 anytime. The customer support team is available 24/7 to help with…
Tanh Activation 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Pointer Network Pointer Networks tackle problems where input and output data are sequential data, but can't be solved by seq2seq type models because discrete categories of output elements…

Similar Papers 제목 키워드 기반

FaithCAMERA: Construction of a Faithful Dataset for Ad Text Generation

2024-10-04 · Akihiko Kato, Masato Mita, Soichiro Murakami, Ukyo Honda 외

In ad text generation (ATG), desirable ad text is both faithful and informative. That is, it should be faithful to the input document, while at the same time containing important information that appeals to potential cus…

InformativenessSentenceText Generation

Towards Interactive Image Inpainting via Sketch Refinement

2023-06-01 · Chang Liu, Shunxin Xu, Jialun Peng, Kaidong Zhang 외

One tough problem of image inpainting is to restore complex structures in the corrupted regions. It motivates interactive image inpainting which leverages additional hints, e.g., sketches, to assist the inpainting proces…

Image Inpainting

Deep Plastic Surgery: Robust and Controllable Image Editing with Human-Drawn Sketches

2020-01-09 · ECCV 2020 8 · Shuai Yang, Zhangyang Wang, Jiaying Liu, Zongming Guo

Sketch-based image editing aims to synthesize and modify photos based on the structural information provided by the human-drawn sketches. Since sketches are difficult to collect, previous methods mainly use edge maps ins…

VideoSketcher: Sequential Sketch Generation Using Video Model Priors

2026-02-17 · Hui Ren, Yuval Alaluf, Omer Bar Tal, Alexander Schwing 외 arxiv

Sketching is inherently sequential: strokes are drawn progressively to explore and refine ideas. Yet most generative approaches treat sketches as static images, ignoring the temporal process underlying creative explorati…

SketchSampler: Sketch-based 3D Reconstruction via View-dependent Depth Sampling

2022-08-14 · Chenjian Gao, Qian Yu, Lu Sheng, Yi-Zhe Song 외

Reconstructing a 3D shape based on a single sketch image is challenging due to the large domain gap between a sparse, irregular sketch and a regular, dense 3D shape. Existing works try to employ the global feature extrac…

3D Reconstruction