DominiqueBrunato commited on
Commit
7e8a515
·
verified ·
1 Parent(s): f7f2779

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -12,8 +12,8 @@ size_categories:
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.
17
 
18
 
19
  ## Dataset Details
@@ -25,7 +25,7 @@ The assessment involves a yes/no entailment task in which the model is given two
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.
29
 
30
 
31
 
 
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 Large 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 two noun phrases in the ORC.
17
 
18
 
19
  ## Dataset Details
 
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 sentence acceptability.
29
 
30
 
31