File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,9 @@ Natural Language Generation Performance:
8
8
9
9
[ Extractiveness] ( https://huggingface.co/docs/lighteval/en/metric-list#automatic-metrics-for-generative-tasks ) :
10
10
11
- * Extractiveness Coverage:
12
- - Extent to which a summary is derivative of a text
13
- - Percentage of words in the summary that are part of an extractive fragment with the article
14
- * Extractiveness Density:
15
- - How well the word sequence can be described as series of extractions
16
- - A summary might contain many individual words from the article and therefore have a high coverage.
17
- - However, if arranged in a new order, the words of the summary could still be used to convey ideas not present in the article
18
- - Average length of the extractive fragment to which each word in the summary belongs
19
- * Extractiveness Compression:
20
- - Word ratio between the article and the summary
21
- - Summarizing with higher compression is challenging as it requires capturing more precisely the critical aspects of the article text.
11
+ * Extractiveness Coverage: Extent to which a summary is derivative of a text
12
+ * Extractiveness Density: How well the word sequence can be described as series of extractions
13
+ * Extractiveness Compression: Word ratio between the article and the summary
22
14
23
15
API Performance:
24
16
You can’t perform that action at this time.
0 commit comments