Skip to content

cdhx/KBQA-paper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 

Repository files navigation

论文仓库

Created: Sep 4, 2020 4:31 PM

不断完善中,欢迎补充Slide地址~

初衷是对不久前的KBQA调研做一个总结,未来可能会整理成一个多个KG方向资源的仓库

KBQA-paper

KBQA系统

分阶段生成

  1. Semantic parsing via staged query graph generation: Question answering with knowledge base(ACL2015 MS Wen-tau Yih) SP方法开山之作
  2. Formal Query Building with Query Structure Prediction for Complex Question Answering over Knowledge Base(AAAI2020 东南大学陈永锐)
  3. SPARQA: skeleton-based semantic parsing for complex questions over knowledge bases(AAAI 2020 南京大学)
  4. Leveraging Frequent Query Substructures to Generate Formal Queries for Complex Question Answering (EMNLP 2019 南京大学)
  5. Query Graph Generation for Answering Multi-hop Complex Questions from Knowledge Bases(ACL2020 SMU 蓝韵诗)
  6. Knowledge base question answering via encoding of complex query graphs(EMNLP2018 上交)
  7. A state-transition framework to answer complex questions over knowledge base(EMNLP2018 北大胡森)
  8. Answering Complex Questions by Combining Information from Curated and Extracted Knowledge Bases(ACL2020)

IR

  1. Open Domain Question Answering Using Early Fusion of Knowledge Bases and Text(EMNLP 2018 Googel Sun haitian)
  2. PullNet: Open domain question answering with iterative retrieval on knowledge bases and text(EMNLP 2019 Googel Sun haitian)
  3. Improving Multi-hop Knowledge Base Question Answering by Learning Intermediate Supervision Signals(WSDM2021 SMU 蓝韵诗)

其他方法

  1. Case-based Reasoning for Natural Language Queries over Knowledge Bases (Google 2021)
  2. TransferNet: An Effective and Transparent Framework for Multi-hop Question Answering over Relation Graph(2021 清华史佳欣)

模板

  1. KBQA: Learning question answering over QA corpora and knowledge bases(PVLDB2018 复旦崔万云)
  2. Question answering over knowledge graphs: Question understanding via template decomposition(PVLDB2018 复旦郑卫国)
  3. Leveraging frequent query substructures to generate formal queries for complex question answering(EMNLP2019 南京大学)
  4. Automated template generation for question answering over knowledge graphs(WWW2017 马普所)

Seq2Seq

  1. KQA Pro: A Large-Scale Dataset with Interpretable Programs and Accurate SPARQLs for Complex Question Answering over Knowledge Base(ACL2022)
  2. SKG: Unifying and Multi-Tasking Structured Knowledge Grounding with Text-to-Text Language Models
  3. Unseen Entity Handling in Complex Question Answering over Knowledge Base via Language Generation(EMNLP2021)
  4. RNG-KBQA: Generation Augmented Iterative Ranking for Knowledge Base Question Answering(ACL2022)
  5. Constraint-based question answering with knowledge graph(COLING2016)
  6. Sequence-based structured prediction for semantic parsing(ACL2016)
  7. Language to logical form with neural attention(ACL2016)
  8. Neural symbolic machines: Learning semantic parsers on freebase with weak supervision(ACL2017)
  9. Learning a neural semantic parser from user feedback(ACL2017)
  10. Coarse-to-fine decoding for neural semantic parsing(ACL2018)
  11. A syntactic neural model for general-purpose code generation(ACL2017)
  12. Sequence-to-action: End-to-end semantic graph generation for semantic parsing(ACL2018)
  13. Language to logical form with neural attention(ACL2016)

