shirinyamani/LLM_Detect_AI_Generated_Text

Kaggle challenge of ai-generated text detection

13

stars

4

commits

Python

primary language

Feb 13, 2024

updated

README

Kaggle challenge of LLM_Detect_AI_Generated_Text

chatgpt

my solution to the challenge of LLM DETECT AI vs Student GENERATED TEXT on Kaggle.

Problem Statement

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.

Approach

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.

kaggle notebook

you can find my kaggle notebook including detailed EDA on the dataset and the code for the model here

Contributors

shirinyamani

4 commits

shirinyamani/LLM_Detect_AI_Generated_Text

Kaggle challenge of ai-generated text detection

13

stars

4

commits

Python

primary language

Feb 13, 2024

updated

README

Kaggle challenge of LLM_Detect_AI_Generated_Text

chatgpt

my solution to the challenge of LLM DETECT AI vs Student GENERATED TEXT on Kaggle.

Problem Statement

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.

Approach

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.

kaggle notebook

you can find my kaggle notebook including detailed EDA on the dataset and the code for the model here

Contributors

shirinyamani

4 commits

Languages

Python

100.0%