iperbole commited on
Commit
5ed25ea
1 Parent(s): 5e594d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -61,9 +61,9 @@ Here you can see the structure of the single sample in the present dataset.
61
 
62
  ## Statistics
63
 
64
- Training: 16000
65
 
66
- Test: 1600
67
 
68
  ## Proposed Prompts
69
 
@@ -72,17 +72,17 @@ Moreover, for each subtask, we define a description that is prepended to the pro
72
 
73
  Description of the task:
74
  ```txt
75
- Ti verranno poste delle domande, nelle quali è presente un paragrafo, e come possibili risposte varie frasi che possono essere o meno il continuo.\nIndica la frase che rappresenta la continuazione del paragrafo oppure 'nessuna delle precedenti', se nessuna delle continuazioni è corretta."
76
  ```
77
 
78
  Prompt:
79
  ```txt
80
- Paragrafo: '{{text}}'\nDomanda: Quali delle seguenti frasi presenta una continuazione del precedente paragrafo?\nA. '{{choices[0]}}'\nB. '{{choices[1]}}'\nC. '{{choices[2]}}'\nD. '{{choices[3]}}'\nE. {{choices[4]}}\nRisposta:"
81
  ```
82
 
83
  ## Some Results
84
 
85
- | DISCOTEX | ACCURACY |
86
  | :--------: | :----: |
87
  | Mistral-7B | 0 |
88
  | ZEFIRO | 0 |
 
61
 
62
  ## Statistics
63
 
64
+ Training: 384
65
 
66
+ Test: 1416
67
 
68
  ## Proposed Prompts
69
 
 
72
 
73
  Description of the task:
74
  ```txt
75
+ Ti saranno poste domande di storia italiana.\nTi verrà chiesto di capire quali paragrafi contengono la risposta alla domanda data.\n\n
76
  ```
77
 
78
  Prompt:
79
  ```txt
80
+ Data la domanda: {{question}}\nQuale tra i seguenti paragrafi contiene la risposta alla domanda?\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nRisposta:
81
  ```
82
 
83
  ## Some Results
84
 
85
+ | QUANDHO | ACCURACY |
86
  | :--------: | :----: |
87
  | Mistral-7B | 0 |
88
  | ZEFIRO | 0 |