paper-with-me

홈 › Papers

Generalization on the Unseen, Logic Reasoning and Degree Curriculum

2023-01-30 · Emmanuel Abbe, Samy Bengio, Aryo Lotfi, Kevin Rizk

This paper considers the learning of logical (Boolean) functions with a focus on the generalization on the unseen (GOTU) setting, a strong case of out-of-distribution generalization. This is motivated by the fact that the rich combinatorial nature of data in certain reasoning tasks (e.g., arithmetic/logic) makes representative data sampling challenging, and learning successfully under GOTU gives a first vignette of an 'extrapolating' or 'reasoning' learner. We study how different network architectures trained by (S)GD perform under GOTU and provide both theoretical and experimental evidence that for sparse functions and a class of network models including instances of Transformers, random features models, and linear networks, a min-degree-interpolator is learned on the unseen. More specifically, this means an interpolator of the training data that has minimal Fourier mass on the higher degree basis elements. These findings lead to two implications: (1) we provide an explanation to the length generalization problem for Boolean functions (e.g., Anil et al. 2022); (2) we introduce a curriculum learning algorithm called Degree-Curriculum that learns monomials more efficiently by incrementing supports. Finally, we discuss extensions to other models or non-sparse regimes where the min-degree bias may still occur or fade, as well as how it can be potentially corrected when undesirable.

📄 PDF Abstract BibTeX arXiv:2301.13105

Code (1)

aryol/gotu 공식 구현 pytorch

Tasks

Out-of-Distribution Generalization

Similar Papers 제목 키워드 기반

Logical Phase Transitions: Understanding Collapse in LLM Logical Reasoning

2026-01-06 · Xinglang Zhang, Yunyao Zhang, ZeLiang Chen, Junqing Yu 외 arxiv

Symbolic logical reasoning is a critical yet underexplored capability of large language models (LLMs), providing reliable and verifiable decision-making in high-stakes domains such as mathematical reasoning and legal jud…

Mathematical ReasoningLogical Reasoning

On Curriculum Learning for Commonsense Reasoning

2022-07-01 · NAACL 2022 7 · Adyasha Maharana, Mohit Bansal

Commonsense reasoning tasks follow a standard paradigm of finetuning pretrained language models on the target task data, where samples are introduced to the model in a random order during training. However, recent resear…

HellaSwagLearning-To-RankNatural Language UnderstandingQuestion Answering+1

Rethinking Easy-to-Hard: Limits of Curriculum Learning in Post-Training for Deductive Reasoning

2026-03-28 · Maximilian Mordig, Andreas Opedal, Weiyang Liu, Bernhard Schölkopf arxiv

Curriculum learning (CL), motivated by the intuition that learning in increasing order of difficulty should ease generalization, is commonly adopted both in pre-training and post-training of large language models (LLMs).…

Reinforcement Learning

Interpret Your Decision: Logical Reasoning Regularization for Generalization in Visual Classification

2024-10-06 · Zhaorui Tan, Xi Yang, Qiufeng Wang, Anh Nguyen 외

Vision models excel in image classification but struggle to generalize to unseen data, such as classifying images from unseen domains or discovering novel categories. In this paper, we explore the relationship between lo…

ClassificationDomain Generalizationimage-classificationImage Classification+1

Empower Nested Boolean Logic via Self-Supervised Curriculum Learning

2023-10-09 · Hongqiu Wu, Linfeng Liu, Hai Zhao, Min Zhang

Beyond the great cognitive powers showcased by language models, it is crucial to scrutinize whether their reasoning capabilities stem from strong generalization or merely exposure to relevant data. As opposed to construc…

Logical ReasoningSelf-Supervised Learning