Table of Contents
Fetching ...

Evaluating Consistency and Reasoning Capabilities of Large Language Models

Yash Saxena, Sarthak Chopra, Arunendra Mani Tripathi

TL;DR

This paper benchmarks the consistency and reasoning capabilities of public and proprietary large language models using the BoolQ dataset. It evaluates whether models give stable answers across repeated prompts and how well their generated explanations align with ground-truth reasoning, employing $C_p$, $C_n$, and $S_p$ for consistency and BERT Score, BLEU, and F1 for reasoning. The results show proprietary models generally outperform public ones but none reach the target performance, revealing a direct link between consistency and reasoning and highlighting persistent reasoning challenges. The work emphasizes the need for ongoing evaluation and improved methods to reduce hallucinations and enhance reliable, explainable AI in real-world applications.

Abstract

Large Language Models (LLMs) are extensively used today across various sectors, including academia, research, business, and finance, for tasks such as text generation, summarization, and translation. Despite their widespread adoption, these models often produce incorrect and misleading information, exhibiting a tendency to hallucinate. This behavior can be attributed to several factors, with consistency and reasoning capabilities being significant contributors. LLMs frequently lack the ability to generate explanations and engage in coherent reasoning, leading to inaccurate responses. Moreover, they exhibit inconsistencies in their outputs. This paper aims to evaluate and compare the consistency and reasoning capabilities of both public and proprietary LLMs. The experiments utilize the Boolq dataset as the ground truth, comprising questions, answers, and corresponding explanations. Queries from the dataset are presented as prompts to the LLMs, and the generated responses are evaluated against the ground truth answers. Additionally, explanations are generated to assess the models' reasoning abilities. Consistency is evaluated by repeatedly presenting the same query to the models and observing for variations in their responses. For measuring reasoning capabilities, the generated explanations are compared to the ground truth explanations using metrics such as BERT, BLEU, and F-1 scores. The findings reveal that proprietary models generally outperform public models in terms of both consistency and reasoning capabilities. However, even when presented with basic general knowledge questions, none of the models achieved a score of 90\% in both consistency and reasoning. This study underscores the direct correlation between consistency and reasoning abilities in LLMs and highlights the inherent reasoning challenges present in current language models.

Evaluating Consistency and Reasoning Capabilities of Large Language Models

TL;DR

This paper benchmarks the consistency and reasoning capabilities of public and proprietary large language models using the BoolQ dataset. It evaluates whether models give stable answers across repeated prompts and how well their generated explanations align with ground-truth reasoning, employing , , and for consistency and BERT Score, BLEU, and F1 for reasoning. The results show proprietary models generally outperform public ones but none reach the target performance, revealing a direct link between consistency and reasoning and highlighting persistent reasoning challenges. The work emphasizes the need for ongoing evaluation and improved methods to reduce hallucinations and enhance reliable, explainable AI in real-world applications.

Abstract

Large Language Models (LLMs) are extensively used today across various sectors, including academia, research, business, and finance, for tasks such as text generation, summarization, and translation. Despite their widespread adoption, these models often produce incorrect and misleading information, exhibiting a tendency to hallucinate. This behavior can be attributed to several factors, with consistency and reasoning capabilities being significant contributors. LLMs frequently lack the ability to generate explanations and engage in coherent reasoning, leading to inaccurate responses. Moreover, they exhibit inconsistencies in their outputs. This paper aims to evaluate and compare the consistency and reasoning capabilities of both public and proprietary LLMs. The experiments utilize the Boolq dataset as the ground truth, comprising questions, answers, and corresponding explanations. Queries from the dataset are presented as prompts to the LLMs, and the generated responses are evaluated against the ground truth answers. Additionally, explanations are generated to assess the models' reasoning abilities. Consistency is evaluated by repeatedly presenting the same query to the models and observing for variations in their responses. For measuring reasoning capabilities, the generated explanations are compared to the ground truth explanations using metrics such as BERT, BLEU, and F-1 scores. The findings reveal that proprietary models generally outperform public models in terms of both consistency and reasoning capabilities. However, even when presented with basic general knowledge questions, none of the models achieved a score of 90\% in both consistency and reasoning. This study underscores the direct correlation between consistency and reasoning abilities in LLMs and highlights the inherent reasoning challenges present in current language models.
Paper Structure (11 sections, 3 equations, 3 figures, 3 tables)

This paper contains 11 sections, 3 equations, 3 figures, 3 tables.

Figures (3)

  • Figure 1: Example showcasing how ChatGPT (GPT-3.5) gives incorrect answer with incorrect reasoning on a query taken from the Boolq Dataset. The correct answer with explanation taken from the dataset is also provided
  • Figure 2: Consistency and Skip Percentage of public and proprietary models
  • Figure 3: BLEU and F-1 scores for public and proprietary models