Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 2.72 KB

README.md

File metadata and controls

35 lines (25 loc) · 2.72 KB

Style-transfer and Paraphrase: Looking for a Sensible Semantic Similarity Metric

Datsets used in AAAI's paper Style-transfer and Paraphrase: Looking for a Sensible Semantic Similarity Metric by Ivan Yamshchikov, Viacheslav Shibaev, Nikolay Khlebnikov, Alexey Tikhonov.

Repo contains following datasets:

All csv-files have following fields:

  • text_1 - given text
  • text_2 - random/real paraphrase of text_1
  • label_1 - score of the first labeller
  • label_2 - score of the second labeller
  • label_3 - score of the third labeller
  • avg_score - average labellers score

All scores are in the range from 1 to 5, where 1 - "Not Similar At All" and 5 - "Highly Similar"