Natural Language Inference

NLP, Deep Learning, E0-270, ML, IISc, 2022

In this NLP problem, the the algorithm needs to identify if the hypothesis derived from a sentence is an entailment (follows), contradiction (is opposite), or neutral (independent sentence and hypothesis).

For this work, both traditional machine learning and deep learning techniques were used. For the traditional case TF-IDF features were used with a softmax classifier. After this LSTMs were used as a feature extractor. These features were then used for downstream predictions.

You can find the code here.