Spaces:
Runtime error
Runtime error
Commit
·
58f50d0
1
Parent(s):
db06d31
Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ This metric is used for evaluating the quality of relation extraction output. By
|
|
23 |
This metric can be used in relation extraction evaluation.
|
24 |
|
25 |
## How to Use
|
26 |
-
This metric takes 3 inputs, prediction, references(ground truth) and mode.Predictions and references are a list of list of dictionary of entity's name and entity's type. And mode define the evaluation type:
|
27 |
```python
|
28 |
import evaluate
|
29 |
metric_path = "Ikala-allen/relation_extraction"
|
|
|
23 |
This metric can be used in relation extraction evaluation.
|
24 |
|
25 |
## How to Use
|
26 |
+
This metric takes 3 inputs, prediction, references(ground truth) and mode. Predictions and references are a list of list of dictionary of entity's name and entity's type. And mode define the evaluation type:
|
27 |
```python
|
28 |
import evaluate
|
29 |
metric_path = "Ikala-allen/relation_extraction"
|