paper-with-me

Papers

K-PLUG: KNOWLEDGE-INJECTED PRE-TRAINED LANGUAGE MODEL FOR NATURAL LANGUAGE UNDERSTANDING AND GENERATION

2021-01-01 · Song Xu, Haoran Li, Peng Yuan, Yujia Wang, Youzheng Wu, Xiaodong He, Ying Liu, BoWen Zhou

Existing pre-trained language models (PLMs) have demonstrated the effectiveness of self-supervised learning for a broad range of natural language processing (NLP) tasks. However, most of them are not explicitly aware of domain-specific knowledge, which is essential for downstream tasks in many domains, such as tasks in e-commerce scenarios. In this paper, we propose K-PLUG, a knowledge-injected pre-trained language model based on the encoder-decoder transformer that can be transferred to both natural language understanding and generation tasks. We verify our method in a diverse range of e-commerce scenarios that require domain-specific knowledge. Specifically, we propose five knowledge-aware self-supervised pre-training objectives to formulate the learning of domain-specific knowledge, including e-commerce domain-specific knowledge-bases, aspects of product entities, categories of product entities, and unique selling propositions of product entities. K-PLUG achieves new state-of-the-art results on a suite of domain-specific NLP tasks, including product knowledge base completion, abstractive product summarization, and multi-turn dialogue, significantly outperforms baselines across the board, which demonstrates that the proposed method effectively learns a diverse set of domain-specific knowledge for both language understanding and generation tasks. The code, data, and models will be publicly available.

📄 PDF Abstract BibTeX

Code (1)

xu-song/k-plug 공식 구현 pytorch

Tasks

ChatbotDecoderKnowledge Base CompletionLanguage ModelingLanguage ModellingNatural Language UnderstandingSelf-Supervised LearningText Summarization

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

K-PLUG: Knowledge-injected Pre-trained Language Model for Natural Language Understanding and Generation in E-Commerce

2021-04-14 · Findings (EMNLP) 2021 11 · Song Xu, Haoran Li, Peng Yuan, Yujia Wang 외

Existing pre-trained language models (PLMs) have demonstrated the effectiveness of self-supervised learning for a broad range of natural language processing (NLP) tasks. However, most of them are not explicitly aware of …

DecoderKnowledge Base CompletionLanguage ModelingLanguage Modelling+2

Plug-and-Play Knowledge Injection for Pre-trained Language Models

2023-05-28 · Zhengyan Zhang, Zhiyuan Zeng, Yankai Lin, Huadong Wang 외

Injecting external knowledge can improve the performance of pre-trained language models (PLMs) on various downstream NLP tasks. However, massive retraining is required to deploy new knowledge injection methods or knowled…

K-Adapter: Infusing Knowledge into Pre-Trained Models with Adapters

2020-02-05 · Findings (ACL) 2021 8 · Ruize Wang, Duyu Tang, Nan Duan, Zhongyu Wei 외

We study the problem of injecting knowledge into large pre-trained models like BERT and RoBERTa. Existing methods typically update the original parameters of pre-trained models when injecting knowledge. However, when mul…

Dependency ParsingEntity TypingQuestion AnsweringRelation Classification+1

Hybrid-Policy Self-Editing for Composable Unstructured Knowledge Editing

2026-08-12 · Tianci Liu, Zihan Dong, Tianchun Li, Yi-Chung Chen 외 hf

Large language models (LLMs) achieve remarkable performance across natural language tasks, yet they are trained on static corpora and their knowledge quickly becomes outdated in a fast-changing world. This motivates know…

knowledge editing

KiUT: Knowledge-injected U-Transformer for Radiology Report Generation

2023-06-20 · CVPR 2023 1 · Zhongzhen Huang, Xiaofan Zhang, Shaoting Zhang

Radiology report generation aims to automatically generate a clinically accurate and coherent paragraph from the X-ray image, which could relieve radiologists from the heavy burden of report writing. Although various ima…

Clinical KnowledgeDecoder