carmentano commited on
Commit
dbe0ff3
1 Parent(s): c09cbcf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -81,15 +81,15 @@ Three csv files.
81
  ### Data Fields
82
 
83
  - index
84
- - frase 1: first sentence of the pair
85
- - frase 2: second sentence of the pair
86
- - etiqueta: relation between the two sentences:
87
  * 0: the second sentence does not entail a correct interpretation of the first one (neutral)
88
  * 1: the second sentence entails a correct interpretation of the first one (entailment)
89
  ### Example
90
 
91
- | index | frase 1 | frase 2 | etiqueta |
92
- | ------- | ---- | ------------ | ------------ | ----- |
93
  | 0 | Vaig clavar una agulla en una pastanaga. Quan la vaig treure, tenia un forat. | La pastanaga tenia un forat. | 1 |
94
  | 1 | En Joan no podia veure l’escenari amb en Guillem davant seu perquè és molt baix. | En Joan és molt baix. | 1 |
95
  | 2 | Els policies van arrestar tots els membres de la banda. Volien aturar el tràfic de drogues del barri. | Els policies volien aturar el tràfic de drogues del barri. | 1 |
 
81
  ### Data Fields
82
 
83
  - index
84
+ - sentence 1: first sentence of the pair
85
+ - sentence 2: second sentence of the pair
86
+ - label: relation between the two sentences:
87
  * 0: the second sentence does not entail a correct interpretation of the first one (neutral)
88
  * 1: the second sentence entails a correct interpretation of the first one (entailment)
89
  ### Example
90
 
91
+ | index | sentence 1 | sentence 2 | label |
92
+ | ------- |----------- | --------- | ----- |
93
  | 0 | Vaig clavar una agulla en una pastanaga. Quan la vaig treure, tenia un forat. | La pastanaga tenia un forat. | 1 |
94
  | 1 | En Joan no podia veure l’escenari amb en Guillem davant seu perquè és molt baix. | En Joan és molt baix. | 1 |
95
  | 2 | Els policies van arrestar tots els membres de la banda. Volien aturar el tràfic de drogues del barri. | Els policies volien aturar el tràfic de drogues del barri. | 1 |