seonil commited on
Commit
91bc1d6
1 Parent(s): e91187e
Files changed (1) hide show
  1. README.md +13 -6
README.md CHANGED
@@ -1,14 +1,21 @@
1
  ---
2
- title: {{title}}
3
- emoji: {{emoji}}
4
- colorFrom: {{colorFrom}}
5
- colorTo: {{colorTo}}
6
- sdk: {{sdk}}
7
- sdk_version: {{sdkVersion}}
8
  app_file: app.py
9
  pinned: false
 
 
 
 
 
 
10
  ---
11
 
 
12
  # HaRiM+
13
  **HaRiM+: Evaluating Summary Quality with Hallucination Risk, accepted at AACL-22 [paper](https://arxiv.org/abs/2211.12118).** <br />
14
  <br />
 
1
  ---
2
+ title: HaRiM+
3
+ emoji: 🤗
4
+ colorFrom: blue
5
+ colorTo: red
6
+ sdk: gradio
7
+ sdk_version: 3.0.2
8
  app_file: app.py
9
  pinned: false
10
+ tags:
11
+ - evaluate
12
+ - metric
13
+ description: >-
14
+ HaRiM+ is reference-less metric for summary quality evaluation which hurls the power of summarization model to estimate the quality of the summary-article pair. <br />
15
+ Note that this metric is reference-free and do not require training. It is ready to go without reference text to compare with the generation nor any model training for scoring.
16
  ---
17
 
18
+
19
  # HaRiM+
20
  **HaRiM+: Evaluating Summary Quality with Hallucination Risk, accepted at AACL-22 [paper](https://arxiv.org/abs/2211.12118).** <br />
21
  <br />