Update README.md
Browse files
README.md
CHANGED
@@ -11,9 +11,9 @@ metrics:
|
|
11 |
# AlignScoreCS
|
12 |
|
13 |
A MultiTask multilingual model is developed to assess factual consistency in context-claim pairs across various Natural Language Understanding (NLU) tasks,
|
14 |
-
including Summarization
|
15 |
-
AlignScoreCS is fine-tuned on a vast multi-task dataset consisting of 7 million documents, encompassing these NLU tasks in both Czech and English languages.
|
16 |
-
Its multilingual pre-training enables its potential utilization in various other languages
|
17 |
binary classification, or ternary classification, although for evaluation purposes, we recommend employing the AlignScore function.
|
18 |
|
19 |
This work is influenced by its English counterpart [AlignScore: Evaluating Factual Consistency with a Unified Alignment Function](https://arxiv.org/abs/2305.16739).
|
|
|
11 |
# AlignScoreCS
|
12 |
|
13 |
A MultiTask multilingual model is developed to assess factual consistency in context-claim pairs across various Natural Language Understanding (NLU) tasks,
|
14 |
+
including **Summarization**, **Question Answering (QA)**, **Semantic Textual Similarity (STS)**, **Paraphrase**, **Fact Verification (FV)**, and **Natural Language Inference (NLI)**.
|
15 |
+
AlignScoreCS is fine-tuned on a vast multi-task dataset consisting of 7 million documents, encompassing these NLU tasks in both **Czech** and **English** languages.
|
16 |
+
Its multilingual pre-training enables its potential utilization in **various other languages**. The architecture is capable of processing tasks using regression,
|
17 |
binary classification, or ternary classification, although for evaluation purposes, we recommend employing the AlignScore function.
|
18 |
|
19 |
This work is influenced by its English counterpart [AlignScore: Evaluating Factual Consistency with a Unified Alignment Function](https://arxiv.org/abs/2305.16739).
|