FD-Bench is a comprehensive benchmarking pipeline specifically designed for evaluating Full-Duplex Spoken Dialogue Systems (FD-SDS). This benchmark provides standardized metrics and evaluation protocols to assess the performance of conversational AI systems in real-time, bidirectional communication scenarios.
git clone https://github.com/pengyizhou/FD-Bench.git
cd FD-Bench
FD-Bench includes comprehensive evaluation data for full-duplex spoken dialogue systems:
# Download from Hugging Face
git lfs install
git clone https://huggingface.co/datasets/pengyizhou/FD-Bench-Audio-Input
cd FD-Bench-Audio-Input
# Enter each subdirectory and unarchive the files
for dir in */; do
cd "$dir"
tar -xvf *.tar.gz
rm *.tar.gz
cd ..
done
# Using ChatTTS
cd tts-generation/ChatTTS
python generate_using_chattts.py
# Using CosyVoice2
cd tts-generation/CosyVoice2
python generate_using_cosyvoice2.py
# Using F5TTS
cd tts-generation/F5TTS
python generate_using_f5tts.py
Please refer to examples/ directory for specific model implementations.
We include examples for:
Please refer to the benchmark/ directory for the main benchmarking pipeline.
Our benchmark evaluates various state-of-the-art FD-SDS models:
Detailed results and comparisons are available on our Demo Page.
We welcome contributions! Please see our contributing guidelines for details on how to submit improvements, bug reports, or new features.
This project is licensed under the NTUitive License - see the LICENSE.txt file for details.
If you use FD-Bench in your research, please cite our paper:
@article{peng2025fdbenchfullduplexbenchmarkingpipeline,
title={FD-Bench: A Full-Duplex Benchmarking Pipeline Designed for Full Duplex Spoken Dialogue Systems},
author={Yizhou Peng and Yi-Wen Chao and Dianwen Ng and Yukun Ma and Chongjia Ni and Bin Ma and Eng Siong Chng},
year={2025},
eprint={2507.19040},
archivePrefix={arXiv},
url={https://arxiv.org/abs/2507.19040},
}
For questions or collaboration opportunities, please reach out:
10 commits
Python
96.7%
Jupyter Notebook
1.6%
Shell
1.3%
FD-Bench is a comprehensive benchmarking pipeline specifically designed for evaluating Full-Duplex Spoken Dialogue Systems (FD-SDS). This benchmark provides standardized metrics and evaluation protocols to assess the performance of conversational AI systems in real-time, bidirectional communication scenarios.
git clone https://github.com/pengyizhou/FD-Bench.git
cd FD-Bench
FD-Bench includes comprehensive evaluation data for full-duplex spoken dialogue systems:
# Download from Hugging Face
git lfs install
git clone https://huggingface.co/datasets/pengyizhou/FD-Bench-Audio-Input
cd FD-Bench-Audio-Input
# Enter each subdirectory and unarchive the files
for dir in */; do
cd "$dir"
tar -xvf *.tar.gz
rm *.tar.gz
cd ..
done
# Using ChatTTS
cd tts-generation/ChatTTS
python generate_using_chattts.py
# Using CosyVoice2
cd tts-generation/CosyVoice2
python generate_using_cosyvoice2.py
# Using F5TTS
cd tts-generation/F5TTS
python generate_using_f5tts.py
Please refer to examples/ directory for specific model implementations.
We include examples for:
Please refer to the benchmark/ directory for the main benchmarking pipeline.
Our benchmark evaluates various state-of-the-art FD-SDS models:
Detailed results and comparisons are available on our Demo Page.
We welcome contributions! Please see our contributing guidelines for details on how to submit improvements, bug reports, or new features.
This project is licensed under the NTUitive License - see the LICENSE.txt file for details.
If you use FD-Bench in your research, please cite our paper:
@article{peng2025fdbenchfullduplexbenchmarkingpipeline,
title={FD-Bench: A Full-Duplex Benchmarking Pipeline Designed for Full Duplex Spoken Dialogue Systems},
author={Yizhou Peng and Yi-Wen Chao and Dianwen Ng and Yukun Ma and Chongjia Ni and Bin Ma and Eng Siong Chng},
year={2025},
eprint={2507.19040},
archivePrefix={arXiv},
url={https://arxiv.org/abs/2507.19040},
}
For questions or collaboration opportunities, please reach out:
10 commits
Python
96.7%
Jupyter Notebook
1.6%
Shell
1.3%