paper-with-me

Papers

Semantics-aware BERT for Language Understanding

2019-09-05 · Zhuosheng Zhang, Yuwei Wu, Hai Zhao, Zuchao Li, Shuailiang Zhang, Xi Zhou, Xiang Zhou

The latest work on language representations carefully integrates contextualized features into language model training, which enables a series of success especially in various machine reading comprehension and natural language inference tasks. However, the existing language representation models including ELMo, GPT and BERT only exploit plain context-sensitive features such as character or word embeddings. They rarely consider incorporating structured semantic information which can provide rich semantics for language representation. To promote natural language understanding, we propose to incorporate explicit contextual semantics from pre-trained semantic role labeling, and introduce an improved language representation model, Semantics-aware BERT (SemBERT), which is capable of explicitly absorbing contextual semantics over a BERT backbone. SemBERT keeps the convenient usability of its BERT precursor in a light fine-tuning way without substantial task-specific modifications. Compared with BERT, semantics-aware BERT is as simple in concept but more powerful. It obtains new state-of-the-art or substantially improves results on ten reading comprehension and language inference tasks.

📄 PDF Abstract BibTeX arXiv:1909.02209

Code (1)

cooelf/SemBERT 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingMachine Reading ComprehensionNatural Language InferenceNatural Language UnderstandingQuestion AnsweringReading ComprehensionSemantic Role LabelingWord Embeddings

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…
ELMo Embeddings from Language Models, or ELMo, is a type of deep contextualized word representation that models both (1) complex characteristics of word use (e.g., syntax and…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

EventBERT: Incorporating Event-based Semantics for Natural Language Understanding

2022-10-01 · CCL 2022 10 · Zou Anni, Zhang Zhuosheng, Zhao Hai

“Natural language understanding tasks require a comprehensive understanding of natural language and further reasoning about it, on the basis of holistic information at different levels to gain comprehensive knowledge. In…

Natural Language Understanding

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

LAMBERT: Layout-Aware (Language) Modeling for information extraction

2020-02-19 · Łukasz Garncarek, Rafał Powalski, Tomasz Stanisławek, Bartosz Topolski 외

We introduce a simple new approach to the problem of understanding documents where non-trivial layout influences the local semantics. To this end, we modify the Transformer encoder architecture in a way that allows it to…

Key Information ExtractionLanguage ModelingLanguage ModellingOptical Character Recognition (OCR)

EventBERT

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Pre-trained language models (PrLMs) have shown impressive performance in natural language understanding. However, they mainly rest on extracting context-sensitive statistical patterns without explicit modeling of linguis…

Natural Language Understanding

KI-BERT: Infusing Knowledge Context for Better Language and Domain Understanding

2021-04-09 · Keyur Faldu, Amit Sheth, Prashant Kikani, Hemang Akbari

Contextualized entity representations learned by state-of-the-art transformer-based language models (TLMs) like BERT, GPT, T5, etc., leverage the attention mechanism to learn the data context from training data corpus. H…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge Graph EmbeddingsKnowledge Graphs+2