Brunato
commited on
Commit
•
b3be0b3
1
Parent(s):
6f950fa
Update README.md
Browse files
README.md
CHANGED
@@ -1,16 +1,19 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- it
|
4 |
-
pretty_name:
|
5 |
size_categories:
|
6 |
- n<1K
|
7 |
---
|
8 |
|
9 |
-
# Dataset Card for
|
10 |
|
11 |
<!-- Provide a quick summary of the dataset. -->
|
12 |
|
13 |
-
This dataset
|
|
|
|
|
|
|
14 |
|
15 |
## Dataset Details
|
16 |
|
@@ -18,13 +21,10 @@ This dataset card aims to be a base template for new datasets. It has been gener
|
|
18 |
|
19 |
<!-- Provide a longer summary of what this dataset is. -->
|
20 |
|
|
|
|
|
21 |
|
22 |
|
23 |
-
- **Curated by:** [More Information Needed]
|
24 |
-
- **Funded by [optional]:** [More Information Needed]
|
25 |
-
- **Shared by [optional]:** [More Information Needed]
|
26 |
-
- **Language(s) (NLP):** [More Information Needed]
|
27 |
-
- **License:** [More Information Needed]
|
28 |
|
29 |
### Dataset Sources [optional]
|
30 |
|
|
|
1 |
---
|
2 |
language:
|
3 |
- it
|
4 |
+
pretty_name: Corpus of Italian Relative Clauses for Entailment (CIRCE)
|
5 |
size_categories:
|
6 |
- n<1K
|
7 |
---
|
8 |
|
9 |
+
# Dataset Card for CIRCE Challenge @ CALAMITA 2024
|
10 |
|
11 |
<!-- Provide a quick summary of the dataset. -->
|
12 |
|
13 |
+
This dataset represents a portion of the benchmark of the MT Challenge @CALAMITA2024.
|
14 |
+
|
15 |
+
The dataset focuses on evaluating LLMs' understanding of a specific linguistic structure in Italian: embedded object-extracted relative clauses (ORCs). 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.
|
16 |
+
|
17 |
|
18 |
## Dataset Details
|
19 |
|
|
|
21 |
|
22 |
<!-- Provide a longer summary of what this dataset is. -->
|
23 |
|
24 |
+
The dataset contains 568 pairs of sentences, where the first sentence contains the ORC and the second sentence is the declarative sentence which can be implied or not by the first.
|
25 |
+
|
26 |
|
27 |
|
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
### Dataset Sources [optional]
|
30 |
|