Is Our Chatbot Telling Lies? Assessing Correctness of an LLM-based Dutch Support Chatbot
Herman Lassche, Michiel Overeem, Ayushi Rastogi
TL;DR
This work defines correctness for an LLM-based Dutch support chatbot as a combination of truthfulness, relatedness, and completeness, prioritizing truthfulness for automated evaluation and grounding it in real AFAS data. The authors construct a manual decision tree to mirror human judgment, derive heuristics, and implement a rule-based, feature-driven scoring system to assess answers for Binary and Instruction-type questions, achieving up to 0.96 F1 on type-prediction and up to 0.37 Spearman correlation with human judgments in English translations. They demonstrate that their approach can identify wrong messages in about 55% of cases and, with practical guardrails, save substantial human effort (estimated around 15,000 hours per year) while improving near-real-time Dutch support. The study offers a structured, transferable methodology—rooted in domain-specific heuristics and a human-in-the-loop process—that can be adapted to other domains and languages to evaluate and improve chatbot correctness and reliability.
Abstract
Companies support their customers using live chats and chatbots to gain their loyalty. AFAS is a Dutch company aiming to leverage the opportunity large language models (LLMs) offer to answer customer queries with minimal to no input from its customer support team. Adding to its complexity, it is unclear what makes a response correct, and that too in Dutch. Further, with minimal data available for training, the challenge is to identify whether an answer generated by a large language model is correct and do it on the fly. This study is the first to define the correctness of a response based on how the support team at AFAS makes decisions. It leverages literature on natural language generation and automated answer grading systems to automate the decision-making of the customer support team. We investigated questions requiring a binary response (e.g., Would it be possible to adjust tax rates manually?) or instructions (e.g., How would I adjust tax rate manually?) to test how close our automated approach reaches support rating. Our approach can identify wrong messages in 55\% of the cases. This work demonstrates the potential for automatically assessing when our chatbot may provide incorrect or misleading answers. Specifically, we contribute (1) a definition and metrics for assessing correctness, and (2) suggestions to improve correctness with respect to regional language and question type.
