-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
Hi
I have a few questions related to the ESIM model for NLI:
- The ESIM paper says all vectors are updated during training including word vectors. Do the pretrained word embeddings from Glove also get updated in your ESIM model code?
- The file at ESIM/main_batch_snli.py uses only ESIM model while the file at ESIM/Tree_IM/main_snli.py uses both ESIM and Tree LSTM Models, right?
- The num_units in ESIM LSTM is always equal to pretrained embeddings dimension. Is it a necessity? I got dimension errors while trying to change num_units in LSTM.
- There is a default parameter max_sentence_length = 30 but it isn't used anywhere in the model_batch.py file. Is there any significance for this? I thought max_len is the parameter that controls sequence length and can be modified in the main_snli.py file.
It would be great if you could clear these doubts.
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels