CLAIFeb 21, 2025

Problem-Solving Logic Guided Curriculum In-Context Learning for LLMs Complex Reasoning

arXiv:2502.15401v217 citationsh-index: 4Has CodeACL
Originality Incremental advance
AI Analysis

This work addresses the problem of enhancing complex reasoning in LLMs for AI researchers, but it is incremental as it builds on existing curriculum learning and logic analysis approaches.

The authors tackled the challenge of selecting and ordering demonstration examples for in-context learning in large language models by proposing a curriculum strategy guided by problem-solving logic, which outperformed previous methods on multiple benchmarks.

In-context learning (ICL) can significantly enhance the complex reasoning capabilities of large language models (LLMs), with the key lying in the selection and ordering of demonstration examples. Previous methods typically relied on simple features to measure the relevance between examples. We argue that these features are not sufficient to reflect the intrinsic connections between examples. In this study, we propose a curriculum ICL strategy guided by problem-solving logic. We select demonstration examples by analyzing the problem-solving logic and order them based on curriculum learning. Specifically, we constructed a problem-solving logic instruction set based on the BREAK dataset and fine-tuned a language model to analyze the problem-solving logic of examples. Subsequently, we selected appropriate demonstration examples based on problem-solving logic and assessed their difficulty according to the number of problem-solving steps. In accordance with the principles of curriculum learning, we ordered the examples from easy to hard to serve as contextual prompts. Experimental results on multiple benchmarks indicate that our method outperforms previous ICL approaches in terms of performance and efficiency, effectively enhancing the complex reasoning capabilities of LLMs. Our project will be released at https://github.com/maxuetao/CurriculumICL

Foundations

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

Your Notes