sileod commited on
Commit
c883cdc
·
verified ·
1 Parent(s): a47fe33

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -1
README.md CHANGED
@@ -31,4 +31,29 @@ dataset_info:
31
  ---
32
  # Dataset Card for "LogicNLI"
33
 
34
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  ---
32
  # Dataset Card for "LogicNLI"
33
 
34
+ ```bib
35
+ @inproceedings{tian-etal-2021-diagnosing,
36
+ title = "Diagnosing the First-Order Logical Reasoning Ability Through {L}ogic{NLI}",
37
+ author = "Tian, Jidong and
38
+ Li, Yitian and
39
+ Chen, Wenqing and
40
+ Xiao, Liqiang and
41
+ He, Hao and
42
+ Jin, Yaohui",
43
+ editor = "Moens, Marie-Francine and
44
+ Huang, Xuanjing and
45
+ Specia, Lucia and
46
+ Yih, Scott Wen-tau",
47
+ booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing",
48
+ month = nov,
49
+ year = "2021",
50
+ address = "Online and Punta Cana, Dominican Republic",
51
+ publisher = "Association for Computational Linguistics",
52
+ url = "https://aclanthology.org/2021.emnlp-main.303",
53
+ doi = "10.18653/v1/2021.emnlp-main.303",
54
+ pages = "3738--3747",
55
+ abstract = "Recently, language models (LMs) have achieved significant performance on many NLU tasks, which has spurred widespread interest for their possible applications in the scientific and social area. However, LMs have faced much criticism of whether they are truly capable of reasoning in NLU. In this work, we propose a diagnostic method for first-order logic (FOL) reasoning with a new proposed benchmark, LogicNLI. LogicNLI is an NLI-style dataset that effectively disentangles the target FOL reasoning from commonsense inference and can be used to diagnose LMs from four perspectives: accuracy, robustness, generalization, and interpretability. Experiments on BERT, RoBERTa, and XLNet, have uncovered the weaknesses of these LMs on FOL reasoning, which motivates future exploration to enhance the reasoning ability.",
56
+ }
57
+ ```
58
+
59
+ https://github.com/omnilabNLP/LogicNLI