Yi Tay

Results 29 comments of Yi Tay

No, we only return sentiments and assume the aspect is given. This is in concert with works like https://aclweb.org/anthology/D16-1058 which doesn't consider the extraction of aspects and assume they are...

You can always use an off-the-shelf entity extractor for the aspect terms. :)

Hi. I have not touched this repository for a long time and i'm not sure if the Pytorch API has changed. (this was made when Pytorch first came out). That...

hey, i made this repo from copying the code from my main repo. might have some dependency issue (or I copied a wrong version accidentally). Will fix this in the...

hey! the python version used here is 2.7. I don't exactly remember which TF version it is when I wrote this code (probably much earlier than 1.9.0 or 1.80). The...

Hey. This works with Tensorflow 1.7.0. I also recently upgraded to 1.11.0 and also got the same error. I believe this was because some TF functions disappeared when the version...

Hi @Chunlinx @hitvoice Have updated the code with the preprocessing! I think the POS tags came with the SNLI dataset.

Hey from what I recall aspects for this dataset do not map into the main vocsb and use a separate set of trainable embeddings.

Hi, I will check the files soon and get back to you.