All Projects → simba0626 → Question-Answering

simba0626 / Question-Answering

Licence: other
Question Answering over Knowledge Bases

Projects that are alternatives of or similar to Question-Answering

SPARQA
SPARQA: Skeleton-based Semantic Parsing for Complex Questions over Knowledge Bases, AAAI 2020
Stars: ✭ 64 (+166.67%)
Mutual labels:  semantic-parsing, kbqa
chatbot
kbqa task-oriented qa seq2seq ir neo4j jena seq2seq tf chatbot chat
Stars: ✭ 32 (+33.33%)
Mutual labels:  kbqa
Compositional-Generalization-in-Natural-Language-Processing
Compositional Generalization in Natual Language Processing. A roadmap.
Stars: ✭ 26 (+8.33%)
Mutual labels:  semantic-parsing
parse seq2seq
A tensorflow implementation of neural sequence-to-sequence parser for converting natural language queries to logical form.
Stars: ✭ 26 (+8.33%)
Mutual labels:  semantic-parsing
spring
SPRING is a seq2seq model for Text-to-AMR and AMR-to-Text (AAAI2021).
Stars: ✭ 103 (+329.17%)
Mutual labels:  semantic-parsing
Capricorn
提供强大的NLP能力, low-code实现chatbot
Stars: ✭ 14 (-41.67%)
Mutual labels:  kbqa
flowsense
FlowSense: A Natural Language Interface for Visual Data Exploration within a Dataflow System
Stars: ✭ 40 (+66.67%)
Mutual labels:  semantic-parsing
weak-supervised-Rule-Text2SQL
Using Database Rule for Weak Supervised Text-to-SQL Generation
Stars: ✭ 13 (-45.83%)
Mutual labels:  semantic-parsing
TabularSemanticParsing
Translating natural language questions to a structured query language
Stars: ✭ 148 (+516.67%)
Mutual labels:  semantic-parsing
NS-CQA
NS-CQA: the model of the JWS paper 'Less is More: Data-Efficient Complex Question Answering over Knowledge Bases.' This work has been accepted by JWS 2020.
Stars: ✭ 19 (-20.83%)
Mutual labels:  kbqa
sede
Text-to-SQL in the Wild: A Naturally-Occurring Dataset Based on Stack Exchange Data
Stars: ✭ 83 (+245.83%)
Mutual labels:  semantic-parsing
r2sql
🌶️ R²SQL: "Dynamic Hybrid Relation Network for Cross-Domain Context-Dependent Semantic Parsing." (AAAI 2021)
Stars: ✭ 60 (+150%)
Mutual labels:  semantic-parsing
ContextualSP
Multiple paper open-source codes of the Microsoft Research Asia DKI group
Stars: ✭ 224 (+833.33%)
Mutual labels:  semantic-parsing
Hanlp
中文分词 词性标注 命名实体识别 依存句法分析 成分句法分析 语义依存分析 语义角色标注 指代消解 风格转换 语义相似度 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理
Stars: ✭ 24,626 (+102508.33%)
Mutual labels:  semantic-parsing
WSDM2021 NSM
Improving Multi-hop Knowledge Base Question Answering by Learning Intermediate Supervision Signals. WSDM 2021.
Stars: ✭ 84 (+250%)
Mutual labels:  kbqa
lang2logic-PyTorch
PyTorch port of the paper "Language to Logical Form with Neural Attention"
Stars: ✭ 34 (+41.67%)
Mutual labels:  semantic-parsing
KBQA-Exploration
知识图谱初探,关系抽取,实体抽取,基于kb的问答,基于es的问答,知识图谱可视化
Stars: ✭ 45 (+87.5%)
Mutual labels:  kbqa
text2sql-lgesql
This is the project containing source codes and pre-trained models about ACL2021 Long Paper ``LGESQL: Line Graph Enhanced Text-to-SQL Model with Mixed Local and Non-Local Relations".
Stars: ✭ 68 (+183.33%)
Mutual labels:  semantic-parsing
semantic-parsing-dual
Source code and data for ACL 2019 Long Paper ``Semantic Parsing with Dual Learning".
Stars: ✭ 17 (-29.17%)
Mutual labels:  semantic-parsing
ucca-parser
[SemEval'19] Code for "HLT@SUDA at SemEval 2019 Task 1: UCCA Graph Parsing as Constituent Tree Parsing"
Stars: ✭ 18 (-25%)
Mutual labels:  semantic-parsing

Question Answering over Knowledge Base (KBQA) Resources

This repository provides resources for KBQA , including benchmark datasets, papers, tutorials, PhD thesis, and systems.

Contributed by simba0626. Email him if you have any questions.

Tutorials or Slides

  1. Semanitc Parsing slides
    [website]
    Lecturer: scottyih

  2. Semantic Parsing Resources
    [website]
    cite: Bo Chen

  3. Question Answering Systems
    [website]
    Lecturer: Dr. Rishiraj Saha Roy

  4. Question Answering over Curated and Open Web Sources
    [website]
    Lecturer: Rishiraj Saha Roy and Avishek Anand
    Abstract: the tutorial would cover the highlights of this really active period of growth for QA.

  5. Question Answering
    [website]
    cite: Xanh Ho

  6. KBQA paper
    [website]
    cite: cdhx

  7. Knowledge Graph Question Answering
    [website]
    cite: heathersherry

Datasets

  1. MSParS (V1.0)
    [website]
    Abstract: a Multi-perspective Semantic ParSing Dataset

  2. GraphQuestions
    [website]
    cite: Yu Su, Huan Sun, Brian Sadler, Mudhakar Srivatsa, Izzeddin Gur¨, Zenghui Yan, Xifeng Yan. 2016. On Generating Characteristic-rich Question Sets for QA Evaluation. In EMNLP.

  3. LC-QuAD
    [website]
    cite: Trivedi, Priyansh and Maheshwari, Gaurav and Dubey, Mohnish and Lehmann, Jens. 2017. Lc-quad: A corpus for complex question answering over knowledge graphs. In ISWC.

  4. KQA Pro
    [website] Title: KQA Pro: A Large Diagnostic Dataset for Complex Question Answering over Knowledge Base
    Abstract: KQA Pro, a large-scale dataset for Complex KBQA. They generate questions, SPARQLs, and functional programs with recursive templates and then paraphrase the questions by crowdsourcing, giving rise to around 120K diverse instances; They contribute a unified codebase and conduct extensive evaluations for baselines and state-of-the-arts.

QA over knowledge base and text Papers

Compositional generalization

  1. Compositional Generalization by Learning Analytical Expressions
    Author: Qian Liu, Shengnan An, ...

Question Decomposition Papers

  1. Unsupervised Question Decomposition for Question Answering (Facebook AI 2020)
    [website]
    Author: Ethan Perez, Patrick Lewis, Wen-tau Yih, Kyunghyun Cho, Douwe Kiela
    Abstract: an unsupervised approach to produce sub-questions.

  2. Processing knowledge graph-based complex questions through question decomposition and recomposition (Information Sciences 2020)
    [website]
    Author: Sangjin Shin, Kyond-Ho Lee.
    Abstract: a novel QA method that first decomposes an input question and then generates a correct query graph with fully complete semantics.

  3. Multi-hop Reading Comprehension through Question Decomposition and Rescoring (2019 ACL Long Paper)
    [website]
    Author: Sewon Min, Victor Zhong, Luke Zettlemoyer, Hannaneh Hajishirzi
    Abstract: a system for multi-hop RC that decomposes a compositional question into simpler sub-questions that can be answered by off-the-shelf single-hop RC models.

KBQA Papers

(ordered by year)

2021

  1. Improving Multi-hop Knowledge Base Question Answering by Learning Intermediate Supervision Signals (WSDM)
    Author: Gaole He, Yunshi Lan, Jing Jiang, Xin Zhao, Ji-Rong Wen

2020

  1. Few-Shot Complex Knowledge Base Question Answering via Meta Reinforcement Learning (EMNLP)
    Author: Yuncheng Hua, Yuan-Fang Li et al..

  2. Retrieve, Program, Repeat: Complex Knowledge Base Question Answering via Alternate Meta-learning (IJCAI)
    Author: Yuncheng Hua, Yuan-Fang Li et al..

  3. **Less is more: Data-efficient complex question answering over knowledge bases (JWS) **
    Author: Yuncheng Hua, Yuan-Fang Li et al..

  4. PNEL: Pointer Network Based End-To-End Entity Linking over Knowledge Graphs (ISWC)
    Author: Debayan Banerjee, Debanjan Chaudhuri, Mohnish Dubey, and Jens Lehmann

  5. Leveraging Semantic Parsing for Relation Linking over Knowledge Bases (ISWC)
    Author: Nandana Mihindukulasooriya. et al..

  6. Retrieve, Program, Repeat: Complex Knowledge Base Question Answering via Alternate Meta-learning
    Author: Yuncheng Hua1, Yuan-Fang Li, Gholamreza Haffari, Guilin Qi1, and Wei Wu

  7. The Value of Paraphrase for Knowledge Base Predicates
    [website]
    Author: Bingcong Xue, Sen Hu, Lei Zou, Jiashu Cheng Abstract: a full process of collecting large-scale and high-quality paraphrase dictionaries for predicates in knowledge bases.

  8. Relationship Search over Knowledge Graphs
    Author: Dr. Gong Cheng
    Abstract: the author introduces their recent studies on relationship search, including search algorithms based on novel index structures, methods for relationship clustering to support result exploration, and query relaxation techniques to provide alternative results for failed searches.

  9. Scalable Multi-Hop Relational Reasoning for Knowledge-Aware Question Answering
    Abstract: they propose a novel knowledgeaware approach that equips PTLMs with a multi-hop relational reasoning module, named multi-hop graph relation networks (MHGRN).

  10. Improving Multi-hop Question Answering over Knowledge Graphs using Knowledge Base Embeddings
    [website]
    Abstract: EmbedKGQA is particularly effective in performing multi-hop KGQA over sparse KGs. EmbedKGQA also relaxes the requirement of answer selection from a prespecified neighborhood, a sub-optimal constraint enforced by previous multi-hop KGQA methods.

  11. Domain Adaptation for Semantic Parsing
    [website]
    Abstract: The semantic parser benefits from a two-stage coarse-to-fine framework, thus can provide different and accurate treatments for the two stages, i.e., focusing on domain invariant and domain specific information. cite: in IJCAI

  12. Falcon 2.0: An Entity and Relation Linking Tool over Wikidata
    [website]
    Abstract: Falcon 2.0 resorts to the English language model for the recognition task (e.g., N-Gram tiling and N-Gram splitting), and then an optimization approach for linking task.

  13. Faithful Embeddings for Knowledge Base Queries
    Abstract: a novel QE method that is more faithful to deductive reasoning, and show and show that this leads to better performance on complex queries to incomplete KBs.

  14. Compositional Generalization in Semantic Parsing: Pre-training vs. Specialized Architectures
    Abstract: They investigate state-of-the-art techniques and architectures in order to assess new architectures and techniques' effectiveness in improving compositional generalization in semantic parsing tasks based on the SCAN and CFQ datasets.

  15. No One is Perfect: Analysing the Performance of Question Answering Components over the DBpedia Knowledge Graph
    [website]
    Author: Kuldeep Singh
    Abstract: They analyse and micro evaluate the behaviour of 29 available QA components for the DBpedia knowledge graph that were released by the research community since 2010.

2019

  1. Question Answering in Knowledge Bases: A Verification Assisted Model with Iterative Training (TOIS)
    [website]
    Author: RiChong Zhang, Yue Wang, ...

  2. Message Passing for Complex Question Answering over Knowledge Graphs (CIKM-long paper)
    [website]
    [[code](https://github.com/svakulenk0/KBQA]
    Abstract: a novel approach for complex KGQA that uses unsupervised message passing, which propagates confidence scores obtained by parsing an input question and matching terms in the knowledge graph to a set of possible answers. First, identify entity, relationship, and class names mentioned in a natural language question, and map these to their counterparts in the graph. Then, the confidence scores of these mappings propagate through the graph structure to locate the answer entities. Finally, these are aggregated depending on the identified question type.

  3. Stepwise Reasoning for Multi-Relation Question Answering over Knowledge Graph withWeak Supervision (WSDM-long paper)
    [website]
    Abstract: this paper proposes a neural method based on reinforcement learning, namely Stepwise Reasoning Network, which formulates multirelation question answering as a sequential decision problem.

  4. Complex Program Induction for Querying Knowledge Bases in the Absence of Gold Programs (TACL)
    [website]
    Abstract: They present Complex Imperative Program Induction from Terminal Rewards (CIPITR), an advanced neural programmer that mitigates reward sparsity with auxiliary rewards, and restricts the program space to semantically correct programs using high-level constraints, KB schema, and inferred answer type.

  5. Neural program induction for KBQA without gold programs or query annotations (IJCAI) Author: Ghulam Ahmed Ansari

2018

  1. Sequence-to-Action: End-to-End Semantic Graph Generation for Semantic Parsing (ACL-long paper)
    [website]
    Author: Bo Chen, Le Sun, Xianpei Han
    Abstract: Sequence-to-Action models semantic parsing as an end-to-end semantic graph generation process.

  2. Embedding Logical Queries on Knowledge Graphs (NIPS)
    [website]
    Author: William L. Hamilton, Payal Bajaj, Marinka Zitnik, Dan Jurafsky, Jure Leskovec
    Abstract: a framework to efficiently make predictions about conjunctive logical queries—a flexible but tractable subset of first-order logic—on incomplete knowledge graphs.

  3. The Web as a Knowledge-base for Answering Complex Questions (NAACL)
    Author: Alon Talmor and Jonathan Berant

before 2018

  1. MulCQA (2016 COLING)
    [website]
    Author: Junwei Bao

  2. Semantic Parsing via Staged Query Graph Generation: Question Answering with Knowledge Base (2015 ACL)
    Author: Scott Wen-tau Yih

  3. Traversing Knowledge Graphs in Vector Space (2015 EMNLP) Author: Kelvin Guu, John Miller, and Percy Liang

  4. Schemaless and Structureless Graph Querying (2014 VLDB)
    [website]
    Author: Shengqi Yang, Yinghui Wu, Huan Sun, Xifeng Yan
    Abstract: a novel framework enabling schemaless and structureless graph querying (SLQ).

  5. Semantic Parsing on Freebase from Question-Answer Pairs (2013 EMNLP)
    Author: J. Berant

Simple KBQA

  1. PERQ: Predicting, Explaining, and Rectifying Failed Questions in KB-QA Systems (2020 WSDM)

  2. Pretrained Transformers for Simple Question Answering over Knowledge Graphs (2019 ISWC)

  3. Knowledge Graph Embedding Based Question Answering (2019 WSDM)
    Author: Xiao Huang, Jingyuan Zhang, Dingcheng Li, Ping Li

  4. SimpleQuestions Nearly Solved: A New Upperbound and Baseline Approach (2018 NAACL)
    Author: Michael Petrochuk, Luke Zettlemoyer

  5. Neural Network-based Question Answering over Knowledge Graphs on Word and Character Level (2017 WWW)
    Author: Denis Lukovnikov

  6. CFO: Conditional Focused Neural Question Answering with Large-scale Knowledge Bases (2016 ACL)

  7. Large-scale Simple Question Answering with Memory Networks (2016 arXiv)
    Author: Antoine Bordes

PhD thesis

Survey

  1. Complex Knowledge Base Question Answering: A Survey (2021 arxiv)
    [website]
    Author: Yunshi Lan, Gaole He, Jinhao Jiang, Jing Jiang, Wayne Xin Zhao, Ji-Rong Wen Abstract: review recent advances on KBQA with the focus on solving complex questions.

  2. A Survey on Complex Knowledge Base Question Answering: Methods, Challenges and Solutions (2021 IJCAI)
    [website]
    Author: Yunshi Lan, Gaole He, Jinhao Jiang, Jing Jiang, Wayne Xin Zhao, Ji-Rong Wen
    Abstract: summarize the typical challenges and solutions for complex KBQA.

  3. Interpretable Complex Question Answering (2020 WWW)
    [website]
    Author: Soumen Chakrabarti
    Abstract: review cross-community co-evolution of QA with the advent of large-scale knowledge graphs (KGs).

  4. A Survey on Complex Question Answering over Knowledge Base: Recent Advances and Challenges (2020 arXiv)
    [website]
    Author: Bin Fu, Yunqi Qiu, Chengguang Tang, Yang Li, Haiyang Yu, Jian Sun
    Abstract: the recent advances in complex QA.

  5. Introduction to Neural Network based Approaches for Question Answering over Knowledge Graphs (2019)
    [website]
    Author: Nilesh Chakraborty, Denis Lukovnikov, Gaurav Maheshwariy, Priyansh Trivediy, Jens Lehmannz, Asja Fischer
    Abstract: an overview over recent advancements, focusing on neural network based KBQA.

  6. A Survey of Question Answering over Knowledge Base (2019 CCKS)
    [website]
    Author: Peiyun Wu, Xiaowang Zhang, and Zhiyong Feng Abstract: a survey of KBQA approaches by classifying them in two categories: semantic parsing and information retrieval.

  7. Deep Learning in Question Answering (LDNLP book chapter 7)
    [website]
    Author: Kang Liu and Yansong Feng
    Abstract: deep learning in KBQA and deep learning in MRC. The former is information extraction style and semantic parsing style. The latter is feature engineering and deep learning.

  8. A Survey on Semantic Parsing (2018 arXiv)
    [website]
    Author: Aishwarya Kamath, Rajarshi Das
    Abstract: they examine the various components of a semantic parsing system and discuss prominent work ranging from the initial rule based methods to the current neural approaches to program synthesis.

  9. Review on the advancements of disambiguation in semantic question answering system (2017 IPM)
    [website]
    Author: Sofian Hazrina
    Abstract: formulating an SQA conceptual framework based on an in-depth study of existing SQA processes; identifying and highlighting the ambiguity types; analysing the results of the existing SQA disambiguation solutions.

  10. Survey on Challenges of Question Answering in the Semantic Web (2016 SWJ)
    [website]
    Author: Konrad Höffner, Sebastian Walter, Edgard Marx, Ricardo Usbeck, Jens Lehmann, Axel-Cyrille Ngonga Ngomo
    Abstract: the survey analyszes 62 SQA systems.

  11. An introduction to Question Answering over Linked Data (2014 RW)
    [website]
    Author: Christina Unger, André Freitas, Philipp Cimiano
    Abstract: the paper summarizes the main existing approaches and systems including available tools and resources, benchmarks and evaluation campaigns.

  12. Evaluating question answering over linked data (2013 JWS)
    [website]
    Author: Vanessa Lopez, Christina Unger, Philipp Cimiano, Enrico Motta
    Abstract: a series of evaluation challenges for question answering over linked data (QALD).

  13. Is Question Answering fit for the Semantic Web?: A survey (2011 SWJ)
    [website]
    Author: Vanessa Lopez, Victoria Uren, Marta Sabou and Enrico Motta
    Abstract: a survey on ontology-based Question Answering (QA).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].