pritamdeka commited on
Commit
52f25c5
1 Parent(s): 42a2a72

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -97,9 +97,22 @@ The following hyperparameters were used during training:
97
 
98
  <!--- Describe where people can find more information -->
99
 
100
- If you use the model kindly cite the following work (Paper accepted at BioNLP2023@ACL2023, citation will be updated)
101
 
102
  ```
103
- Multiple Evidence Combination for Fact-Checking of Health-Related Information
 
 
 
 
 
 
 
 
 
 
 
 
 
104
 
105
  ```
 
97
 
98
  <!--- Describe where people can find more information -->
99
 
100
+ If you use the model kindly cite the following work
101
 
102
  ```
103
+ @inproceedings{deka-etal-2023-multiple,
104
+ title = "Multiple Evidence Combination for Fact-Checking of Health-Related Information",
105
+ author = "Deka, Pritam and
106
+ Jurek-Loughrey, Anna and
107
+ P, Deepak",
108
+ booktitle = "The 22nd Workshop on Biomedical Natural Language Processing and BioNLP Shared Tasks",
109
+ month = jul,
110
+ year = "2023",
111
+ address = "Toronto, Canada",
112
+ publisher = "Association for Computational Linguistics",
113
+ url = "https://aclanthology.org/2023.bionlp-1.20",
114
+ pages = "237--247",
115
+ abstract = "Fact-checking of health-related claims has become necessary in this digital age, where any information posted online is easily available to everyone. The most effective way to verify such claims is by using evidences obtained from reliable sources of medical knowledge, such as PubMed. Recent advances in the field of NLP have helped automate such fact-checking tasks. In this work, we propose a domain-specific BERT-based model using a transfer learning approach for the task of predicting the veracity of claim-evidence pairs for the verification of health-related facts. We also improvise on a method to combine multiple evidences retrieved for a single claim, taking into consideration conflicting evidences as well. We also show how our model can be exploited when labelled data is available and how back-translation can be used to augment data when there is data scarcity.",
116
+ }
117
 
118
  ```