paper-with-me

Papers

exBERT: A Visual Analysis Tool to Explore Learned Representations in Transformers Models

2019-10-11 · Benjamin Hoover, Hendrik Strobelt, Sebastian Gehrmann

Large language models can produce powerful contextual representations that lead to improvements across many NLP tasks. Since these models are typically guided by a sequence of learned self attention mechanisms and may comprise undesired inductive biases, it is paramount to be able to explore what the attention has learned. While static analyses of these models lead to targeted insights, interactive tools are more dynamic and can help humans better gain an intuition for the model-internal reasoning process. We present exBERT, an interactive tool named after the popular BERT language model, that provides insights into the meaning of the contextual representations by matching a human-specified input to similar contexts in a large annotated dataset. By aggregating the annotations of the matching similar contexts, exBERT helps intuitively explain what each attention-head has learned.

📄 PDF Abstract BibTeX arXiv:1910.05276

Code (1)

common-english/bert-all pytorch

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
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…
Adam 설명 없음

Similar Papers 제목 키워드 기반

exBERT: A Visual Analysis Tool to Explore Learned Representations in Transformer Models

2020-07-01 · ACL 2020 6 · Benjamin Hoover, Hendrik Strobelt, Sebastian Gehrmann

Large Transformer-based language models can route and reshape complex information via their multi-headed attention mechanism. Although the attention never receives explicit supervision, it can exhibit recognizable patter…

Diversity

Effect of Radiology Report Labeler Quality on Deep Learning Models for Chest X-Ray Interpretation

2021-04-01 · Saahil Jain, Akshay Smit, Andrew Y. Ng, Pranav Rajpurkar

Although deep learning models for chest X-ray interpretation are commonly trained on labels generated by automatic radiology report labelers, the impact of improvements in report labeling on the performance of chest X-ra…

ClassificationGeneral Classificationimage-classificationImage Classification+1

VisualCheXbert: Addressing the Discrepancy Between Radiology Report Labels and Image Labels

2021-02-23 · Saahil Jain, Akshay Smit, Steven QH Truong, Chanh DT Nguyen 외

Automatic extraction of medical conditions from free-text radiology reports is critical for supervising computer vision models to interpret medical images. In this work, we show that radiologists labeling reports signifi…

exBERT: Extending Pre-trained Models with Domain-specific Vocabulary Under Constrained Training Resources

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Wen Tai, H. T. Kung, Xin Dong, Marcus Comiter 외

We introduce exBERT, a training method to extend BERT pre-trained models from a general domain to a new pre-trained model for a specific domain with a new additive vocabulary under constrained training resources (i.e., c…

Articles

MIMOQA: Multimodal Input Multimodal Output Question Answering

2021-06-01 · NAACL 2021 4 · Hrituraj Singh, Anshul Nasery, Denil Mehta, Aishwarya Agarwal 외

Multimodal research has picked up significantly in the space of question answering with the task being extended to visual question answering, charts question answering as well as multimodal input question answering. Howe…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)