Skip to content

jiko23/Semantic-Similarity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages