paper-with-me

Papers

Interpreting Attention Models with Human Visual Attention in Machine Reading Comprehension

2020-10-13 · CONLL 2020 · Ekta Sood, Simon Tannert, Diego Frassinelli, Andreas Bulling, Ngoc Thang Vu

While neural networks with attention mechanisms have achieved superior performance on many natural language processing tasks, it remains unclear to which extent learned attention resembles human visual attention. In this paper, we propose a new method that leverages eye-tracking data to investigate the relationship between human visual attention and neural attention in machine reading comprehension. To this end, we introduce a novel 23 participant eye tracking dataset - MQA-RC, in which participants read movie plots and answered pre-defined questions. We compare state of the art networks based on long short-term memory (LSTM), convolutional neural models (CNN) and XLNet Transformer architectures. We find that higher similarity to human attention and performance significantly correlates to the LSTM and CNN models. However, we show this relationship does not hold true for the XLNet models -- despite the fact that the XLNet performs best on this challenging task. Our results suggest that different architectures seem to learn rather different neural attention strategies and similarity of neural to human attention does not guarantee best performance.

📄 PDF Abstract BibTeX arXiv:2010.06396

Code (0)

등록된 구현이 없습니다.

Tasks

Machine Reading ComprehensionReading Comprehension

Methods 이 논문이 사용한 방법론

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 설명 없음
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Interpreting Attention Models with Human Visual Attention in Machine Reading Comprehension

2020-06-03 · Anonymous

While neural networks with attention mechanisms have achieved superior performance on many natural language processing tasks, it remains unclear to which extent learned attention resembles human visual attention. We stud…

Machine Reading ComprehensionQuestion AnsweringReading Comprehension

Understanding More about Human and Machine Attention in Deep Neural Networks

2019-06-20 · Qiuxia Lai, Salman Khan, Yongwei Nie, Jianbing Shen 외

Human visual system can selectively attend to parts of a scene for quick perception, a biological mechanism known as Human attention. Inspired by this, recent deep learning models encode attention mechanisms to focus on …

Fine-Grained Image ClassificationImage ClassificationSemantic SegmentationTemporal Action Localization

Teaching Machines to Code: Neural Markup Generation with Visual Attention

2018-02-15 · Sumeet S. Singh

We present a neural transducer model with visual attention that learns to generate LaTeX markup of a real-world math formula given its image. Applying sequence modeling and transduction techniques that have been very suc…

MathOptical Character Recognition (OCR)

From Black Box to Bijection: Interpreting Machine Learning to Build a Zeta Map Algorithm

2025-11-16 · Xiaoyu Huang, Blake Jackson, Kyu-Hwan Lee arxiv

There is a large class of problems in algebraic combinatorics which can be distilled into the same challenge: construct an explicit combinatorial bijection. Traditionally, researchers have solved challenges like these by…

Interpretation of Feature Space using Multi-Channel Attentional Sub-Networks

2019-04-30 · Masanari Kimura, Masayuki Tanaka

Convolutional Neural Networks have achieved impressive results in various tasks, but interpreting the internal mechanism is a challenging problem. To tackle this problem, we exploit a multi-channel attention mechanism in…

Attribute