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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -61,23 +61,22 @@ Here you can see the structure of the single sample in the present dataset.
61
 
62
  ## Statistics
63
 
64
- Training: 384
65
 
66
- Test: 1416
67
 
68
  ## Proposed Prompts
69
-
70
  Here we will describe the prompt given to the model over which we will compute the perplexity score, as model's answer we will chose the prompt with lower perplexity.
71
  Moreover, for each subtask, we define a description that is prepended to the prompts, needed by the model to understand the task.
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
 
61
 
62
  ## Statistics
63
 
64
+ Training: 16000
65
 
66
+ Test: 1600
67
 
68
  ## Proposed Prompts
 
69
  Here we will describe the prompt given to the model over which we will compute the perplexity score, as model's answer we will chose the prompt with lower perplexity.
70
  Moreover, for each subtask, we define a description that is prepended to the prompts, needed by the model to understand the task.
71
 
72
  Description of the task:
73
  ```txt
74
+ 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."
75
  ```
76
 
77
  Prompt:
78
  ```txt
79
+ 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:"
80
  ```
81
 
82
  ## Some Results