Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
license: mit
|
3 |
---
|
4 |
# AlignScore
|
5 |
-
This is the repository for AlignScore, a metric for automatic factual consistency evaluation of text pairs. The metric is introduced in
|
6 |
|
7 |
[AlignScore: Evaluating Factual Consistency with a Unified Alignment Function](https://arxiv.org/abs/2305.16739)
|
8 |
|
@@ -10,6 +10,8 @@ Yuheng Zha, Yichi Yang, Ruichen Li and Zhiting Hu
|
|
10 |
|
11 |
ACL 2023
|
12 |
|
|
|
|
|
13 |
What is factual consistency and its evaluation?
|
14 |
* **Facutual Consistency:** For a given text pair (**a**, **b**), they are considered factual consistent if 1) all the information in **b** is also present in **a**; 2) **b** does not contradict **a**.
|
15 |
* **Evaluation:** Show the degree of factual consistency between the context (text **a**) and the claim (text **b**).
|
|
|
2 |
license: mit
|
3 |
---
|
4 |
# AlignScore
|
5 |
+
This is the repository for AlignScore and its checkpoints, a metric for automatic factual consistency evaluation of text pairs. The metric is introduced in
|
6 |
|
7 |
[AlignScore: Evaluating Factual Consistency with a Unified Alignment Function](https://arxiv.org/abs/2305.16739)
|
8 |
|
|
|
10 |
|
11 |
ACL 2023
|
12 |
|
13 |
+
Code is at https://github.com/yuh-zha/AlignScore
|
14 |
+
|
15 |
What is factual consistency and its evaluation?
|
16 |
* **Facutual Consistency:** For a given text pair (**a**, **b**), they are considered factual consistent if 1) all the information in **b** is also present in **a**; 2) **b** does not contradict **a**.
|
17 |
* **Evaluation:** Show the degree of factual consistency between the context (text **a**) and the claim (text **b**).
|