
my solution to the challenge of LLM DETECT AI vs Student GENERATED TEXT on Kaggle.
The task is to detect AI-generated text. The dataset contains 2 classes: AI-generated text and Student-generated text. The original dataset provided by the competition was pretty inbalaced, so I considered using another dataset to balance the classes. I used the /kaggle/input/daigt-v2-train-dataset dataset to balance the classes.
compute Entropy of the text and use it as a feature to train a classifier. I used a simple support vector machine model to classify the text.
you can find my kaggle notebook including detailed EDA on the dataset and the code for the model here
4 commits
Python
100.0%

my solution to the challenge of LLM DETECT AI vs Student GENERATED TEXT on Kaggle.
The task is to detect AI-generated text. The dataset contains 2 classes: AI-generated text and Student-generated text. The original dataset provided by the competition was pretty inbalaced, so I considered using another dataset to balance the classes. I used the /kaggle/input/daigt-v2-train-dataset dataset to balance the classes.
compute Entropy of the text and use it as a feature to train a classifier. I used a simple support vector machine model to classify the text.
you can find my kaggle notebook including detailed EDA on the dataset and the code for the model here
4 commits
Python
100.0%