菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-03
📄 Abstract - Type-Aware Retrieval-Augmented Generation with Dependency Closure for Solver-Executable Industrial Optimization Modeling

Automated industrial optimization modeling requires reliable translation of natural-language requirements into solver-executable code. However, large language models often generate non-compilable models due to missing declarations, type inconsistencies, and incomplete dependency contexts. We propose a type-aware retrieval-augmented generation (RAG) method that enforces modeling entity types and minimal dependency closure to ensure executability. Unlike existing RAG approaches that index unstructured text, our method constructs a domain-specific typed knowledge base by parsing heterogeneous sources, such as academic papers and solver code, into typed units and encoding their mathematical dependencies in a knowledge graph. Given a natural-language instruction, it performs hybrid retrieval and computes a minimal dependency-closed context, the smallest set of typed symbols required for solver-executable code, via dependency propagation over the graph. We validate the method on two constraint-intensive industrial cases: demand response optimization in battery production and flexible job shop scheduling. In the first case, our method generates an executable model incorporating demand-response incentives and load-reduction constraints, achieving peak shaving while preserving profitability; conventional RAG baselines fail. In the second case, it consistently produces compilable models that reach known optimal solutions, demonstrating robust cross-domain generalization; baselines fail entirely. Ablation studies confirm that enforcing type-aware dependency closure is essential for avoiding structural hallucinations and ensuring executability, addressing a critical barrier to deploying large language models in complex engineering optimization tasks.

顶级标签: llm systems model training
详细标签: retrieval-augmented generation industrial optimization knowledge graph code generation dependency closure 或 搜索:

基于类型感知检索增强生成与依赖闭包的求解器可执行工业优化建模 / Type-Aware Retrieval-Augmented Generation with Dependency Closure for Solver-Executable Industrial Optimization Modeling


1️⃣ 一句话总结

这篇论文提出了一种新方法,通过强制要求模型实体类型完整和依赖关系闭合,让大语言模型能更可靠地将自然语言需求自动转换成可直接运行的工业优化代码,解决了现有方法常因类型错误或依赖缺失导致代码无法执行的问题。

源自 arXiv: 2603.03180