This project aims to classify essays as either student-written (label 0) or LLM-generated (label 1) using a binary classification model based on a neural network. The model is trained using ...
This project implements a trigram-based statistical language model and evaluate by a essay classification evaluator. The model calculates probabilities of word sequences and evaluates text based on ...