paper-with-me

Papers

DyLex: Incorporating Dynamic Lexicons into BERT for Sequence Labeling

2021-09-18 · EMNLP 2021 11 · Baojun Wang, Zhao Zhang, Kun Xu, Guang-Yuan Hao, Yuyang Zhang, Lifeng Shang, Linlin Li, Xiao Chen, Xin Jiang, Qun Liu

Incorporating lexical knowledge into deep learning models has been proved to be very effective for sequence labeling tasks. However, previous works commonly have difficulty dealing with large-scale dynamic lexicons which often cause excessive matching noise and problems of frequent updates. In this paper, we propose DyLex, a plug-in lexicon incorporation approach for BERT based sequence labeling tasks. Instead of leveraging embeddings of words in the lexicon as in conventional methods, we adopt word-agnostic tag embeddings to avoid re-training the representation while updating the lexicon. Moreover, we employ an effective supervised lexical knowledge denoising method to smooth out matching noise. Finally, we introduce a col-wise attention based knowledge fusion mechanism to guarantee the pluggability of the proposed framework. Experiments on ten datasets of three tasks show that the proposed framework achieves new SOTA, even with very large scale lexicons.

📄 PDF Abstract BibTeX arXiv:2109.08818

Code (1)

huawei-noah/noah-research/tree/master/NLP/dylex 공식 구현 pytorch

Tasks

DenoisingTAG

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 &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
WordPiece 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…

Similar Papers 제목 키워드 기반

Emotion Classification by Jointly Learning to Lexiconize and Classify

2020-12-01 · COLING 2020 8 · Deyu Zhou, Shuangzhi Wu, Qing Wang, Jun Xie 외

Emotion lexicons have been shown effective for emotion classification (Baziotis et al., 2018). Previous studies handle emotion lexicon construction and emotion classification separately. In this paper, we propose an emot…

ClassificationEmotion ClassificationSentence

Retrofitting Word Vectors to Semantic Lexicons

2014-11-15 · HLT 2015 5 · Manaal Faruqui, Jesse Dodge, Sujay K. Jauhar, Chris Dyer 외

Vector space word representations are learned from distributional information of words in large corpora. Although such statistics are semantically informative, they disregard the valuable information that is contained in…

Incorporating Dynamic Semantics into Pre-Trained Language Model for Aspect-based Sentiment Analysis

2022-03-30 · Findings (ACL) 2022 5 · Kai Zhang, Kun Zhang, Mengdi Zhang, Hongke Zhao 외

Aspect-based sentiment analysis (ABSA) predicts sentiment polarity towards a specific aspect in the given sentence. While pre-trained language models such as BERT have achieved great success, incorporating dynamic semant…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Language ModelingLanguage Modelling+2

Lex-BERT: Enhancing BERT based NER with lexicons

2021-01-02 · Wei Zhu, Daniel Cheung

In this work, we represent Lex-BERT, which incorporates the lexicon information into Chinese BERT for named entity recognition (NER) tasks in a natural manner. Instead of using word embeddings and a newly designed transf…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+2

Evaluating Lexicon Incorporation for Depression Symptom Estimation

2024-04-30 · Kirill Milintsevich, Gaël Dias, Kairit Sirts

This paper explores the impact of incorporating sentiment, emotion, and domain-specific lexicons into a transformer-based model for depression symptom estimation. Lexicon information is added by marking the words in the …