paper-with-me

홈 › Papers

A Unified Knowledge Graph Augmentation Service for Boosting Domain-specific NLP Tasks

2022-12-10 · Ruiqing Ding, Xiao Han, Leye Wang

By focusing the pre-training process on domain-specific corpora, some domain-specific pre-trained language models (PLMs) have achieved state-of-the-art results. However, it is under-investigated to design a unified paradigm to inject domain knowledge in the PLM fine-tuning stage. We propose KnowledgeDA, a unified domain language model development service to enhance the task-specific training procedure with domain knowledge graphs. Given domain-specific task texts input, KnowledgeDA can automatically generate a domain-specific language model following three steps: (i) localize domain knowledge entities in texts via an embedding-similarity approach; (ii) generate augmented samples by retrieving replaceable domain entity pairs from two views of both knowledge graph and training data; (iii) select high-quality augmented samples for fine-tuning via confidence-based assessment. We implement a prototype of KnowledgeDA to learn language models for two domains, healthcare and software development. Experiments on domain-specific text classification and QA tasks verify the effectiveness and generalizability of KnowledgeDA.

📄 PDF Abstract BibTeX arXiv:2212.05251

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge GraphsLanguage ModelingLanguage Modellingtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

BASS: Boosting Abstractive Summarization with Unified Semantic Graph

2021-05-25 · ACL 2021 5 · Wenhao Wu, Wei Li, Xinyan Xiao, Jiachen Liu 외

Abstractive summarization for long-document or multi-document remains challenging for the Seq2Seq architecture, as Seq2Seq is not good at analyzing long-distance relations in text. In this paper, we present BASS, a novel…

Abstractive Text SummarizationDecoderDocument SummarizationImplicit Relations+1

UKnow: A Unified Knowledge Protocol with Multimodal Knowledge Graph Datasets for Reasoning and Vision-Language Pre-Training

2023-02-14 · Biao Gong, Shuai Tan, Yutong Feng, Xiaoying Xie 외

This work presents a unified knowledge protocol, called UKnow, which facilitates knowledge-based studies from the perspective of data. Particularly focusing on visual and linguistic modalities, we categorize data knowled…

Common Sense Reasoning

Boosting Graph Neural Networks via Adaptive Knowledge Distillation

2022-10-12 · Zhichun Guo, Chunhui Zhang, Yujie Fan, Yijun Tian 외

Graph neural networks (GNNs) have shown remarkable performance on diverse graph mining tasks. Although different GNNs can be unified as the same message passing framework, they learn complementary knowledge from the same…

Graph ClassificationGraph MiningKnowledge DistillationModel Compression+1

Unifying Graph Contrastive Learning via Graph Message Augmentation

2024-01-08 · Ziyan Zhang, Bo Jiang, Jin Tang, Bin Luo

Graph contrastive learning is usually performed by first conducting Graph Data Augmentation (GDA) and then employing a contrastive learning pipeline to train GNNs. As we know that GDA is an important issue for graph cont…

Contrastive LearningData AugmentationGraph LearningSelf-Supervised Learning

Unified Knowledge Prompt Pre-training for Customer Service Dialogues

2022-08-31 · Keqing He, Jingang Wang, Chaobo Sun, Wei Wu

Dialogue bots have been widely applied in customer service scenarios to provide timely and user-friendly experience. These bots must classify the appropriate domain of a dialogue, understand the intent of users, and gene…

Natural Language UnderstandingText Generation