# Triple-to-Text: Converting RDF Triples into High-Quality Natural   Languages via Optimizing an Inverse KL Divergence

**Authors:** Yaoming Zhu, Juncheng Wan, Zhiming Zhou, Liheng Chen, Lin Qiu, Weinan, Zhang, Xin Jiang, Yong Yu

arXiv: 1906.01965 · 2019-06-06

## TL;DR

This paper introduces the Triple-to-Text framework that improves natural language generation from RDF triples by optimizing inverse KL divergence, leading to higher-quality sentences compared to traditional maximum likelihood methods.

## Contribution

The paper proposes a novel T2T framework that directly optimizes inverse KL divergence, addressing the limitations of maximum likelihood estimation in RDF-to-text generation.

## Key findings

- T2T outperforms baseline models on multiple datasets.
- The method significantly reduces low-quality sentence generation.
- Experimental results show improved evaluation metrics.

## Abstract

Knowledge base is one of the main forms to represent information in a structured way. A knowledge base typically consists of Resource Description Frameworks (RDF) triples which describe the entities and their relations. Generating natural language description of the knowledge base is an important task in NLP, which has been formulated as a conditional language generation task and tackled using the sequence-to-sequence framework. Current works mostly train the language models by maximum likelihood estimation, which tends to generate lousy sentences. In this paper, we argue that such a problem of maximum likelihood estimation is intrinsic, which is generally irrevocable via changing network structures. Accordingly, we propose a novel Triple-to-Text (T2T) framework, which approximately optimizes the inverse Kullback-Leibler (KL) divergence between the distributions of the real and generated sentences. Due to the nature that inverse KL imposes large penalty on fake-looking samples, the proposed method can significantly reduce the probability of generating low-quality sentences. Our experiments on three real-world datasets demonstrate that T2T can generate higher-quality sentences and outperform baseline models in several evaluation metrics.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.01965/full.md

## Figures

13 figures with captions in the complete paper: https://tomesphere.com/paper/1906.01965/full.md

## References

59 references — full list in the complete paper: https://tomesphere.com/paper/1906.01965/full.md

---
Source: https://tomesphere.com/paper/1906.01965