dwright37 commited on
Commit
4b5a851
1 Parent(s): a03b0a0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Scientific Exaggeration Detector
2
+ This is the best exaggeration detection model from the paper "Semi-Supervised Exaggeration Detection of Health Science Press Releases" in EMNLP 2021. The model can be used to measure the causal claim strength of a scientific sentence, which can be used to compare two sentences for exaggeration in causal claim strength. Please use the following when citing this work:
3
+
4
+ ```
5
+ @inproceedings{wright2021exaggeration,
6
+ title={{Semi-Supervised Exaggeration Detection of Health Science Press Releases}},
7
+ author={Dustin Wright and Isabelle Augenstein},
8
+ booktitle = {Proceedings of EMNLP},
9
+ publisher = {Association for Computational Linguistics},
10
+ year = 2021
11
+ }
12
+ ```