paper-with-me

Papers

Knowledge Solver: Teaching LLMs to Search for Domain Knowledge from Knowledge Graphs

2023-09-06 · Chao Feng, Xinyu Zhang, Zichu Fei

Large language models (LLMs), such as ChatGPT and GPT-4, are versatile and can solve different tasks due to their emergent ability and generalizability. However, LLMs sometimes lack domain-specific knowledge to perform tasks, which would also cause hallucination during inference. In some previous works, additional modules like graph neural networks (GNNs) are trained on retrieved knowledge from external knowledge bases, aiming to mitigate the problem of lacking domain-specific knowledge. However, incorporating additional modules: 1) would need retraining additional modules when encountering novel domains; 2) would become a bottleneck since LLMs' strong abilities are not fully utilized for retrieval. In this paper, we propose a paradigm, termed Knowledge Solver (KSL), to teach LLMs to search for essential knowledge from external knowledge bases by harnessing their own strong generalizability. Specifically, we design a simple yet effective prompt to transform retrieval into a multi-hop decision sequence, which empowers LLMs with searching knowledge ability in zero-shot manner. Additionally, KSL is able to provide complete retrieval paths and therefore increase explainability of LLMs' reasoning processes. We conduct experiments on three datasets: CommonsenseQA, OpenbookQA, and MedQA-USMLE, and found that our approach improves LLM baseline performance by a relatively large margin.

📄 PDF Abstract BibTeX arXiv:2309.03118

Code (0)

등록된 구현이 없습니다.

Tasks

HallucinationKnowledge GraphsMedQARetrieval

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

RAM2C: A Liberal Arts Educational Chatbot based on Retrieval-augmented Multi-role Multi-expert Collaboration

2024-09-23 · Haoyu Huang, Tong Niu, Rui Yang, Luping Shi

Recently, many studies focus on utilizing large language models (LLMs) into educational dialogues. Especially, within liberal arts dialogues, educators must balance \textbf{H}umanized communication, \textbf{T}eaching exp…

ChatbotEthicsRetrieval

Can LLMs Learn by Teaching for Better Reasoning? A Preliminary Study

2024-06-20 · Xuefei Ning, Zifu Wang, Shiyao Li, Zinan Lin 외

Teaching to improve student models (e.g., knowledge distillation) is an extensively studied methodology in LLMs. However, for humans, teaching improves not only students but also teachers, by fostering more rigorous and …

In-Context LearningKnowledge Distillation

Dr.Academy: A Benchmark for Evaluating Questioning Capability in Education for Large Language Models

2024-08-20 · Yuyan Chen, Chenwei Wu, Songzhou Yan, Panjun Liu 외

Teachers are important to imparting knowledge and guiding learners, and the role of large language models (LLMs) as potential educators is emerging as an important area of study. Recognizing LLMs' capability to generate …

Investigation of the effectiveness of applying ChatGPT in Dialogic Teaching Using Electroencephalography

2024-03-25 · Jiayue Zhang, Yiheng Liu, WenQi Cai, Lanlan Wu 외

In recent years, the rapid development of artificial intelligence technology, especially the emergence of large language models (LLMs) such as ChatGPT, has presented significant prospects for application in the field of …

EEG

TeachBench: A Syllabus-Grounded Framework for Evaluating Teaching Ability in Large Language Models

2026-01-29 · Zheng Li, Siyao Song, Jingyuan Ma, Rui Li 외 arxiv

Large language models (LLMs) show promise as teaching assistants, yet their teaching capability remains insufficiently evaluated. Existing benchmarks mainly focus on problem-solving or problem-level guidance, leaving kno…