paper-with-me

홈 › Papers

When Words Change the Model: Sensitivity of LLMs for Constraint Programming Modelling

2025-11-18 · Alessio Pellegrino, Jacopo Mauro arxiv

One of the long-standing goals in optimisation and constraint programming is to describe a problem in natural language and automatically obtain an executable, efficient model. Large language models appear to bring this vision closer, showing impressive results in automatically generating models for classical benchmarks. However, much of this apparent success may derive from data contamination rather than genuine reasoning: many standard CP problems are likely included in the training data of these models. To examine this hypothesis, we systematically rephrased and perturbed a set of well-known CSPLib problems to preserve their structure while modifying their context and introducing misleading elements. We then compared the models produced by three representative LLMs across original and modified descriptions. Our qualitative analysis shows that while LLMs can produce syntactically valid and semantically plausible models, their performance drops sharply under contextual and linguistic variation, revealing shallow understanding and sensitivity to wording.

📄 PDF Abstract BibTeX arXiv:2511.14334

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Flaw or Artifact? Rethinking Prompt Sensitivity in Evaluating LLMs

2025-09-01 · Andong Hua, Kenan Tang, Chenhe Gu, Jindong Gu 외 arxiv

Prompt sensitivity, referring to the phenomenon where paraphrasing (i.e., repeating something written or spoken using different words) leads to significant changes in large language model (LLM) performance, has been wide…

Evaluating and Explaining Prompt Sensitivity of LLMs Using Interactions

2026-08-19 · Ruiyang Qin, Qingzhuo Wang, Tian Wang, Zhihua Wei 외 arxiv

The remarkable capabilities of large language models (LLMs) are often undermined by their instability. Even subtle and semantically irrelevant changes in prompts can cause dramatic fluctuations in performance, a phenomen…

Few-Shot Learning

Guided Perturbation Sensitivity (GPS): Detecting Adversarial Text via Embedding Stability and Word Importance

2025-08-06 · Bryan E. Tuck, Rakesh M. Verma arxiv

Adversarial text attacks remain a persistent threat to transformer models, yet existing defenses are typically attack-specific or require costly model retraining, leaving a gap for attack-agnostic detection. We introduce…

Text Detection

Large-Scale Constraint Generation -- Can LLMs Parse Hundreds of Constraints?

2025-09-28 · Matteo Boffa, Jiaxuan You arxiv

Recent research has explored the constrained generation capabilities of Large Language Models (LLMs) when explicitly prompted by few task-specific requirements. In contrast, we introduce Large-Scale Constraint Generation…

Success is in the Details: Evaluate and Enhance Details Sensitivity of Code LLMs through Counterfactuals

2025-05-20 · Xianzhen Luo, Qingfu Zhu, Zhiming Zhang, Mingzheng Xu 외

Code Sensitivity refers to the ability of Code LLMs to recognize and respond to details changes in problem descriptions. While current code benchmarks and instruction data focus on difficulty and diversity, sensitivity i…

counterfactualDiversitySensitivity