paper-with-me

Papers

Enriching Word Vectors with Subword Information

2016-07-15 · TACL 2017 1 · Piotr Bojanowski, Edouard Grave, Armand Joulin, Tomas Mikolov

Continuous word representations, trained on large unlabeled corpora are useful for many natural language processing tasks. Popular models that learn such representations ignore the morphology of words, by assigning a distinct vector to each word. This is a limitation, especially for languages with large vocabularies and many rare words. In this paper, we propose a new approach based on the skipgram model, where each word is represented as a bag of character $n$-grams. A vector representation is associated to each character $n$-gram; words being represented as the sum of these representations. Our method is fast, allowing to train models on large corpora quickly and allows us to compute word representations for words that did not appear in the training data. We evaluate our word representations on nine different languages, both on word similarity and analogy tasks. By comparing to recently proposed morphological word representations, we show that our vectors achieve state-of-the-art performance on these tasks.

📄 PDF Abstract BibTeX arXiv:1607.04606

Code (54)

facebookresearch/fastText 공식 구현
Babylonpartners/fastText_multilingual
DW-yejing/fasttext4j-jdk6
FengJiaChunFromSYSU/fastText
GitHubSprint/fasttext4j
Kinetikm/fastTextRelearning
Kinetikm/fasttextRelearnExperiment
M155K4R4/fastText
MhYao2014/HyperbolicEmbedding
MindSpore-paper-code-3/code9/tree/main/fasttext mindspore
MirkoLenz/ReCAP-Argument-Graph-Retrieval tf
Nim-NLP/fastText
Omerktn/fastText-iterative
ReCAP-UTR/Argument-Graph-Retrieval tf
SarangShaikh201/fastText
ZZhangyutong/fasttext mindspore
ahmedssabir/Visual-Semantic-Relatedness-with-Word-Embedding pytorch
amymariaparker2401/new
babylonhealth/fastText_multilingual
bamtercelboo/cw2vec
bung87/fastText
cui0523/Code6/tree/main/fasttext mindspore
currentsapi/fastlangid
dbaumgarten/FToDTF tf
divisionai/fastText
dmlc/gluon-nlp mxnet
ericxsun/fastText
explosion/floret
harshvivek14/NLP-Word-Embedding-Techniques tf
hufscapstone/Fast_text
indix/whatthelang
jen1995/fastText
kpu/fastertext
labdac/charlacompling
linkfluence/fastText4j
lmd1993/fastTextBoost
luckyPT/jvm-ml tf
luhuiguo/jfasttext
mrzzy/np-dl-assign-2 tf
mwydmuch/extremeText tf
oapio/nlp-chinese-experiments
plasticityai/magnitude pytorch
pommedeterresautee/fastrtext
ppke-nlpg/fastText_factored-cbow
rmenegaux/fastDNA
romik9999/fasttext-1925f09ed3
trietnm2/sent2vec4j
tshev/faster-FastText
ulf1/augtxt
vackosar/fasttext-vector-norms-and-oov-words tf
vinhkhuc/JFastText
wyfish/fastText
xuzhezhaozhao/fastText_reading
zhang2010hao/cw2vec-pytorch pytorch

Tasks

Word EmbeddingsWord Similarity

Methods 이 논문이 사용한 방법론

fastText fastText embeddings exploit subword information to construct word embeddings. Representations are learnt of character $n$-grams, and words represented as the sum of the…

Similar Papers 제목 키워드 기반

PBoS: Probabilistic Bag-of-Subwords for Generalizing Word Embedding

2020-10-21 · Findings of the Association for Computational Linguistics 2020 · Zhao Jinman, Shawn Zhong, Xiaomin Zhang, YIngyu Liang

We look into the task of \emph{generalizing} word embeddings: given a set of pre-trained word vectors over a finite vocabulary, the goal is to predict embedding vectors for out-of-vocabulary words, \emph{without} extra c…

POSPOS TaggingWord EmbeddingsWord Similarity

Codeswitching language identification using Subword Information Enriched Word Vectors

2016-11-01 · WS 2016 11 · Meng Xuan Xia
Language IdentificationNamed Entity Recognition (NER)

Confusion2vec 2.0: Enriching Ambiguous Spoken Language Representations with Subwords

2021-02-03 · Prashanth Gurunath Shivakumar, Panayiotis Georgiou, Shrikanth Narayanan

Word vector representations enable machines to encode human language for spoken language understanding and processing. Confusion2vec, motivated from human speech production and perception, is a word vector representation…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Intent DetectionNatural Language Understanding+4

Treat the Word As a Whole or Look Inside? Subword Embeddings Model Language Change and Typology

2019-08-01 · WS 2019 8 · Yang Xu, Jiasheng Zhang, David Reitter

We use a variant of word embedding model that incorporates subword information to characterize the degree of compositionality in lexical semantics. Our models reveal some interesting yet contrastive patterns of long-term…

Models In a Spelling Bee: Language Models Implicitly Learn the Character Composition of Tokens

2021-10-16 · ACL ARR October 2021 10 · Anonymous

Standard pretrained language models operate on sequences of subword tokens without direct access to the characters that compose each token’s string representation. We probe the embedding layer of pretrained language mode…

Language ModelingLanguage Modelling