Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,7 @@ license:
|
|
20 |
The T5-base-summarization-claim-extractor is a model developed for the task of extracting atomic claims from summaries. The model is based on the T5 architecture which is then fine-tuned specifically for claim extraction.
|
21 |
|
22 |
This model was introduced as part of the research presented in the paper ["FENICE: Factuality Evaluation of summarization based on Natural Language Inference and Claim Extraction" by Alessandro Scirè, Karim Ghonim, and Roberto Navigli.](https://aclanthology.org/2024.findings-acl.841.pdf) FENICE leverages Natural Language Inference (NLI) and Claim Extraction to evaluate the factuality of summaries.
|
|
|
23 |
|
24 |
### Intended Use
|
25 |
|
@@ -46,7 +47,7 @@ claims = tokenizer.batch_decode(claims, skip_special_tokens=True)
|
|
46 |
|
47 |
|
48 |
### Training
|
49 |
-
For details regarding the training process, please checkout our
|
50 |
|
51 |
### Performance
|
52 |
|
|
|
20 |
The T5-base-summarization-claim-extractor is a model developed for the task of extracting atomic claims from summaries. The model is based on the T5 architecture which is then fine-tuned specifically for claim extraction.
|
21 |
|
22 |
This model was introduced as part of the research presented in the paper ["FENICE: Factuality Evaluation of summarization based on Natural Language Inference and Claim Extraction" by Alessandro Scirè, Karim Ghonim, and Roberto Navigli.](https://aclanthology.org/2024.findings-acl.841.pdf) FENICE leverages Natural Language Inference (NLI) and Claim Extraction to evaluate the factuality of summaries.
|
23 |
+
[ArXiv version](https://arxiv.org/abs/2403.02270).
|
24 |
|
25 |
### Intended Use
|
26 |
|
|
|
47 |
|
48 |
|
49 |
### Training
|
50 |
+
For details regarding the training process, please checkout our paper(https://aclanthology.org/2024.findings-acl.841.pdf) (section 4.1).
|
51 |
|
52 |
### Performance
|
53 |
|