You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Syntactic TreeLSTM (Chen et al. 2017) is identical to ESIM except it encodes sentence tokens via a TreeLSTM based on the dependency parse instead of sequential
BiLSTM. It is the highest performing NLI model with a recursive component.