https://github.com/ayushk4/semantics_stance
https://github.com/ayushk4/semantics_stance
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ayushk4/semantics_stance
- Owner: Ayushk4
- Created: 2020-10-09T04:25:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-09T04:27:31.000Z (over 4 years ago)
- Last Synced: 2025-02-12T07:19:39.802Z (3 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SemStance
Can semantics help with stance detection?
The Dataset used is Will-they-wont-they dataset.Please check the [`mh`](https://github.com/Ayushk4/semStance/tree/mh) branch for the multi-headed graph attention code for stance detection.
Please check the [`bert`](https://github.com/Ayushk4/semStance/tree/bert/) branch for semantic graph attention over BERT.
The semantic parser can be obtained from [coli-saar/am-parser](https://github.com/coli-saar/am-parser)
## Coming Soon!
- Instructions for training models
- Scripts for converting am-parser semantic graphs into data-loader format.
- Pre-trained models