paper-with-me

홈 › Papers

Word-Class Embeddings for Multiclass Text Classification

2019-11-26 · Alejandro Moreo, Andrea Esuli, Fabrizio Sebastiani

Pre-trained word embeddings encode general word semantics and lexical regularities of natural language, and have proven useful across many NLP tasks, including word sense disambiguation, machine translation, and sentiment analysis, to name a few. In supervised tasks such as multiclass text classification (the focus of this article) it seems appealing to enhance word representations with ad-hoc embeddings that encode task-specific information. We propose (supervised) word-class embeddings (WCEs), and show that, when concatenated to (unsupervised) pre-trained word embeddings, they substantially facilitate the training of deep-learning models in multiclass classification by topic. We show empirical evidence that WCEs yield a consistent improvement in multiclass classification accuracy, using four popular neural architectures and six widely used and publicly available datasets for multiclass text classification. Our code that implements WCEs is publicly available at https://github.com/AlexMoreo/word-class-embeddings

📄 PDF Abstract BibTeX arXiv:1911.11506

Code (2)

AlexMoreo/word-class-embeddings 공식 구현 pytorch
andreapdr/gfun pytorch

Tasks

ClassificationGeneral ClassificationMachine TranslationSentiment Analysistext-classificationText ClassificationTranslationWord EmbeddingsWord Sense Disambiguation

Similar Papers 제목 키워드 기반

Black is to Criminal as Caucasian is to Police: Detecting and Removing Multiclass Bias in Word Embeddings

2019-04-03 · NAACL 2019 6 · Thomas Manzini, Yao Chong Lim, Yulia Tsvetkov, Alan W. black

Online texts -- across genres, registers, domains, and styles -- are riddled with human stereotypes, expressed in overt or subtle ways. Word embeddings, trained on these texts, perpetuate and amplify these stereotypes, a…

BIG-bench Machine LearningWord Embeddings

Joint Multiclass Debiasing of Word Embeddings

2020-03-09 · Radomir Popović, Florian Lemmerich, Markus Strohmaier

Bias in Word Embeddings has been a subject of recent interest, along with efforts for its reduction. Current approaches show promising progress towards debiasing single bias dimensions such as gender or race. In this pap…

Word Embeddings

Random Decision Syntax Trees at SemEval-2018 Task 3: LSTMs and Sentiment Scores for Irony Detection

2018-06-01 · SEMEVAL 2018 6 · Aidan San

We propose a Long Short Term Memory Neural Network model for irony detection in tweets in this paper. Our model is trained using word embeddings and emoji embeddings. We show that adding sentiment scores to our model imp…

Binary ClassificationChatbotClassificationGeneral Classification+3

Predicting Algorithm Classes for Programming Word Problems

2019-03-03 · WS 2019 11 · Vinayak Athavale, Aayush Naik, Rajas Vanjape, Manish Shrivastava

We introduce the task of algorithm class prediction for programming word problems. A programming word problem is a problem written in natural language, which can be solved using an algorithm or a program. We define class…

ClassificationGeneral Classificationtext-classificationText Classification

Beyond the Hype: Embeddings vs. Prompting for Multiclass Classification Tasks

2025-04-05 · Marios Kokkodis, Richard Demsyn-Jones, Vijay Raghavan

Are traditional classification approaches irrelevant in this era of AI hype? We show that there are multiclass classification problems where predictive models holistically outperform LLM prompt-based frameworks. Given te…