henry931007 commited on
Commit
9df92fa
·
1 Parent(s): 62e0ed3

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ## Pre-trained factual consistency checking model introduced in the following paper.
2
+ model = AutoModelforSequenceClassification("mfma")
3
+
4
+ @misc{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
+ booktitle={Findings of the Association for Computational Linguistics: NAACL 2022},
9
+ }