Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Libraries:
Datasets
pandas
iperbole commited on
Commit
6162f4b
1 Parent(s): 650963f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -76,18 +76,18 @@ Here you can see the structure of the single sample in the present dataset.
76
  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.
77
  Moreover, for each subtask, we define a description that is prepended to the prompts, needed by the model to understand the task.
78
 
79
- Description of the task: "Date due frasi, che contengono un lemma in comune, indica se tale lemma ha o meno lo stesso significato in entrambe le frasi.\n\n"
80
 
81
  ### Cloze Style:
82
 
83
- Label (**Different Meaning**): "Frase 1: {{sentence1}}\nFrase 2: {{sentence2}}\nLa parola '{{lemma}}' nelle due frasi precedenti ha un significato differente"
84
 
85
- Label (**Same Meaning**): "Frase 1: {{sentence1}}\nFrase 2: {{sentence2}}\nLa parola '{{lemma}}' nelle due frasi precedenti ha lo stesso significato"
86
 
87
  ### MCQA Style:
88
 
89
  ```txt
90
- Frase 1: {{sentence1}}\nFrase 2: {{sentence2}}\nDomanda:La parola '{{lemma}}' nelle due frasi precedenti ha lo stesso signicato? Rispondi sì o no:
91
  ```
92
 
93
  ## Results
 
76
  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.
77
  Moreover, for each subtask, we define a description that is prepended to the prompts, needed by the model to understand the task.
78
 
79
+ Description of the task: "Date due frasi, che contengono un lemma in comune, indica se tale lemma ha lo stesso significato in entrambe le frasi.\n\n"
80
 
81
  ### Cloze Style:
82
 
83
+ Label (**Different Meaning**): "Frase 1: {{sentence1}}\nFrase 2: {{sentence2}}\nLa parola '{{lemma}}' nelle due frasi precedenti ha un significato differente tra le due frasi"
84
 
85
+ Label (**Same Meaning**): "Frase 1: {{sentence1}}\nFrase 2: {{sentence2}}\nLa parola '{{lemma}}' nelle due frasi precedenti ha lo stesso significato in entrambe le frasi"
86
 
87
  ### MCQA Style:
88
 
89
  ```txt
90
+ Frase 1: {{sentence1}}\nFrase 2: {{sentence2}}\nDomanda: La parola \"{{lemma}}\" ha lo stesso signicato nelle due frasi precedenti? Rispondi sì o no:
91
  ```
92
 
93
  ## Results