paper-with-me

Papers

Second-Order Word Embeddings from Nearest Neighbor Topological Features

2017-05-23 · Denis Newman-Griffis, Eric Fosler-Lussier

We introduce second-order vector representations of words, induced from nearest neighborhood topological features in pre-trained contextual word embeddings. We then analyze the effects of using second-order embeddings as input features in two deep natural language processing models, for named entity recognition and recognizing textual entailment, as well as a linear model for paraphrase recognition. Surprisingly, we find that nearest neighbor information alone is sufficient to capture most of the performance benefits derived from using pre-trained word embeddings. Furthermore, second-order embeddings are able to handle highly heterogeneous data better than first-order representations, though at the cost of some specificity. Additionally, augmenting contextual embeddings with second-order information further improves model performance in some cases. Due to variance in the random initializations of word embeddings, utilizing nearest neighbor features from multiple first-order embedding samples can also contribute to downstream performance gains. Finally, we identify intriguing characteristics of second-order embedding spaces for further research, including much higher density and different semantic interpretations of cosine similarity.

📄 PDF Abstract BibTeX arXiv:1705.08488

Code (1)

drgriffis/knn-embedding tf

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Natural Language InferenceSpecificityWord Embeddings

Similar Papers 제목 키워드 기반

Investigating the Stability of Concrete Nouns in Word Embeddings

2019-05-01 · WS 2019 5 · B{\'e}n{\'e}dicte Pierrejean, Ludovic Tanguy

We know that word embeddings trained using neural-based methods (such as word2vec SGNS) are sensitive to stability problems and that across two models trained using the exact same set of parameters, the nearest neighbors…

Word Embeddings

Rethinking Time Series Forecasting with LLMs via Nearest Neighbor Contrastive Learning

2024-12-06 · Jayanie Bogahawatte, Sachith Seneviratne, Maneesha Perera, Saman Halgamuge

Adapting Large Language Models (LLMs) that are extensively trained on abundant text data, and customizing the input prompt to enable time series forecasting has received considerable attention. While recent work has show…

Contrastive LearningTime SeriesTime Series Forecasting

K-Nearest Neighbors Hashing

2019-06-01 · CVPR 2019 6 · Xiangyu He, Peisong Wang, Jian Cheng

Hashing based approximate nearest neighbor search embeds high dimensional data to compact binary codes, which enables efficient similarity search and storage. However, the non-isometry sign() function makes it hard to pr…

Learning Label Embeddings for Nearest-Neighbor Multi-class Classification with an Application to Speech Recognition

2009-12-01 · NeurIPS 2009 12 · Natasha Singh-Miller, Michael Collins

We consider the problem of using nearest neighbor methods to provide a conditional probability estimate, P(y|a), when the number of labels y is large and the labels share some underlying structure. We propose a method fo…

General ClassificationMulti-class Classificationspeech-recognitionSpeech Recognition

Improved Semantic Role Labeling using Parameterized Neighborhood Memory Adaptation

2020-11-29 · Ishan Jindal, Ranit Aharonov, Siddhartha Brahma, Huaiyu Zhu 외

Deep neural models achieve some of the best results for semantic role labeling. Inspired by instance-based learning that utilizes nearest neighbors to handle low-frequency context-specific training samples, we investigat…

Semantic ParsingSemantic Role LabelingWord Embeddings