Commit ·
bbf9d53
1
Parent(s): 9df92fa
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
## Pre-trained factual consistency checking model introduced in the following paper.
|
| 2 |
model = AutoModelforSequenceClassification("mfma")
|
| 3 |
|
| 4 |
-
@
|
| 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},
|
|
|
|
| 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},
|