Update README.md
Browse files
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:
|
65 |
|
66 |
-
Test:
|
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
|
76 |
```
|
77 |
|
78 |
Prompt:
|
79 |
```txt
|
80 |
-
|
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
|