GB/T-Bench: A Benchmark and Multi-Agent Enhancement for Rule-Intensive Review of National Standard Documents

This paper addresses the insufficient evaluation of large language models (LLMs) in reviewing highly structured, rule-intensive professional documents such as national standards. We propose GB/T-Bench, the first benchmark for structured review of national standard documents. The study establishes a GB/T review classification system covering five dimensions, including document structure, scope consistency, and standardized terminology, defining 25 diagnosable error types. By combining deterministic rules with a constrained LLM rewriting mechanism, we generated 7,306 traceable review error instances from 488 documents. Experiments evaluating 14 mainstream LLMs revealed that the best-performing model achieved a composite score of only 0.3280 in precisely matching error locations, dimensions, and types, showing a significant gap compared to human experts (0.6640). To bridge this gap, we introduce the GB/T-Reviewer multi-agent framework, which coordinates specialized skills such as global inspection, targeted diagnosis, rule scanning, and result verification, boosting the best model's performance to 0.5094. This work fills the void in benchmarks for intrinsic quality review of professional documents, laying a crucial foundation for trustworthy AI applications in standardization and other high-risk document processing.

Background and Context

The integration of Large Language Models (LLMs) into complex professional tasks has accelerated, yet their performance in rule-intensive document review remains critically under-evaluated. National standard documents, such as China's GB/T standards, are characterized by extensive length, highly rigid structural requirements, and strict adherence to explicit regulatory rules. These documents demand precise consistency in scope definition, terminology usage, normative phrasing, and inter-chapter alignment. Existing benchmark suites predominantly test domain knowledge retrieval and general question-answering capabilities, largely neglecting the intrinsic quality review of professional texts. This review process has traditionally relied on human experts, a method that is both cost-prohibitive and difficult to scale. To address this evaluation gap, the research introduces GB/T-Bench, the first benchmark dataset specifically designed for the structured review of national standard documents.

The core contribution of this work lies in the construction of a comprehensive GB/T review classification system. This hierarchical architecture covers five critical dimensions: document structure, scope consistency, normative modality, terminology consistency, and normative citation. The system further breaks down these dimensions into 25 distinct, diagnosable error types. This granular classification not only provides a standardized metric for evaluation but also offers clear guidance for error diagnosis and model optimization. It enables machines to systematically identify and locate subtle violations within documents, mirroring the systematic approach of human experts. By establishing this structured framework, the study moves beyond simple content generation to focus on the rigorous validation of regulatory compliance and structural integrity in professional documentation.

Deep Analysis

From a technical perspective, the study employs a controlled counter-example generation mechanism that combines deterministic rules with constrained LLM rewriting techniques. The process begins with the deep processing of 488 real-world national standard documents. By injecting specific patterns of rule violations, the researchers generated 7,306 traceable review error instances. Each instance is meticulously annotated with the exact error location, the corresponding dimension, and the specific error type. This level of detail ensures that the evaluation is both interpretable and reproducible. Furthermore, the study introduces a diagnosis-oriented evaluation protocol. Models are required to precisely match the error's location, dimension, and type in their predictions. The protocol also incorporates a document-level coverage metric to comprehensively measure a model's ability to grasp the overall quality of a document, rather than just isolated errors.

To enhance review effectiveness, the authors developed the GB/T-Reviewer multi-agent framework. This framework translates review knowledge into specialized skill modules, including global inspection, targeted diagnosis, rule scanning, and result verification. By coordinating the workflows of these agents, the system simulates the cognitive process of a human expert. It begins with macro-structural control, proceeds to micro-detail diagnosis, and concludes with rule scanning and cross-verification to ensure accuracy. This structured collaboration allows the system to handle complex logical dependencies and subtle semantic differences that single-model approaches often miss. The framework effectively bridges the gap between raw language understanding and the precise, rule-bound logic required for standard document validation.

Industry Impact

Experimental evaluations of 14 mainstream LLMs on the GB/T-Bench dataset reveal significant performance limitations. The best-performing model achieved a composite score of only 0.3280 in matching error locations, dimensions, and types. In stark contrast, human experts averaged a score of 0.6640. This substantial gap highlights the current inability of AI models to fully comprehend long-context dependencies and complex rule logic inherent in professional standards. The primary sources of error include misunderstandings of subtle semantic nuances and failures in maintaining consistency across lengthy documents. These findings quantify the limitations of existing models and underscore the need for more sophisticated evaluation metrics that go beyond general fluency.

The introduction of the GB/T-Reviewer framework demonstrates the potential of multi-agent systems in complex logical tasks. When applied as an enhancement, the best model's CMCS score improved significantly to 0.5094. Ablation studies confirmed that each agent module plays an indispensable role in the review process. Specifically, the rule scanning and result verification modules were crucial in reducing false positive rates. This validation suggests that structured skill coordination is highly effective for rule-intensive tasks. For the industry, this offers a viable technical path for developing automated document review tools. Such tools could drastically reduce the cost and time associated with standardization work, while improving the reliability of regulatory compliance checks in high-stakes environments.

Outlook

This research holds profound implications for the open-source community, industrial application, and future academic inquiry. GB/T-Bench serves as a standardized evaluation tool for the academic community, facilitating fair comparisons and driving progress in professional document processing. The GB/T-Reviewer framework illustrates the efficacy of multi-agent collaboration, providing a blueprint for industrial developers aiming to create automated review systems. By lowering barriers to entry for rigorous document analysis, this technology can enhance efficiency in standardization bodies and regulatory agencies. Moreover, the work emphasizes the importance of trustworthy AI in high-risk document domains. It reminds researchers to prioritize interpretability, accuracy, and strict adherence to domain rules alongside raw performance metrics.

Looking forward, the proposed framework can be extended to other industry standards, legal regulations, and medical guidelines. This expansion would promote the adoption of AI technology in broader vertical sectors, fostering deeper human-machine collaboration. As regulatory documents become increasingly complex, the ability of AI to assist in their review will become a critical capability. The GB/T-Bench and GB/T-Reviewer provide a foundational step toward this goal, establishing a rigorous standard for evaluating and enhancing AI's role in professional document quality assurance. Future work should focus on expanding the classification system to cover diverse regulatory domains and further optimizing the multi-agent coordination mechanisms to handle even more intricate logical structures.

Sources