paper-with-me

Papers

DIBERT: Dependency Injected Bidirectional Encoder Representations from Transformers

2021-12-05 · IEEE SSCI 2021 12 · Abdul Wahab, Rafet Sifa

Prior research in the area of Natural Language Processing (NLP) has shown that including the syntactic structure of a sentence using a dependency parse tree while training a representation learning model improves the performance on downstream tasks. However, most of these modeling approaches make use of the dependency parse tree of sentences for learning task-specific word representations rather than considering that for learning generic representations. In this paper, we propose a new model named DIBERT which stands for Dependency Injected Bidirectional Encoder Representations from Transformers. DIBERT is a variation of the BERT, that apart from Masked Language Modeling (MLM) and Next Sentence Prediction (NSP) also incorporates an additional third objective called Parent Prediction (PP). PP injects the syntactic structure of a dependency tree while pre-training the DIBERT, which generates syntax-aware generic representations. We use the WikiText-103 benchmark dataset to pre-train both the original BERT (BERT-Base) and the proposed DIBERT models. After fine-tuning, we observe that DIBERT performs better than BERT-Base on various NLP downstream tasks including Semantic Similarity, Natural Language Inference and Sentiment Analysis hinting at the fact that incorporating dependency information when learning textual representations can improve the quality of the learned representations.

📄 PDF Abstract BibTeX

Code (1)

wahab4114/dibert pytorch

Tasks

Language ModelingLanguage ModellingMasked Language ModelingNatural Language InferenceRepresentation LearningSemantic SimilaritySemantic Textual SimilaritySentenceSentiment Analysis

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Weight Decay 설명 없음
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 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Exploring Human-AI Complementarity in CPS Diagnosis Using Unimodal and Multimodal BERT Models

2025-07-19 · Kester Wong, Sahan Bulathwela, Mutlu Cukurova arxiv

Detecting collaborative problem solving (CPS) indicators from dialogue using machine learning techniques is a significant challenge for the field of AI in Education. Recent studies have explored the use of Bidirectional …

News Source Credibility Assessment: A Reddit Case Study

2024-02-07 · Arash Amini, Yigit Ege Bayiz, Ashwin Ram, Radu Marculescu 외

In the era of social media platforms, identifying the credibility of online content is crucial to combat misinformation. We present the CREDiBERT (CREDibility assessment using Bi-directional Encoder Representations from …

Binary ClassificationMisinformation

EdiBERT, a generative model for image editing

2021-11-30 · Thibaut Issenhuth, Ugo Tanielian, Jérémie Mary, David Picard

Advances in computer vision are pushing the limits of im-age manipulation, with generative models sampling detailed images on various tasks. However, a specialized model is often developed and trained for each specific t…

DenoisingImage DenoisingImage Manipulationmodel

Graph Convolutional Encoders for Syntax-aware Neural Machine Translation

2017-04-15 · EMNLP 2017 9 · Jasmijn Bastings, Ivan Titov, Wilker Aziz, Diego Marcheggiani 외

We present a simple and effective approach to incorporating syntactic structure into neural attention-based encoder-decoder models for machine translation. We rely on graph-convolutional networks (GCNs), a recent class o…

DecoderMachine TranslationTranslation

SaudiBERT: A Large Language Model Pretrained on Saudi Dialect Corpora

2024-05-10 · Faisal Qarah

In this paper, we introduce SaudiBERT, a monodialect Arabic language model pretrained exclusively on Saudi dialectal text. To demonstrate the model's effectiveness, we compared SaudiBERT with six different multidialect A…

Language ModelingLanguage ModellingLarge Language ModelSentiment Analysis+2