dinghanshen / SWEM

The Tensorflow code for this ACL 2018 paper: "Baseline Needs More Love: On Simple Word-Embedding-Based Models and Associated Pooling Mechanisms"
283 stars 54 forks source link

Experiment Setting on Section 4.1.1 in the paper #12

Open HansiZeng opened 4 years ago

HansiZeng commented 4 years ago

It seems that the repo do not contain code about the section 4.1.1: Interpreting model predictions, but I am really interested in the part, could you share it if you have time.

Also, I have some questions on the experiment setting of the section. (1) Do you set the word embedding randomly initialized(as you mention in the section) but not from Glove pretrain. (2) What is your network architecture, Is Word_embedding + MaxPooling +Classifier or Word_Embedding + MaxPooling + MLP + Classifier.