paper-with-me

Papers

A Closer Look at Logical Reasoning with LLMs: The Choice of Tool Matters

2024-06-01 · Long Hei Matthew Lam, Ramya Keerthy Thatikonda, Ehsan Shareghi

The emergence of Large Language Models (LLMs) has demonstrated promising progress in solving logical reasoning tasks effectively. Several recent approaches have proposed to change the role of the LLM from the reasoner into a translator between natural language statements and symbolic representations which are then sent to external symbolic solvers to resolve. This paradigm has established the current state-of-the-art result in logical reasoning (i.e., deductive reasoning). However, it remains unclear whether the variance in performance of these approaches stems from the methodologies employed or the specific symbolic solvers utilized. There is a lack of consistent comparison between symbolic solvers and how they influence the overall reported performance. This is important, as each symbolic solver also has its own input symbolic language, presenting varying degrees of challenge in the translation process. To address this gap, we perform experiments on 3 deductive reasoning benchmarks with LLMs augmented with widely used symbolic solvers: Z3, Pyke, and Prover9. The tool-executable rates of symbolic translation generated by different LLMs exhibit a near 50% performance variation. This highlights a significant difference in performance rooted in very basic choices of tools. The almost linear correlation between the executable rate of translations and the accuracy of the outcomes from Prover9 highlight a strong alignment between LLMs ability to translate into Prover9 symbolic language, and the correctness of those translations.

📄 PDF Abstract BibTeX arXiv:2406.00284

Code (1)

mattylam/logic_symbolic_solvers_experiment 공식 구현

Tasks

Logical ReasoningTranslation

Similar Papers 제목 키워드 기반

A Closer Look at the Self-Verification Abilities of Large Language Models in Logical Reasoning

2023-11-14 · Ruixin Hong, Hongming Zhang, Xinyu Pang, Dong Yu 외

Logical reasoning has been an ongoing pursuit in the field of AI. Despite significant advancements made by large language models (LLMs), they still struggle with complex logical reasoning problems. To enhance reasoning p…

Logical FallaciesLogical Reasoning

Brains vs. Bytes: Evaluating LLM Proficiency in Olympiad Mathematics

2025-04-01 · Hamed Mahdavi, Alireza Hashemi, Majid Daliri, Pegah Mohammadipour 외

Recent advancements in large language models (LLMs) have shown impressive progress in mathematical reasoning tasks. However, current evaluation benchmarks predominantly focus on the accuracy of final answers, often overl…

MathMathematical Problem-SolvingMathematical Reasoning

Mind the Gap: A Closer Look at Tokenization for Multiple-Choice Question Answering with LLMs

2025-09-18 · Mario Sanz-Guerrero, Minh Duc Bui, Katharina von der Wense arxiv

When evaluating large language models (LLMs) with multiple-choice question answering (MCQA), it is common to end the prompt with the string "Answer:" to facilitate automated answer extraction via next-token probabilities…

Question Answering

LogicVista: Multimodal LLM Logical Reasoning Benchmark in Visual Contexts

2024-07-06 · Yijia Xiao, Edward Sun, Tianyu Liu, Wei Wang

We propose LogicVista, an evaluation benchmark that assesses the integrated logical reasoning capabilities of multimodal large language models (MLLMs) in Visual contexts. Recent advancements in MLLMs have demonstrated va…

Logical ReasoningMathematical ReasoningMultiple-choice

Intermediate Languages Matter: Formal Languages and LLMs affect Neurosymbolic Reasoning

2025-09-04 · Alexander Beiser, David Penz, Nysret Musliu arxiv

Large language models (LLMs) achieve astonishing results on a wide range of tasks. However, their formal reasoning ability still lags behind. A promising approach is Neurosymbolic LLM reasoning. It works by using LLMs as…