paper-with-me

Papers

Examining the Influence of Varied Levels of Domain Knowledge Base Inclusion in GPT-based Intelligent Tutors

2023-09-16 · Blake Castleman, Mehmet Kerem Turkcan

Recent advancements in large language models (LLMs) have facilitated the development of chatbots with sophisticated conversational capabilities. However, LLMs exhibit frequent inaccurate responses to queries, hindering applications in educational settings. In this paper, we investigate the effectiveness of integrating a knowledge base (KB) with LLM intelligent tutors to increase response reliability. To achieve this, we design a scaleable KB that affords educational supervisors seamless integration of lesson curricula, which is automatically processed by the intelligent tutoring system. We then detail an evaluation, where student participants were presented with questions about the artificial intelligence curriculum to respond to. GPT-4 intelligent tutors with varying hierarchies of KB access and human domain experts then assessed these responses. Lastly, students cross-examined the intelligent tutors' responses to the domain experts' and ranked their various pedagogical abilities. Results suggest that, although these intelligent tutors still demonstrate a lower accuracy compared to domain experts, the accuracy of the intelligent tutors increases when access to a KB is granted. We also observe that the intelligent tutors with KB access exhibit better pedagogical abilities to speak like a teacher and understand students than those of domain experts, while their ability to help students remains lagging behind domain experts.

📄 PDF Abstract BibTeX arXiv:2309.12367

Code (1)

b-castleman/llm-tutor-knowledge-base 공식 구현

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Adam 설명 없음
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
BASE 설명 없음

Similar Papers 제목 키워드 기반

The Tower of Babel Meets Web 2.0: User-Generated Content and its Applications in a Multilingual Context

2019-04-02 · B. Hecht, D. Gergle

This study explores language's fragmenting effect on user-generated content by examining the diversity of knowledge representations across 25 different Wikipedia language editions. This diversity is measured at two level…

DiversityWorld Knowledge

Transforming Engineering Education Using Generative AI and Digital Twin Technologies

2024-11-02 · Yu-Zheng Lin, Ahmed Hussain J Alhamadah, Matthew William Redondo, Karan Himanshu Patel 외

Digital twin technology, traditionally used in industry, is increasingly recognized for its potential to enhance educational experiences. This study investigates the application of industrial digital twins (DTs) in educa…

From Human Bias to Robot Choice: How Occupational Contexts and Racial Priming Shape Robot Selection

2025-12-24 · Jiangen He, Wanqi Zhang, Jessica Barfield arxiv

As artificial agents increasingly integrate into professional environments, fundamental questions have emerged about how societal biases influence human-robot selection decisions. We conducted two comprehensive experimen…

ClimRetrieve: A Benchmarking Dataset for Information Retrieval from Corporate Climate Disclosures

2024-06-14 · Tobias Schimanski, Jingwei Ni, Roberto Spacey, Nicola Ranger 외

To handle the vast amounts of qualitative data produced in corporate climate communication, stakeholders increasingly rely on Retrieval Augmented Generation (RAG) systems. However, a significant gap remains in evaluating…

Answer GenerationBenchmarkingInformation RetrievalRAG+2

CAKD: A Correlation-Aware Knowledge Distillation Framework Based on Decoupling Kullback-Leibler Divergence

2024-10-17 · Zao Zhang, Huaming Chen, Pei Ning, Nan Yang 외

In knowledge distillation, a primary focus has been on transforming and balancing multiple distillation components. In this work, we emphasize the importance of thoroughly examining each distillation component, as we obs…

Binary ClassificationKnowledge DistillationTransfer Learning