https://github.com/s1998/hate-speech-detection-twitter
Improving hate speech detection in twitter using text corpus graph features
https://github.com/s1998/hate-speech-detection-twitter
Last synced: about 2 months ago
JSON representation
Improving hate speech detection in twitter using text corpus graph features
- Host: GitHub
- URL: https://github.com/s1998/hate-speech-detection-twitter
- Owner: s1998
- Created: 2019-06-05T19:42:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-05T19:45:34.000Z (almost 6 years ago)
- Last Synced: 2025-02-01T18:27:46.423Z (4 months ago)
- Language: Python
- Homepage:
- Size: 1.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hate-speech-detection-twitter
Aim of the project was to test if combining the embeddings obtained from text-gcn with those obtained from CNN/GRU helped in improving the
hate speech detection on twitter dataset. The results we found showed significant but very small improvements. The code can be found in src directory.