Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
iperbole commited on
Commit
7ee0604
·
verified ·
1 Parent(s): 81950e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -161,7 +161,7 @@ Here you can see the structure of the single sample in the present dataset.
161
  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.
162
  Moreover, for each subtask, we define a description that is prepended to the prompts, needed by the model to understand the task.
163
 
164
- Description of the task: "Dati due concetti, indica se primo concetto è un prerequisito o meno per il secondo.\nUn concetto A è prerequisito per un concetto B, se per comprendere B devo prima aver compreso A.\nI seguenti concetti appartengono al dominio: {{domain}}.\n\n"
165
 
166
  ### Cloze Style:
167
 
@@ -172,7 +172,7 @@ Label (**B è prerequisito di A**): "{{concept_B}} è un prerequisito per {{conc
172
  ### MCQA Style:
173
 
174
  ```
175
- Domanda: il concetto {{concept_B}} è un prerequisito per la comprensione del concetto {{concept_A}}? Rispondi sì o no:
176
  ```
177
 
178
  ## Results
 
161
  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.
162
  Moreover, for each subtask, we define a description that is prepended to the prompts, needed by the model to understand the task.
163
 
164
+ Description of the task: "Dati due concetti A e B, indica se il primo concetto è un prerequisito per il secondo.\nIl concetto A è prerequisito per il concetto B, se per comprendere B devi prima aver compreso A.\nI seguenti concetti appartengono al dominio: {{domain}}.\n\n"
165
 
166
  ### Cloze Style:
167
 
 
172
  ### MCQA Style:
173
 
174
  ```
175
+ Domanda: il concetto \"{{concept_B}}\" è un prerequisito per la comprensione del concetto \"{{concept_A}}\"? Rispondi sì o no:
176
  ```
177
 
178
  ## Results