CLMay 23, 2023

Exploring Self-supervised Logic-enhanced Training for Large Language Models

arXiv:2305.13718v738 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the limitation of supervised fine-tuning for logical reasoning in LLMs, offering a more generalizable approach for AI applications requiring robust reasoning.

The paper tackled the problem of poor logical reasoning in large language models by proposing LogicLLM, a self-supervised post-training method that integrates logical knowledge, resulting in improved performance on challenging benchmarks compared to existing baselines.

Existing efforts to improve logical reasoning ability of language models have predominantly relied on supervised fine-tuning, hindering generalization to new domains and/or tasks. The development of Large Langauge Models (LLMs) has demonstrated the capacity of compressing abundant knowledge into a single proxy, enabling them to tackle multiple tasks effectively. Our preliminary experiments, nevertheless, show that LLMs do not show capability on logical reasoning. The performance of LLMs on logical reasoning benchmarks is far behind the existing state-of-the-art baselines. In this paper, we make the first attempt to investigate the feasibility of incorporating logical knowledge through self-supervised post-training, and activating it via in-context learning, which we termed as LogicLLM. Specifically, we devise an auto-regressive objective variant of MERIt and integrate it with two LLM series, i.e., FLAN-T5 and LLaMA, with parameter size ranging from 3 billion to 13 billion. The results on two challenging logical reasoning benchmarks demonstrate the effectiveness of LogicLLM. Besides, we conduct extensive ablation studies to analyze the key factors in designing logic-oriented proxy tasks.

Code Implementations2 repos
Foundations

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

Your Notes