复杂问题分解

  1. The web as a knowledge-base for answering complex questions(NAACL2018)CWQ数据集 基于搜索引擎+RC回答子问题 GitHub
  2. EDG-based Question Decomposition for ComplexQuestion Answering over Knowledge Bases(ISWC2021 南京大学)
  3. Complex question decomposition for semantic parsing(ACL 2020 国防科大)
  4. SPARQA: skeleton-based semantic parsing for complex questions over knowledge bases(AAAI 2020 南京大学)
  5. BREAK it down: A question understanding benchmark(TACL 2019 AI2)
  6. Text modular networks: learning to decompose tasks in the language of existing models(NAACL 2021 AI2)
  7. KQA Pro: A Large-Scale Dataset with Interpretable Programs and Accurate SPARQLs for Complex Question Answering over Knowledge Base(WWW2021 清华史佳欣)
  8. Multi-hop reading comprehension through question decomposition and rescoring(ACL 2019 RC的分解)
  9. Unsupervised question decomposition for question answering (EMNLP 2020 FBAI)
  10. Enhancing key-value memory neural networks for knowledge based question answering(NAACL2019)
  11. Did aristotle use a laptop? A question answering benchmark with implicit reasoning strategies(TACL2020) QDMR的结构
  12. MuSiQue: Multi-hop Questions via Single-hop Question Composition(TACL 2022) QDMR的结构
  13. Break, Perturb, Build : Automatic Perturbation of Reasoning Paths Through Question Decomposition(TACL2022) QDMR的结构
  14. SPARQLing Database Queries from Intermediate Question Decompositions(EMNLP2021) QDMR的结构 text2sql
  15. Weakly Supervised Mapping of Natural Language to SQL through Question Decomposition QDMR的结构 text2sql

综述

  1. Survey on challenges of Question Answering in the Semantic Web(Semantic Web2017)
  2. A Survey on Complex Knowledge Base Question Answering: Methods, Challenges and Solutions (IJCAI 2021 SMU 蓝韵诗)
  3. Complex Knowledge Base Question Answering:A Survey(蓝韵诗 2021)
  4. Core Techniques of Question Answering Systems over Knowledge Bases : a Survey(2017)
  5. A Survey on Complex Question Answering over Knowledge Base: Recent Advances and Challenges(2020 阿里巴巴),中文翻译:https://zhuanlan.zhihu.com/p/134090164
  6. Introduction to Neural Network based Approaches for Question Answering over Knowledge Graphs(2019)
  7. Question Answering over Curated and Open Web Sources (SIGIR2020 Tutorial) Slide

子任务

Relation Linking/Detection

  1. Old is Gold: Linguistic Driven Approach for Entity and Relation Linking of Short Text(NAACL 2019)(Falcon系统 GitHub)
  2. EARL: Joint entity and relation linking for question answering over knowledge graphs (ISWC 2018)
  3. Leveraging semantic parsing for relation linking over knowledge bases (ISWC2020 IBM Watson) (SOTA)
  4. Generative Relation Linking for Question Answering over Knowledge Bases(ISWC2021 IBM Watson)
  5. FALCON 2.0: An Entity and Relation Linking Tool over Wikidata (ISWC 2019)(Falcon2.0 GitHub)(开源系统SOTA)
  6. Scalable knowledge graph construction over text using deep learning based predicate mapping (WWW2019)
  7. Learning Representation Mapping for Relation Detection in Knowledge Base Question Answering(ACL2019 南京大学)
  8. PATTY: A taxonomy of relational patterns with semantic types (EMNLP 2012 马普所)
  9. Towards Combinational Relation Linking over Knowledge Graphs (复旦)
  10. LEVERAGING SEMANTIC PARSING FOR RELATION LINKING OVER KNOWLEDGE BASES(ISWC2021)
  11. LNN-EL: A Neuro-Symbolic Approach to Short-text Entity Linking(ACL21)
  12. EntQA: Entity Linking as Question Answering(ICLR2022)
  13. A Semantics-aware Transformer Model of Relation Linking for Knowledge Base Question Answering(ACL21 IBM, QALD9,LC1,2,simplequestion)

Entity Linking

  1. LNN-EL: A Neuro-Symbolic Approach to Short-text Entity Linking (ACL2021 IBM Watson)
  2. Autoregressive entity retrieval(ICLR 2021 FBAI)
  3. Efficient One-Pass End-to-End Entity Linking for Questions(EMNLP 2020 FBAI)
  4. Scalable Zero-shot Entity Linking with Dense Entity Retrieval(EMNLP 2020 FBAI)
  5. PNEL: Pointer Network based End-To-End Entity Linking over Knowledge Graphs (ISWC 2020)
  6. KBPearl: A knowledge base population system supported by joint entity and relation linking(PVLDB 2020)

