← Search

Jakob Grue Simonsen

5 accepted papers

2023

Faithfulness Tests for Natural Language Explanations

ACL 2023short

Explanations of neural models aim to reveal a model’s decision-making process for its predictions. However, recent work shows that current methods giving explanations such as saliency maps or counterfactuals can be misleading, as they are prone to present reasons that are unfaithful to the model’s i…

2022

Diagnostics-Guided Explanation Generation

AAAI 2022technical

Explanations shed light on a machine learning model's rationales and can aid in identifying deficiencies in its reasoning process. Explanation generation models are typically trained in a supervised way given human explanations. When such annotations are not available, explanations are often selecte…

2020

Encoding word order in complex embeddings

ICLR 2020spotlight

Sequential word order is important when processing text. Currently, neural networks (NNs) address this by modeling word position using position embeddings. The problem is that position embeddings capture the position of individual words, but not the ordered relationship (e.g., adjacency or precedenc…

Cited by 148SourcecodeScholar
2019

Neural Speed Reading with Structural-Jump-LSTM

ICLR 2019poster

Recurrent neural networks (RNNs) can model natural language by sequentially ''reading'' input tokens and outputting a distributed representation of each token. Due to the sequential nature of RNNs, inference time is linearly dependent on the input length, and all inputs are read regardless of their…