CoolFace
Datasetpublic

tasksource/scinli

#SciNLI: A Corpus for Natural Language Inference on Scientific Text https://github.com/msadat3/SciNLI @inproceedings{sadat-caragea-2022-scinli, title = "{S}ci{NLI}: A Corpus for Natural Language Inference on Scientific Text", author = "Sadat, Mobashir and Caragea, Cornelia", booktitle = "Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)", month = may, year = "2022", address = "Dublin, Ireland"… See the full description on the dataset page: https://huggingface.co/datasets/tasksource/scinli.

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
5likes278downloads
README.md21 linesDownload Raw Back to root
1---2license: apache-2.03---4#SciNLI: A Corpus for Natural Language Inference on Scientific Text5 6https://github.com/msadat3/SciNLI7 8```bib9@inproceedings{sadat-caragea-2022-scinli,10    title = "{S}ci{NLI}: A Corpus for Natural Language Inference on Scientific Text",11    author = "Sadat, Mobashir  and12      Caragea, Cornelia",13    booktitle = "Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",14    month = may,15    year = "2022",16    address = "Dublin, Ireland",17    publisher = "Association for Computational Linguistics",18    url = "https://aclanthology.org/2022.acl-long.511",19    pages = "7399--7409",20}21```