Table of Contents
Fetching ...

The LLM Data Auditor: A Metric-oriented Survey on Quality and Trustworthiness in Evaluating Synthetic Data

Kaituo Zhang, Mingzhi Hu, Hoang Anh Duy Le, Fariha Kabir Torsha, Zhimeng Jiang, Minh Khai Bui, Chia-Yuan Chang, Yu-Neng Chuang, Zhen Xiong, Ying Lin, Guanchu Wang, Na Zou

TL;DR

The paper proposes the LLM Data Auditor framework to systematically audit synthetic data across modalities by separating evaluation into quality (validity, fidelity, diversity) and trustworthiness (safety, faithfulness). It covers six data modalities—Text, Symbolic/Logical, Tabular, Semi-structured, Vision–Language, and Agent Data—each with generation methods, intrinsic metrics, trust-oriented metrics, evaluation gaps, and practical usages. Through a modality-spanning audit of representative works, the paper identifies pervasive gaps in explicit validity, faithfulness, safety reporting, and fairness, and emphasizes the need for dynamic, verifiable, process-oriented fidelity beyond mere distributional mimicry. It ends with concrete recommendations and a roadmap for building multi-modal data benchmarks, promote better data governance, and enable data-driven improvements in synthetic data applications across AI systems.

Abstract

Large Language Models (LLMs) have emerged as powerful tools for generating data across various modalities. By transforming data from a scarce resource into a controllable asset, LLMs mitigate the bottlenecks imposed by the acquisition costs of real-world data for model training, evaluation, and system iteration. However, ensuring the high quality of LLM-generated synthetic data remains a critical challenge. Existing research primarily focuses on generation methodologies, with limited direct attention to the quality of the resulting data. Furthermore, most studies are restricted to single modalities, lacking a unified perspective across different data types. To bridge this gap, we propose the \textbf{LLM Data Auditor framework}. In this framework, we first describe how LLMs are utilized to generate data across six distinct modalities. More importantly, we systematically categorize intrinsic metrics for evaluating synthetic data from two dimensions: quality and trustworthiness. This approach shifts the focus from extrinsic evaluation, which relies on downstream task performance, to the inherent properties of the data itself. Using this evaluation system, we analyze the experimental evaluations of representative generation methods for each modality and identify substantial deficiencies in current evaluation practices. Based on these findings, we offer concrete recommendations for the community to improve the evaluation of data generation. Finally, the framework outlines methodologies for the practical application of synthetic data across different modalities.

The LLM Data Auditor: A Metric-oriented Survey on Quality and Trustworthiness in Evaluating Synthetic Data

TL;DR

The paper proposes the LLM Data Auditor framework to systematically audit synthetic data across modalities by separating evaluation into quality (validity, fidelity, diversity) and trustworthiness (safety, faithfulness). It covers six data modalities—Text, Symbolic/Logical, Tabular, Semi-structured, Vision–Language, and Agent Data—each with generation methods, intrinsic metrics, trust-oriented metrics, evaluation gaps, and practical usages. Through a modality-spanning audit of representative works, the paper identifies pervasive gaps in explicit validity, faithfulness, safety reporting, and fairness, and emphasizes the need for dynamic, verifiable, process-oriented fidelity beyond mere distributional mimicry. It ends with concrete recommendations and a roadmap for building multi-modal data benchmarks, promote better data governance, and enable data-driven improvements in synthetic data applications across AI systems.

Abstract

Large Language Models (LLMs) have emerged as powerful tools for generating data across various modalities. By transforming data from a scarce resource into a controllable asset, LLMs mitigate the bottlenecks imposed by the acquisition costs of real-world data for model training, evaluation, and system iteration. However, ensuring the high quality of LLM-generated synthetic data remains a critical challenge. Existing research primarily focuses on generation methodologies, with limited direct attention to the quality of the resulting data. Furthermore, most studies are restricted to single modalities, lacking a unified perspective across different data types. To bridge this gap, we propose the \textbf{LLM Data Auditor framework}. In this framework, we first describe how LLMs are utilized to generate data across six distinct modalities. More importantly, we systematically categorize intrinsic metrics for evaluating synthetic data from two dimensions: quality and trustworthiness. This approach shifts the focus from extrinsic evaluation, which relies on downstream task performance, to the inherent properties of the data itself. Using this evaluation system, we analyze the experimental evaluations of representative generation methods for each modality and identify substantial deficiencies in current evaluation practices. Based on these findings, we offer concrete recommendations for the community to improve the evaluation of data generation. Finally, the framework outlines methodologies for the practical application of synthetic data across different modalities.
Paper Structure (149 sections, 147 equations, 2 figures, 9 tables)

This paper contains 149 sections, 147 equations, 2 figures, 9 tables.

Figures (2)

  • Figure 1: Overview of the LLM Data Auditor Framework. Stage 1: LLM-Driven data generation methods (Section \ref{['text_data_generation']}, \ref{['symbolic_data_generation']}, \ref{['Tabular_Data_Generation']}, \ref{['sec:semi_data_generation']}, \ref{['Video_text_Data_Generation']}, \ref{['agen_data_generation']}). Stage 2a: Data Quality Metrics (Section \ref{['sec:quality_metrics-text']}, \ref{['quality_reasoning_metrics']}, \ref{['tabular_quality_metrics']}, \ref{['semi_quality_metrics']}, \ref{['vision_quality_metrics']}, \ref{['sec:metrics-agent-data']}). Stage 2b: Data Trustworthy Metrics (Section \ref{['text_trust_metrics']}, \ref{['reasoning_trust_metrics']}, \ref{['tabular_trust_metrics']}, \ref{['semi_trust_metrics']}, \ref{['vision_trust_metrics']}, \ref{['sec:trustworthy-agent-data']}). Stage 3: Evaluation Gap Analysis (Section \ref{['text_gap']}, \ref{['reasoning_gap']}, \ref{['tabular_gap']}, \ref{['semi_gap']}, \ref{['vision_gap']}, \ref{['agent_gap']}). Stage 4: Data Usage (Section \ref{['sec:usages-text']}, \ref{['reasoning_usage']}, \ref{['tabular_usage']}, \ref{['semi_usage']}, \ref{['vision_usage']}, \ref{['sec:usage-llm-agent-data']}).
  • Figure 2: Overview of LLM-driven synthetic data generation across six modalities. We discuss text data (Section \ref{['sec:text']}), symbolic and logical reasoning data (Section \ref{['sec:symbolic']}), tabular data (Section \ref{['sec:tabular']}), semi-structured graph, JSON and log data (Section \ref{['sec:semi']}), vision--language data (Section \ref{['sec:multi-modal']}), and agent data (Section \ref{['sec:agent']}).