Navy0067 commited on
Commit
212cd71
·
verified ·
1 Parent(s): 309198d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -221,4 +221,31 @@ Original LOGIC/CoCoLoFa data (81.7% of training set)
221
 
222
  Contrastive pairs oversampled 3x (emphasizes boundary learning)
223
 
224
- Final balance: 50.3% fallacies, 49.7% valid
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
221
 
222
  Contrastive pairs oversampled 3x (emphasizes boundary learning)
223
 
224
+ ## Dataset
225
+
226
+ The contrastive training pairs used for fine-tuning this model are available at:
227
+ [Navy0067/contrastive-pairs-for-logical-fallacy](https://huggingface.co/datasets/Navy0067/contrastive-pairs-for-logical-fallacy)
228
+
229
+ ## Contact
230
+ Author: Navyansh Singh
231
+
232
+ Hugging Face: @Navy0067
233
+
234
+ Email: Navyansh24102@iiitnr.edu.in
235
+
236
+ License
237
+ Apache 2.0 - See LICENSE file for details.
238
+
239
+ ## Citation
240
+
241
+ If you use this model in your research, please cite it as:
242
+
243
+ ```bibtex
244
+ @misc{singh2026fallacy,
245
+ author = {Navyansh Singh},
246
+ title = {Logical Fallacy Detector: Binary Classification with Contrastive Learning},
247
+ year = {2026},
248
+ publisher = {Hugging Face},
249
+ journal = {Hugging Face Model Hub},
250
+ url = {https://huggingface.co/Navy0067/Fallacy-detector-binary}
251
+ }