paper-with-me

Papers

Fast and Discriminative Semantic Embedding

2019-05-01 · WS 2019 5 · Rob Koopman, Sheng-Hui Wang, Gwenn Englebienne

The embedding of words and documents in compact, semantically meaningful vector spaces is a crucial part of modern information systems. Deep Learning models are powerful but their hyperparameter selection is often complex and they are expensive to train, and while pre-trained models are available, embeddings trained on general corpora are not necessarily well-suited to domain specific tasks. We propose a novel embedding method which extends random projection by weighting and projecting raw term embeddings orthogonally to an average language vector, thus improving the discriminating power of resulting term embeddings, and build more meaningful document embeddings by assigning appropriate weights to individual terms. We describe how updating the term embeddings online as we process the training data results in an extremely efficient method, in terms of both computational and memory requirements. Our experiments show highly competitive results with various state-of-the-art embedding methods on different tasks, including the standard STS benchmark and a subject prediction task, at a fraction of the computational cost.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

STSSTS Benchmark

Similar Papers 제목 키워드 기반

FDDH: Fast Discriminative Discrete Hashing for Large-Scale Cross-Modal Retrieval

2021-05-15 · Xin Liu, Xingzhi Wang, Yiu-ming Cheung

Cross-modal hashing, favored for its effectiveness and efficiency, has received wide attention to facilitating efficient retrieval across different modalities. Nevertheless, most existing methods do not sufficiently expl…

Cross-Modal RetrievalQuantizationRetrieval

Discriminative Embedding Autoencoder with a Regressor Feedback for Zero-Shot Learning

2019-07-18 · Ying Shi, Wei Wei, Zhiming Zheng

Zero-shot learning (ZSL) aims to recognize the novel object categories using the semantic representation of categories, and the key idea is to explore the knowledge of how the novel class is semantically related to the f…

DecoderGeneralized Zero-Shot LearningObject RecognitionZero-Shot Learning

Learning Structured Semantic Embeddings for Visual Recognition

2017-06-05 · Dong Li, Hsin-Ying Lee, Jia-Bin Huang, Shengjin Wang 외

Numerous embedding models have been recently explored to incorporate semantic knowledge into visual recognition. Existing methods typically focus on minimizing the distance between the corresponding images and texts in t…

General ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONWord Embeddings+1

G-Loss: Graph-Guided Fine-Tuning of Language Models

2026-04-28 · Aditya Sharma, Vinti Agarwal, Rajesh Kumar arxiv

Traditional loss functions, including cross-entropy, contrastive, triplet, and su pervised contrastive losses, used for fine-tuning pre-trained language models such as BERT, operate only within local neighborhoods and fa…

Document ClassificationSentiment Analysis

Specializing Word Embeddings (for Parsing) by Information Bottleneck

2019-10-01 · IJCNLP 2019 11 · Xiang Lisa Li, Jason Eisner

Pre-trained word embeddings like ELMo and BERT contain rich syntactic and semantic information, resulting in state-of-the-art performance on various tasks. We propose a very fast variational information bottleneck (VIB) …

Dimensionality ReductionPOSTAGWord Embeddings