paper-with-me

Papers

Bridging Language Models and Formal Methods for Intent-Driven Optical Network Design

2025-09-26 · Anis Bekri, Amar Abane, Abdella Battou, Saddek Bensalem arxiv

Intent-Based Networking (IBN) aims to simplify network management by enabling users to specify high-level goals that drive automated network design and configuration. However, translating informal natural-language intents into formally correct optical network topologies remains challenging due to inherent ambiguity and lack of rigor in Large Language Models (LLMs). To address this, we propose a novel hybrid pipeline that integrates LLM-based intent parsing, formal methods, and Optical Retrieval-Augmented Generation (RAG). By enriching design decisions with domain-specific optical standards and systematically incorporating symbolic reasoning and verification techniques, our pipeline generates explainable, verifiable, and trustworthy optical network designs. This approach significantly advances IBN by ensuring reliability and correctness, essential for mission-critical networking tasks.

📄 PDF Abstract BibTeX arXiv:2509.22834

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Evaluating LLM-driven User-Intent Formalization for Verification-Aware Languages

2024-06-14 · Shuvendu K. Lahiri

Verification-aware programming languages such as Dafny and F* provide means to formally specify and prove properties of a program. Although the problem of checking an implementation against a specification can be defined…

Code Generationmbpp

Lean Finder: Semantic Search for Mathlib That Understands User Intents

2025-10-08 · Jialin Lu, Kye Emond, Kaiyu Yang, Swarat Chaudhuri 외 arxiv

We present Lean Finder, a semantic search engine for Lean and mathlib that understands and aligns with the intents of mathematicians. Progress in formal theorem proving is often hindered by the difficulty of locating rel…

Interactive Code Generation via Test-Driven User-Intent Formalization

2022-08-11 · Shuvendu K. Lahiri, Sarah Fakhoury, Aaditya Naik, Georgios Sakkas 외

Large language models (LLMs) have shown great potential in automating significant aspects of coding by producing natural code from informal natural language (NL) intent. However, when interacting with LLMs, users have no…

Code GenerationHumanEvalmbpp

Faithful Autoformalization of Natural Language Assertions

2026-07-14 · Hongyi Liu, Madhusudan Parthasarathy, Adithya Murali arxiv

Formal contracts are essential for software testing and verification, yet writing them remains labor-intensive and error-prone. LLMs offer a promising path toward autoformalization: synthesizing executable assertions fro…

Intent Formalization: A Grand Challenge for Reliable Coding in the Age of AI Agents

2026-03-17 · Shuvendu K. Lahiri arxiv

Agentic AI systems can now generate code with remarkable fluency, but a fundamental question remains: \emph{does the generated code actually do what the user intended?} The gap between informal natural language requireme…