Disentangling Political Bias in Social Media Data through Multi-task Embedding Learning (Under Review)
An implementation of DisMEL+TransE and Data used in the paper [link]. Run experiment by the following command
python dismel_transe.py
Tested on python==3.8.8 and tensorflow==2.6.0
jp-poli_rel_text.txt is the graph data represented as (head, relation, tail) triplets. tweet_text.txt contains tweet text and tweet id in the graph file.