FM SO.P: A Progressive Task Mixture Framework with Automatic Evaluation for Cross-Domain SOP Understanding
Siyuan Huang, Ziyu Wang, Chao Pan, Han Zhao
TL;DR
FM SO.P addresses cross-domain SOP understanding by decoupling procedural reasoning into three progressive task types and pairing this with an automatic, domain-adaptive evaluation system. The framework combines Stage-wise contrastive data for concept disambiguation, sequential action understanding, and graph-based conditional reasoning, with cumulative data ensuring stability and transfer. An autonomous three-agent evaluation mechanism adapts rubrics, creates stratified tests, and scores outputs in a domain-aware manner, enabling scalable deployment across diverse SOP domains. Empirically, FM SO.P delivers substantial gains on SOPBench, with a 32B model achieving 48.3% pass rate—surpassing a 72B baseline—while 7B models reach competitive performance, demonstrating both effectiveness and parameter efficiency for enterprise SOP automation.
Abstract
Standard Operating Procedures (SOPs) are critical for enterprise operations, yet existing language models struggle with SOP understanding and cross-domain generalization. Current methods fail because joint training cannot differentiate between reasoning capabilities that SOP requires: terminology precision, sequential ordering, and constraint reasoning. We propose FM SO.P, solving these challenges through two novelties. First, we introduce progressive task mixtures that build capabilities by stages across three task types with cumulative data: concept disambiguation for terminology precision, action sequence understanding for procedural correctness, and scenario-aware graph reasoning for conditional logic. Second, we propose an automatic multi-agent evaluation system consisting of three agents that adaptively generate rubrics, stratified test sets, and rubric scoring, adapting to domains (e.g., temporal constraints for DMV, regulatory compliance for banking). Evaluated on SOPBench across seven domains (Bank, DMV, Healthcare, Market, University, Library, Hotel), FM SO.P achieves 48.3\% pass rate with our 32B model and 34.3\% with our opensource 7B model, matching Qwen-2.5-72B-Instruct baseline (34.4\%) with 10x fewer parameters.
