paper-with-me

Papers

Does External Knowledge Help Explainable Natural Language Inference? Automatic Evaluation vs. Human Ratings

2021-09-16 · EMNLP (BlackboxNLP) 2021 11 · Hendrik Schuff, Hsiu-Yu Yang, Heike Adel, Ngoc Thang Vu

Natural language inference (NLI) requires models to learn and apply commonsense knowledge. These reasoning abilities are particularly important for explainable NLI systems that generate a natural language explanation in addition to their label prediction. The integration of external knowledge has been shown to improve NLI systems, here we investigate whether it can also improve their explanation capabilities. For this, we investigate different sources of external knowledge and evaluate the performance of our models on in-domain data as well as on special transfer datasets that are designed to assess fine-grained reasoning capabilities. We find that different sources of knowledge have a different effect on reasoning abilities, for example, implicit knowledge stored in language models can hinder reasoning on numbers and negations. Finally, we conduct the largest and most fine-grained explainable NLI crowdsourcing study to date. It reveals that even large differences in automatic performance scores do neither reflect in human ratings of label, explanation, commonsense nor grammar correctness.

📄 PDF Abstract BibTeX arXiv:2109.07833

Code (1)

boschresearch/external-knowledge-explainable-nli 공식 구현

Tasks

Natural Language Inference

Similar Papers 제목 키워드 기반

Does Knowledge Help General NLU? An Empirical Study

2021-09-01 · Ruochen Xu, Yuwei Fang, Chenguang Zhu, Michael Zeng

It is often observed in knowledge-centric tasks (e.g., common sense question and answering, relation classification) that the integration of external knowledge such as entity representation into language models can help …

Common Sense ReasoningLanguage ModelingLanguage ModellingNatural Language Understanding+1

Several Experiments on Investigating Pretraining and Knowledge-Enhanced Models for Natural Language Inference

2019-04-27 · Tianda Li, Xiaodan Zhu, Quan Liu, Qian Chen 외

Natural language inference (NLI) is among the most challenging tasks in natural language understanding. Recent work on unsupervised pretraining that leverages unsupervised signals such as language-model and sentence pred…

Language ModelingLanguage ModellingNatural Language InferenceNatural Language Understanding+1

XTE: Explainable Text Entailment

2020-09-25 · Vivian S. Silva, André Freitas, Siegfried Handschuh

Text entailment, the task of determining whether a piece of text logically follows from another piece of text, is a key component in NLP, providing input for many semantic applications such as question answering, text su…

Machine TranslationQuestion AnsweringText SummarizationWorld Knowledge

What Knowledge Is Needed? Towards Explainable Memory for kNN-MT Domain Adaptation

2022-11-08 · Wenhao Zhu, ShuJian Huang, Yunzhe Lv, Xin Zheng 외

kNN-MT presents a new paradigm for domain adaptation by building an external datastore, which usually saves all target language token occurrences in the parallel corpus. As a result, the constructed datastore is usually …

Domain AdaptationNMTTranslation

Knowledge-Augmented Methods for Natural Language Processing

2022-05-01 · ACL 2022 5 · Chenguang Zhu, Yichong Xu, Xiang Ren, Bill Lin 외

Knowledge in natural language processing (NLP) has been a rising trend especially after the advent of large scale pre-trained models. NLP models with attention to knowledge can i) access unlimited amount of external info…

Text Generation