guillaume-chevalier / SGNN-Self-Governing-Neural-Networks-Projection-Layer

Attempt at reproducing a SGNN's projection layer, but with word n-grams instead of skip-grams. Paper and more: http://aclweb.org/anthology/D18-1105
https://github.com/guillaume-chevalier/NLP-TP3
BSD 3-Clause "New" or "Revised" License
23 stars 3 forks source link

speech act classifier? #3

Closed glicerico closed 3 years ago

glicerico commented 3 years ago

Thanks for your work Guillaume. Did you implement the speech act classifier as in the SGNN paper? If you did, I wonder what scores did you get, as I am trying to do it myself and I am inspired by your implementation.

guillaume-chevalier commented 3 years ago

I didn't implement any classifier. The code here stands alone doing only the featurization.