Futrue direction

可解释性

鲁棒性

多源知识融合

对话QA

数据集

  1. ComplexQuestion: Constraint-based question answering with knowledge graph(COLING2016) 微软亚研院周明组提出

    论文:Constraint-Based Question Answering with Knowledge Graph

    数据集:https://github.com/JunweiBao/MulCQA/tree/ComplexQuestions

    简介:2100条(1300/800)

  2. ComplexWebQuestion:

    The web as a knowledge-base for answering complex questions(NAACL2018)

    子问题的回答基于搜索引擎上的RC

  3. WebQuestion train test

    论文:Semantic Parsing on Freebase from Question-Answer Pairs(EMNLP2013斯坦福)

    简介:5810条(3778/2032) 斯坦福大学,根据Google Suggest API构建

  4. WebQuestionSP:

    Semantic Parsing via Staged Query Graph Generation: Question Answering with Knowledge Base(ACL 2015)

    微软yih-wen tau

  5. SimpleQuestion

    论文:Large-scale Simple Question Answering with Memory Networks(2015)

    数据集:https://research.fb.com/downloads/babi/

    简介:108442条(75910/10845/21687)Freebase 全是一个三元组就可以回答的问题

  6. Free917
    train test

    简介:917条 Freebase

  7. QALD series: 资源地址:https://github.com/ag-sc/QALD

    论文

    QALD-7: https://svn.aksw.org/papers/2017/ESWC_2017_QALD/public.pdf

    QALD-8: http://ceur-ws.org/Vol-2241/paper-05.pdf

    QALD-9: http://ceur-ws.org/Vol-2241/paper-06.pdf

    评测地址

    QALD-7: http://gerbil-qa.aksw.org/gerbil/experiment?id=201706300001

    QALD-8: http://gerbil-qa.aksw.org/gerbil/experiment?id=201710220000

    QALD-9: http://gerbil-qa.aksw.org/gerbil/experiment?id=201810080002

  8. LC-QuAD: http://lc-quad.sda.tech/lcquad1.0.html

  9. LC-QuAD 2.0: http://lc-quad.sda.tech/

    Question Answering over Knowledge Graphs with Neural Machine Translation and Entity Linking
    
  10. KQA Pro

    KQA Pro: A Large-Scale Dataset with Interpretable Programs and Accurate SPARQLs for Complex Question Answering over Knowledge Base(WWW 2021 清华)

    github

    homepage

    wikidata,120K有SPARQL标注,KB子集

  11. CRONKGQA

    Question Answering over Temporal Knowledge Graphs(ACL2021)

    github

    时间问答数据集,wikidata,410K,KB子集

  12. CoQA

  13. GraphQuestion

    论文:On Generating Characteristic-rich Question Sets for QA Evaluation(2016)

    数据集:https://github.com/ysu1989/GraphQuestions

    简介:Freebase

  14. 30M Factoid Question

    论文:Generating Factoid QuestionsWith Recurrent Neural Networks: The 30M Factoid Question-Answer Corpus

    数据集:https://academictorrents.com/details/973fb709bdb9db6066213bbc5529482a190098ce

    简介:30M条问答对

  15. MetaQA 数据集:https://drive.google.com/drive/folders/0B-36Uca2AvwhTWVFSUZqRXVtbUE

  16. CSQA

  17. ReClor 论文: ReClor: A Reading Comprehension Dataset Requiring Logical Reasoning(ICLR2020) 项目地址:http://whyu.me/reclor/

  18. CLEVRER 论文: CLEVRER: CoLlision Events for Video REpresentation and Reasoning(ICLR2020) 项目地址: http://clevrer.csail.mit.edu/

  19. CommonsenseQA 论文: Cosmos QA: Machine Reading Comprehension with Contextual Commonsense Reasoning 特拉维夫大学常识问答任务,SOTA(0.9179) 项目地址: https://www.tau-nlp.org/commonsenseqa

  20. Hotpot QA

  21. TriviaQA 阅读理解数据集 论文:TriviaQA: A Large Scale Distantly Supervised Challenge Dataset for Reading Comprehension

  22. Mutual 对话数据集 西湖大学张岳组 论文地址:MuTual: A Dataset for Multi-Turn Dialogue Reasoning github地址:https://github.com/Nealcly/MuTu

