paper-with-me

Papers

Exploiting Edited Large Language Models as General Scientific Optimizers

2025-03-08 · Qitan Lv, Tianyu Liu, Hong Wang

Large language models (LLMs) have been widely adopted in mathematical optimization in scientific scenarios for their extensive knowledge and advanced reasoning capabilities. Existing methods mainly focus on utilizing LLMs to solve optimization problems in a prompt-based manner, which takes observational feedback as additional textual descriptions. However, due to LLM's \textbf{high sensitivity to the prompts} and \textbf{tendency to get lost in lengthy prompts}, these methods struggle to effectively utilize the {observational} feedback from each optimization step, which severely hinders the applications for real-world scenarios. To address these challenges, we propose a conceptually simple and general {bi-level} optimization method, namely \textbf{G}eneral \textbf{S}cientific \textbf{O}ptimizers (GSO). Specifically, GSO first utilizes inner-level simulators as experimental platforms to evaluate the current solution and provide observational feedback. Then, LLMs serve as knowledgeable and versatile scientists, generating new solutions by refining potential errors from the feedback as the outer-level optimization. Finally, simulations together with the expert knowledge in LLMs are jointly updated with bi-level interactions via model editing. Extensive experiments show that GSO consistently outperforms existing state-of-the-art methods using \textit{six} different LLM backbones on \textit{seven} different tasks, demonstrating the effectiveness and a wide range of applications.

📄 PDF Abstract BibTeX arXiv:2503.09620

Code (0)

등록된 구현이 없습니다.

Tasks

Model Editing

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Language Editing Dataset of Academic Texts

2014-05-01 · LREC 2014 5 · Vidas Daudaravi{\v{c}}ius

We describe the VTeX Language Editing Dataset of Academic Texts (LEDAT), a dataset of text extracts from scientific papers that were edited by professional native English language editors at VTeX. The goal of the LEDAT i…

Grammatical Error Correction

Seemingly Plausible Distractors in Multi-Hop Reasoning: Are Large Language Models Attentive Readers?

2024-09-08 · Neeladri Bhuiya, Viktor Schlegel, Stefan Winkler

State-of-the-art Large Language Models (LLMs) are accredited with an increasing number of different capabilities, ranging from reading comprehension, over advanced mathematical and reasoning skills to possessing scientif…

Language ModellingReading Comprehension

A Human-in-the-Loop Corpus for LLM-Based Simplification of Scientific Summaries

2026-07-28 · Kyuri Im, Michael Färber arxiv

Interdisciplinary research is accelerating, yet scientific papers remain difficult to understand outside their home fields. We study large language model (LLM)-based simplification of scientific texts and present a human…

Should We Really Edit Language Models? On the Evaluation of Edited Language Models

2024-10-24 · Qi Li, Xiang Liu, Zhenheng Tang, Peijie Dong 외

Model editing has become an increasingly popular alternative for efficiently updating knowledge within language models. Current methods mainly focus on reliability, generalization, and locality, with many methods excelli…

General KnowledgeModel Editing

Localized Calibrated Uncertainty in Code Language Models

2025-12-31 · David Gros, Prem Devanbu arxiv

Large Language models (LLMs) can generate complicated source code from natural language prompts. However, LLMs can generate output that deviates from what the user wants, requiring supervision and editing. To support thi…