paper-with-me

Papers

ConvexBench: Can LLMs Recognize Convex Functions?

2026-02-01 · Yepeng Liu, Yu Huang, Yu-Xiang Wang, Yingbin Liang, Yuheng Bu arxiv

Convex analysis is a modern branch of mathematics with many applications. As Large Language Models (LLMs) start to automate research-level math and sciences, it is important for LLMs to demonstrate the ability to understand and reason with convexity. We introduce \cb, a scalable and mechanically verifiable benchmark for testing \textit{whether LLMs can identify the convexity of a symbolic objective under deep functional composition.} Experiments on frontier LLMs reveal a sharp compositional reasoning gap: performance degrades rapidly with increasing depth, dropping from an F1-score of $1.0$ at depth $2$ to approximately $0.2$ at depth $100$. Inspection of models' reasoning traces indicates two failure modes: \textit{parsing failure} and \textit{lazy reasoning}. To address these limitations, we propose an agentic divide-and-conquer framework that (i) offloads parsing to an external tool to construct an abstract syntax tree (AST) and (ii) enforces recursive reasoning over each intermediate sub-expression with focused context. This framework reliably mitigates deep-composition failures, achieving substantial performance improvement at large depths (e.g., F1-Score $= 1.0$ at depth $100$).

📄 PDF Abstract BibTeX arXiv:2602.01075

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Scalable Projection-Free Optimization

2021-05-07 · Mingrui Zhang

As a projection-free algorithm, Frank-Wolfe (FW) method, also known as conditional gradient, has recently received considerable attention in the machine learning community. In this dissertation, we study several topics o…

Stochastic Optimization

Privacy-preserving Federated Primal-dual Learning for Non-convex and Non-smooth Problems with Model Sparsification

2023-10-30 · Yiwei Li, Chien-Wei Huang, Shuai Wang, Chong-Yung Chi 외

Federated learning (FL) has been recognized as a rapidly growing research area, where the model is trained over massively distributed clients under the orchestration of a parameter server (PS) without sharing clients' da…

Federated LearningPrivacy Preserving

NC2C: Automated Convexification of Generic Non-Convex Optimization Problems

2026-01-08 · Xinyue Peng, Yanming Liu, Yihan Cang, Yuwei Zhang 외 arxiv

Non-convex optimization problems are pervasive across mathematical programming, engineering design, and scientific computing, often posing intractable challenges for traditional solvers due to their complex objective fun…

Mathematical Reasoning

Convergence of Decentralized Stochastic Subgradient-based Methods for Nonsmooth Nonconvex functions

2024-03-18 · Siyuan Zhang, Nachuan Xiao, Xin Liu

In this paper, we focus on the decentralized stochastic subgradient-based methods in minimizing nonsmooth nonconvex functions without Clarke regularity, especially in the decentralized training of nonsmooth neural networ…

Provably Convergent Federated Trilevel Learning

2023-12-19 · Yang Jiao, Kai Yang, Tiancheng Wu, Chengtao Jian 외

Trilevel learning, also called trilevel optimization (TLO), has been recognized as a powerful modelling tool for hierarchical decision process and widely applied in many machine learning applications, such as robust neur…

Decision MakingDomain AdaptationHyperparameter OptimizationNeural Architecture Search