Section 01
[Introduction] FASE: Fast Adaptive Semantic Entropy Metric for Multi-Agent Code Generation
FASE is a novel semantic entropy metric proposed to address the reliability challenges in multi-agent code generation. It solves the high cost and hallucination risk issues caused by traditional semantic entropy's reliance on LLM equivalence checking. By approximating functional correctness via the minimum spanning tree of a structure-semantic difference graph, it achieves a 25% performance improvement while only using 0.3% of the computational cost of traditional methods. This article will cover its background, methodology, experiments, applications, and other aspects.