An open API service indexing awesome lists of open source software.

https://github.com/jiko23/semantic-similarity

To find Semantic Similarity between phrases
https://github.com/jiko23/semantic-similarity

knowledge-graph nlp parse-trees semantic-similarity

Last synced: 11 months ago
JSON representation

To find Semantic Similarity between phrases

Awesome Lists containing this project

README

          

# Semantic-Similarity
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.

## **Dataset information**

- 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