paper-with-me

Papers

DecBERT: Enhancing the Language Understanding of BERT with Causal Attention Masks

2022-04-19 · Findings (NAACL) 2022 7 · Ziyang Luo, Yadong Xi, Jing Ma, Zhiwei Yang, Xiaoxi Mao, Changjie Fan, Rongsheng Zhang

Since 2017, the Transformer-based models play critical roles in various downstream Natural Language Processing tasks. However, a common limitation of the attention mechanism utilized in Transformer Encoder is that it cannot automatically capture the information of word order, so explicit position embeddings are generally required to be fed into the target model. In contrast, Transformer Decoder with the causal attention masks is naturally sensitive to the word order. In this work, we focus on improving the position encoding ability of BERT with the causal attention masks. Furthermore, we propose a new pre-trained language model DecBERT and evaluate it on the GLUE benchmark. Experimental results show that (1) the causal attention mask is effective for BERT on the language understanding tasks; (2) our DecBERT model without position embeddings achieve comparable performance on the GLUE benchmark; and (3) our modification accelerates the pre-training process and DecBERT w/ PE achieves better overall performance than the baseline systems when pre-training with the same amount of computational resources.

📄 PDF Abstract BibTeX arXiv:2204.08688

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderLanguage ModelingLanguage ModellingPosition

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

LangResearchLab_NC at FinCausal 2020, Task 1: A Knowledge Induced Neural Net for Causality Detection

2020-12-01 · FNP (COLING) 2020 12 · Raksha Agarwal, Ishaan Verma, Niladri Chatterjee

Identifying causal relationships in a text is essential for achieving comprehensive natural language understanding. The present work proposes a combination of features derived from pre-trained BERT with linguistic featur…

Natural Language Understanding

iLab at FinCausal 2022: Enhancing Causality Detection with an External Cause-Effect Knowledge Graph

2022-06-01 · FNP (LREC) 2022 6 · Ziwei Xu, Rungsiman Nararatwong, Natthawut Kertkeidkachorn, Ryutaro Ichise

The application of span detection grows fast along with the increasing need of understanding the causes and effects of events, especially in the finance domain. However, once the syntactic clues are absent in the text, t…

graph constructionGraph Embedding

A Cross-Domain Evaluation of Approaches for Causal Knowledge Extraction

2023-08-07 · Anik Saha, Oktie Hassanzadeh, Alex Gittens, Jian Ni 외

Causal knowledge extraction is the task of extracting relevant causes and effects from text by detecting the causal relation. Although this task is important for language understanding and knowledge discovery, recent wor…

Binary Classification

MedicalBERT: enhancing biomedical natural language processing using pretrained BERT-based model

2025-07-06 · K. Sahit Reddy, N. Ragavenderan, Vasanth K., Ganesh N. Naik 외 arxiv

Recent advances in natural language processing (NLP) have been driven bypretrained language models like BERT, RoBERTa, T5, and GPT. Thesemodels excel at understanding complex texts, but biomedical literature, withits dom…

Relation ExtractionQuestion AnsweringTransfer Learning

Unified BERT for Few-shot Natural Language Understanding

2022-06-24 · Junyu Lu, Ping Yang, Ruyi Gan, Jing Yang 외

Even as pre-trained language models share a semantic encoder, natural language understanding suffers from a diversity of output schemas. In this paper, we propose UBERT, a unified bidirectional language understanding mod…

DiversityNatural Language Understanding