paper-with-me

홈 › Papers

Modeling Event Plausibility with Consistent Conceptual Abstraction

2021-04-20 · NAACL 2021 4 · Ian Porada, Kaheer Suleman, Adam Trischler, Jackie Chi Kit Cheung

Understanding natural language requires common sense, one aspect of which is the ability to discern the plausibility of events. While distributional models -- most recently pre-trained, Transformer language models -- have demonstrated improvements in modeling event plausibility, their performance still falls short of humans'. In this work, we show that Transformer-based plausibility models are markedly inconsistent across the conceptual classes of a lexical hierarchy, inferring that "a person breathing" is plausible while "a dentist breathing" is not, for example. We find this inconsistency persists even when models are softly injected with lexical knowledge, and we present a simple post-hoc method of forcing model consistency that improves correlation with human plausibility judgements.

📄 PDF Abstract BibTeX arXiv:2104.10247

Code (1)

ianporada/modeling_event_plausibility 공식 구현 pytorch

Tasks

Common Sense Reasoning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

EntailE: Introducing Textual Entailment in Commonsense Knowledge Graph Completion

2024-02-15 · Ying Su, Tianqing Fang, Huiru Xiao, Weiqi Wang 외

Commonsense knowledge graph completion is a new challenge for commonsense knowledge graph construction and application. In contrast to factual knowledge graphs such as Freebase and YAGO, commonsense knowledge graphs (CSK…

graph constructionGraph EmbeddingKnowledge Graph CompletionKnowledge Graph Embedding+2

Modelling Adjectival Modification Effects on Semantic Plausibility

2025-07-29 · Anna Golub, Beate Zywietz, Annerose Eichel arxiv

While the task of assessing the plausibility of events such as ''news is relevant'' has been addressed by a growing body of work, less attention has been paid to capturing changes in plausibility as triggered by event mo…

Dialogue Generation

AbsInstruct: Eliciting Abstraction Ability from LLMs through Explanation Tuning with Plausibility Estimation

2024-02-16 · Zhaowei Wang, Wei Fan, Qing Zong, Hongming Zhang 외

Abstraction ability is crucial in human intelligence, which can also benefit various tasks in NLP study. Existing work shows that LLMs are deficient in abstract ability, and how to improve it remains unexplored. In this …

Instruction Following

Plausible-Parrots @ MSP2023: Enhancing Semantic Plausibility Modeling using Entity and Event Knowledge

2024-08-29 · Chong Shen, Chenyue Zhou

In this work, we investigate the effectiveness of injecting external knowledge to a large language model (LLM) to identify semantic plausibility of simple events. Specifically, we enhance the LLM with fine-grained entity…

Language ModelingLanguage ModellingLarge Language Model

Can a Gorilla Ride a Camel? Learning Semantic Plausibility from Text

2019-11-13 · WS 2019 11 · Ian Porada, Kaheer Suleman, Jackie Chi Kit Cheung

Modeling semantic plausibility requires commonsense knowledge about the world and has been used as a testbed for exploring various knowledge representations. Previous work has focused specifically on modeling physical pl…

Natural Language Understanding