Downloads · 30 days
0
zzha6204/languagebind-mlp
languagebind-mlp is a machine learning model from zzha6204. Use it for the machine learning task on the model card, and read the license before you ship it in a product. The card lists the license as mit.
This is a fine-tuned LanguageBind model for detecting machine-generated content across multiple modalities (text, image, and audio). The model is part of the RU-AI project, which introduces a large multimodal dataset…
Downloads · 30 days
0
Access
Public
Updated Nov 20, 2025
Repo size
2.9 GB
Likes
0
Public
Click a slice to open those files.
.pt2.9 GB · 100%
From the Hugging Face model README
This is a fine-tuned LanguageBind model for detecting machine-generated content across multiple modalities (text, image, and audio). The model is part of the RU-AI project, which introduces a large multimodal dataset for AI-generated content detection.
This model leverages LanguageBind's multi-modal semantic alignment capabilities to identify whether content is human-generated or machine-generated across different modalities.
This model is designed for detecting AI-generated content in:
The model was trained on the RU-AI dataset, which includes:
Dataset is publicly available at Zenodo.
# Clone the repository
git clone https://github.com/ZhihaoZhang97/RU-AI.git
cd RU-AI
# Create virtual environment
conda create -n ruai python=3.8
conda activate ruai
# Install dependencies
pip3 install -r requirements.txt
# See infer_languagebind_model.py in the GitHub repository
python infer_languagebind_model.py
Before running inference, you need to:
infer_languagebind_model.py:
image_data_pathsaudio_data_pathstext_data# Download Flickr8k sample data
python ./download_flickr.py
# Or download the full dataset (157GB compressed, 500GB uncompressed)
python ./download_all.py
This model is designed to detect AI-generated content across multiple modalities simultaneously, leveraging LanguageBind's language-based semantic alignment to create unified representations.
For detailed performance metrics and evaluation results, please refer to the paper.
This model is intended for research and legitimate content verification purposes. Users should:
If you use this model in your research, please cite:
@misc{huang2024ruai,
title={RU-AI: A Large Multimodal Dataset for Machine Generated Content Detection},
author={Liting Huang and Zhihao Zhang and Yiran Zhang and Xiyue Zhou and Shoujin Wang},
year={2024},
eprint={2406.04906},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
This work builds upon:
We appreciate the open-source community for the datasets and models that made this work possible.
Please refer to the GitHub repository for license information.
For questions and issues: