This repository contains the implementation, evaluation scripts, and experimental data for our paper:
"BIASINSPECTOR: Detecting Bias in Structured Data through LLM Agents"
If you find this work helpful, please consider citing our paper:
BIASINSPECTOR: Detecting Bias in Structured Data through LLM Agents
Haoxuan Li, Mingyu Derek Ma, Jen-tse Huang, Zhaotian Weng, Wei Wang, Jieyu Zhao
arXiv: 2504.04855
@article{li2025biasinspector,
title={BIASINSPECTOR: Detecting Bias in Structured Data through LLM Agents},
author={Li, Haoxuan and Ma, Mingyu Derek and Huang, Jen-tse and Weng, Zhaotian and Wang, Wei and Zhao, Jieyu},
journal={arXiv preprint arXiv:2504.04855},
year={2025}
}For questions or collaboration opportunities, please contact: Haoxuan Li β lihaoxua@usc.edu
submission/agents/bias_inspector_multi/β Multi-agent framework for bias detectionbias_inspector_single/β Single-agent framework implementationreact_agent/β ReAct-based agent with tool usageself_reflection_agent/β Self-reflective agent for iterative reasoning
evaluation/result_evaluation/β Scripts for evaluating final detection resultsprocess_evaluation/β Scripts for analyzing reasoning steps and tool usage
data/dataset_and_taskset/β Structured datasets and defined bias detection taskseval_results/β Evaluation metrics in CSV formatlogs/β Execution logs per agent and model variant
README.mdβ Project documentation