优秀开源工具

  1. SEMPRE: Semantic Parsing with Execution 斯坦福 项目地址 tutorial GitHub
    • **简介:**NL转换成逻辑形式,支持lambda calculus,lambda DCS等
  2. Stanza: A Python NLP Library for Many Human Languages斯坦福官方NLP工具包 ACL2020 demo

其他开源工具

  1. 中文近义词 https://github.com/chatopera/Synonyms

讲习班 Slide

学习讲习班大佬们的总结,可以迅速了解一个领域

可参考刘知远老师给出的清单 如何不出国门走进NLP学术前沿(刘知远)

主要有:中国中文信息学会(CIPS)中国计算机学会(CCF) 中国人工智能学会(CAAI)等

  1. KEQA 2019(南京大学)
    1. Natural Language Question Answering over Knowledge Graph 邹磊 (北京大学)
    2. Matching Questions and Answers in Dialogues from Online Forums 朱其立 (上海交通大学)
    3. 知识图谱中的关联搜索 程龚 (南京大学)
    4. Understanding User Generated Information 钱铁云 (武汉大学)
    5. 事理图谱的构建及应用 丁效 (哈尔滨工业大学)
    6. 搜索引擎中的智能问答 张奇 (复旦大学)
  2. CCF 学科前沿讲习班第 108 期
    1. 大规模图神经网络与实践 杨红霞 (阿里巴巴)
    2. 知识计算即服务:赋能企业知识化转型 袁晶(华为云)
    3. 知识图谱融合方法 胡伟(南京大学)
    4. 生活领域知识图谱的构建及应用 张富峥(美团点评)
    5. 知识图谱与众包数据库 李国良(清华大学)
    6. 大规模知识图谱和自动化构建关键技术及应用 肖仰华(复旦大学)
  3. CIPS 前沿讲习班 2019
    1. 面向自然语言处理的深度学习基础 邱锡鹏(复旦大学)颜航(复旦大学)
    2. 开放域语义解析 韩先培(中国科学院软件研究所)陈波(中国科学院软件研究所)
    3. 图神经网络在自然语言处理中的应用 张岳(西湖大学)
    4. 基于深度学习的机器阅读理解 崔一鸣(科大讯飞)
    5. 问答系统 唐都钰(微软亚洲研究院)段楠(微软亚洲研究院)
    6. 任务型对话系统 车万翔(哈尔滨工业大学)车万翔(哈尔滨工业大学)
    7. 人工智能在人机对话系统中的技术现状与挑战 严睿(北京大学)
  4. CIPS 前沿讲习班 2018
    1. 语义表示学习 刘知远(清华大学)
    2. 深度学习与词法句法语义分析 车万翔(哈尔滨工业大学)
    3. 深度学习与机器翻译 张家俊(中国科学院自动化研究所)涂兆鹏(腾讯AI Lab)
    4. 深度强化学习与GAN基础 俞扬(南京大学)
    5. 信息检索中的深度强化学习新进展 徐君(中国科学院计算技术研究所)庞亮(中国科学院计算技术研究所)
    6. 对话系统中的深度学习进展 李纪为(香侬科技)
    7. 知识图谱中的深度学习新进展 William Wang (University California, Santa Barbara)
  5. CIPS 前沿讲习班 2017
    1. 深度学习基础知识 邱锡鹏,复旦大学
    2. 深度学习工具实战 龚经经,复旦大学
    3. 深度学习与词法句法语义分析 车万翔,哈尔滨工业大学
    4. 深度学习与知识获取 刘康,中科院自动化所
    5. 深度学习与机器翻译 熊德意,苏州大学
    6. 深度学习与自动问答 冯岩松,北京大学
    7. 深度学习与社会计算 赵鑫,中国人民大学
    8. 深度学习与信息检索 郭嘉丰,中科院计算所

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published