paper-with-me

홈 › Papers

Go Simple and Pre-Train on Domain-Specific Corpora: On the Role of Training Data for Text Classification

2020-12-01 · COLING 2020 8 · Aleksandra Edwards, Jose Camacho-Collados, H{\'e}l{\`e}ne De Ribaupierre, Alun Preece

Pre-trained language models provide the foundations for state-of-the-art performance across a wide range of natural language processing tasks, including text classification. However, most classification datasets assume a large amount labeled data, which is commonly not the case in practical settings. In particular, in this paper we compare the performance of a light-weight linear classifier based on word embeddings, i.e., fastText (Joulin et al., 2017), versus a pre-trained language model, i.e., BERT (Devlin et al., 2019), across a wide range of datasets and classification tasks. In general, results show the importance of domain-specific unlabeled data, both in the form of word embeddings or language models. As for the comparison, BERT outperforms all baselines in standard datasets with large training sets. However, in settings with small training datasets a simple method like fastText coupled with domain-specific word embeddings performs equally well or better than BERT, even when pre-trained on domain-specific data.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationLanguage ModelingLanguage Modellingtext-classificationText ClassificationWord Embeddings

Methods 이 논문이 사용한 방법론

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…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Domain Adaptation for NMT via Filtered Iterative Back-Translation

2021-04-01 · EACL (AdaptNLP) 2021 4 · Surabhi Kumari, Nikhil Jaiswal, Mayur Patidar, Manasi Patwardhan 외

Domain-specific Neural Machine Translation (NMT) model can provide improved performance, however, it is difficult to always access a domain-specific parallel corpus. Iterative Back-Translation can be used for fine-tuning…

Domain AdaptationMachine TranslationNMTTranslation

Bilingual Terminology Extraction Using Neural Word Embeddings on Comparable Corpora

2021-09-01 · RANLP 2021 9 · Darya Filippova, Burcu Can, Gloria Corpas Pastor

Term and glossary management are vital steps of preparation of every language specialist, and they play a very important role at the stage of education of translation professionals. The growing trend of efficient time ma…

ManagementRetrievalTranslationWord Embeddings

Not just about size - A Study on the Role of Distributed Word Representations in the Analysis of Scientific Publications

2018-04-05 · Andres Garcia, Jose Manuel Gomez-Perez

The emergence of knowledge graphs in the scholarly communication domain and recent advances in artificial intelligence and natural language processing bring us closer to a scenario where intelligent systems can assist sc…

Knowledge GraphsSpecificityWord Embeddings

Attention-Driven Multi-Agent Reinforcement Learning: Enhancing Decisions with Expertise-Informed Tasks

2024-04-08 · Andre R Kuroswiski, Annie S Wu, Angelo Passaro

In this paper, we introduce an alternative approach to enhancing Multi-Agent Reinforcement Learning (MARL) through the integration of domain knowledge and attention-based policy mechanisms. Our methodology focuses on the…

Decision MakingMulti-agent Reinforcement Learning

The Robotic Surgery Procedural Framebank

2022-06-01 · LREC 2022 6 · Marco Bombieri, Marco Rospocher, Simone Paolo Ponzetto, Paolo Fiorini

Robot-Assisted minimally invasive robotic surgery is the gold standard for the surgical treatment of many pathological conditions, and several manuals and academic papers describe how to perform these interventions. Thes…

Natural Language UnderstandingSemantic ParsingSemantic Role Labeling