An open API service indexing awesome lists of open source software.

https://github.com/trigaten/ai-judge


https://github.com/trigaten/ai-judge

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# AI-Judge

## Literature Review!

[AITA post classification](https://arxiv.org/pdf/2101.07664.pdf)

## Algorithm/training/DL Review!

Seq2seq+attention

GRUs

[LSTMs](https://colah.github.io/posts/2015-08-Understanding-LSTMs/)

[Word2vec embeddings](https://www.youtube.com/watch?v=QyrUentbkvw)

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).