paper-with-me

홈 › Papers

Towards Optimizing with Large Language Models

2023-10-08 · Pei-Fu Guo, Ying-Hsuan Chen, Yun-Da Tsai, Shou-De Lin

In this work, we conduct an assessment of the optimization capabilities of LLMs across various tasks and data sizes. Each of these tasks corresponds to unique optimization domains, and LLMs are required to execute these tasks with interactive prompting. That is, in each optimization step, the LLM generates new solutions from the past generated solutions with their values, and then the new solutions are evaluated and considered in the next optimization step. Additionally, we introduce three distinct metrics for a comprehensive assessment of task performance from various perspectives. These metrics offer the advantage of being applicable for evaluating LLM performance across a broad spectrum of optimization tasks and are less sensitive to variations in test samples. By applying these metrics, we observe that LLMs exhibit strong optimization capabilities when dealing with small-sized samples. However, their performance is significantly influenced by factors like data size and values, underscoring the importance of further research in the domain of optimization tasks for LLMs.

📄 PDF Abstract BibTeX arXiv:2310.05204

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Should AI Optimize Your Code? A Comparative Study of Classical Optimizing Compilers Versus Current Large Language Models

2024-06-17 · Miguel Romero Rosas, Miguel Torres Sanchez, Rudolf Eigenmann

Traditional optimizing compilers have played an important role in adapting to the growing complexity of modern software systems. The need for efficient parallel programming in current architectures requires strong optimi…

Technical Report: Competition Solution For BetterMixture

2024-03-20 · Shuaijiang Zhao, Xiaoquan Fang

In the era of flourishing large-scale models, the challenge of selecting and optimizing datasets from the vast and complex sea of data, to enhance the performance of large language models within the constraints of limite…

Diversity

Routing for Large ML Models

2025-03-07 · Ofir Cohen, Jose Yallouz Michael Schapira, Shahar Belkar, Tal Mizrahi

Training large language models (LLMs), and other large machine learning models, involves repeated communication of large volumes of data across a data center network. The communication patterns induced by these training …

Optimizing Query Generation for Enhanced Document Retrieval in RAG

2024-07-17 · Hamin Koo, Minseon Kim, Sung Ju Hwang

Large Language Models (LLMs) excel in various language tasks but they often generate incorrect information, a phenomenon known as "hallucinations". Retrieval-Augmented Generation (RAG) aims to mitigate this by using docu…

RAGRetrievalRetrieval-augmented Generation

Scaling and Transferability of Annealing Strategies in Large Language Model Training

2025-12-05 · Siqi Wang, Zhengyu Chen, Teng Xiao, Zheqi Lv 외 arxiv

Learning rate scheduling is crucial for training large language models, yet understanding the optimal annealing strategies across different model configurations remains challenging. In this work, we investigate the trans…