Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Empowering LLMs with Logical Reasoning: A Comprehensive Survey

Created by
  • Haebom

Author

Fengxiang Cheng, Haoxuan Li, Fenrong Liu, Robert van Rooij, Kun Zhang, Zhouchen Lin

Outline

This paper addresses the limitations of the logical reasoning ability of large-scale language models (LLMs). LLMs struggle with complex logical problems, which are manifested in logical question answering that require complex deductive, inductive, or analogical reasoning, and logical contradictions that arise in the responses to different questions (e.g., a magpie is a bird, and birds have wings, but a magpie does not have wings). This paper comprehensively surveys existing works, categorizes methods based on external solvers, prompts, and fine-tuning, and discusses various logical consistency concepts and solutions, such as implication, negation, transitivity, and factual consistency. In addition, it reviews commonly used benchmark datasets and evaluation metrics, and suggests promising research directions, such as extending modal logic to account for uncertainty and developing efficient algorithms that simultaneously satisfy multiple logical consistencies.

Takeaways, Limitations

Takeaways: Presents various methodologies and their classification systems for improving the logical reasoning ability of LLM, and suggests future research directions. Introduces various approaches for securing logical consistency. Presents limitations of existing research and directions for improvement.
Limitations: There is a lack of comparative analysis of the actual performance of the proposed methodologies. There is no specific methodology for the proposed research direction, such as modal logic extension or efficient algorithm development. There is a lack of specific solutions to the difficulty of simultaneously satisfying various logical consistencies.
👍