paper-with-me

Papers

Using Prior Knowledge to Guide BERT's Attention in Semantic Textual Matching Tasks

2021-02-22 · Tingyu Xia, Yue Wang, Yuan Tian, Yi Chang

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.

📄 PDF Abstract BibTeX arXiv:2102.10934

Code (1)

xiatingyu/Bert_sim 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
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$…
Adam 설명 없음
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

SEGA: Semantic Guided Attention on Visual Prototype for Few-Shot Learning

2021-11-08 · Fengyuan Yang, Ruiping Wang, Xilin Chen

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 Learning

A Fast and Efficient Modern BERT based Text-Conditioned Diffusion Model for Medical Image Segmentation

2025-11-26 · Venkata Siddharth Dhara, Pawan Kumar arxiv

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 Knowledge

GLOW : Global Weighted Self-Attention Network for Web Search

2020-07-10 · Xuan Shan, Chuanjie Liu, Yiqian Xia, Qi Chen 외

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 Embeddings

LLM-Guided Semantic Bootstrapping for Interpretable Text Classification with Tsetlin Machines

2026-04-14 · Jiechao Gao, Rohan Kumar Yadav, Yuangang Li, Yuandong Pan 외 arxiv

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 Classification

CGRA-DeBERTa Concept Guided Residual Augmentation Transformer for Theologically Islamic Understanding

2026-02-16 · Tahir Hussain, Saddam Hussain Khan arxiv

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