CLMLMay 17, 2017

Utility of General and Specific Word Embeddings for Classifying Translational Stages of Research

arXiv:1705.06262v218 citations
AI Analysis

This work addresses text classification for research translation, but it is incremental as it builds on existing embedding methods.

The study tackled the problem of classifying translational stages of research using word embeddings, finding that custom domain-specific embeddings improve performance over general pre-trained ones.

Conventional text classification models make a bag-of-words assumption reducing text into word occurrence counts per document. Recent algorithms such as word2vec are capable of learning semantic meaning and similarity between words in an entirely unsupervised manner using a contextual window and doing so much faster than previous methods. Each word is projected into vector space such that similar meaning words such as "strong" and "powerful" are projected into the same general Euclidean space. Open questions about these embeddings include their utility across classification tasks and the optimal properties and source of documents to construct broadly functional embeddings. In this work, we demonstrate the usefulness of pre-trained embeddings for classification in our task and demonstrate that custom word embeddings, built in the domain and for the tasks, can improve performance over word embeddings learnt on more general data including news articles or Wikipedia.

Foundations

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

Your Notes