paper-with-me

Papers

Toward Subgraph-Guided Knowledge Graph Question Generation with Graph Neural Networks

2020-04-13 · Yu Chen, Lingfei Wu, Mohammed J. Zaki

Knowledge graph (KG) question generation (QG) aims to generate natural language questions from KGs and target answers. Previous works mostly focus on a simple setting which is to generate questions from a single KG triple. In this work, we focus on a more realistic setting where we aim to generate questions from a KG subgraph and target answers. In addition, most of previous works built on either RNN-based or Transformer based models to encode a linearized KG sugraph, which totally discards the explicit structure information of a KG subgraph. To address this issue, we propose to apply a bidirectional Graph2Seq model to encode the KG subgraph. Furthermore, we enhance our RNN decoder with node-level copying mechanism to allow directly copying node attributes from the KG subgraph to the output question. Both automatic and human evaluation results demonstrate that our model achieves new state-of-the-art scores, outperforming existing methods by a significant margin on two QG benchmarks. Experimental results also show that our QG model can consistently benefit the Question Answering (QA) task as a mean of data augmentation.

📄 PDF Abstract BibTeX arXiv:2004.06015

Code (1)

hugochan/Graph2Seq-for-KGQG pytorch

Tasks

Data AugmentationDecoderKG-to-Text GenerationQuestion AnsweringQuestion GenerationQuestion-Generation

Similar Papers 제목 키워드 기반

Language Model-Guided Knowledge Subgraphs for Question Answering

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Knowledge graphs for question answering can provide subgraphs based on different combinations of questions and answers for multiple reasoning chains, in which humans often find the answer for a question. In this p…

Knowledge GraphsLanguage ModelingLanguage Modellingmodel+1

Knowledge-enriched, Type-constrained and Grammar-guided Question Generation over Knowledge Bases

2020-10-07 · COLING 2020 8 · Sheng Bi, Xiya Cheng, Yuan-Fang Li, Yongzhen Wang 외

Question generation over knowledge bases (KBQG) aims at generating natural-language questions about a subgraph, i.e. a set of (connected) triples. Two main challenges still face the current crop of encoder-decoder-based …

DecoderDiversityQuestion GenerationQuestion-Generation

Question-guided Knowledge Graph Re-scoring and Injection for Knowledge Graph Question Answering

2024-10-02 · Yu Zhang, Kehai Chen, Xuefeng Bai, Zhao Kang 외

Knowledge graph question answering (KGQA) involves answering natural language questions by leveraging structured information stored in a knowledge graph. Typically, KGQA initially retrieve a targeted subgraph from a larg…

Graph Question AnsweringQuestion Answering

LFKQG: A Controlled Generation Framework with Local Fine-tuning for Question Generation over Knowledge Bases

2022-10-01 · COLING 2022 10 · Zichu Fei, Xin Zhou, Tao Gui, Qi Zhang 외

Question generation over knowledge bases (KBQG) aims at generating natural questions about a subgraph, which can be answered by a given answer entity. Existing KBQG models still face two main challenges: (1) Most models …

Natural QuestionsQuestion GenerationQuestion-Generation

Stepwise Reasoning Enhancement for LLMs via External Subgraph Generation

2026-06-03 · Xin Zhang, Yang Cao, Baoxing Wu, Kai Song 외 arxiv

Large language models have shown strong performance in natural language generation and downstream reasoning tasks, but they still struggle with logical consistency, factual grounding, and interpretability in complex mult…

Knowledge Graphs