fragments / README.md
cribin's picture
Added fragments metric
b50e04b
---
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.
---