paper-with-me

홈 › Papers

Evolutionary Search for Automated Design of Uncertainty Quantification Methods

2026-04-03 · Mikhail Seleznyov, Daniil Korbut, Viktor Moskvoretskii, Oleg Somov, Alexander Panchenko, Elena Tutubalina arxiv

Uncertainty quantification (UQ) methods for large language models are predominantly designed by hand based on domain knowledge and heuristics, limiting their scalability and generality. We apply LLM-powered evolutionary search to automatically discover unsupervised UQ methods represented as Python programs. On the task of atomic claim verification, our evolved methods outperform strong manually-designed baselines, achieving up to 6.7% relative ROC-AUC improvement across 9 datasets while generalizing robustly out-of-distribution. Qualitative analysis reveals that different LLMs employ qualitatively distinct evolutionary strategies: Claude models consistently design high-feature-count linear estimators, while Gpt-oss-120B gravitates toward simpler and more interpretable positional weighting schemes. Surprisingly, only Sonnet 4.5 and Opus 4.5 reliably leverage increased method complexity to improve performance -- Opus 4.6 shows an unexpected regression relative to its predecessor. Overall, our results indicate that LLM-powered evolutionary search is a promising paradigm for automated, interpretable hallucination detector design.

📄 PDF Abstract BibTeX arXiv:2604.03473

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Uncertainty Quantification in Detecting Choroidal Metastases on MRI via Evolutionary Strategies

2024-04-12 · Bala McRae-Posani, Andrei Holodny, Hrithwik Shalu, Joseph N Stember

Uncertainty quantification plays a vital role in facilitating the practical implementation of AI in radiology by addressing growing concerns around trustworthiness. Given the challenges associated with acquiring large, a…

Binary ClassificationUncertainty Quantification

Morephy-Net: An Evolutionary Multi-objective Optimization for Replica-Exchange-based Physics-informed Neural Operator Learning Networks

2025-08-31 · Binghang Lu, Changhong Mou, Guang Lin arxiv

We propose an evolutionary Multi-objective Optimization for Replica-Exchange-based Physics-informed operator-learning Networks (Morephy-Net) to solve parametric partial differential equations (PDEs) in noisy data regimes…

Crowd Counting with Decomposed Uncertainty

2019-03-15 · Min-hwan Oh, Peder A. Olsen, Karthikeyan Natesan Ramamurthy

Research in neural networks in the field of computer vision has achieved remarkable accuracy for point estimation. However, the uncertainty in the estimation is rarely addressed. Uncertainty quantification accompanied by…

Crowd CountingUncertainty Quantification

Uncertainty Quantification and Resource-Demanding Computer Vision Applications of Deep Learning

2022-05-30 · Julian Burghoff, Robin Chan, Hanno Gottschalk, Annika Muetze 외

Bringing deep neural networks (DNNs) into safety critical applications such as automated driving, medical imaging and finance, requires a thorough treatment of the model's uncertainties. Training deep neural networks is …

Neural Architecture SearchSurveyUncertainty Quantification

Uncertainty Quantification for Molecular Property Predictions with Graph Neural Architecture Search

2023-07-19 · Shengli Jiang, Shiyi Qin, Reid C. Van Lehn, Prasanna Balaprakash 외

Graph Neural Networks (GNNs) have emerged as a prominent class of data-driven methods for molecular property prediction. However, a key limitation of typical GNN models is their inability to quantify uncertainties in the…

Decision MakingDrug DiscoveryMolecular Property PredictionNeural Architecture Search+3