paper-with-me

홈 › Papers

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

2019-05-25 · Yaoming Zhu, Juncheng Wan, Zhiming Zhou, Liheng Chen, Lin Qiu, Wei-Nan Zhang, Xin Jiang, Yong Yu

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.

📄 PDF Abstract BibTeX arXiv:1906.01965

Code (1)

Yaoming95/Triple-to-Text 공식 구현 tf

Tasks

Text Generation

Similar Papers 제목 키워드 기반

Informative Text Generation from Knowledge Triples

2022-09-26 · Zihao Fu, Yijiang River Dong, Lidong Bing, Wai Lam

As the development of the encoder-decoder architecture, researchers are able to study the text generation tasks with broader types of data. Among them, KB-to-text aims at converting a set of knowledge triples into human …

DecoderText Generation

The 2020 Bilingual, Bi-Directional WebNLG+ Shared Task: Overview and Evaluation Results (WebNLG+ 2020)

2020-12-01 · ACL (WebNLG, INLG) 2020 12 · Thiago castro Ferreira, Claire Gardent, Nikolai Ilinykh, Chris van der Lee 외

WebNLG+ offers two challenges: (i) mapping sets of RDF triples to English or Russian text (generation) and (ii) converting English or Russian text to sets of RDF triples (semantic parsing). Compared to the eponymous WebN…

Semantic ParsingText Generation

Logical Inferences with Contexts of RDF Triples

2017-01-20 · Vinh Nguyen, Amit Sheth

Logical inference, an integral feature of the Semantic Web, is the process of deriving new triples by applying entailment rules on knowledge bases. The entailment rules are determined by the model-theoretic semantics. In…

World Knowledge

Negative Sampling with Adaptive Denoising Mixup for Knowledge Graph Embedding

2023-10-15 · Xiangnan Chen, Wen Zhang, Zhen Yao, Mingyang Chen 외

Knowledge graph embedding (KGE) aims to map entities and relations of a knowledge graph (KG) into a low-dimensional and dense vector space via contrasting the positive and negative triples. In the training process of KGE…

DenoisingGraph EmbeddingKnowledge Graph CompletionKnowledge Graph Embedding+1

Malware Knowledge Graph Generation

2021-02-10 · Sharmishtha Dutta, Nidhi Rastogi, Destin Yee, Chuqiao Gu 외

Cyber threat and attack intelligence information are available in non-standard format from heterogeneous sources. Comprehending them and utilizing them for threat intelligence extraction requires engaging security expert…

Graph GenerationKnowledge Graphs