Commit ·
930f5d9
1
Parent(s): d2e60df
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,14 @@
|
|
| 1 |
## Pre-trained factual consistency checking model introduced in the following paper.
|
| 2 |
model = AutoModelforSequenceClassification("mfma")
|
| 3 |
|
|
|
|
|
|
|
|
|
|
| 4 |
@inproceedings{lee2022mfma,
|
| 5 |
title={Masked Summarization to Generate Factually Inconsistent Summaries for Improved Factual Consistency Checking},
|
| 6 |
author={Hwanhee Lee and Kang Min Yoo and Joonsuk Park and Hwaran Lee and Kyomin Jung},
|
| 7 |
year={2022},
|
| 8 |
month={july},
|
| 9 |
booktitle={Findings of the Association for Computational Linguistics: NAACL 2022},
|
| 10 |
-
}
|
|
|
|
|
|
| 1 |
## Pre-trained factual consistency checking model introduced in the following paper.
|
| 2 |
model = AutoModelforSequenceClassification("mfma")
|
| 3 |
|
| 4 |
+
|
| 5 |
+
|
| 6 |
+
```
|
| 7 |
@inproceedings{lee2022mfma,
|
| 8 |
title={Masked Summarization to Generate Factually Inconsistent Summaries for Improved Factual Consistency Checking},
|
| 9 |
author={Hwanhee Lee and Kang Min Yoo and Joonsuk Park and Hwaran Lee and Kyomin Jung},
|
| 10 |
year={2022},
|
| 11 |
month={july},
|
| 12 |
booktitle={Findings of the Association for Computational Linguistics: NAACL 2022},
|
| 13 |
+
}
|
| 14 |
+
```
|