paper-with-me

Papers

ERNIE: Enhanced Representation through Knowledge Integration

2019-04-19 · Yu Sun, Shuohuan Wang, Yukun Li, Shikun Feng, Xuyi Chen, Han Zhang, Xin Tian, Danxiang Zhu, Hao Tian, Hua Wu

We present a novel language representation model enhanced by knowledge called ERNIE (Enhanced Representation through kNowledge IntEgration). Inspired by the masking strategy of BERT, ERNIE is designed to learn language representation enhanced by knowledge masking strategies, which includes entity-level masking and phrase-level masking. Entity-level strategy masks entities which are usually composed of multiple words.Phrase-level strategy masks the whole phrase which is composed of several words standing together as a conceptual unit.Experimental results show that ERNIE outperforms other baseline methods, achieving new state-of-the-art results on five Chinese natural language processing tasks including natural language inference, semantic similarity, named entity recognition, sentiment analysis and question answering. We also demonstrate that ERNIE has more powerful knowledge inference capacity on a cloze test.

📄 PDF Abstract BibTeX arXiv:1904.09223

Code (19)

PaddlePaddle/PaddleNLP/tree/develop/model_zoo/ernie-1.0 공식 구현 paddle
2023-MindSpore-1/ms-code-5/tree/main/emotect mindspore
2023-MindSpore-1/ms-code-5/tree/main/ernie mindspore
2024-MindSpore-1/Code2/tree/main/model-1/ernie mindspore
2024-MindSpore-1/Code2/tree/main/model-1/ernie_m mindspore
LaiXinyi823/emotect mindspore
Mind23-2/MindCode-100 mindspore
Mind23-2/MindCode-99 mindspore
MindCode-4/code-3/tree/main/ernie mindspore
MindCode-4/code-3/tree/main/ernie_m mindspore
MindSpore-paper-code-3/code9/tree/main/emotect mindspore
PaddlePaddle/ERNIE paddle
cui0523/Code6/tree/main/ernie mindspore
lonePatient/ERNIE-text-classification-pytorch pytorch
lvyufeng/ERNIE_mindspore mindspore
lyqcom/emotect mindspore
nghuyong/ERNIE-Pytorch pytorch
vchopin/ERNIE_Emotect mindspore
yangyucheng000/University/tree/main/model-2/ernie mindspore

Tasks

Chinese Named Entity RecognitionChinese Sentence Pair ClassificationChinese Sentiment AnalysisCloze TestNamed Entity RecognitionNamed Entity Recognition (NER)Natural Language InferenceQuestion AnsweringSemantic SimilaritySemantic Textual SimilaritySentiment Analysis

Methods 이 논문이 사용한 방법론

ERNIE ERNIE is a transformer-based model consisting of two stacked modules: 1) textual encoder and 2) knowledgeable encoder, which is responsible to integrate extra token-oriented…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
Residual Connection 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

ERNIE-ViL: Knowledge Enhanced Vision-Language Representations Through Scene Graph

2020-06-30 · Fei Yu, Jiji Tang, Weichong Yin, Yu Sun 외

We propose a knowledge-enhanced approach, ERNIE-ViL, which incorporates structured knowledge obtained from scene graphs to learn joint representations of vision-language. ERNIE-ViL tries to build the detailed semantic co…

AttributePredictionReferring Expression ComprehensionSentence+1

ERNIE: Enhanced Language Representation with Informative Entities

2019-05-17 · ACL 2019 7 · Zhengyan Zhang, Xu Han, Zhiyuan Liu, Xin Jiang 외

Neural language representation models such as BERT pre-trained on large-scale corpora can well capture rich semantic patterns from plain text, and be fine-tuned to consistently improve the performance of various NLP task…

Entity LinkingEntity TypingKnowledge GraphsLinguistic Acceptability+6

What Has Been Enhanced in my Knowledge-Enhanced Language Model?

2022-02-02 · Yifan Hou, Guoji Fu, Mrinmaya Sachan

Pretrained language models (LMs) do not capture factual knowledge very well. This has led to the development of a number of knowledge integration (KI) methods which aim to incorporate external knowledge into pretrained L…

Graph AttentionLanguage ModelingLanguage Modelling

Pre-trained Language Model for Web-scale Retrieval in Baidu Search

2021-06-07 · Yiding Liu, Guan Huang, Jiaxiang Liu, Weixue Lu 외

Retrieval is a crucial stage in web search that identifies a small set of query-relevant candidates from a billion-scale corpus. Discovering more semantically-related candidates in the retrieval stage is very promising t…

Language ModelingLanguage ModellingRetrieval

ERNIE-NLI: Analyzing the Impact of Domain-Specific External Knowledge on Enhanced Representations for NLI

2021-06-01 · NAACL (DeeLIO) 2021 6 · Lisa Bauer, Lingjia Deng, Mohit Bansal

We examine the effect of domain-specific external knowledge variations on deep large scale language model performance. Recent work in enhancing BERT with external knowledge has been very popular, resulting in models such…

Language ModelingLanguage ModellingNatural Language Inference