DominiqueBrunato
commited on
Commit
•
877d456
1
Parent(s):
2025907
Update README.md
Browse files
README.md
CHANGED
@@ -36,12 +36,12 @@ A smaller portion of the dataset includes ORCs from existing NLP benchmarks, whi
|
|
36 |
|
37 |
The dataset is provided as a tab-separated text file with the following information for each entry:
|
38 |
- UniqueID: a numerical identifier for the entry;
|
39 |
-
- ID-mapping: an identifier mapping for cross-referencing according to the
|
40 |
- Source: the original reference from which sentence1 has been taken.
|
41 |
-
- Condition: The type of ORC, based on the features of the two NPs involved.
|
42 |
- Sentence1: the first sentence containing the ORC;
|
43 |
-
- Sentence2: the second sentence that may or may not be implied by
|
44 |
-
- NP Target: indicates whether
|
45 |
- Gold: the gold label assigned to the pair ("sì" if sentence 1 implied sentence 2, "no" otherwise).
|
46 |
|
47 |
|
|
|
36 |
|
37 |
The dataset is provided as a tab-separated text file with the following information for each entry:
|
38 |
- UniqueID: a numerical identifier for the entry;
|
39 |
+
- ID-mapping: an identifier mapping for cross-referencing according to the Condition;
|
40 |
- Source: the original reference from which sentence1 has been taken.
|
41 |
+
- Condition: The type of ORC occurring in Sentence1, based on the features of the two NPs involved (i.e. gender, number, animacy, distance) and, when appropriate, relative configuration (i.e. match, mismatch).
|
42 |
- Sentence1: the first sentence containing the ORC;
|
43 |
+
- Sentence2: the second sentence that may or may not be implied by sentence1;
|
44 |
+
- NP Target: indicates whether Sentence2 targets the head of the relative clause (NP1) or the subject of the embedded clause (NP2).;
|
45 |
- Gold: the gold label assigned to the pair ("sì" if sentence 1 implied sentence 2, "no" otherwise).
|
46 |
|
47 |
|