File size: 501 Bytes
797e9fa b50e04b 797e9fa b50e04b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
---
title: Fragments
emoji: π
colorFrom: indigo
colorTo: red
sdk: gradio
sdk_version: 3.40.1
app_file: app.py
pinned: false
tags:
- evaluate
- metric
description: >-
Fragments computes the extractiveness between source articles and their summaries. The metric computes two scores: coverage and density.
The code is adapted from the newsroom package(https://github.com/lil-lab/newsroom/blob/master/newsroom/analyze/fragments.py).
All credits goes to the authors of aforementioned code.
---
|