paper-with-me

홈 › Papers

ChatGPT versus Traditional Question Answering for Knowledge Graphs: Current Status and Future Directions Towards Knowledge Graph Chatbots

2023-02-08 · Reham Omar, Omij Mangukiya, Panos Kalnis, Essam Mansour

Conversational AI and Question-Answering systems (QASs) for knowledge graphs (KGs) are both emerging research areas: they empower users with natural language interfaces for extracting information easily and effectively. Conversational AI simulates conversations with humans; however, it is limited by the data captured in the training datasets. In contrast, QASs retrieve the most recent information from a KG by understanding and translating the natural language question into a formal query supported by the database engine. In this paper, we present a comprehensive study of the characteristics of the existing alternatives towards combining both worlds into novel KG chatbots. Our framework compares two representative conversational models, ChatGPT and Galactica, against KGQAN, the current state-of-the-art QAS. We conduct a thorough evaluation using four real KGs across various application domains to identify the current limitations of each category of systems. Based on our findings, we propose open research opportunities to empower QASs with chatbot capabilities for KGs. All benchmarks and all raw results are available1 for further analysis.

📄 PDF Abstract BibTeX arXiv:2302.06466

Code (0)

등록된 구현이 없습니다.

Tasks

ChatbotKnowledge GraphsQuestion Answering

Methods 이 논문이 사용한 방법론

Galactica Galactica is a language model which uses a Transformer architecture in a decoder-only setup with the following modifications: - It uses GeLU activations on all model sizes -…

Similar Papers 제목 키워드 기반

Can ChatGPT Replace Traditional KBQA Models? An In-depth Analysis of the Question Answering Performance of the GPT LLM Family

2023-03-14 · Yiming Tan, Dehai Min, Yu Li, Wenbo Li 외

ChatGPT is a powerful large language model (LLM) that covers knowledge resources such as Wikipedia and supports natural language question answering using its own knowledge. Therefore, there is growing interest in explori…

Knowledge Base Question AnsweringLanguage ModelingLanguage ModellingLarge Language Model+3

ChatGPT is a Knowledgeable but Inexperienced Solver: An Investigation of Commonsense Problem in Large Language Models

2023-03-29 · Ning Bian, Xianpei Han, Le Sun, Hongyu Lin 외

Large language models (LLMs) have made significant progress in NLP. However, their ability to memorize, represent, and leverage commonsense knowledge has been a well-known pain point. In this paper, we specifically focus…

Instruction Following

In-Context Learning for Knowledge Base Question Answering for Unmanned Systems based on Large Language Models

2023-11-06 · Yunlong Chen, Yaming Zhang, Jianfei Yu, Li Yang 외

Knowledge Base Question Answering (KBQA) aims to answer factoid questions based on knowledge bases. However, generating the most appropriate knowledge base query code based on Natural Language Questions (NLQ) poses a sig…

In-Context LearningKnowledge Base Question AnsweringProper NounQuestion Answering

Why Does ChatGPT Fall Short in Providing Truthful Answers?

2023-04-20 · Shen Zheng, Jie Huang, Kevin Chen-Chuan Chang

Recent advancements in large language models, such as ChatGPT, have demonstrated significant potential to impact various aspects of human life. However, ChatGPT still faces challenges in providing reliable and accurate a…

MemorizationOpen-Domain Question AnsweringQuestion AnsweringSpecificity

Evaluating ChatGPT as a Question Answering System: A Comprehensive Analysis and Comparison with Existing Models

2023-12-11 · Hossein Bahak, Farzaneh Taheri, Zahra Zojaji, Arefeh Kazemi

In the current era, a multitude of language models has emerged to cater to user inquiries. Notably, the GPT-3.5 Turbo language model has gained substantial attention as the underlying technology for ChatGPT. Leveraging e…

HallucinationLanguage ModellingPrompt EngineeringQuestion Answering