GitXplorerGitXplorer
t

AI-Judge

public
3 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
fec9657f61f79370322417f05dc7f22738ec4067

mod

ttrigaten committed 3 years ago
Unverified
a8603b1690345a83721a6889a6216cc29abc7b44

tokenize, load

ttrigaten committed 3 years ago
Unverified
940a863291f78087615caec5916383d7f615e831

example dataset load

ttrigaten committed 3 years ago
Unverified
588a418a85ec29fb5566c1d9a5e46fa52b0d6564

deprecate old code

ttrigaten committed 3 years ago
Unverified
7fb3bd7ae6b31a5c51443a614e0db751dcb3f3a8

Merge branch 'master' of https://github.com/trigaten/AI-Judge

committed 3 years ago
Unverified
b0ee4397249838efd23b6735e48ac8a066687cab

some slurm

committed 3 years ago

README

The README file for this repository.

AI-Judge

Literature Review!

AITA post classification

Algorithm/training/DL Review!

Seq2seq+attention

GRUs

LSTMs

Word2vec embeddings

Teacher forcing, Curriculum learning

Pytorch

Data Source

https://files.pushshift.io/reddit/ Remember AITA started in 2013, so we only need data from there on.

AUX

Contains files from some simple classification experiments I was doing previously with post-only data. It contains some useful functionality like loading csv into pandas, cleaning, stemming, and tokenizing (mostly in processing.py).