paper-with-me

Papers

Knowledge Questions from Knowledge Graphs

2016-10-31 · Dominic Seyler, Mohamed Yahya, Klaus Berberich

We address the novel problem of automatically generating quiz-style knowledge questions from a knowledge graph such as DBpedia. Questions of this kind have ample applications, for instance, to educate users about or to evaluate their knowledge in a specific domain. To solve the problem, we propose an end-to-end approach. The approach first selects a named entity from the knowledge graph as an answer. It then generates a structured triple-pattern query, which yields the answer as its sole result. If a multiple-choice question is desired, the approach selects alternative answer options. Finally, our approach uses a template-based method to verbalize the structured query and yield a natural language question. A key challenge is estimating how difficult the generated question is to human users. To do this, we make use of historical data from the Jeopardy! quiz show and a semantically annotated Web-scale document collection, engineer suitable features, and train a logistic regression classifier to predict question difficulty. Experiments demonstrate the viability of our overall approach.

📄 PDF Abstract BibTeX arXiv:1610.09935

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge GraphsMultiple-choice

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Knowledge Graphs are all you need: Leveraging KGs in Physics Question Answering

2024-12-06 · Krishnasai Addala, Kabir Dev Paul Baghel, Dhruv Jain, Chhavi Kirtani 외

This study explores the effectiveness of using knowledge graphs generated by large language models to decompose high school-level physics questions into sub-questions. We introduce a pipeline aimed at enhancing model res…

AllKnowledge GraphsQuestion Answering

Event-QA: A Dataset for Event-Centric Question Answering over Knowledge Graphs

2020-04-24 · Tarcísio Souza Costa, Simon Gottschalk, Elena Demidova

Semantic Question Answering (QA) is a crucial technology to facilitate intuitive user access to semantic information stored in knowledge graphs. Whereas most of the existing QA systems and datasets focus on entity-centri…

Knowledge GraphsQuestion Answering

On Exploring the Reasoning Capability of Large Language Models with Knowledge Graphs

2023-12-01 · Pei-Chi Lo, Yi-Hang Tsai, Ee-Peng Lim, San-Yih Hwang

This paper examines the capacity of LLMs to reason with knowledge graphs using their internal knowledge graph, i.e., the knowledge graph they learned during pre-training. Two research questions are formulated to investig…

HallucinationKnowledge Graphs

ForecastTKGQuestions: A Benchmark for Temporal Question Answering and Forecasting over Temporal Knowledge Graphs

2022-08-12 · Zifeng Ding, Zongyue Li, Ruoxia Qi, Jingpei Wu 외

Question answering over temporal knowledge graphs (TKGQA) has recently found increasing interest. TKGQA requires temporal reasoning techniques to extract the relevant information from temporal knowledge bases. The only e…

Knowledge GraphsQuestion Answering

Q. Can Knowledge Graphs be used to Answer Boolean Questions? A. It’s complicated!

2020-11-01 · EMNLP (insights) 2020 11 · Daria Dzendzik, Carl Vogel, Jennifer Foster

In this paper we explore the problem of machine reading comprehension, focusing on the BoolQ dataset of Yes/No questions. We carry out an error analysis of a BERT-based machine reading comprehension model on this dataset…

Entity LinkingGraph Neural NetworkKnowledge GraphsMachine Reading Comprehension+1