paper-with-me

Papers

Comparison of Turkish Word Representations Trained on Different Morphological Forms

2020-02-13 · Gökhan Güler, A. Cüneyd Tantuğ

Increased popularity of different text representations has also brought many improvements in Natural Language Processing (NLP) tasks. Without need of supervised data, embeddings trained on large corpora provide us meaningful relations to be used on different NLP tasks. Even though training these vectors is relatively easy with recent methods, information gained from the data heavily depends on the structure of the corpus language. Since the popularly researched languages have a similar morphological structure, problems occurring for morphologically rich languages are mainly disregarded in studies. For morphologically rich languages, context-free word vectors ignore morphological structure of languages. In this study, we prepared texts in morphologically different forms in a morphologically rich language, Turkish, and compared the results on different intrinsic and extrinsic tasks. To see the effect of morphological structure, we trained word2vec model on texts which lemma and suffixes are treated differently. We also trained subword model fastText and compared the embeddings on word analogy, text classification, sentimental analysis, and language model tasks.

📄 PDF Abstract BibTeX arXiv:2002.05417

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLEMMAtext-classificationText Classification

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 제목 키워드 기반

A Comprehensive Analysis of Static Word Embeddings for Turkish

2024-05-13 · Karahan Sarıtaş, Cahid Arda Öz, Tunga Güngör

Word embeddings are fixed-length, dense and distributed word representations that are used in natural language processing (NLP) applications. There are basically two types of word embedding models which are non-contextua…

Word Embeddings

Context Aware Lemmatization and Morphological Tagging Method in Turkish

2025-01-04 · Cagri Sayallar

The smallest part of a word that defines the word is called a word root. Word roots are used to increase success in many applications since they simplify the word. In this study, the lemmatization model, which is a word …

LemmatizationMorphological Tagging

Word Sketches for Turkish

2012-05-01 · LREC 2012 5 · Bharat Ram Ambati, Siva Reddy, Adam Kilgarriff

Word sketches are one-page, automatic, corpus-based summaries of a word's grammatical and collocational behaviour. In this paper we present word sketches for Turkish. Until now, word sketches have been generated using a …

Dependency ParsingLanguage Modelling

Time Travel in Turkish: WordNets for Modern Turkish

2022-06-01 · gwll (LREC) 2022 6 · Ceren Oksal, Hikmet N. Oguz, Mert Catal, Nurkay Erbay 외

Wordnets have been popular tools for providing and representing semantic and lexical relations of languages. They are useful tools for various purposes in NLP studies. Many researches created WordNets for different langu…

HisNet: A Polarity Lexicon based on WordNet for Emotion Analysis

2021-01-01 · EACL (GWC) 2021 1 · Merve Özçelik, Bilge Nas Arıcan, Özge Bakay, Elif Sarmış 외

Dictionary-based methods in sentiment analysis have received scholarly attention recently, the most comprehensive examples of which can be found in English. However, many other languages lack polarity dictionaries, or th…

Emotion RecognitionSentiment Analysis