res = requests.get('https://raw.githubusercontent.com/brmson/dataset-sts/master/data/sts/sick2014/SICK_train.txt') # create dataframe data = pd.read_csv(StringIO(res.text), sep='\t') data.head()
pair_IDint64
sentence_Aobject

0

1

A group of kids is playing in a yard and an old man is standing in the background

1

2

A group of children is playing in the house and there is no man standing in the background

2

3

The young boys are playing outdoors and the man is smiling nearby

3

5

The kids are playing outdoors near a man with a smile

4

9

The young boys are playing outdoors and the man is smiling nearby

Hosted onDeepnote