We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c1bdc commit bd64df9Copy full SHA for bd64df9
docs/concepts/metrics/summarization_score.md
@@ -15,7 +15,7 @@ We also introduce an option to penalize larger summaries by proving a concisenes
15
16
```{math}
17
:label: conciseness-score
18
-\text{conciseness score} = \frac{\text{length of summary}}{\text{length of context}}
+\text{conciseness score} = 1 - \frac{\text{length of summary}}{\text{length of context}}
19
````
20
21
The final summarization score is then calculated as:
0 commit comments