Iker commited on
Commit
612eebb
1 Parent(s): 38d78fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -4
README.md CHANGED
@@ -80,14 +80,26 @@ We introduce a large semi-automatically generated dataset of ~400,000 descriptiv
80
  If you want to run experiments with this dataset, please, use the [Official Scorer](https://github.com/hitz-zentroa/This-is-not-a-Dataset#scorer) to ensure reproducibility and fairness.
81
 
82
  # Citation
83
- The paper will be presented at EMNLP 2023, the citation will be available soon. For now, you can use the following bibtex:
84
 
85
  ```bibtex
86
- @inproceedings{this-is-not-a-dataset,
87
  title = "This is not a Dataset: A Large Negation Benchmark to Challenge Large Language Models",
88
- author = "Iker García-Ferrero, Begoña Altuna, Javier Alvez, Itziar Gonzalez-Dios, German Rigau",
89
- booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing (EMNLP)",
 
 
 
 
 
 
 
 
90
  year = "2023",
 
91
  publisher = "Association for Computational Linguistics",
 
 
 
 
92
  }
93
  ```
 
80
  If you want to run experiments with this dataset, please, use the [Official Scorer](https://github.com/hitz-zentroa/This-is-not-a-Dataset#scorer) to ensure reproducibility and fairness.
81
 
82
  # Citation
 
83
 
84
  ```bibtex
85
+ @inproceedings{garcia-ferrero-etal-2023-dataset,
86
  title = "This is not a Dataset: A Large Negation Benchmark to Challenge Large Language Models",
87
+ author = "Garc{\'\i}a-Ferrero, Iker and
88
+ Altuna, Bego{\~n}a and
89
+ Alvez, Javier and
90
+ Gonzalez-Dios, Itziar and
91
+ Rigau, German",
92
+ editor = "Bouamor, Houda and
93
+ Pino, Juan and
94
+ Bali, Kalika",
95
+ booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing",
96
+ month = dec,
97
  year = "2023",
98
+ address = "Singapore",
99
  publisher = "Association for Computational Linguistics",
100
+ url = "https://aclanthology.org/2023.emnlp-main.531",
101
+ doi = "10.18653/v1/2023.emnlp-main.531",
102
+ pages = "8596--8615",
103
+ abstract = "Although large language models (LLMs) have apparently acquired a certain level of grammatical knowledge and the ability to make generalizations, they fail to interpret negation, a crucial step in Natural Language Processing. We try to clarify the reasons for the sub-optimal performance of LLMs understanding negation. We introduce a large semi-automatically generated dataset of circa 400,000 descriptive sentences about commonsense knowledge that can be true or false in which negation is present in about 2/3 of the corpus in different forms. We have used our dataset with the largest available open LLMs in a zero-shot approach to grasp their generalization and inference capability and we have also fine-tuned some of the models to assess whether the understanding of negation can be trained. Our findings show that, while LLMs are proficient at classifying affirmative sentences, they struggle with negative sentences and lack a deep understanding of negation, often relying on superficial cues. Although fine-tuning the models on negative sentences improves their performance, the lack of generalization in handling negation is persistent, highlighting the ongoing challenges of LLMs regarding negation understanding and generalization. The dataset and code are publicly available.",
104
  }
105
  ```