You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -62,11 +62,11 @@ Wait for processing to complete. To retrieve the result of the operation, make a
62
62
"scores": [
63
63
{
64
64
"name": "hlepor",
65
-
"value": 0.91
65
+
"value": 0.755
66
66
},
67
67
{
68
-
"name": "bleu-corpus",
69
-
"value": 0.95
68
+
"name": "ter",
69
+
"value": 28.571
70
70
}
71
71
]
72
72
}
@@ -84,30 +84,98 @@ To get scores for each pair of items (machine translation and reference), set it
84
84
"response": {
85
85
"results": {
86
86
"scores": [
87
-
[
88
-
{
89
-
"name": "hlepor",
90
-
"value": 0.85
91
-
},
92
-
{
93
-
"name": "hlepor",
94
-
"value": 0.95
95
-
}
96
-
],
97
-
[
98
-
{
99
-
"name": "bleu-corpus",
100
-
"value": 0.89
101
-
},
102
-
{
103
-
"name": "bleu-corpus",
104
-
"value": 0.99
105
-
}
106
-
]
87
+
{
88
+
"value": 0.770527098111673,
89
+
"name": "hlepor"
90
+
},
91
+
{
92
+
"value": 0.740740740740741,
93
+
"name": "hlepor"
94
+
},
95
+
{
96
+
"value": 25.0,
97
+
"name": "ter"
98
+
},
99
+
{
100
+
"value": 33.33333333333333,
101
+
"name": "ter"
102
+
}
107
103
]
108
104
}
109
105
},
110
106
"error": null,
111
107
"done": true
112
108
}
113
109
```
110
+
111
+
## COMET
112
+
113
+
Crosslingual Optimized Metric for Evaluation of Translation ([COMET](https://github.com/Unbabel/COMET)) is metrics that achieve high levels of correlation with different types of human judgments. COMET takes 3 lists of strings as input: `sources` - a list of source sentences, `items` - results of the machine translation and `references` - ground truth and language. List one or more currently implemented score functions, using ignore_errors flag to return result no matter of previous errors. Note that evaluation endpoints are supported only in async mode.
0 commit comments