Code & data accompanying the paper ["Augmenting Affective Dependency Graph via Iterative Incongruity Graph Learning for Sarcasm Detection"].
This code is written in python 3. You will need to install a few python packages in order to run the code. All needed packages are listed in the file 'requirements.txt'
- Notes:
- You can find the output data in the
out
folder specified in the config file. - Due to copyright and space restrictions, the data set only contains riloff. For other data sets, please refer to the original paper that released the data set.
- You can find the output data in the
Our implementation is mainly based on follows. Thanks for their authors. https://github.com/hugochan/IDGL