Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -40,7 +40,7 @@ ModaFact has been originally annotated at token level, adopting the IOB2 style.
|
|
40 |
Whereas for Modality the schema is unique, for Factuality we provide two representations: a fine-grained representation (FG), which specifies values over three axes (CERTAINTY, POLARITY, TIME), and a coarse-grained representation (CG), which only provides the final factuality value.
|
41 |
|
42 |
|
43 |
-
Example of **
|
44 |
```
|
45 |
Per O
|
46 |
chiarire B-POSSIBLE-POS-FUTURE-FINAL
|
@@ -69,7 +69,7 @@ carbonio-14 O
|
|
69 |
. O
|
70 |
```
|
71 |
|
72 |
-
Example of **
|
73 |
```
|
74 |
Per O
|
75 |
chiarire B-NON_FACTUAL-FINAL
|
|
|
40 |
Whereas for Modality the schema is unique, for Factuality we provide two representations: a fine-grained representation (FG), which specifies values over three axes (CERTAINTY, POLARITY, TIME), and a coarse-grained representation (CG), which only provides the final factuality value.
|
41 |
|
42 |
|
43 |
+
Example of **fine-grained representation (CG)**:
|
44 |
```
|
45 |
Per O
|
46 |
chiarire B-POSSIBLE-POS-FUTURE-FINAL
|
|
|
69 |
. O
|
70 |
```
|
71 |
|
72 |
+
Example of **coarse-grained representation (CG)**:
|
73 |
```
|
74 |
Per O
|
75 |
chiarire B-NON_FACTUAL-FINAL
|