Quora-question-pairs

By Xyao

  • 项目介绍:Kaggle上2017年的文本匹配竞赛
  • 链接:quora

数据描述

  • id - the id of a training set question qair
  • qid1, qid2 - unique ids of each question (only available in train.csv)
  • question1, question2 - the full text of each question
  • is_duplicate - the target variable, set to 1 if question1 and question2 have essentially the same meaning, and 0 otherwise.