paper-with-me

Papers

Reasoning over Uncertain Text by Generative Large Language Models

2024-02-14 · Aliakbar Nafar, Kristen Brent Venable, Parisa Kordjamshidi

This paper considers the challenges Large Language Models (LLMs) face when reasoning over text that includes information involving uncertainty explicitly quantified via probability values. This type of reasoning is relevant to a variety of contexts ranging from everyday conversations to medical decision-making. Despite improvements in the mathematical reasoning capabilities of LLMs, they still exhibit significant difficulties when it comes to probabilistic reasoning. To deal with this problem, we introduce the Bayesian Linguistic Inference Dataset (BLInD), a new dataset specifically designed to test the probabilistic reasoning capabilities of LLMs. We use BLInD to find out the limitations of LLMs for tasks involving probabilistic reasoning. In addition, we present several prompting strategies that map the problem to different formal representations, including Python code, probabilistic algorithms, and probabilistic logical programming. We conclude by providing an evaluation of our methods on BLInD and an adaptation of a causal reasoning question-answering dataset. Our empirical results highlight the effectiveness of our proposed strategies for multiple LLMs.

📄 PDF Abstract BibTeX arXiv:2402.09614

Code (1)

hlr/blind 공식 구현

Tasks

Decision MakingMathematical ReasoningQuestion Answering

Similar Papers 제목 키워드 기반

Teaching Probabilistic Logical Reasoning to Transformers

2023-05-22 · Aliakbar Nafar, Kristen Brent Venable, Parisa Kordjamshidi

In this paper, we evaluate the capability of transformer-based language models in making inferences over uncertain text that includes uncertain rules of reasoning. We cover both Pre-trained Language Models (PLMs) and gen…

Logical ReasoningQuestion Answering

Uncertainty-Aware Step-wise Verification with Generative Reward Models

2025-02-16 · Zihuiwen Ye, Luckeciano Carvalho Melo, Younesse Kaddar, Phil Blunsom 외

Complex multi-step reasoning tasks, such as solving mathematical problems, remain challenging for large language models (LLMs). While outcome supervision is commonly used, process supervision via process reward models (P…

Mathematical ReasoningUncertainty Quantification

Knowledge Reasoning Language Model: Unifying Knowledge and Language for Inductive Knowledge Graph Reasoning

2025-10-15 · Xingrui Zhuo, Jiapu Wang, Gongqing Wu, Zhongyuan Wang 외 arxiv

Inductive Knowledge Graph Reasoning (KGR) aims to discover facts in open-domain KGs containing unknown entities and relations, which poses a challenge for KGR models in comprehending uncertain KG components. Existing stu…

Reason Only When Needed: Efficient Generative Reward Modeling via Model-Internal Uncertainty

2026-04-11 · Chao Xue, Yao Wang, Mengqiao Liu, Di Liang 외 arxiv

Recent advancements in the Generative Reward Model (GRM) have demonstrated its potential to enhance the reasoning abilities of LLMs through Chain-of-Thought (CoT) prompting. Despite these gains, existing implementations …

Multi-Task Learning with LLMs for Implicit Sentiment Analysis: Data-level and Task-level Automatic Weight Learning

2024-12-12 · Wenna Lai, Haoran Xie, Guandong Xu, Qing Li

Implicit sentiment analysis (ISA) presents significant challenges due to the absence of salient cue words. Previous methods have struggled with insufficient data and limited reasoning capabilities to infer underlying opi…

Aspect-Based Sentiment Analysis (ABSA)HallucinationMulti-Task LearningSentiment Analysis