반응형
Enriching Word Vectors with Subword Information
- RISING FASTBALL - [자연어처리][paper review] FastText: Enriching Word Vectors with Subword Information
- HONG YP's Data Science BLOG - [논문 스터디] FastText: Enriching Word Vectors with Subword Information
FASTTEXT.ZIP: COMPRESSING TEXT CLASSIFICATION MODELS
Fast Linear Model for Knowledge Graph Embeddings
Linear models (Joachims, 1998) are powerful and efficient baselines for text classification. In particular, the fastText model proposed by Joulin et al. (2017) achieves state-of-the-art performance on many datasets by combining several standard tricks, such as low rank constraints (Schutze, 1992) and n-gram features (Wang and Manning, 2012). The same approach can be applied to any problem where the input is a set of discrete tokens. For example, a KB is composed of entities (or nodes) and relations (or edges) that can be represented by a unique discrete token.
Multilingual Constituency Parsing with Self-Attention and Pre-Training
반응형
'NLP' 카테고리의 다른 글
언어모델에서 Adapter Tuning이 필요한 이유 [devfest Cloud 2023] (0) | 2023.12.10 |
---|---|
BERT 모델을 K-Fold Cross-Validation으로 학습하는 방법 (0) | 2023.10.07 |
[NLP] 무료 오픈소스 Text Annotation Tool 리스트 (0) | 2022.08.08 |
[Embedding Projector] 임베딩 벡터 시각화(Embedding Visualization) (0) | 2022.02.18 |
[Word2Vec] gensim을 활용한 Word2Vec 데이터 학습 (0) | 2022.02.18 |