Journal of Frontiers of Computer Science and Technology ›› 2022, Vol. 16 ›› Issue (8): 1727-1741.DOI: 10.3778/j.issn.1673-9418.2111033
• Surveys and Frontiers • Previous Articles Next Articles
SA Rina1, LI Yanling1, LIN Min1
Received:
2021-11-04
Revised:
2022-02-18
Online:
2022-08-01
Published:
2022-08-19
About author:
SA Rina, born in 1998, M.S. candidate. Her research interests include natural language processing, spoken language understanding and know-ledge graph question answering.Supported by:
萨日娜1, 李艳玲1, 林民1
作者简介:
萨日娜(1998—),女,内蒙古二连浩特人,硕士研究生,主要研究方向为自然语言处理、口语理解、知识图谱问答。基金资助:
CLC Number:
SA Rina, LI Yanling, LIN Min. Survey of Question Answering Based on Knowledge Graph Reasoning[J]. Journal of Frontiers of Computer Science and Technology, 2022, 16(8): 1727-1741.
萨日娜, 李艳玲, 林民. 知识图谱推理问答研究综述[J]. 计算机科学与探索, 2022, 16(8): 1727-1741.
Add to citation manager EndNote|Ris|BibTeX
URL: http://fcst.ceaj.org/EN/10.3778/j.issn.1673-9418.2111033
数据集 | 发表 时间 | 规模 | 是否有答案 | 时序 | 简单 | 复杂 | 常识 |
---|---|---|---|---|---|---|---|
Free917[ | 2013 | 917 | √ | √ | |||
WebQuestions[ | 2013 | 5 810 | √ | √ | √ | ||
SimpleQuestions[ | 2015 | 100 000 | √ | √ | |||
WebQuestionsSP[ | 2016 | 4 737 | √ | √ | √ | ||
ComplexQuestions[ | 2016 | 2 100 | √ | √ | |||
LC-QuAD1.0[ | 2017 | 5 000 | √ | √ | |||
CWQ [ | 2018 | 35 000 | √ | √ | √ | ||
OpenBookQA[ | 2018 | 6 000 | √ | √ | √ | √ | |
TempQuestions[ | 2018 | 1 271 | √ | √ | √ | √ | |
LC-QuAD2.0[ | 2019 | 30 000 | √ | √ | |||
CommonsenseQA[ | 2019 | 12 000 | √ | √ | √ | √ | |
SocialIQA[ | 2019 | 38 000 | √ | √ | √ | √ | |
RIDDLESENSE1[ | 2021 | 5 700 | √ | √ | √ | √ | |
TimeQuestions[ | 2021 | 16 181 | √ | √ | √ | √ | |
CRONQUESTIONS[ | 2021 | 410 000 | √ | √ | √ | √ |
Table 1 Knowledge graph based on question answering databases
数据集 | 发表 时间 | 规模 | 是否有答案 | 时序 | 简单 | 复杂 | 常识 |
---|---|---|---|---|---|---|---|
Free917[ | 2013 | 917 | √ | √ | |||
WebQuestions[ | 2013 | 5 810 | √ | √ | √ | ||
SimpleQuestions[ | 2015 | 100 000 | √ | √ | |||
WebQuestionsSP[ | 2016 | 4 737 | √ | √ | √ | ||
ComplexQuestions[ | 2016 | 2 100 | √ | √ | |||
LC-QuAD1.0[ | 2017 | 5 000 | √ | √ | |||
CWQ [ | 2018 | 35 000 | √ | √ | √ | ||
OpenBookQA[ | 2018 | 6 000 | √ | √ | √ | √ | |
TempQuestions[ | 2018 | 1 271 | √ | √ | √ | √ | |
LC-QuAD2.0[ | 2019 | 30 000 | √ | √ | |||
CommonsenseQA[ | 2019 | 12 000 | √ | √ | √ | √ | |
SocialIQA[ | 2019 | 38 000 | √ | √ | √ | √ | |
RIDDLESENSE1[ | 2021 | 5 700 | √ | √ | √ | √ | |
TimeQuestions[ | 2021 | 16 181 | √ | √ | √ | √ | |
CRONQUESTIONS[ | 2021 | 410 000 | √ | √ | √ | √ |
方法 | 描述 | 优点 | 缺点 |
---|---|---|---|
基于图嵌入的方法 | 通过将问题与KG嵌入至低维向量空间,并在此向量空间中进行运算,得到答案实体 | 解决知识图谱信息缺失问题 | 可解释性较差 |
基于深度学习的方法 | 利用神经网络对子图或关系路径建模,从而推理得到答案 | 有效挖掘问题与知识图谱三元组之间的语义联系 | 搜索空间大 |
基于逻辑的方法 | 将问句或查询转化为紧密联系KG的逻辑形式,在KG中获取答案实体 | 可解释性强,准确性高,能够解决逻辑判断问题 | 易受稀疏知识图谱影响 |
Table 2 Summary of KGQA reasoning methods
方法 | 描述 | 优点 | 缺点 |
---|---|---|---|
基于图嵌入的方法 | 通过将问题与KG嵌入至低维向量空间,并在此向量空间中进行运算,得到答案实体 | 解决知识图谱信息缺失问题 | 可解释性较差 |
基于深度学习的方法 | 利用神经网络对子图或关系路径建模,从而推理得到答案 | 有效挖掘问题与知识图谱三元组之间的语义联系 | 搜索空间大 |
基于逻辑的方法 | 将问句或查询转化为紧密联系KG的逻辑形式,在KG中获取答案实体 | 可解释性强,准确性高,能够解决逻辑判断问题 | 易受稀疏知识图谱影响 |
模型 | 准确率/% | 创新点 |
---|---|---|
KagNet[ | 58.9 | 提出GCN+LSTM+HPA框架 |
MHGRN[ | 75.4 | 通过扩展R-GCN直接编码路径 |
QA-GNN[ | 76.1 | 将QA作为节点加入到子图 |
PG [ | 75.6 | 生成问题相关路径进行推理 |
HGN[ | 77.3 | 通过对子图补全,生成包含有用事实并排除无用事实的KG子图 |
Table 3 Accuracy and innovation points of models on CommonsenseQA test set
模型 | 准确率/% | 创新点 |
---|---|---|
KagNet[ | 58.9 | 提出GCN+LSTM+HPA框架 |
MHGRN[ | 75.4 | 通过扩展R-GCN直接编码路径 |
QA-GNN[ | 76.1 | 将QA作为节点加入到子图 |
PG [ | 75.6 | 生成问题相关路径进行推理 |
HGN[ | 77.3 | 通过对子图补全,生成包含有用事实并排除无用事实的KG子图 |
模型 | 时间 | 创新点 | 数据集 | 评价标准 | 数值/% |
---|---|---|---|---|---|
TEQUILA[ | 2018 | 利用规则将复杂问题分解为简单问题,并加入了时间约束 | TempQuestions | F1 | 36.7 |
Exaqt[ | 2021 | 微调BERT并加入时间信息,以构建问题相关子图,其次扩展R-GCN对子图进行推理 | TimeQuestions | Hits@5 | 66.4 |
CRONKGQA[ | 2021 | 通过改进EmbedKGQA方法,使其适用于时序KG,并提出了大型时序图谱以及相关数据集 | CRONQUESTIONS | Hits@1 | 64.7 |
Table 4 Summary of temporal KGQA methods
模型 | 时间 | 创新点 | 数据集 | 评价标准 | 数值/% |
---|---|---|---|---|---|
TEQUILA[ | 2018 | 利用规则将复杂问题分解为简单问题,并加入了时间约束 | TempQuestions | F1 | 36.7 |
Exaqt[ | 2021 | 微调BERT并加入时间信息,以构建问题相关子图,其次扩展R-GCN对子图进行推理 | TimeQuestions | Hits@5 | 66.4 |
CRONKGQA[ | 2021 | 通过改进EmbedKGQA方法,使其适用于时序KG,并提出了大型时序图谱以及相关数据集 | CRONQUESTIONS | Hits@1 | 64.7 |
[1] | CHEN W, ZHA H, CHEN Z, et al. HybridQA: a dataset of multi-hop question answering over tabular and textual data[C]// Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing:Findings, Nov 16-20, 2020. Stroudsburg: ACL, 2020: 1026-1036. |
[2] | LOVELACE J, NEWMAN-GRIFFIS D, VASHISHTH S, et al. Robust knowledge graph completion with stacked convolutions and a student re-ranking network[J]. arXiv:2106.06555, 2021. |
[3] | QU M, CHEN J K, XHONNEUX L P A C, et al. RNNLogic: learning logic rules for reasoning on knowledge graphs[C]// Proceedings of the 9th International Conference on Learning Representations, Austria, May 3-7, 2021: 1-19. |
[4] | HE G L, LAN Y S, JIANG J, et al. Improving multi-hop knowledge base question answering by learning intermediate supervision signals[C]// Proceedings of the 14th ACM International Conference on Web Search and Data Mining, Israel, Mar 8-12, 2021. New York: ACM, 2021: 553-561. |
[5] | DAI Z H, LI L, XU W. CFO: conditional focused neural question answering with large-scale knowledge bases[C]// Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics, Berlin, Aug 7-12, 2016. Stroudsburg: ACL, 2016: 1-11. |
[6] | ZHANG Y Y, DAI H J, KOZAREVA Z, et al. Variational reasoning for question answering with knowledge graph[C]// Proceedings of the 32nd AAAI Conference on Artificial Intelligence, the 30th Innovative Applications of Artificial Intelligence, and the 8th AAAI Symposium on Educational Advances in Artificial Intelligence, New Orleans, Feb 2-7, 2018. Menlo Park: AAAI, 2018: 6069-6076. |
[7] | BAO J, DUAN N, YAN Z, et al. Constraint-based question answering with knowledge graph[C]// Proceedings of the 26th International Conference on Computational Linguistics, Proceedings of the Conference: Technical Papers, Osaka, Dec 11- 16, 2016. Stroudsburg: ACL, 2016: 2503-2514. |
[8] | SUN H, DHINGRA B, ZAHEER M, et al. Open domain question answering using early fusion of knowledge bases and text[C]// Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing, Brussels, Oct 31-Nov 4, 2018. Stroudsburg:ACL, 2018: 4231-4242. |
[9] | 王智悦, 于清, 王楠, 等. 基于知识图谱的智能问答研究综述[J]. 计算机工程与应用, 2020, 56(23): 1-11. |
WANG Z Y, YU Q, WANG N, et al. Survey of intelligent question answering research based on knowledge graph[J]. Computer Engineering and Applications, 2020, 56(23): 1-11. | |
[10] | YANI M, KRISNADHI A A. Challenges, techniques, and trends of simple knowledge graph question answering: a survey[J]. Information, 2021, 12(7): 271. |
[11] | LAN Y, HE G, JIANG J, et al. A survey on complex know-ledge base question answering: methods, challenges and solutions[J]. arXiv:2105.11644, 2021. |
[12] | STEINMETZ N, SATTLER K U. What is in the KGQA benchmark datasets? Survey on challenges in datasets for question answering on knowledge graphs[J]. Journal on Data Semantics, 2021, 10(3/4): 241-265. |
[13] | CHAKRABORTY N, LUKOVNIKOV D, MAHESHWARI G, et al. Introduction to neural network-based question answering over knowledge graphs[J]. Wiley Interdisciplinary Reviews: Data Mining and Knowledge Discovery, 2021, 11(3): e1389. |
[14] | 陈子睿, 王鑫, 王林, 等. 开放领域知识图谱问答研究综述[J]. 计算机科学与探索, 2021, 15(10): 1843-1869. |
CHEN Z R, WANG X, WANG L, et al. Survey of open-domain knowledge graph question answering[J]. Journal of Frontiers of Computer Science and Technology, 2021, 15(10): 1843-1869. | |
[15] | BOLLACKER K D, EVANS C, PARITOSH P K, et al. Freebase: a collaboratively created graph database for structuring human knowledge[C]// Proceedings of the 2008 ACM SIGMOD International Conference on Management of Data, Vancouver, Jun 10-12, 2008. New York: ACM, 2008: 1247-1250. |
[16] | SUCHANEK F M, KASNECI G, WEIKUM G. YAGO: a core of semantic knowledge[C]// Proceedings of the 16th International Conference on World Wide Web, Banff, May 8-12, 2007. New York: ACM, 2007: 697-706. |
[17] | LEHMANN J, ISELE R, JAKOB M, et al. DBpedia—a large-scale, multilingual knowledge base extracted from Wikipedia[J]. Semantic Web, 2015, 6(2): 167-195. |
[18] | VRANDEČIĆ D, KRÖTZSCH M. Wikidata: a free collaborative knowledgebase[J]. Communications of the ACM, 2014, 57(10): 78-85. |
[19] | SPEER R, CHIN J, HAVASI C. ConceptNet5.5: an open multilingual graph of general knowledge[C]// Proceedings of the 31st AAAI Conference on Artificial Intelligence, San Francisco, Feb 4-9, 2017. Menlo Park: AAAI, 2017: 4444-4451. |
[20] | CAI Q Q, YATES A. Large-scale semantic parsing via schema matching and lexicon extension[C]// Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics, Sofia, Aug 4-9, 2013. Stroudsburg: ACL, 2013: 423-433. |
[21] | BERANT J, CHOU A, FROSTIG R, et al. Semantic parsing on freebase from question-answer pairs[C]// Proceedings of the 2013 Conference on Empirical Methods in Natural Language Processing, Seattle, Oct 18-21, 2013. Stroudsburg: ACL, 2013: 1533-1544. |
[22] | BORDES A, USUNIER N, CHOPRA S, et al. Large-scale simple question answering with memory networks[J]. arXiv:1506.02075, |
[23] | YIH W T, RICHARDSON M, MEEK C, et al. The value of semantic parse labeling for knowledge base question answering[C]// Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics, Berlin, Aug 7-12, 2016. Stroudsburg: ACL, 2016: 1-6. |
[24] | TRIVEDI P, MAHESHWARI G, DUBEY M, et al. LC-QuAD: a corpus for complex question answering over knowledge graphs[C]// LNCS 10588: Proceedings of the 16th International Semantic Web Conference, Vienna, Oct 21-25, 2017. Cham: Springer, 2017: 210-218. |
[25] | TALMOR A, BERANT J. The Web as a knowledge-base for answering complex questions[C]// Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics:Human Language Technologies, New Orleans, Jun 1-6, 2018. Stroudsburg: ACL, 2018: 641-651. |
[26] | DUBEY M, BANERJEE D, ABDELKAWI A, et al. LC-QuAD2.0: a large dataset for complex question answering over Wikidata and DBpedia[C]// LNCS 11779: Proceedings of the 18th International Semantic Web Conference, Auckland, Oct 26-30, 2019. Cham: Springer, 2019: 69-78. |
[27] | LENAT D B, GUHA R V. Building large knowledge-based systems; representation and inference in the Cyc project[M]. [S.l.]: Addison-Wesley Longman Publishing Co., Inc., 1989. |
[28] | SAP M, BRAS R L, ALLAWAY E, et al. ATOMIC: an Atlas of machine commonsense for If-Then reasoning[C]// Proceedings of the 33rd AAAI Conference on Artificial Intelligence, the 31st Innovative Applications of Artificial Intelligence Conference, the 9th AAAI Symposium on Educational Advances in Artificial Intelligence, Honolulu, Jan 27-Feb 1, 2019. Menlo Park:AAAI, 2019: 3027-3035. |
[29] | MIHAYLOV T, CLARK P, KHOT T, et al. Can a suit of armor conduct electricity? A new dataset for open book question answering[C]// Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing, Brussels, Oct 31-Nov 4, 2018. Stroudsburg:ACL, 2018: 2381-2391. |
[30] | TALMOR A, HERZIG J, LOURIE N, et al. CommonsenseQA: a question answering challenge targeting commonsense knowledge[C]// Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics:Human Language Technologies,Minneapolis, Jun 2-7, 2019. Stroudsburg: ACL, 2019: 4149-4158. |
[31] | SAP M, RASHKIN H, CHEN D, et al. Social IQA: commonsense reasoning about social interactions[C]// Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing, Hong Kong, China, Nov 3-7, 2019. Stroudsburg: ACL, 2019: 4462-4472. |
[32] | LIN B Y, WU Z Y, YANG Y C, et al. RiddleSense: reasoning about riddle questions featuring linguistic creativity and commonsense knowledge[C]// Proceedings of the Findings of the Association for Computational Linguistics, Aug 1-6, 2021. Stroudsburg: ACL, 2021: 1504-1515. |
[33] | JIA Z, ABUJABAL A, ROY R S, et al. Tequila: temporal question answering over knowledge bases[C]// Proceedings of the 27th ACM International Conference on Information and Knowledge Management, Torino, Oct 22-26, 2018. New York: ACM, 2018: 1807-1810. |
[34] | JIA Z, PRAMANIK S, SAHA R R, et al. Complex temporal question answering on knowledge graphs[C]// Proceedings of the 30th ACM International Conference on Information & Knowledge Management, Queensland, Nov 1-5, 2021. New York: ACM, 2021: 792-802. |
[35] | SAXENA A, CHAKRABARTI S, TALUKDAR P, Question answering over temporal knowledge graphs[J]. arXiv:2106.01515, 2021. |
[36] | BORDES A, USUNIER N, GARCIADURAN A, et al. Translating embeddings for modeling multi-relational data[C]// Proceedings of the 27th Annual Conference on Neural Information Processing Systems 2013, Lake Tahoe, Dec 5-8, 2013. Red Hook: Curran Associates, 2013: 2787-2795. |
[37] | WANG Z, ZHANG J W, FENG J L, et al. Knowledge graph embedding by translating on hyperplanes[C]// Proceedings of the 28th AAAI Conference on Artificial Intelligence, Québec City, Jul 27-31, 2014. Menlo Park: AAAI, 2014: 1112-1119. |
[38] | SUN Z, DENG Z H, NIE J Y, et al. RotatE: knowledge graph embedding by relational rotation in complex space[J]. arXiv:1902.10197, 2019. |
[39] | CHAO L, HE J, WANG T, et al. PairRE: knowledge graph embeddings via paired relation vectors[J]. arXiv:2011.03798, 2020. |
[40] | ABBOUD R, CEYLAN I, LUKASIEWICZ T, et al. BoxE: a box embedding model for knowledge base completion[C]// Proceedings of the Annual Conference on Neural Information Processing Systems 2020, Dec 6-12, 2020. |
[41] | YANG B, YIH W, HE X, et al. Embedding entities and relations for learning and inference in knowledge bases[J]. arXiv:1412.6575, 2014. |
[42] | TROUILLON T, WELBL J, RIEDEL S, et al. Complex embeddings for simple link prediction[C]// Proceedings of the 33rd International Conference on Machine Learning, New York, Jun 19-24, 2016: 2071-2080. |
[43] | WANG M, WANG R J, LIU J, et al. Towards empty answers in SPARQL: approximating querying with RDF embedding[C]// LNCS 11136: Proceedings of the 17th International Semantic Web Conference, Monterey, Oct 8-12, 2018. Cham: Springer, 2018: 513-529. |
[44] | WANG R J, WANG M, LIU J, et al. Leveraging knowledge graph embeddings for natural language question answering[C]// LNCS 11446: Proceedings of the 24th International Conference on Database Sysems for Advanced Applications, Chiang Mai, Apr 22-25, 2019. Cham: Springer, 2019: 659-675. |
[45] | SUN H T, ARNOLD A O, BEDRAX-WEISS T, et al. Faithful embeddings for knowledge base queries[C]// Proceedings of the Annual Conference on Neural Information Processing Systems 2020, Dec 6-12, 2020. |
[46] | LUKOVNIKOV D, FISCHER A, LEHMANN J, et al. Neural network-based question answering over knowledge graphs on word and character level[C]// Proceedings of the 26th International Conference on World Wide Web, Perth, Apr 3-7, 2017. New York: ACM, 2017: 1211-1220. |
[47] | DONG L, WEI F, ZHOU M, et al. Question answering over freebase with multi-column convolutional neural networks[C]// Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natural Language Processing of the Asian Federation of Natural Language Processing, Beijing, Jul 26-31, 2015. Stroudsburg: ACL, 2015: 260-269. |
[48] | HAO Y, ZHANG Y, LIU K, et al. An end-to-end model for question answering over knowledge base with cross-attention combining global knowledge[C]// Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics, Vancouver, Jul 30-Aug 4, 2017. Stroudsburg:ACL, 2017: 221-231. |
[49] | HUANG X, ZHANG J Y, LI D C, et al. Knowledge graph embedding based question answering[C]// Proceedings of the 12th ACM International Conference on Web Search and Data Mining, Melbourne, Feb 11-15, 2019. New York: ACM, 2019: 105-113. |
[50] | SAXENA A, TRIPATHI A, TALUKDAR P. Improving multi-hop question answering over knowledge graphs using know-ledge base embeddings[C]// Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics, Jul 5-10, 2020. Stroudsburg: ACL, 2020: 4498-4507. |
[51] | LIU Y, OTT M, GOYAL N, et al. RoBERTa: a robustly optimized BERT pretraining approach[J]. arXiv:1907.11692, 2019. |
[52] | NEELAKANTAN A, ROTH B, MCCALLUM A. Compositional vector space models for knowledge base completion[C]// Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natural Language Processing of the Asian Federation of Natural Language Processing, Beijing, Jul 26-31, 2015. Stroudsburg: ACL, 2015: 156-166. |
[53] | DAS R, NEELAKANTAN A, BELANGER D, et al. Chains of reasoning over entities, relations, and text using recurrent neural networks[C]// Proceedings of the 15th Conference of the European Chapter of the Association for Computational Linguistics, Valencia, Apr 3-7, 2017. Stroudsburg: ACL, 2017: 132-141. |
[54] | XIONG W, HOANG T, WANG W Y. DeepPath: a reinforcement learning method for knowledge graph reasoning[J]. arXiv:1707.06690, 2017. |
[55] | DAS R, DHULIAWALA S, ZAHEER M, et al. Go for a walk and arrive at the answer: reasoning over paths in knowledge bases using reinforcement learning[J]. arXiv:1711.05851, 2017. |
[56] | LIN X V, SOCHER R, XIONG C, Multi-hop knowledge graph reasoning with reward shaping[J]. |
[57] | HOU Z N, JIN X L, LI Z X, et al. Rule-aware reinforcement learning for knowledge graph reasoning[C]// Proceedings of the Findings of the Association for Computational Linguistic, Aug 1-6, 2021. Stroudsburg: ACL, 2021: 4687-4692. |
[58] | SCHLICHTKRULL M S, KIPF T N, BLOEM P, et al. Modeling relational data with graph convolutional networks[C]// LNCS 10843: Proceedings of the 2018 European Semantic Web Conference, Heraklion, Jun 3-7, 2018. Cham: Springer, 2018: 593-607. |
[59] | BANSAL T, JUAN D C, RAVI S, et al. A2N: attending to neighbors for knowledge graph inference[C]// Proceedings of the 57th Conference of the Association for Computational Linguistics, Florence, Jul 28-Aug 2, 2019. Stroudsburg:ACL, 2019: 4387-4392. |
[60] | TERU K K, DENIS E G, HAMILTON W L. Inductive relation prediction by subgraph reasoning[C]// Proceedings of the 37th International Conference on Machine Learning, Jul 13-18, 2020: 9448-9457. |
[61] | SUN H T, BEDRAX-WEISS T, COHEN W W. PullNet: open domain question answering with iterative retrieval on knowledge bases and text[C]// Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing, Hong Kong, China, Nov 3-7, 2019. Stroudsburg: ACL, 2019: 2380-2390. |
[62] | XIONG W, YU M, CHANG S Y, et al. Improving question answering over incomplete KBs with knowledge-aware reader[C]// Proceedings of the 57th Conference of the Association for Computational Linguistics, Florence, Jul 28- Aug 2, 2019. Stroudsburg:ACL, 2019: 4258-4264. |
[63] | QIU Y Q, WANG Y Z, JIN X L, et al. Stepwise reasoning for multi-relation question answering over knowledge graph with weak supervision[C]// Proceedings of the 13th International Conference on Web Search and Data Mining. New York: ACM, 2020: 474-482. |
[64] | RICHARDSON M, DOMINGOS P. Markov logic networks[J]. Machine Learning, 2006, 62(1/2): 107-136. |
[65] | GALÁRRAGA L A, TEFLIOUDI C, HOSE K, et al. AMIE: assocition rule mining under incomplete evidence in ontological knowledge bases[C]// Proceedings of the 22nd International Conference on World Wide Web. New York: ACM, 2013: 413-422. |
[66] | LAO N, MITCHELL T M, COHEN W W. Random walk inference and learning in a large scale knowledge base[C]// Proceedings of the 2011 Conference on Empirical Methods in Natural Language Processing, Edinburgh, Jul 27-31, 2011. Stroudsburg: ACL, 2011: 529-539. |
[67] | YIH W T, HE X D, MEEK C. Semantic parsing for single-relation question answering[C]// Proceedings of the 52nd Annual Meeting of the Association for Computational Linguistics, Baltimore, Jun 22-27, 2014. Stroudsburg: ACL, 2014: 643-648. |
[68] | YIH W T, CHANG M W, HE X, et al. Semantic parsing via staged query graph generation: question answering with knowledge base[C]// Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natural Language Processing of the Asian Federation of Natural Language Processing, Beijing, Jul 26-31, 2015. Stroudsburg: ACL, 2015: 1321-1331. |
[69] | LUO K, LIN F, LUO X, et al. Knowledge base question answering via encoding of complex query graphs[C]// Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing, Brussels, Oct 31-Nov 4, 2018. Stroudsburg:ACL, 2018: 2185-2194. |
[70] | SOROKIN D, GUREVYCH I. Modeling semantics with gated graph neural networks for knowledge base question answering[C]// Proceedings of the 27th International Conference on Computational Linguistics, Santa Fe, Aug 20-26, 2018. Stroudsburg: ACL, 2018: 3306-3317. |
[71] | MAHESHWARI G, TRIVEDI P, LUKOVNIKOV D, et al. Learning to rank query graphs for complex question answering over knowledge graphs[C]// LNCS 11778: Proceedings of the 18th International Semantic Web Conference, Auckland, Oct 26-30, 2019. Cham: Springer, 2019: 487-504. |
[72] | HU S, ZOU L, ZHANG X B. A state-transition framework to answer complex questions over knowledge base[C]// Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing, Brussels, Oct 31-Nov 4, 2018. Stroudsburg:ACL, 2018: 2098-2108. |
[73] | DING J W, HU W, XU Q X, et al. Leveraging frequent query substructures to generate formal queries for complex question answering[C]// Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing, Hong Kong, China, Nov 3-7, 2019. Stroudsburg: ACL, 2019: 2614-2622. |
[74] | LAN Y S, JIANG J. Query graph generation for answering multi-hop complex questions from knowledge bases[C]// Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics, Jul 5-10, 2020. Stroudsburg: ACL, 2020: 969-974. |
[75] | CHEN Y, LI H, HUA Y, et al. Formal query building with query structure prediction for complex question answering over knowledge base[J]. arXiv:2109.03614, 2021. |
[76] | HAMILTON W L, BAJAJ P, ZITNIK M, et al. Embedding logical queries on knowledge graphs[C]// Proceedings of the 32nd International Conference on Neural Information Processing Systems, Montréal, Dec 3-8, 2018: 2030-2041. |
[77] | REN H, HU W, LESKOVEC J, Query2box: reasoning over knowledge graphs in vector space using box embeddings[J]. arXiv:2002.05969, 2020. |
[78] | REN H, LESKOVEC J, Beta embeddings for multi-hop logical reasoning in knowledge graphs[J]. arXiv:2010.11465, 2020. |
[79] | KOTNIS B, LAWRENCE C, NIEPERT M, Answering complex queries in knowledge graphs with bidirectional sequence encoders[J]. arXiv:2004.02596, 2020. |
[80] | YAN J, RAMAN M, CHAN A, et al. Learning contextualized knowledge structures for commonsense reasoning[J]. |
[81] | LIN B Y, CHEN X Y, CHEN J M, et al. KagNet: knowledge-aware graph networks for commonsense reasoning[C]// Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing, Hong Kong, China, Nov 3-7, 2019. Stroudsburg: ACL, 2019: 2829-2839. |
[82] | FENG Y L, CHEN X Y, LIN B Y, et al. Scalable multi-hop relational reasoning for knowledge-aware question answering[C]// Proceedings of the 2020 Conference on Empirical Me-thods in Natural Language Processing, Nov 16-20, 2020. Stroudsburg: ACL, 2020: 1295-1309. |
[83] | YASUNAGA M, REN H, BOSSELUT A, et al. QA-GNN: reasoning with language models and knowledge graphs for question answering[C]// Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics:Human Language Technologies, Jun 6-11, 2021. Stroudsburg: ACL, 2021: 535-546. |
[84] | WANG P F, PENG N Y, ILIEVSKI F, et al. Connecting the dots: a knowledgeable path generator for commonsense question answering[C]// Findings of the Association for Computational Linguistics: EMNLP 2020, Nov 16-20, 2020. Stroudsburg: ACL, 2020: 4129-4140. |
[85] | DASGUPTA S S, RAY S N, TALUKDAR P. HyTE: hyperplane-based temporally aware knowledge graph embedding[C]// Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing, Brussels, Oct 31-Nov 4, 2018. Stroudsburg:ACL, 2018: 2001-2011. |
[86] | LACROIX T, OBOZINSKI G, USUNIER N. Tensor decompositions for temporal knowledge base completion[J]. arXiv: 2004.04926, 2020. |
[87] | XU C J, CHEN Y Y, NAYYERI M, et al. Temporal know-ledge graph completion using a linear temporal regularizer and multivector embeddings[C]// Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics:Human Language Technologies, Jun 6-11, 2021. Stroudsburg: ACL, 2021: 2569-2578. |
[1] | CHEN Zirui, WANG Xin, WANG Lin, XU Dawei, JIA Yongzhe. Survey of Open-Domain Knowledge Graph Question Answering [J]. Journal of Frontiers of Computer Science and Technology, 2021, 15(10): 1843-1869. |
Viewed | ||||||
Full text |
|
|||||
Abstract |
|
|||||
/D:/magtech/JO/Jwk3_kxyts/WEB-INF/classes/