Using Prior Knowledge to Guide BERT's Attention in Semantic Textual Matching Tasks
We study the problem of incorporating prior knowledge into a deep Transformer-based model,i.e.,Bidirectional Encoder Representations from Transformers (BERT), to enhance its performance on semantic textual matching tasks. By probing and analyzing what BERT has already known when solving this task, we obtain better understanding of what task-specific knowledge BERT needs the most and where it is most needed. The analysis further motivates us to take a different approach than most existing works. Instead of using prior knowledge to create a new training task for fine-tuning BERT, we directly inject knowledge into BERT's multi-head attention mechanism. This leads us to a simple yet effective approach that enjoys fast training stage as it saves the model from training on additional data or tasks other than the main task. Extensive experiments demonstrate that the proposed knowledge-enhanced BERT is able to consistently improve semantic textual matching performance over the original BERT model, and the performance benefit is most salient when training data is scarce.
Code (1)
Methods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
SEGA: Semantic Guided Attention on Visual Prototype for Few-Shot Learning
Teaching machines to recognize a new category based on few training samples especially only one remains challenging owing to the incomprehensive understanding of the novel category caused by the lack of data. However, hu…
feature selectionFew-Shot LearningA Fast and Efficient Modern BERT based Text-Conditioned Diffusion Model for Medical Image Segmentation
In recent times, denoising diffusion probabilistic models (DPMs) have proven effective for medical image generation and denoising, and as representation learners for downstream segmentation. However, segmentation perform…
Medical Image SegmentationMedical Image GenerationClinical KnowledgeGLOW : Global Weighted Self-Attention Network for Web Search
Deep matching models aim to facilitate search engines retrieving more relevant documents by mapping queries and documents into semantic vectors in the first-stage retrieval. When leveraging BERT as the deep matching mode…
Document RankingInformation RetrievalRetrievalWord EmbeddingsLLM-Guided Semantic Bootstrapping for Interpretable Text Classification with Tsetlin Machines
Pretrained language models (PLMs) like BERT provide strong semantic representations but are costly and opaque, while symbolic models such as the Tsetlin Machine (TM) offer transparency but lack semantic generalization. W…
Text ClassificationCGRA-DeBERTa Concept Guided Residual Augmentation Transformer for Theologically Islamic Understanding
Accurate QA over classical Islamic texts remains challenging due to domain specific semantics, long context dependencies, and concept sensitive reasoning. Therefore, a new CGRA DeBERTa, a concept guided residual domain a…
Computational Efficiency