paper-with-me

Papers

eMLM: A New Pre-training Objective for Emotion Related Tasks

2021-08-01 · ACL 2021 5 · Tiberiu Sosea, Cornelia Caragea

BERT has been shown to be extremely effective on a wide variety of natural language processing tasks, including sentiment analysis and emotion detection. However, the proposed pretraining objectives of BERT do not induce any sentiment or emotion-specific biases into the model. In this paper, we present Emotion Masked Language Modelling, a variation of Masked Language Modelling aimed at improving the BERT language representation model for emotion detection and sentiment analysis tasks. Using the same pre-training corpora as the original model, Wikipedia and BookCorpus, our BERT variation manages to improve the downstream performance on 4 tasks from emotion detection and sentiment analysis by an average of 1.2{\%} F-1. Moreover, our approach shows an increased performance in our task-specific robustness tests.

📄 PDF Abstract BibTeX

Code (1)

tsosea2/emlm 공식 구현 pytorch

Tasks

Language ModellingSentiment Analysis

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
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.
Weight Decay 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

KnowSemLM: A Knowledge Infused Semantic Language Model

2019-11-01 · CONLL 2019 11 · Haoruo Peng, Qiang Ning, Dan Roth

Story understanding requires developing expectations of what events come next in text. Prior knowledge {--} both statistical and declarative {--} is essential in guiding such expectations. While existing semantic languag…

Cloze TestLanguage ModelingLanguage Modellingmodel

AssemLM: A Spatial Reasoning Multimodal Large Language Model for Robotic Assembly

2026-04-10 · Zhi Jing, Jinbin Qiao, Ouyang Lu, Jicong Ao 외 arxiv

Spatial reasoning is a fundamental capability for embodied intelligence, especially for fine-grained manipulation tasks such as robotic assembly. Recent methods based on vision-language models (VLMs) largely rely on coar…

Spatial ReasoningPoint Clouds

Transparency-First Medical Language Models: Datasheets, Model Cards, and End-to-End Data Provenance for Clinical NLP

2026-01-27 · Olaf Yunus Laitinen Imanov, Taner Yilmaz, Ayse Tuba Tugrul, Melike Nesrin Zaman 외 arxiv

We introduce TeMLM, a set of transparency-first release artifacts for clinical language models. TeMLM unifies provenance, data transparency, modeling transparency, and governance into a single, machine-checkable release …

Multi-Label Classification

Chemical Language Model Linker: blending text and molecules with modular adapters

2024-10-26 · Yifan Deng, Spencer S. Ericksen, Anthony Gitter

The development of large language models and multi-modal models has enabled the appealing idea of generating novel molecules from text descriptions. Generative modeling would shift the paradigm from relying on large-scal…

Language ModelingLanguage Modellingmolecular representation

Exploring Embodied Multimodal Large Models: Development, Datasets, and Future Directions

2025-02-21 · Shoubin Chen, Zehao Wu, Kai Zhang, Chunyu Li 외

Embodied multimodal large models (EMLMs) have gained significant attention in recent years due to their potential to bridge the gap between perception, cognition, and action in complex, real-world environments. This comp…

Decision Making