paper-with-me

홈 › Papers

Back to the Future: Unsupervised Backprop-based Decoding for Counterfactual and Abductive Commonsense Reasoning

2020-10-12 · EMNLP 2020 11 · Lianhui Qin, Vered Shwartz, Peter West, Chandra Bhagavatula, Jena Hwang, Ronan Le Bras, Antoine Bosselut, Yejin Choi

Abductive and counterfactual reasoning, core abilities of everyday human cognition, require reasoning about what might have happened at time t, while conditioning on multiple contexts from the relative past and future. However, simultaneous incorporation of past and future contexts using generative language models (LMs) can be challenging, as they are trained either to condition only on the past context or to perform narrowly scoped text-infilling. In this paper, we propose DeLorean, a new unsupervised decoding algorithm that can flexibly incorporate both the past and future contexts using only off-the-shelf, left-to-right language models and no supervision. The key intuition of our algorithm is incorporating the future through back-propagation, during which, we only update the internal representation of the output while fixing the model parameters. By alternating between forward and backward propagation, DeLorean can decode the output representation that reflects both the left and right contexts. We demonstrate that our approach is general and applicable to two nonmonotonic reasoning tasks: abductive text generation and counterfactual story revision, where DeLorean outperforms a range of unsupervised and some supervised methods, based on automatic and human evaluation.

📄 PDF Abstract BibTeX arXiv:2010.05906

Code (1)

qkaren/unsup_gen_for_cms_reasoning 공식 구현 pytorch

Tasks

counterfactualCounterfactual ReasoningText GenerationText Infilling

Similar Papers 제목 키워드 기반

MACD: Model-Aware Contrastive Decoding via Counterfactual Data

2026-02-02 · Qixin Xiao, Kun Zhou arxiv

Video language models (Video-LLMs) are prone to hallucinations, generating plausible but ungrounded content when visual evidence is weak, ambiguous, or biased. Existing methods, such as contrastive decoding (CD), rely on…

Localized random projections challenge benchmarks for bio-plausible deep learning

2019-05-01 · ICLR 2019 5 · Bernd Illing, Wulfram Gerstner, Johanni Brea

Similar to models of brain-like computation, artificial deep neural networks rely on distributed coding, parallel processing and plastic synaptic weights. Training deep neural networks with the error-backpropagation algo…

Deep LearningGeneral ClassificationObject Recognition

Unsupervised Distractor Generation via Large Language Model Distilling and Counterfactual Contrastive Decoding

2024-06-03 · Fanyi Qu, Hao Sun, Yunfang Wu

Within the context of reading comprehension, the task of Distractor Generation (DG) aims to generate several incorrect options to confuse readers. Traditional supervised methods for DG rely heavily on expensive human-ann…

counterfactualDistractor GenerationLanguage ModelingLanguage Modelling+2

CSNNs: Unsupervised, Backpropagation-free Convolutional Neural Networks for Representation Learning

2020-01-28 · Bonifaz Stuhr, Jürgen Brauer

This work combines Convolutional Neural Networks (CNNs), clustering via Self-Organizing Maps (SOMs) and Hebbian Learning to propose the building blocks of Convolutional Self-Organizing Neural Networks (CSNNs), which lear…

ClusteringRepresentation Learning

Stacked unsupervised learning with a network architecture found by supervised meta-learning

2022-06-06 · Kyle Luther, H. Sebastian Seung

Stacked unsupervised learning (SUL) seems more biologically plausible than backpropagation, because learning is local to each layer. But SUL has fallen far short of backpropagation in practical applications, undermining …

ClusteringData AugmentationMeta-Learning