An open API service indexing awesome lists of open source software.

https://github.com/vnadh/ai-vs.-human-text-classification-using-rl

This project uses Reinforcement Learning (RL) with Stable-Baselines3's PPO algorithm to classify text as either AI-generated or Human-written. The dataset consists of ~500K essays, labeled accordingly, and processed using TF-IDF vectorization. A custom Gymnasium environment is created to train the model to classify text based on rewards.
https://github.com/vnadh/ai-vs.-human-text-classification-using-rl

python3 sb3

Last synced: 7 months ago
JSON representation

This project uses Reinforcement Learning (RL) with Stable-Baselines3's PPO algorithm to classify text as either AI-generated or Human-written. The dataset consists of ~500K essays, labeled accordingly, and processed using TF-IDF vectorization. A custom Gymnasium environment is created to train the model to classify text based on rewards.

Awesome Lists containing this project