English

Decomposed Prompting to Answer Questions on a Course Discussion Board

Computation and Language 2024-08-01 v1 Human-Computer Interaction

Abstract

We propose and evaluate a question-answering system that uses decomposed prompting to classify and answer student questions on a course discussion board. Our system uses a large language model (LLM) to classify questions into one of four types: conceptual, homework, logistics, and not answerable. This enables us to employ a different strategy for answering questions that fall under different types. Using a variant of GPT-3, we achieve 81%81\% classification accuracy. We discuss our system's performance on answering conceptual questions from a machine learning course and various failure modes.

Keywords

Cite

@article{arxiv.2407.21170,
  title  = {Decomposed Prompting to Answer Questions on a Course Discussion Board},
  author = {Brandon Jaipersaud and Paul Zhang and Jimmy Ba and Andrew Petersen and Lisa Zhang and Michael R. Zhang},
  journal= {arXiv preprint arXiv:2407.21170},
  year   = {2024}
}

Comments

6 pages. Published at International Conference on Artificial Intelligence in Education 2023. Code repository: https://github.com/brandonjaipersaud/piazza-qabot-gpt

R2 v1 2026-06-28T17:58:41.694Z