CoolFace
Datasetpublic

tasksource/logical-fallacy

https://github.com/causalNLP/logical-fallacy @article{jin2022logical, title={Logical fallacy detection}, author={Jin, Zhijing and Lalwani, Abhinav and Vaidhya, Tejas and Shen, Xiaoyu and Ding, Yiwen and Lyu, Zhiheng and Sachan, Mrinmaya and Mihalcea, Rada and Sch{\"o}lkopf, Bernhard}, journal={arXiv preprint arXiv:2202.13758}, year={2022} }

sourceHugging Faceunknownupdated 3y agoView on Hugging Face
19likes1.1kdownloads
README.md34 linesDownload Raw Back to root
1---2license: unknown3dataset_info:4  features:5  - name: config6    dtype: string7  - name: source_article8    dtype: string9  - name: logical_fallacies10    dtype: string11  splits:12  - name: train13    num_bytes: 50195614    num_examples: 268015  - name: test16    num_bytes: 9391617    num_examples: 51118  - name: dev19    num_bytes: 12302620    num_examples: 57021  download_size: 36904822  dataset_size: 71889823language:24- en25---26https://github.com/causalNLP/logical-fallacy27```28@article{jin2022logical,29  title={Logical fallacy detection},30  author={Jin, Zhijing and Lalwani, Abhinav and Vaidhya, Tejas and Shen, Xiaoyu and Ding, Yiwen and Lyu, Zhiheng and Sachan, Mrinmaya and Mihalcea, Rada and Sch{\"o}lkopf, Bernhard},31  journal={arXiv preprint arXiv:2202.13758},32  year={2022}33}34```