To find Semantic Similarity between phrases Given a text and a reason, predict if text satisfies the reason. You can use the train file for any training and report metrics on evaluation file.
- The CSV files have 3 columns
- text
- reason: a short description
- label:
- 0: text and reason do not match with each other
- 1: text and reason match with each other
Suggestion for improvement of model is highly welcomed. Thank You