Brunato commited on
Commit
72ba41b
·
verified ·
1 Parent(s): 9f78acc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -10,7 +10,7 @@ size_categories:
10
 
11
  <!-- Provide a quick summary of the dataset. -->
12
 
13
- This dataset has been proposed as one of the Challenge of the special event "CALAMITA2024", co-located with the Tenth Italian Conference on Computational Linguistics (https://clic2024.ilc.cnr.it/calamita/).
14
 
15
  The dataset focuses on evaluating Language Models' understanding of a specific linguistic structure in Italian: object-extracted relative clauses (ORCs).
16
  The assessment involves a yes/no entailment task in which the model is given two sentences. The first contains the target structure, and the second is a simple declarative sentence whose meaning may or may not be inferred from the first, based on the syntactic relationship between the elements in the ORC.
@@ -22,7 +22,7 @@ The assessment involves a yes/no entailment task in which the model is given two
22
 
23
  <!-- Provide a longer summary of what this dataset is. -->
24
 
25
- The dataset contains 566 pairs of sentences, where the first sentence includes the ORC and the second sentence is the declarative sentence which can be implied or not by the first.
26
  The ORCs have been primarily sourced from linguistic and psycholinguistic literature to explore the impact of grammatical and semantic features on the processing difficulties humans face when reading ORCs.
27
 
28
  A smaller portion of the dataset includes ORCs from existing NLP benchmarks, which are specifically designed to test language models' capabilities in recognizing grammaticality.
 
10
 
11
  <!-- Provide a quick summary of the dataset. -->
12
 
13
+ This dataset has been proposed as part of the CALAMITA Challenge, the special event co-located with the Tenth Italian Conference on Computational Linguistics (https://clic2024.ilc.cnr.it/calamita/).
14
 
15
  The dataset focuses on evaluating Language Models' understanding of a specific linguistic structure in Italian: object-extracted relative clauses (ORCs).
16
  The assessment involves a yes/no entailment task in which the model is given two sentences. The first contains the target structure, and the second is a simple declarative sentence whose meaning may or may not be inferred from the first, based on the syntactic relationship between the elements in the ORC.
 
22
 
23
  <!-- Provide a longer summary of what this dataset is. -->
24
 
25
+ The benchmark contains 566 pairs of sentences, where the first sentence includes the ORC and the second sentence is the declarative sentence which can be implied or not by the first.
26
  The ORCs have been primarily sourced from linguistic and psycholinguistic literature to explore the impact of grammatical and semantic features on the processing difficulties humans face when reading ORCs.
27
 
28
  A smaller portion of the dataset includes ORCs from existing NLP benchmarks, which are specifically designed to test language models' capabilities in recognizing grammaticality.