Business as Rulesual: A Benchmark and Framework for Business Rule Flow Modeling with LLMs
Chen Yang, Ruping Xu, Ruizhe Li, Bin Cao, Jing Fan
TL;DR
This work tackles rule-flow modeling in business processes by introducing the BPRF dataset and the ExIde framework. BPRF provides 50 Chinese documents with 326 explicitly labeled <Condition, Action> rules and dependency annotations (sequential, conditional, parallel), enabling robust evaluation of rule extraction and dependency classification. ExIde employs a two-stage, prompt-engineered LLM pipeline to (i) extract discrete rules and (ii) infer inter-rule dependencies across 12 SOTA LLMs, showing that carefully designed prompts and reasoning-oriented models improve performance. The contributions advance automated, interpretable business process automation by bridging rule-centric logic with large language models, while acknowledging limitations in scale and prompt sensitivity that warrant future expansion and integration with downstream decision-support systems.
Abstract
Process mining aims to discover, monitor and optimize the actual behaviors of real processes. While prior work has mainly focused on extracting procedural action flows from instructional texts, rule flows embedded in business documents remain underexplored. To this end, we introduce a novel annotated Chinese dataset, BPRF, which contains 50 business process documents with 326 explicitly labeled business rules across multiple domains. Each rule is represented as a <Condition, Action> pair, and we annotate logical dependencies between rules (sequential, conditional, or parallel). We also propose ExIde, a framework for automatic business rule extraction and dependency relationship identification using large language models (LLMs). We evaluate ExIde using 12 state-of-the-art (SOTA) LLMs on the BPRF dataset, benchmarking performance on both rule extraction and dependency classification tasks of current LLMs. Our results demonstrate the effectiveness of ExIde in extracting structured business rules and analyzing their interdependencies for current SOTA LLMs, paving the way for more automated and interpretable business process automation.
