# Extractive Clip Localization (ExCL) This folder contains the model described in the paper ``` @article{ghosh2019excl, title={ExCL: Extractive Clip Localization Using Natural Language Descriptions}, author={Ghosh, Soham and Agarwal, Anuva and Parekh, Zarana and Hauptmann, Alexander}, journal={NAACL}, year={2019} } ``` It also resembles the model in ``` @article{lei2019tvqa+, title={TVQA+: Spatio-Temporal Grounding for Video Question Answering}, author={Lei, Jie and Yu, Licheng and Berg, Tamara L and Bansal, Mohit}, journal={arXiv preprint arXiv:1904.11574}, year={2019} } ``` Disclaimer: This code is implemented by [Jie Lei](http://www.cs.unc.edu/~jielei/) for the TVR dataset, it does not guarantee the reproducibility of the original authors' results.