Spaces:
Runtime error
Runtime error
Commit
·
84cfdc8
1
Parent(s):
12cbf3e
Update README.md
Browse files
README.md
CHANGED
@@ -156,7 +156,7 @@ print(scores)
|
|
156 |
|
157 |
## Limitations and Bias
|
158 |
There are two mode in this metric : `strict` and `boundaries`. It offers multiple `relation_types` to choose from. Ensure you choose appropriate evaluation parameters, as they can significantly impact the F1 score.
|
159 |
-
The `
|
160 |
|
161 |
## Citation
|
162 |
```bibtex
|
|
|
156 |
|
157 |
## Limitations and Bias
|
158 |
There are two mode in this metric : `strict` and `boundaries`. It offers multiple `relation_types` to choose from. Ensure you choose appropriate evaluation parameters, as they can significantly impact the F1 score.
|
159 |
+
The entity(`head`,`tail`,`head_type`,`tail_type`) in both the prediction and reference should match exactly, disregarding case and spaces. If the prediction doesn't match the reference exactly, it will be counted as either a false positive (`fp`) or a false negative (`fn`).
|
160 |
|
161 |
## Citation
|
162 |
```bibtex
|