CLMar 25, 2024

A Study on How Attention Scores in the BERT Model are Aware of Lexical Categories in Syntactic and Semantic Tasks on the GLUE Benchmark

arXiv:2403.16447v183 citationsh-index: 3LREC
Originality Synthesis-oriented
AI Analysis

This provides insights into BERT's internal mechanisms for NLP researchers, but it is incremental as it analyzes existing models without proposing new methods.

The study investigated whether BERT's attention scores vary by lexical category during fine-tuning on GLUE tasks, finding that semantic tasks enhance attention on content words while syntactic tasks intensify it on function words, with experiments confirming this on six tasks.

This study examines whether the attention scores between tokens in the BERT model significantly vary based on lexical categories during the fine-tuning process for downstream tasks. Drawing inspiration from the notion that in human language processing, syntactic and semantic information is parsed differently, we categorize tokens in sentences according to their lexical categories and focus on changes in attention scores among these categories. Our hypothesis posits that in downstream tasks that prioritize semantic information, attention scores centered on content words are enhanced, while in cases emphasizing syntactic information, attention scores centered on function words are intensified. Through experimentation conducted on six tasks from the GLUE benchmark dataset, we substantiate our hypothesis regarding the fine-tuning process. Furthermore, our additional investigations reveal the presence of BERT layers that consistently assign more bias to specific lexical categories, irrespective of the task, highlighting the existence of task-agnostic lexical category preferences.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes