AICLJun 21, 2024

Implicit Probabilistic Reasoning Does Not Reflect Explicit Answers in Large Language Models

arXiv:2406.14986v44 citations
Originality Incremental advance
AI Analysis

This work addresses a critical evaluation gap for researchers and developers using LLMs in applications requiring uncertainty handling, though it is incremental as it builds on known limitations of existing methods.

The study tackled the problem of evaluating probabilistic reasoning in large language models by introducing an implicit method based on text completion, revealing that models perform well on explicit multiple-choice questions but often produce erroneous predictions in implicit scenarios, diverging from ground truth.

The handling of probabilities in the form of uncertainty or partial information is an essential task for LLMs in many settings and applications. A common approach to evaluate an LLM's probabilistic reasoning capabilities is to assess its ability to answer questions pertaining to probability through the use of multiple-choice questions (MCQs). However, this paradigm, which we refer to as explicit probabilistic reasoning, has been shown in the literature to yield significant limitations (e.g., sensitivity to answer ordering). In this work, we introduce an alternative approach, named implicit probabilistic reasoning, which evaluates the models' ability to integrate probabilistic reasoning into their text generation process. To achieve this, we rephrase MCQs as text-completion scenarios with a determined set of outcomes and compare the model's next-token probability assignments to the true likelihood of the outcomes. In line with previous work, we find that models exhibit solid performance in their explicit probabilistic reasoning (i.e., answers to MCQs). However, during text completion (i.e., implicit probabilistic reasoning), where the same information must be taken into account to generate text, the models' predictions often significantly diverge from the known ground truth. For instance, our evaluation method reveals that implicit probabilistic reasoning is improperly influenced by many factors, such as independent prior events, partial observations about a result, or statistical background information. All of these issues can cause erroneous results to be produced in text generation, which are not detected by conventional MCQ-based evaluation.

Foundations

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

Your Notes