TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/ERNIE: Enhanced Language Representation with Informative E...

ERNIE: Enhanced Language Representation with Informative Entities

Zhengyan Zhang, Xu Han, Zhiyuan Liu, Xin Jiang, Maosong Sun, Qun Liu

2019-05-17ACL 2019 7Knowledge GraphsRelation ExtractionParaphrase IdentificationSentiment AnalysisNatural Language InferenceEntity LinkingSemantic Textual SimilarityLinguistic AcceptabilityRelation ClassificationEntity Typing
PaperPDFCodeCode(official)

Abstract

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 tasks. However, the existing pre-trained language models rarely consider incorporating knowledge graphs (KGs), which can provide rich structured knowledge facts for better language understanding. We argue that informative entities in KGs can enhance language representation with external knowledge. In this paper, we utilize both large-scale textual corpora and KGs to train an enhanced language representation model (ERNIE), which can take full advantage of lexical, syntactic, and knowledge information simultaneously. The experimental results have demonstrated that ERNIE achieves significant improvements on various knowledge-driven tasks, and meanwhile is comparable with the state-of-the-art model BERT on other common NLP tasks. The source code of this paper can be obtained from https://github.com/thunlp/ERNIE.

Results

TaskDatasetMetricValueModel
Relation ExtractionTACREDF167.97ERNIE
Relation ExtractionFewRelF188.32ERNIE
Relation ExtractionFewRelPrecision88.49ERNIE
Relation ExtractionFewRelRecall88.44ERNIE
Relation ExtractionTACREDF166BERT
Relation ExtractionTACREDF168ERNIE
Relation ClassificationTACREDF166BERT
Relation ClassificationTACREDF168ERNIE
Natural Language InferenceMultiNLIMatched84ERNIE
Natural Language InferenceMultiNLIMismatched83.2ERNIE
Semantic Textual SimilaritySTS BenchmarkPearson Correlation0.832ERNIE
Semantic Textual SimilarityQuora Question PairsF171.2ERNIE
Sentiment AnalysisSST-2 Binary classificationAccuracy93.5ERNIE
Entity LinkingFIGERAccuracy57.19ERNIE
Entity LinkingFIGERMacro F176.51ERNIE
Entity LinkingFIGERMicro F173.39ERNIE
Paraphrase IdentificationQuora Question PairsF171.2ERNIE
Entity Typing Open EntityF175.56ERNIE
Entity Typing Open EntityPrecision78.42ERNIE
Entity Typing Open EntityRecall72.9ERNIE

Related Papers

SMART: Relation-Aware Learning of Geometric Representations for Knowledge Graphs2025-07-17AdaptiSent: Context-Aware Adaptive Attention for Multimodal Aspect-Based Sentiment Analysis2025-07-17SemCSE: Semantic Contrastive Sentence Embeddings Using LLM-Generated Summaries For Scientific Abstracts2025-07-17AI Wizards at CheckThat! 2025: Enhancing Transformer-Based Embeddings with Sentiment for Subjectivity Detection in News Articles2025-07-15DCR: Quantifying Data Contamination in LLMs Evaluation2025-07-15LRCTI: A Large Language Model-Based Framework for Multi-Step Evidence Retrieval and Reasoning in Cyber Threat Intelligence Credibility Verification2025-07-15SentiDrop: A Multi Modal Machine Learning model for Predicting Dropout in Distance Learning2025-07-14GNN-CNN: An Efficient Hybrid Model of Convolutional and Graph Neural Networks for Text Representation2025-07-10