paper-with-me

Papers

ExBERT: An External Knowledge Enhanced BERT for Natural Language Inference

2021-08-03 · Amit Gajbhiye, Noura Al Moubayed, Steven Bradley

Neural language representation models such as BERT, pre-trained on large-scale unstructured corpora lack explicit grounding to real-world commonsense knowledge and are often unable to remember facts required for reasoning and inference. Natural Language Inference (NLI) is a challenging reasoning task that relies on common human understanding of language and real-world commonsense knowledge. We introduce a new model for NLI called External Knowledge Enhanced BERT (ExBERT), to enrich the contextual representation with real-world commonsense knowledge from external knowledge sources and enhance BERT's language understanding and reasoning capabilities. ExBERT takes full advantage of contextual word representations obtained from BERT and employs them to retrieve relevant external knowledge from knowledge graphs and to encode the retrieved external knowledge. Our model adaptively incorporates the external knowledge context required for reasoning over the inputs. Extensive experiments on the challenging SciTail and SNLI benchmarks demonstrate the effectiveness of ExBERT: in comparison to the previous state-of-the-art, we obtain an accuracy of 95.9% on SciTail and 91.5% on SNLI.

📄 PDF Abstract BibTeX arXiv:2108.01589

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge GraphsNatural Language Inference

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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$…
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
WordPiece 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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 제목 키워드 기반

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

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

RexBERT: Context Specialized Bidirectional Encoders for E-commerce

2026-02-04 · Rahul Bajaj, Anuj Garg arxiv

Encoder-only transformers remain indispensable in retrieval, classification, and ranking systems where latency, stability, and cost are paramount. Most general purpose encoders, however, are trained on generic corpora wi…

Natural Language UnderstandingSemantic Similarity

Triple Classification for Scholarly Knowledge Graph Completion

2021-11-23 · Mohamad Yaser Jaradeh, Kuldeep Singh, Markus Stocker, Sören Auer

Scholarly Knowledge Graphs (KGs) provide a rich source of structured information representing knowledge encoded in scientific publications. With the sheer volume of published scientific literature comprising a plethora o…

ClassificationKnowledge Graph CompletionKnowledge GraphsLink Prediction+2

CheXbert: Combining Automatic Labelers and Expert Annotations for Accurate Radiology Report Labeling Using BERT

2020-04-20 · Akshay Smit, Saahil Jain, Pranav Rajpurkar, Anuj Pareek 외

The extraction of labels from radiology text reports enables large-scale training of medical imaging models. Existing approaches to report labeling typically rely either on sophisticated feature engineering based on medi…

Feature Engineering