paper-with-me

홈 › Papers

Neural data-to-text generation: A comparison between pipeline and end-to-end architectures

2019-08-23 · IJCNLP 2019 11 · Thiago Castro Ferreira, Chris van der Lee, Emiel van Miltenburg, Emiel Krahmer

Traditionally, most data-to-text applications have been designed using a modular pipeline architecture, in which non-linguistic input data is converted into natural language through several intermediate transformations. In contrast, recent neural models for data-to-text generation have been proposed as end-to-end approaches, where the non-linguistic input is rendered in natural language with much less explicit intermediate representations in-between. This study introduces a systematic comparison between neural pipeline and end-to-end data-to-text approaches for the generation of text from RDF triples. Both architectures were implemented making use of state-of-the art deep learning methods as the encoder-decoder Gated-Recurrent Units (GRU) and Transformer. Automatic and human evaluations together with a qualitative analysis suggest that having explicit intermediate steps in the generation process results in better texts than the ones generated by end-to-end approaches. Moreover, the pipeline models generalize better to unseen inputs. Data and code are publicly available.

📄 PDF Abstract BibTeX arXiv:1908.09022

Code (1)

ThiagoCF05/webnlg 공식 구현

Tasks

Data-to-Text GenerationDecoderText Generation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Adam 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Lights, Camera, Consistency: A Multistage Pipeline for Character-Stable AI Video Stories

2025-12-17 · Chayan Jain, Rishant Sharma, Archit Garg, Ishan Bhanuka 외 arxiv

Generating long, cohesive video stories with consistent characters is a significant challenge for current text-to-video AI. We introduce a method that approaches video generation in a filmmaker-like manner. Instead of cr…

Video Generation

Can LLMs Judge Better Than They Generate? Evaluating Task Asymmetry, Mechanistic Interpretability and Transferability for In-Context QA

2026-06-26 · Sambaran Bandyopadhyay arxiv

LLM-as-a-Judge and self-evaluation pipelines implicitly assume that evaluation is easier than generation. We test this in a controlled in-context QA setting where a context passage is the sole information source and each…

Joint Transcription and Decryption of Images of Encrypted Handwritten Documents: A Comparison with the Traditional Pipeline

2026-06-26 · Marino Oliveros-Blanco, Lei Kang, Alicia Fornés, Beáta Megyesi arxiv

Historical encrypted manuscripts present a challenging problem at the intersection of cryptology, linguistics, paleography, and computer vision. Current automatic decipherment approaches usually rely on a two-stage pipel…

Synthetic Data Generation

Does Structure Matter? Leveraging Data-to-Text Generation for Answering Complex Information Needs

2021-12-08 · Hanane Djeddal, Thomas Gerald, Laure Soulier, Karen Pinel-Sauvagnat 외

In this work, our aim is to provide a structured answer in natural language to a complex information need. Particularly, we envision using generative models from the perspective of data-to-text generation. We propose the…

Data-to-Text GenerationRetrievalText Generation

Creating a Real-Time, Reproducible Event Dataset

2016-12-02 · John Beieler

The generation of political event data has remained much the same since the mid-1990s, both in terms of data acquisition and the process of coding text into data. Since the 1990s, however, there have been significant imp…