paper-with-me

Papers

Classifying Scientific Publications with BERT -- Is Self-Attention a Feature Selection Method?

2021-01-20 · Andres Garcia-Silva, Jose Manuel Gomez-Perez

We investigate the self-attention mechanism of BERT in a fine-tuning scenario for the classification of scientific articles over a taxonomy of research disciplines. We observe how self-attention focuses on words that are highly related to the domain of the article. Particularly, a small subset of vocabulary words tends to receive most of the attention. We compare and evaluate the subset of the most attended words with feature selection methods normally used for text classification in order to characterize self-attention as a possible feature selection approach. Using ConceptNet as ground truth, we also find that attended words are more related to the research fields of the articles. However, conventional feature selection methods are still a better option to learn classifiers from scratch. This result suggests that, while self-attention identifies domain-relevant terms, the discriminatory information in BERT is encoded in the contextualized outputs and the classification layer. It also raises the question whether injecting feature selection methods in the self-attention mechanism could further optimize single sequence classification using transformers.

📄 PDF Abstract BibTeX arXiv:2101.08114

Code (1)

expertailab/Is-BERT-self-attention-a-feature-selection-method 공식 구현 tf

Tasks

ArticlesClassificationfeature selectionGeneral Classificationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…
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…
Residual Connection 설명 없음
Adam 설명 없음
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.
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…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

UniMa at SemEval-2018 Task 7: Semantic Relation Extraction and Classification from Scientific Publications

2018-06-01 · SEMEVAL 2018 6 · Thorsten Keiper, Zhonghao Lyu, Sara Pooladzadeh, Yuan Xu 외

Large repositories of scientific literature call for the development of robust methods to extract information from scholarly papers. This problem is addressed by the SemEval 2018 Task 7 on extracting and classifying rela…

General ClassificationRelationRelation ClassificationRelation Extraction

Multi-label Classification of Scientific Research Documents Across Domains and Languages

2022-10-01 · sdp (COLING) 2022 10 · Autumn Toney, James Dunham

Automatically organizing scholarly literature is a necessary and challenging task. By assigning scientific research publications key concepts, researchers, policymakers, and the general public are able to search for and …

ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONtext-classification+1

SciNoBo : A Hierarchical Multi-Label Classifier of Scientific Publications

2022-04-02 · Nikolaos Gialitsis, Sotiris Kotitsas, Haris Papageorgiou

Classifying scientific publications according to Field-of-Science (FoS) taxonomies is of crucial importance, allowing funders, publishers, scholars, companies and other stakeholders to organize scientific literature more…

SciBERT: A Pretrained Language Model for Scientific Text

2019-03-26 · IJCNLP 2019 11 · Iz Beltagy, Kyle Lo, Arman Cohan

Obtaining large-scale annotated data for NLP tasks in the scientific domain is challenging and expensive. We release SciBERT, a pretrained language model based on BERT (Devlin et al., 2018) to address the lack of high-qu…

Citation Intent ClassificationDependency ParsingGeneral ClassificationLanguage Modeling+8

Brief Synopsis of the Scientific Career of T. R. Hurd

2024-08-29 · Matheus R. Grasselli, Lane P. Hughston

As an introduction to a Special Issue of International Journal of Theoretical and Applied Finance in Honour of the Memory of Thomas Robert Hurd we present a brief synopsis of Tom Hurd's scientific career and a bibliograp…