PDE-SHARP: PDE Solver Hybrids through Analysis and Refinement Passes
Shaghayegh Fazliani, Madeleine Udell

TL;DR
PDE-SHARP is a novel framework that reduces computational costs in PDE solving by combining analysis, generation, and iterative refinement using LLMs, achieving higher accuracy with fewer evaluations.
Contribution
It introduces a three-stage PDE solver generation framework that significantly decreases computational evaluations while improving solver accuracy across diverse PDEs.
Findings
Achieves 60-75% fewer evaluations than baseline methods.
Improves solver accuracy by 4x on average across tested PDEs.
Demonstrates robustness across various LLM architectures.
Abstract
Current LLM-driven approaches using test-time computing to generate PDE solvers execute a large number of solver samples to identify high-accuracy solvers. These paradigms are especially costly for complex PDEs requiring substantial computational resources for numerical evaluation. We introduce PDE-SHARP, a framework to reduce computational costs by replacing expensive scientific computation by cheaper LLM inference that achieves superior solver accuracy with 60-75% fewer computational evaluations. PDE-SHARP employs three stages: (1) Analysis: mathematical chain-of-thought analysis including PDE classification, solution type detection, and stability analysis; (2) Genesis: solver generation based on mathematical insights from the previous stage; and (3) Synthesis: collaborative selection-hybridization tournaments in which LLM judges iteratively refine implementations through flexible…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsParallel Computing and Optimization Techniques · Formal Methods in Verification · Constraint Satisfaction and Optimization
