Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
iperbole commited on
Commit
5e594d1
1 Parent(s): 3f28565

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -4
README.md CHANGED
@@ -62,6 +62,7 @@ Here you can see the structure of the single sample in the present dataset.
62
  ## Statistics
63
 
64
  Training: 16000
 
65
  Test: 1600
66
 
67
  ## Proposed Prompts
@@ -69,11 +70,15 @@ Test: 1600
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
- ### Behaviour
73
-
74
- Description of the task: "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
- Prompt: "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:"
 
 
 
77
 
78
  ## Some Results
79
 
 
62
  ## Statistics
63
 
64
  Training: 16000
65
+
66
  Test: 1600
67
 
68
  ## Proposed Prompts
 
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 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