Brunato commited on
Commit
e45176e
·
verified ·
1 Parent(s): e5d96d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -13,7 +13,7 @@ size_categories:
13
  This dataset represents a portion of the benchmark of the MT Challenge @CALAMITA2024.
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 an 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 logically inferred from the first.
17
 
18
 
19
  ## Dataset Details
@@ -59,12 +59,12 @@ The ORCs have been primarily sourced from linguistic and psycholinguistic litera
59
  The dataset is provided as a tab-separated text file with the following information for each entry:
60
  - UniqueID: a numerical identifier for the entry;
61
  - ID-mapping: an identifier mapping for cross-referencing according to the CONDITION;
62
- - SOURCE: the original reference from which the sentence has been taken.
63
- - CONDITION: The type of ORC,based on the features of the two NPs involved.
64
- - SENTENCE 1: the first sentence containing the ORC;
65
- - SENTENCE 2: the second sentence that may or may not be implied by sentence 1;
66
- - NP INVOLVED: indicates whether SENTENCE 2 targets the head of the relative clause (NP1) or the subject of the embedded clause (NP2).;
67
- - GOLD: the gold label assigned to the pair ("sì" if sentence 1 implied sentence 2, "no" otherwise).
68
 
69
 
70
  [More Information Needed]
 
13
  This dataset represents a portion of the benchmark of the MT Challenge @CALAMITA2024.
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 logically inferred from the first.
17
 
18
 
19
  ## Dataset Details
 
59
  The dataset is provided as a tab-separated text file with the following information for each entry:
60
  - UniqueID: a numerical identifier for the entry;
61
  - ID-mapping: an identifier mapping for cross-referencing according to the CONDITION;
62
+ - Source: the original reference from which the sentence has been taken.
63
+ - Condition: The type of ORC,based on the features of the two NPs involved.
64
+ - Sentence1: the first sentence containing the ORC;
65
+ - Sentence2: the second sentence that may or may not be implied by sentence 1;
66
+ - NP Target: indicates whether SENTENCE 2 targets the head of the relative clause (NP1) or the subject of the embedded clause (NP2).;
67
+ - Gold: the gold label assigned to the pair ("sì" if sentence 1 implied sentence 2, "no" otherwise).
68
 
69
 
70
  [More Information Needed]