Joint Representation Learning of Legislator and Legislation for Roll Call Prediction

Abstract

In this paper, we explore to learn representations of legislation and legislator for the prediction of roll call results. The most popular approach for this topic is named the ideal point model that relies on historical voting information for representation learning of legislators. It largely ignores the context information of the legislative data. We, therefore, propose to incorporate context information to learn dense representations for both legislators and legislation. For legislators, we incorporate relations among them via graph convolutional neural networks (GCN) for their representation learning. For legislation, we utilize its narrative description via recurrent neural networks (RNN) for representation learning. In order to align two kinds of representations in the same vector space, we introduce a triplet loss for the joint training. Experimental results on a self-constructed dataset show the effectiveness of our model for roll call results prediction compared to some state-of-the-art baselines.

Cite

Text

Yang et al. "Joint Representation Learning of Legislator and Legislation for Roll Call Prediction." International Joint Conference on Artificial Intelligence, 2020. doi:10.24963/IJCAI.2020/198

Markdown

[Yang et al. "Joint Representation Learning of Legislator and Legislation for Roll Call Prediction." International Joint Conference on Artificial Intelligence, 2020.](https://mlanthology.org/ijcai/2020/yang2020ijcai-joint/) doi:10.24963/IJCAI.2020/198

BibTeX

@inproceedings{yang2020ijcai-joint,
  title     = {{Joint Representation Learning of Legislator and Legislation for Roll Call Prediction}},
  author    = {Yang, Yuqiao and Lin, Xiaoqiang and Lin, Geng and Huang, Zengfeng and Jiang, Changjian and Wei, Zhongyu},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2020},
  pages     = {1424-1430},
  doi       = {10.24963/IJCAI.2020/198},
  url       = {https://mlanthology.org/ijcai/2020/yang2020ijcai-joint/}
}