└── README.md /README.md: -------------------------------------------------------------------------------- 1 | ## Multiple Instance Learning Networks for Fine-Grained Sentiment Analysis 2 | 3 | --- 4 | 5 | The code from the following paper has been migrated to this repo. 6 | 7 | --- 8 | 9 | > **Multiple Instance Learning Networks for Fine-Grained Sentiment Analysis**,
10 | > Stefanos Angelidis, Mirella Lapata. 2018.
11 | > _In Transactions of the Association for Computational Linguistics (TACL)_.
12 | > [ [pdf](http://aclweb.org/anthology/Q18-1002) ] 13 | 14 | ### SPOT data 15 | 16 | The SPOT dataset used in the above paper is available on the 17 | EdinburghNLP github page: [link](https://github.com/EdinburghNLP/spot-data) 18 | --------------------------------------------------------------------------------