CLAICYAug 17, 2023

Semantic Consistency for Assuring Reliability of Large Language Models

arXiv:2308.09138v225 citationsh-index: 19
Originality Incremental advance
AI Analysis

This addresses reliability issues for deploying LLMs in real-world applications, though it is incremental as it builds on existing consistency research.

The paper tackles the problem of ensuring large language models (LLMs) produce consistent outputs for semantically equivalent prompts, introducing a semantic consistency metric and a prompting strategy called Ask-to-Choose (A2C) that improves accuracy by up to 47% and consistency by up to 7-fold in evaluations.

Large Language Models (LLMs) exhibit remarkable fluency and competence across various natural language tasks. However, recent research has highlighted their sensitivity to variations in input prompts. To deploy LLMs in a safe and reliable manner, it is crucial for their outputs to be consistent when prompted with expressions that carry the same meaning or intent. While some existing work has explored how state-of-the-art LLMs address this issue, their evaluations have been confined to assessing lexical equality of single- or multi-word answers, overlooking the consistency of generative text sequences. For a more comprehensive understanding of the consistency of LLMs in open-ended text generation scenarios, we introduce a general measure of semantic consistency, and formulate multiple versions of this metric to evaluate the performance of various LLMs. Our proposal demonstrates significantly higher consistency and stronger correlation with human evaluations of output consistency than traditional metrics based on lexical consistency. Finally, we propose a novel prompting strategy, called Ask-to-Choose (A2C), to enhance semantic consistency. When evaluated for closed-book question answering based on answer variations from the TruthfulQA benchmark, A2C increases accuracy metrics for pretrained and finetuned LLMs by up to 47%, and semantic consistency metrics for instruction-tuned models by up to 7-fold.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes