paper-with-me

Papers

NegatER: Unsupervised Discovery of Negatives in Commonsense Knowledge Bases

2020-11-15 · EMNLP 2021 11 · Tara Safavi, Jing Zhu, Danai Koutra

Codifying commonsense knowledge in machines is a longstanding goal of artificial intelligence. Recently, much progress toward this goal has been made with automatic knowledge base (KB) construction techniques. However, such techniques focus primarily on the acquisition of positive (true) KB statements, even though negative (false) statements are often also important for discriminative reasoning over commonsense KBs. As a first step toward the latter, this paper proposes NegatER, a framework that ranks potential negatives in commonsense KBs using a contextual language model (LM). Importantly, as most KBs do not contain negatives, NegatER relies only on the positive knowledge in the LM and does not require ground-truth negative examples. Experiments demonstrate that, compared to multiple contrastive data augmentation approaches, NegatER yields negatives that are more grammatical, coherent, and informative -- leading to statistically significant accuracy improvements in a challenging KB completion task and confirming that the positive knowledge in LMs can be "re-purposed" to generate negative knowledge.

📄 PDF Abstract BibTeX arXiv:2011.07497

Code (1)

tsafavi/negater 공식 구현 pytorch

Tasks

Data AugmentationLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Unsupervised Commonsense Question Answering with Self-Talk

2020-04-11 · EMNLP 2020 11 · Vered Shwartz, Peter West, Ronan Le Bras, Chandra Bhagavatula 외

Natural language understanding involves reading between the lines with implicit background knowledge. Current systems either rely on pre-trained language models as the sole implicit source of world knowledge, or resort t…

Language ModelingLanguage ModellingMultiple-choiceNatural Language Understanding+2

VCD: Knowledge Base Guided Visual Commonsense Discovery in Images

2024-02-27 · Xiangqing Shen, Yurun Song, Siwei Wu, Rui Xia

Visual commonsense contains knowledge about object properties, relationships, and behaviors in visual data. Discovering visual commonsense can provide a more comprehensive and richer understanding of images, and enhance …

Decision MakingLanguage ModellingQuestion AnsweringVisual Question Answering

Improving Unsupervised Commonsense Reasoning Using Knowledge-Enabled Natural Language Inference

2021-11-01 · Findings (EMNLP) 2021 11 · Canming Huang, Weinan He, Yongmei Liu

Recent methods based on pre-trained language models have shown strong supervised performance on commonsense reasoning. However, they rely on expensive data annotation and time-consuming training. Thus, we focus on unsupe…

Natural Language InferenceTransfer LearningWinowhy

TSGP: Two-Stage Generative Prompting for Unsupervised Commonsense Question Answering

2022-11-24 · Yueqing Sun, Yu Zhang, Le Qi, Qi Shi

Unsupervised commonsense question answering requires mining effective commonsense knowledge without the rely on the labeled task data. Previous methods typically retrieved from traditional knowledge bases or used pre-tra…

Answer GenerationQuestion AnsweringVocal Bursts Valence Prediction

ArT: All-round Thinker for Unsupervised Commonsense Question-Answering

2021-12-26 · Jiawei Wang, Hai Zhao

Without labeled question-answer pairs for necessary training, unsupervised commonsense question-answering (QA) appears to be extremely challenging due to its indispensable unique prerequisite on commonsense source like k…

AllQuestion Answering