Using Graph Neural Networks for coding assignment plagiarism detection based on source
Neural networks seem like a perfect fit for detecting plagiarism attempts in coding exercises. In the Rust deep learning framework burn-rs, I built a graph convolution network with subpar accuracy, After a quick recap about that, we will explore how graph isomorphism networks and different similarity metrics can be used to improve the accuracy of the model.
Rustburn-rsGNNGCNGINPlagiarismSimilarity