Spaces:
Running
Running
Minor chnages in the description
Browse files
semf1.py
CHANGED
@@ -49,13 +49,13 @@ _CITATION = """\
|
|
49 |
"""
|
50 |
|
51 |
_DESCRIPTION = """\
|
52 |
-
|
53 |
semantic overlap summary with the reference overlap summary. It evaluates the semantic overlap summary at the
|
54 |
sentence level and computes precision, recall and F1 scores.
|
55 |
"""
|
56 |
|
57 |
_KWARGS_DESCRIPTION = """
|
58 |
-
|
59 |
|
60 |
Args:
|
61 |
predictions: list - List of predictions (Details below)
|
|
|
49 |
"""
|
50 |
|
51 |
_DESCRIPTION = """\
|
52 |
+
Sem-F1 metric leverages the pre-trained contextual embeddings and evaluates the model generated
|
53 |
semantic overlap summary with the reference overlap summary. It evaluates the semantic overlap summary at the
|
54 |
sentence level and computes precision, recall and F1 scores.
|
55 |
"""
|
56 |
|
57 |
_KWARGS_DESCRIPTION = """
|
58 |
+
Sem-F1 compares the system generated overlap summary with ground truth reference overlap.
|
59 |
|
60 |
Args:
|
61 |
predictions: list - List of predictions (Details below)
|