paper-with-me

Papers

Subword-level Word Vector Representations for Korean

2018-07-01 · ACL 2018 7 · Sungjoon Park, Jeongmin Byun, Sion Baek, Yongseok Cho, Alice Oh

Research on distributed word representations is focused on widely-used languages such as English. Although the same methods can be used for other languages, language-specific knowledge can enhance the accuracy and richness of word vector representations. In this paper, we look at improving distributed word representations for Korean using knowledge about the unique linguistic structure of Korean. Specifically, we decompose Korean words into the jamo-level, beyond the character-level, allowing a systematic use of subword information. To evaluate the vectors, we develop Korean test sets for word similarity and analogy and make them publicly available. The results show that our simple method outperforms word2vec and character-level Skip-Grams on semantic and syntactic similarity and analogy tasks and contributes positively toward downstream NLP tasks such as sentiment analysis.

📄 PDF Abstract BibTeX

Code (1)

SungjoonPark/KoreanWordVectors 공식 구현

Tasks

Document ClassificationLanguage ModelingLanguage ModellingMachine TranslationSentiment AnalysisText ClassificationWord Similarity

Similar Papers 제목 키워드 기반

Sentence Boundary Detection for French with Subword-Level Information Vectors and Convolutional Neural Networks

2018-02-13 · Carlos-Emiliano González-Gallardo, Juan-Manuel Torres-Moreno

In this work we tackle the problem of sentence boundary detection applied to French as a binary classification task ("sentence boundary" or "not sentence boundary"). We combine convolutional neural networks with subword-…

Binary ClassificationBoundary DetectionSentence

Estimator Vectors: OOV Word Embeddings based on Subword and Context Clue Estimates

2019-10-18 · Raj Patel, Carlotta Domeniconi

Semantic representations of words have been successfully extracted from unlabeled corpuses using neural network models like word2vec. These representations are generally high quality and are computationally inexpensive t…

Word Embeddings

Generalizing Word Embeddings using Bag of Subwords

2018-09-12 · EMNLP 2018 10 · Jinman Zhao, Sidharth Mudgal, YIngyu Liang

We approach the problem of generalizing pre-trained word embeddings beyond fixed-size vocabularies without using additional contextual information. We propose a subword-level word vector generation model that views words…

TAGWord EmbeddingsWord Similarity

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

Crossword: Estimating Unknown Embeddings using Cross Attention and Alignment Strategies

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Word embedding methods like word2vec and GloVe have been shown to learn strong representations of words. However, these methods only learn representations for words in the training corpus. This is problematic, as model…

Word Embeddings