iperbole commited on
Commit
f241098
1 Parent(s): 04a5979

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -44,7 +44,7 @@ Here you can see the structure of the single sample in the present dataset.
44
  ```json
45
  {
46
  "text": string, # sample's text
47
- "label": int, # 0: Ambiguo, 1: Non Ambiguo
48
  }
49
  ```
50
 
@@ -62,9 +62,9 @@ Moreover, for each subtask, we define a description that is prepended to the pro
62
 
63
  Description of the task: "Indica se le seguenti frasi hanno senso a livello semantico.\n\n"
64
 
65
- Label (**Ambiguo**): "{{text}}\nLa frase precedente non ha senso"
66
 
67
- Label (**Non Ambiguo**): "{{text}}\nLa frase precedente ha senso"
68
 
69
  ## Some Results
70
 
 
44
  ```json
45
  {
46
  "text": string, # sample's text
47
+ "label": int, # 0: non ha senso, 1: ha senso
48
  }
49
  ```
50
 
 
62
 
63
  Description of the task: "Indica se le seguenti frasi hanno senso a livello semantico.\n\n"
64
 
65
+ Label (**non ha senso**): "{{text}}\nLa frase precedente non ha senso"
66
 
67
+ Label (**ha senso**): "{{text}}\nLa frase precedente ha senso"
68
 
69
  ## Some Results
70