LISA icon indicating copy to clipboard operation
LISA copied to clipboard

Linguistically-Informed Self-Attention implemented in TensorFlow

Results 6 LISA issues
Sort by recently updated
recently updated
newest added

Hi Ms strubell, thanks for your great work ! I would like to try LISA with other state-of-the-art word embedding approach (e.g. elmo) to improve the accuracy on a private...

Hello Ms.Strubell :-) I am trying to train and evaluate your LISA model on CoNLL05 dataset. I followed the recipe in this post [https://github.com/strubell/preprocess-conll05](url) for preprocesing ConLL2005 dataset and I...

Hi! Really nice and interesting work! I was having a look at the code to better understand the bilinear classification step for srl (`srl_bilinear` method of `output_fns` (line 169)). Why...

Hello, I'm here to ask a question. It's not about code but about your paper. To my understanding, the last term of the training objective should be logP(yt_dep | Vg,...

I am wondering if there is a place to config the eval with the golden parsing?