paper-with-me

Papers

Large Language Model for Discrete Optimization Problems: Evaluation and Step-by-step Reasoning

2026-03-08 · Tianhao Qian, Guilin Qi, Z. Y. Wu, Ran Gu, Xuanyi Liu, Canchen Lyu arxiv

This work investigated the capabilities of different models, including the Llama-3 series of models and CHATGPT, with different forms of expression in solving discrete optimization problems by testing natural language datasets. In contrast to formal datasets with a limited scope of parameters, our dataset included a variety of problem types in discrete optimization problems and featured a wide range of parameter magnitudes, including instances with large parameter sets, integrated with augmented data. It aimed to (1) provide an overview of LLMs' ability in large-scale problems, (2) offer suggestions to those who want to solve discrete optimization problems automatically, and (3) regard the performance as a benchmark for future research. These datasets included original, expanded and augmented datasets. Among these three datasets, the original and augmented ones aimed for evaluation while the expanded one may help finetune a new model. In the experiment, comparisons were made between strong and week models, CoT methods and No-CoT methods on various datasets. The result showed that stronger model performed better reasonably. Contrary to general agreement, it also showed that CoT technique was not always effective regarding the capability of models and disordered datasets improved performance of models on easy to-understand problems, even though they were sometimes with high variance, a manifestation of instability. Therefore, for those who seek to enhance the automatic resolution of discrete optimization problems, it is recommended to consult the results, including the line charts presented in the Appendix, as well as the conclusions drawn in this study for relevant suggestions.

📄 PDF Abstract BibTeX arXiv:2603.07733

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Continuous surrogate-based optimization algorithms are well-suited for expensive discrete problems

2020-11-06 · Rickard Karlsson, Laurens Bliek, Sicco Verwer, Mathijs de Weerdt

One method to solve expensive black-box optimization problems is to use a surrogate model that approximates the objective based on previous observed evaluations. The surrogate, which is cheaper to evaluate, is optimized …

Bayesian OptimizationGaussian Processes

Score-Based Methods for Discrete Optimization in Deep Learning

2023-10-15 · Eric Lei, Arman Adibi, Hamed Hassani

Discrete optimization problems often arise in deep learning tasks, despite the fact that neural networks typically operate on continuous data. One class of these problems involve objective functions which depend on neura…

Deep Learning

Efficient Optimization for Sparse Gaussian Process Regression

2013-10-22 · NeurIPS 2013 12 · Yanshuai Cao, Marcus A. Brubaker, David J. Fleet, Aaron Hertzmann

We propose an efficient optimization algorithm for selecting a subset of training data to induce sparsity for Gaussian process regression. The algorithm estimates an inducing set and the hyperparameters using a single ob…

regression

Functional Homotopy: Smoothing Discrete Optimization via Continuous Parameters for LLM Jailbreak Attacks

2024-10-05 · Zi Wang, Divyam Anshumaan, Ashish Hooda, Yudong Chen 외

Optimization methods are widely employed in deep learning to identify and mitigate undesired model responses. While gradient-based techniques have proven effective for image models, their application to language models i…

LLM Jailbreak

Exploring the True Potential: Evaluating the Black-box Optimization Capability of Large Language Models

2024-04-09 · Beichen Huang, Xingyu Wu, Yu Zhou, Jibin Wu 외

Large language models (LLMs) have demonstrated exceptional performance not only in natural language processing tasks but also in a great variety of non-linguistic domains. In diverse optimization scenarios, there is also…