Tweet Sentiment Extraction

Given a tweet and a sentiment (positive or negative), the objective here was to pick out part of the tweet (word(s) or phrase(s)) that reflects the sentiment. Utilized Roberta model from Huggingface (Pytorch) library for this Natural language processing task.