fgrezes commited on
Commit
3630d10
1 Parent(s): 07beb35

checks typo

Browse files
scoring_scripts/score_focal_labels_only.py CHANGED
@@ -11,7 +11,7 @@ def evaluate_FOCAL_labels(references_jsonl, predictions_jsonl, print_report=Fals
11
  Computes precision, recall and f1-scores for the labels of citations,
12
  without looking at the location of these labels in the paragraph,
13
  between two datasets loaded from jsonl (list of dicts with same keys).
14
- In plain English, this check that you correctly predicted the reason(s) a given citation was made,
15
  without checking if you correctly find the parts of the paragraph that explain the function of the citation.
16
  '''
17
 
 
11
  Computes precision, recall and f1-scores for the labels of citations,
12
  without looking at the location of these labels in the paragraph,
13
  between two datasets loaded from jsonl (list of dicts with same keys).
14
+ In plain English, this checks that you correctly predicted the reason(s) a given citation was made,
15
  without checking if you correctly find the parts of the paragraph that explain the function of the citation.
16
  '''
17