MingZhong commited on
Commit
a78d1f4
·
1 Parent(s): 0e7ce48

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Pre-trained evaluator in EMNLP 2022 paper
2
+ *[Towards a Unified Multi-Dimensional Evaluator for Text Generation](https://arxiv.org/abs/2210.07197)*
3
+
4
+ ## Introduction
5
+
6
+ **Multi-dimensional evaluation** is the dominant paradigm for human evaluation in Natural Language Generation (NLG), i.e., evaluating the generated text from multiple explainable dimensions, such as coherence and fluency.
7
+
8
+ However, automatic evaluation in NLG is still dominated by similarity-based metrics (e.g., ROUGE, BLEU), but they are not sufficient to portray the difference between the advanced generation models.
9
+
10
+ Therefore, we propose **UniEval** to bridge this gap so that a more comprehensive and fine-grained evaluation of NLG systems can be achieved.
11
+
12
+ ## Pre-trained Evaluator
13
+
14
+ **unieval-sum** is the pre-trained evaluator for the text summarization task. It can evaluate the model output from four dimensions:
15
+ - *coherence*
16
+ - *consistency*
17
+ - *fluency*
18
+ - *relevance*
19
+
20
+ It can also be transferred to the new dimensions and generation tasks, such as *naturalness* and *informativeness* for data-to-text.
21
+
22
+ ## Usage
23
+
24
+ Please refer to [our GitHub repository](https://github.com/maszhongming/UniEval).