This code is for our paper "Decoupling Content and Expression: Two-Dimensional Detection of AI-Generated Text".
We are working on the demo and will update the link soon.
We detect three levels of AI risk by decoupling a text into content and expression dimensions. The detector performs a binary classification within the two-dimensional space for each detection task. Our findings show that content is resistant to surface-level changes, which can serve as a key feature for detection.
pip install -r requirements.txtFollowing folders are created for our experiments:
(Notes: we share the data and results for convenient reproduction.)
If you find this work useful, you can cite it with the following BibTex entry:
@articles{bao2025decoupling,
title={Decoupling Content and Expression: Two-Dimensional Detection of AI-Generated Text},
author={Bao, Guangsheng and Rong, Lihua and Zhao, Yanbin and Zhou, Qiji and Zhang, Yue},
booktitle={arxiv: xxx.xxx},
year={2025}
}
11 commits
Python
97.1%
Shell
2.9%
This code is for our paper "Decoupling Content and Expression: Two-Dimensional Detection of AI-Generated Text".
We are working on the demo and will update the link soon.
We detect three levels of AI risk by decoupling a text into content and expression dimensions. The detector performs a binary classification within the two-dimensional space for each detection task. Our findings show that content is resistant to surface-level changes, which can serve as a key feature for detection.
pip install -r requirements.txtFollowing folders are created for our experiments:
(Notes: we share the data and results for convenient reproduction.)
If you find this work useful, you can cite it with the following BibTex entry:
@articles{bao2025decoupling,
title={Decoupling Content and Expression: Two-Dimensional Detection of AI-Generated Text},
author={Bao, Guangsheng and Rong, Lihua and Zhao, Yanbin and Zhou, Qiji and Zhang, Yue},
booktitle={arxiv: xxx.xxx},
year={2025}
}
11 commits
Python
97.1%
Shell
2.9%