Identifying Referential Intention with Heterogeneous Contexts
Introduction
This repository contains source code for The Web Conference (WWW) 2020 paper " "Identifying Referential Intention with Heterogeneous Contexts" [Paper]. Please contact Wenhao Yu (wyu1@nd.edu) if you have any questions.
Usage
1.Clone the Repository
git clone https://github.com/dmsquare/ReferInt.git
2.Install Requirements
torch >= 1.0.0
sklearn >= 0.21.0
3.Run Code
python model/main.py
Reference
@inproceedings{yu2020identifying,
title={Identifying Referential Intention with Heterogeneous Contexts},
author={Yu, Wenhao and Yu, Mengxia and Zhao, Tong and Jiang, Meng},
booktitle={The World Wide Web Conference (WWW)},
year={2020},
organization={ACM}
}