paper-with-me

홈 › Papers

{\mathcal{P}^2}: A Plan-and-Pretrain Approach for Knowledge Graph-to-Text Generation

2020-12-01 · ACL (WebNLG, INLG) 2020 12 · Qipeng Guo, Zhijing Jin, Ning Dai, Xipeng Qiu, xiangyang xue, David Wipf, Zheng Zhang

Text verbalization of knowledge graphs is an important problem with wide application to natural language generation (NLG) systems. It is challenging because the generated text not only needs to be grammatically correct (fluency), but also has to contain the given structured knowledge input (relevance) and meet some other criteria. We develop a plan-and-pretrain approach, \mathcal{P}^2, which consists of a relational graph convolutional network (RGCN) planner and the pretrained sequence-tosequence (Seq2Seq) model T5. Specifically, the R-GCN planner first generates an order of the knowledge graph triplets, corresponding to the order that they will be mentioned in text, and then T5 produces the surface realization of the given plan. In the WebNLG+ 2020 Challenge, our submission ranked in 1st place on all automatic and human evaluation criteria of the English RDF-to-text generation task.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge GraphsText Generation

Similar Papers 제목 키워드 기반

On consistency of constrained spectral clustering under representation-aware stochastic block model

2022-03-03 · Shubham Gupta, Ambedkar Dukkipati

Spectral clustering is widely used in practice due to its flexibility, computational efficiency, and well-understood theoretical performance guarantees. Recently, spectral clustering has been studied to find balanced clu…

ClusteringComputational EfficiencyStochastic Block Model

Can Persistent Homology provide an efficient alternative for Evaluation of Knowledge Graph Completion Methods?

2023-01-30 · Anson Bastos, Kuldeep Singh, Abhishek Nadgeri, Johannes Hoffart 외

In this paper we present a novel method, $\textit{Knowledge Persistence}$ ($\mathcal{KP}$), for faster evaluation of Knowledge Graph (KG) completion approaches. Current ranking-based evaluation is quadratic in the size o…

Knowledge Graph CompletionTopological Data Analysis

Universality of Computational Lower Bounds for Submatrix Detection

2019-02-19 · Matthew Brennan, Guy Bresler, Wasim Huleihel

In the general submatrix detection problem, the task is to detect the presence of a small $k \times k$ submatrix with entries sampled from a distribution $\mathcal{P}$ in an $n \times n$ matrix of samples from $\mathcal{…

Community DetectionTwo-sample testing

Parameter Efficient Quasi-Orthogonal Fine-Tuning via Givens Rotation

2024-04-05 · Xinyu Ma, Xu Chu, Zhibang Yang, Yang Lin 외

With the increasingly powerful performances and enormous scales of pretrained models, promoting parameter efficiency in fine-tuning has become a crucial need for effective and efficient adaptation to various downstream t…

$\textit{Swap and Predict}$ -- Predicting the Semantic Changes in Words across Corpora by Context Swapping

2023-10-16 · Taichi Aida, Danushka Bollegala

Meanings of words change over time and across domains. Detecting the semantic changes of words is an important task for various NLP applications that must make time-sensitive predictions. We consider the problem of predi…

Change DetectionLanguage ModellingWord Embeddings