<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Intrinsic word embedding model evaluation for Lithuanian language using adapted similarity and relatedness benchmark datasets</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Mindaugas Petkevičius</string-name>
          <email>mindaugas.petkevicius@vdu.lt</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Daiva Vitkutė-Adžgauskienė</string-name>
          <email>daiva.vitkute@vdu.lt</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>26th International Conference Information Society and University Studies - IVUS 2021 ORCID:</institution>
          <addr-line>0000-0002-1120-4848 (A. 1); 0000-0001-7923-1087 (A. 2) Copyright 2021 for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0). CEUR Workshop Proceedings, CEUR-WS.org</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Vytautas Magnus University</institution>
          ,
          <addr-line>K. Donelaičio g. 58, Kaunas, 44248</addr-line>
          ,
          <country country="LT">Lithuania</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Word embeddings are real-valued word representations capable of capturing lexical semantics and trained on natural language corpora. Word embedding models have gained popularity in recent years, but the issue of selecting the most adequate word embedding evaluation methods remains open. This paper presents research on adaptation of the intrinsic similarity and relatedness task for the Lithuanian language and the evaluation of word embedding models, testing the quality of representations independently of specific natural language processing tasks. 7 different evaluation benchmarks were adapted for the Lithuanian language and 50 word embedding models were trained using fastText, GloVe, and Word2vec algorithms and evaluated on syntactic and semantic similarity tasks. The obtained results suggest that for the intrinsic similarity and relatedness task, the dimension parameter has a significant impact on the evaluation results, with larger word embedding dimension yielding better results.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Word embeddings</kwd>
        <kwd>evaluation</kwd>
        <kwd>Lithuanian language</kwd>
        <kwd>word2vec</kwd>
        <kwd>fastText</kwd>
        <kwd>GloVe</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>The development of natural language processing tools influenced a growing need for word
embeddings as real-valued representations of words for text analytics, generated by applying
distributive semantic models. While word embeddings have become one of the most widely used tools
in modern natural language processing (NLP) applications, their limitations have not yet been fully
explored. The problem of assessing word embedding consistency and quality is one of the most relevant
questions in distributive semantics research.</p>
      <p>
        The idea of word embeddings is not new, but it gained popularity after Mikolov et al. [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] presented
the Word2vec model in 2013. The fastText model, developed by Facebook AI Research (FAIR),
introduces embeddings using subword information. The next big improvement came from Stanford
with GLoVE (Global-Vectors) [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], based on word-word co-occurrence statistics in a corpus.
      </p>
      <p>There are two types of word embedding evaluation: intrinsic and extrinsic. Intrinsic evaluation tests
the representation quality independent of specific natural language processing (NLP) tasks, while
extrinsic evaluation uses word embeddings as input features to an NLP task and measures changes in
corresponding performance metrics. We focus on intrinsic evaluation methods, based on human
annotated datasets, because datasets can be adapted for different languages by translating and
reevaluating human annotated scores.</p>
      <p>The method of word semantic similarity, based on correlation with human judgment of how closely
words are related among themselves, was one of the first intrinsic evaluation metrics for distributional
meaning representations. According to this method, words smart and intelligent should be closer in the
vector space than smart and dumb, since smart and intelligent are intuitively better semantically related.</p>
      <p>
        There are gold-standard benchmarks for evaluating distributive semantic models such as SimLex999
[
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], MEN [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], etc., focused on semantic relatedness. These benchmarks consist of certain word pairs
and their relative similarity scores. The similarity scores are defined in the interval between 0 and 10,
e.g., the score for the words book and paper is 7.46. When applied, these scores are compared with
word pair cosine vector similarity results for word embeddings.
      </p>
      <p>
        The word analogy method aims to identify words based on operation prediction in a word vector
space. The method tries to predict a missing word in a word pair based on a known relationship in
another word pair. Thus, for a dataset a–b, c–d, the task is to identify an unknown word d based on the
known relationship between words a and b. For example, given the words, a (brother), b (sister), and c
(father), this method should correctly predict the value mother for word d [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. The Google analogy
dataset [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] and BATS [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] are the most popular datasets. The Google test set has become the standard
for word embedding analysis. BATS is a newer dataset that is much larger and more balanced.
      </p>
      <p>
        The word clustering method evaluates a word embedding space by applying the word clustering
approach. It is aimed at splitting a given word set into groups of words corresponding to different
categories based on word vectors. For example, words dog and cat belong to one cluster, while words
car and plane – to another [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
      </p>
      <p>
        The situation with word embeddings for the Lithuanian language is influenced by its specifics. The
Lithuanian language is a morphologically rich Baltic language, being considered one of the most archaic
living Indo-European languages [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. It has a relatively large vocabulary, containing over 500 000 unique
words [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. On the other hand, the Lithuanian language lacks textual resources due to the small size of
the nation using it. Lithuanian Wikipedia, for example, has 199 567 articles, while better represented
languages have over a million each [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Several attempts were made to perform intrinsic and extrinsic
evaluation of the Lithuanian language embeddings. However, so far there are no available semantic
similarity benchmarks for this purpose.
      </p>
      <p>The goal of this research was to adapt selected intrinsic similarity benchmarks for the Lithuanian
language and to apply them for experimental evaluation of fastText, Word2vec, and GloVe embedding
models with different hyperparameters.</p>
      <p>In order to reach this goal, we perform the following tasks: related work analysis (Section 2), corpus
building for embedding training (Section 3), methodology for the adaptation of evaluation benchmarks
for the Lithuanian language (Section 4), experimental evaluation of different embeddings based on the
derived benchmarks (Section 5), conclusions and future plans (Section 6).</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Works</title>
      <p>
        In recent years, there have been several critical articles on intrinsic assessment methods: some
researchers address the subjectivity of human judgments, the vagueness of instructions for particular
tasks, and terminology confusions [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. However, despite these flaws, these methods are widely used
for embedding model evaluation for different languages.
      </p>
      <p>
        There have been successful attempts to adapt intrinsic evaluation benchmarks to other languages.
Research has shown that when monolingual vector space models were translated into German, Russian,
and Italian, it became clear that their predictions did not always correlate well with human decisions
made in the language used for model training [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
      </p>
      <p>
        Another study attempted to translate the SymLex999 benchmark into Estonian and discovered that,
unlike in the original research, computational word embedding models better correlate with noun scores
rather than adjective scores [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ].
      </p>
      <p>
        A few studies on the evaluation of Lithuanian word embeddings have been carried out. In the first
study, word embeddings for different models and training algorithms were evaluated against a limited
implementation of the Lithuanian WordNet [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], showing that the Continuous Bag of Words (CBOW)
approach performed significantly better than the skip-gram approach for Word2vec word embeddings,
vector dimensions having little effect in this case.
      </p>
      <p>The second study compared traditional and deep learning approaches for sentiment analysis using
word embeddings, finding that deep learning performed well only when applied to small datasets, and
that traditional methods performed better in all other contexts [16].</p>
      <p>The third study was conducted with Transformer models using GloVe word embeddings [17]. The
study concluded that multilingual transformer models can be fine-tuned to word vectors, but still
perform much worse than specifically trained embeddings.</p>
      <p>In conclusion, we see that the Lithuanian language lacks word embedding evaluation benchmarks.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Corpus</title>
      <p>Semantic intrinsic similarity benchmarks cover many different types of test domains, such as
geography, languages, currency, etc. Therefore, we need to have a wide variety of data for embedding
training. Research has shown that for a larger corpus we get better word embeddings [18]. For this
reason, it is important to build an extensive corpus for embedding training, that will be further used for
evaluation.</p>
      <p>Wikipedia texts are usually a typical approach for building a corpus for embedding training. In order
to expand our experimental corpus, we used articles from Lithuanian news portals, mainly from the
largest one, Delfi.lt, the collected articles covering different topical areas such as news, cars, fitness,
culture, food, and so on.</p>
      <p>In order to obtain better word embeddings, we also included texts from the Corpus of Contemporary
Lithuanian Language (CCLL) [19], texts in a variety of genres and topics.</p>
      <p>Statistics for our combined experimental corpus is presented in Table 1.</p>
      <p>The pre-processing phase consists of two steps: 1) breaking text into tokens, lowercasing text,
removing special symbols, numbers, non-Lithuanian words and stop-words 2) removing short
documents, less than 50 characters in size; 3) lemmatizing the texts, this being important for rich
morphology languages [20]. Lemmatization was performed using lexical and morphological analysis
tools from the Lithuanian language technology infrastructure built in the Semantika2 [21] project.</p>
      <p>Alternatively, text could have been stemmed instead, but lemmatization was preferred, as all our
documents were in normative spelling and punctuation. Stemming is more favorable in case of social
texts with lots of out-of-dictionary words. Also, stemming has its limitations, e.g. over-stemming and
under-stemming problems [22].</p>
      <p>The statistics for the final version of our experimental corpus are presented in Table 2.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Methodology</title>
      <p>The methodology part covers the methods applied in this research: (1) benchmark dataset adaptation
method for semantic similarity based intrinsic embedding model evaluation; (2) semantic similarity
based embedding evaluation using the adapted benchmarks.</p>
    </sec>
    <sec id="sec-5">
      <title>4.1. Adaptation of benchmark datasets</title>
      <p>As a result of a brief analysis, the following English-language benchmarks were selected for the
adaptation to the Lithuanian language, their popularity being the main criteria:
1. MEN (Marco, Elia and Nam), 3 000 pairs [23].
2. WordSim-353, 353 pairs assessed by semantic similarity [24].
3. WordSim-353-REL, 252 pairs [25].
4. WordSim-353-SIM, 203 pairs [26].
5. SimLex-999, 999 pairs [27].
6. MTurk-287, 287 pairs [28].</p>
      <p>7. RG-65, 65 pairs [29].</p>
      <p>There are 5160-word pairs (2191 unique words) in total across all datasets.</p>
      <p>The following algorithm was applied for the dataset adaptation to the Lithuanian language:
1. Automated translation of datasets (by applying the Google Cloud Translation API) [30].
2. Inconsistency checking (manual examination), discarding inconsistent word pairs.
3. Word lemmatization.
4. Re-evalution of the score that was initially assigned to the English language word pairs was
done by two independent persons (manual procedure). An average score was calculated.</p>
    </sec>
    <sec id="sec-6">
      <title>4.2. Embedding evaluation using semantic similarity benchmarks</title>
      <p />
      <p>(  ,   ) =</p>
      <p>As mentioned in Chapter 1, the semantic similarity datasets are based on correlation with human
judgments of how closely words are related.</p>
      <p>
        The similarity benchmark datasets consist of a certain number of word pairs. Each pair is determined
by its similarity and relatedness. The values are in the range [
        <xref ref-type="bibr" rid="ref10">0, 10</xref>
        ], depending on the dataset.
      </p>
      <p>The word embedding models are represented by corresponding vectors for each word in the
dictionary. If a word is missing in the trained word embedding model, it is replaced by the mean of all
vectors. In order to calculate the similarity between vectors, we can use the cosine similarity formula
(see Eq. 1), where a and b are vectors in the word embedding vector space.</p>
      <p>
        .   (1)
||  || × ||  ||
here ai and bi are vectors of N-dimension. The result of cosine similarity is a value in the range [
        <xref ref-type="bibr" rid="ref1">-1, 1</xref>
        ]
interval, where 1 stands for identical vectors, and -1 for opposite vectors.
      </p>
      <p>A human-annotated benchmark dataset consists of n triplets containing pairs of words and their
corresponding similarity scores ⟨wi , wj , hij⟩, where wi , wj are dictionary words, and hij is the score.</p>
      <p>Let h = (hi1, hi2, . . . , hiN ) be a vector of human annotated benchmark datasets, and m = (mi1, mi2, . .
. , miN ), correspondingly, a vector of similarity scores calculated from word embeddings.</p>
      <p>Then, the evaluation score for the corresponding embedding model, based on the selected
benchmark, is calculated as Spearman’s correlation ρ (see Eq. 2) between h and m.</p>
      <p>Spearman  value can be any value satisfying−1 ≤  ≤ 1, and the interpretation is that p values
close to +1 indicate stronger relationship, while those closer to -1 indicate weaker relationship.</p>
      <p>The Spearman correlation formula is:
where n – dataset length, d – difference between ranks of h and m.</p>
      <p>The aggregated score of one-word embedding model 
is calculated (see Eq. 3) as:
where   is Spearman correlation value of specific benchmark, n – number of benchmarks.</p>
      <p>In order to compare different embedding model types (Word2vec, fastText, GloVe). We can
calculate an average score of all models’ embeddings (see Eq. 4).
where   – an average score of all t word embeddings, n – number of t word embedding models.</p>
    </sec>
    <sec id="sec-7">
      <title>5. Experiments and results</title>
      <p>Experiments were carried out in a series of tasks:
(2)
(3)
(4)
accumulated experimental corpus.
evaluation benchmarks.</p>
      <p>hyperparameters on benchmark evaluation results.</p>
    </sec>
    <sec id="sec-8">
      <title>5.1. Adaptation of benchmark datasets</title>
      <p>Firstly, 7 selected evaluation benchmark datasets were adapted for the Lithuanian language.
Secondly, 50 word embeddings with different hyperparameter sets were trained on the
Thirdly, the obtained word embedding models were evaluated using the adapted intrinsic
Finally, the resulting data were examined in order to determine the effect of different
Excerpt of the adapted of SimLex999 benchmark for the Lithuanian language</p>
      <p>The selected 7 (see Chapter 4.1) evaluation benchmark datasets were adapted from English to
Lithuanian language. There were 5610 word pairs at the beginning. After the adaptation process, 5573
word pairs remained. A total of 37 word pairs were discarded. The following problems were observed
during the adaptation process:
1.</p>
      <p>Multiple words – in some cases, one-to-one word translation is not possible, when a two-word
expression in the Lithuanian language is a correspondence to a single word in the English language.
For example, for the word pair “computer – software”, the Lithuanian translation would be
“kompiuteris – programinė įranga”. As we use vector-to-vector comparison, such word pairs were</p>
      <p>The meaning of certain words has been shaped by American culture, e.g. words like soccer,
football, and FBI. These are words that are commonly used in the US. Such words were replaced
discarded.
with Lithuanian synonyms
were discarded.</p>
      <p>A few older words have undergone semantic changes as their meanings evolved. For example,
the word pair “Arafat – terror”, had a greater similarity back in history than it does now. Such pairs</p>
      <p>In some cases, both English words have the same meaning in the Lithuanian language, for
example, the following pairs: “smart – intelligent”, “happy – cheerful”, “fast – rapid”. Such word
pairs as a result contained two equal words, and their scores were set to 10 (maximum similarity).
An excerpt of the adapted SimLex999 dataset for the Lithuanian language is presented in Table 3.
word1
steak
nail
band
book
meat
thumb
orchestra
bible</p>
      <p>The first two columns contain an English word pair in its original form. The third column contains
the human-generated similarity score. The fourth and fifth columns contain Lithuanian translations of
English words and revalued Lithuanian word scores.</p>
    </sec>
    <sec id="sec-9">
      <title>5.2. Word embedding model training</title>
      <p>The following tools were used for word embedding training: python genism wrapper of Word2vec1,
fastText – official python library2, GloVe - official library3. We used similar training parameters in order
to be able to compare different word embeddings (see Table 4).</p>
    </sec>
    <sec id="sec-10">
      <title>5.3. Word embedding model evaluation</title>
      <p>All the trained embedding models were evaluated using the Spearman ρ correlation coefficient
between human benchmark scores and vector space model scores. The results were grouped by different
vector model types, characterized by different hyperparameter sets (see Table 4).</p>
      <p>The best 4 and the worst 4 models ranked by the benchmark result average are presented
correspondingly in Table 5 and Table 6. The first column in these tables indicates model name together
with hyperparameter indication. The following labels are used: N – negative sampling, S – SoftMax,
CBOW – Continuous Bag of Words, SKIP – Skipgram, d – dimension, w – window size, m – minimum
count threshold, i – iteration count. The rest are benchmark names and Spearman ρ correlation scores.
The last column shows aggregated Spearman   correlation score of all the benchmarks.
1 https://radimrehurek.com/gensim/models/word2vec.html
2 https://github.com/facebookresearch/fastText/
3 https://github.com/stanfordnlp/GloVe</p>
      <sec id="sec-10-1">
        <title>Model</title>
      </sec>
      <sec id="sec-10-2">
        <title>FastText SKIP</title>
        <p>300d 5w 5m 5i</p>
      </sec>
      <sec id="sec-10-3">
        <title>FastText SKIP</title>
        <p>300d 5w 2m 5i</p>
      </sec>
      <sec id="sec-10-4">
        <title>FastText SKIP</title>
        <p>100d 5w 5m 5i</p>
      </sec>
      <sec id="sec-10-5">
        <title>Word2vec NSKIP 300d 5w 1m 5i</title>
      </sec>
      <sec id="sec-10-6">
        <title>Model</title>
        <p>GloVe 300d 10w
1m 5i
GloVe 100d 10w
2m 5i</p>
      </sec>
      <sec id="sec-10-7">
        <title>FastText CBOW 100d 5w 1m 5i GloVe 100d 10w 1m 5i</title>
        <p>MEN</p>
        <p>Comparison between different types of embeddings (Word2vec, fastText, GloVe) was done by
averaging   by embedding type (see Eq. (4).</p>
        <p>To be able to do score comparison, only embedding models with the same hyperparameters were
used: dimensions (100, 300), window size (5), and minimum count (2, 5) (Figure 1).</p>
        <p>GloVe's word embedding model scores   were on average lower than those of fastText and
Word2vec. The previous two were nearly identical, with a difference of only 0,001 between them.</p>
        <p>Additionally, the experiment results were analyzed to determine whether a particular
hyperparameter had a significant effect on the results. Following a thorough examination of all the
hyperparameters, we discovered a correlation between the dimension value and the correlation results.
(Figure 2).</p>
        <p>Different dimension values for various embedding types had a significant effect on the results. The
larger the dimension of the word embedding, the more accurate the results. As illustrated in Figure 3,
as vector size increases, the model correlation score also increases.</p>
        <p>between vector size (dim) hyperparameter and
benchmark
We can use Pearson correlation score  (see Eq. 5) to see if there is correlation between values.
 =</p>
        <p>(∑  ) − (∑ )(∑ )
√[ ∑ 2 − (∑ )2] [ ∑ 2 − (∑ )2]
(5)
where n – number of models, x – dimension value. y – Spearman correlation value for a model.
 = 0.918, this indicates strong relationship between values.</p>
      </sec>
    </sec>
    <sec id="sec-11">
      <title>6. Conclusions</title>
      <p>This was the first attempt to adapt the most popular intrinsic similarity and relatedness benchmark
datasets for the Lithuanian language. Despite reported challenges when adapting benchmarks to other
languages, we proved, that this can be done even for morphology rich languages like Lithuanian.</p>
      <p>The application of the adapted benchmark datasets for the evaluation of the embedding models,
trained on an experimental corpus, showed, that GloVe model performed worse than fastText and
Word2vec, judging by average benchmark results.</p>
      <p>We also conclude, that for the intrinsic similarity and relatedness task, the dimension
hyperparameter has a significant impact on the evaluation results, with larger word embedding
dimension yielding better results.</p>
      <p>In the future, we plan to adapt other types of embedding evaluation benchmarks, such as
categorization and analogy testing, as well as extrinsic evaluation with POS tagging, named entity
recognition (NER), and other NLP tasks. This would allow us to compare intrinsic and extrinsic
evaluation methods. Also, we will continue to expand our corpus for future tests.</p>
    </sec>
    <sec id="sec-12">
      <title>7. References</title>
      <p>[16] Kapočiūtė-Dzikienė, Jurgita, Robertas Damaševičius, and Marcin Woźniak. "Sentiment analysis
of lithuanian texts using traditional and deep learning approaches." Computers 8.1 (2019): 4.
[17] Stankevičius, Lukas, and Mantas Lukoševičius. "Testing pre-trained Transformer models for</p>
      <p>Lithuanian news clustering." arXiv preprint arXiv:2004.03461 (2020).
[18] Lai, Siwei, et al. "How to generate a good word embedding." IEEE Intelligent Systems 31.6 (2016):
5-14.
[19] Vytauto Didžiojo universitetas. Kompiuterinės lingvistikos centras. Dabartinės lietuvių kalbos
tekstynas. 1998-2016, http://tekstynas.vdu.lt/tekstynas.
[20] Kutuzov, Andrey, and Elizaveta Kuzmenko. "To lemmatize or not to lemmatize: how word
normalisation affects ELMo performance in word sense disambiguation." arXiv preprint
arXiv:1909.03135 (2019).
[21] VDU vykdo ES finansuojamą projektą „SEMANTIKA 2“, 2020. URL:
https://www.vdu.lt/lt/vduvykdo-es-finansuojama-projekta-semantika-2/
[22] Jivani, Anjali Ganesh. "A comparative study of stemming algorithms." Int. J. Comp. Tech. Appl
2.6 (2011): 1930-1938.
[23] Bruni, Elia, Nam-Khanh Tran, and Marco Baroni. "Multimodal distributional semantics." Journal
of artificial intelligence research 49 (2014): 1-47.
[24] Finkelstein, Lev, Evgeniy Gabrilovich, Yossi Matias, Ehud Rivlin, Zach Solan, Gadi Wolfman,
and Eytan Ruppin. (2002) Placing Search in Context: The Concept Revisited. ACM Transactions
on Information Systems, 20(1):116-131.
[25] Agirre, Eneko, et al. "A study on similarity and relatedness using distributional and wordnet-based
approaches." (2009).
[26] Agirre, Eneko, et al. "A study on similarity and relatedness using distributional and wordnet-based
approaches." (2009).
[27] Hill, Felix, Kyunghyun Cho, and Anna Korhonen. "Learning distributed representations of
sentences from unlabelled data." arXiv preprint arXiv:1602.03483 (2016).
[28] Radinsky, Kira, et al. "A word at a time: computing word relatedness using temporal semantic
analysis." Proceedings of the 20th international conference on World wide web. 2011.
[29] Rubenstein, Herbert, and John B. Goodenough. "Contextual correlates of synonymy."</p>
      <p>Communications of the ACM 8.10 (1965): 627-633.
[30] Fast, dynamic translation tailored to your content needs, 2021. URL:
https://cloud.google.com/translate</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Mikolov</surname>
          </string-name>
          ,
          <string-name>
            <surname>Tomas</surname>
          </string-name>
          , et al.
          <article-title>"Efficient estimation of word representations in vector space</article-title>
          .
          <source>" arXiv preprint arXiv:1301.3781</source>
          (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Pennington</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Socher</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Manning</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <article-title>D: Glove: global vectors for word representation</article-title>
          .
          <source>In: EMNLP</source>
          , vol.
          <volume>14</volume>
          , pp.
          <fpage>1532</fpage>
          -
          <lpage>1543</lpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Hill</surname>
            , Felix,
            <given-names>Roi</given-names>
          </string-name>
          <string-name>
            <surname>Reichart</surname>
            , and
            <given-names>Anna</given-names>
          </string-name>
          <string-name>
            <surname>Korhonen</surname>
          </string-name>
          .
          <article-title>"Simlex-999: Evaluating semantic models with (genuine) similarity estimation</article-title>
          .
          <source>" Computational Linguistics 41.4</source>
          (
          <year>2015</year>
          ):
          <fpage>665</fpage>
          -
          <lpage>695</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Bruni</surname>
          </string-name>
          , Elia,
          <string-name>
            <surname>Nam-Khanh Tran</surname>
            , and
            <given-names>Marco</given-names>
          </string-name>
          <string-name>
            <surname>Baroni</surname>
          </string-name>
          .
          <article-title>"Multimodal distributional semantics</article-title>
          .
          <source>" Journal of artificial intelligence research 49</source>
          (
          <year>2014</year>
          ):
          <fpage>1</fpage>
          -
          <lpage>47</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Turian</surname>
            , Joseph,
            <given-names>Lev</given-names>
          </string-name>
          <string-name>
            <surname>Ratinov</surname>
            , and
            <given-names>Yoshua</given-names>
          </string-name>
          <string-name>
            <surname>Bengio</surname>
          </string-name>
          .
          <article-title>"Word representations: a simple and general method for semi-supervised learning." Proceedings of the 48th annual meeting of the association for computational linguistics</article-title>
          .
          <year>2010</year>
          .Mikolov,
          <string-name>
            <surname>T.</surname>
          </string-name>
          , Chen,
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Corrado</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            , &amp;
            <surname>Dean</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.</surname>
          </string-name>
          (
          <year>2013</year>
          ).
          <article-title>Efficient estimation of word representations in vector space</article-title>
          .
          <source>In Proceedings of International Conference on Learning Representations (ICLR).</source>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Gladkova</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Drozd</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Matsuoka</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          (
          <year>2016</year>
          ).
          <article-title>Analogy-based detection of morphological and semantic relations with word embeddings: what works and what doesn't</article-title>
          .
          <source>In Proceedings of the NAACL-HLT SRW</source>
          (pp.
          <fpage>47</fpage>
          -
          <lpage>54</lpage>
          ). San Diego, California, June 12-17,
          <year>2016</year>
          :
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Baroni</surname>
            , Marco,
            <given-names>Georgiana</given-names>
          </string-name>
          <string-name>
            <surname>Dinu</surname>
            , and
            <given-names>Germán</given-names>
          </string-name>
          <string-name>
            <surname>Kruszewski</surname>
          </string-name>
          .
          <article-title>"Don't count, predict! a systematic comparison of context-counting vs. context-predicting semantic vectors." Proceedings of the 52nd Annual Meeting of the Association for Computational Linguistics (V</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Gimbutas</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>1963</year>
          ),
          <article-title>The Indo‐Europeans: Archeological Problems</article-title>
          . American Anthropologist,
          <volume>65</volume>
          :
          <fpage>815</fpage>
          -
          <lpage>836</lpage>
          . https://doi.org/10.1525/aa.
          <year>1963</year>
          .
          <volume>65</volume>
          .4.02a00030
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <article-title>"Dictionary of the Lithuanian Language"</article-title>
          .
          <source>2002. Archived from the original on 2017-08-11. Retrieved April 19</source>
          ,
          <year>2018</year>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <source>[11] The biggest and busiest languages on Wikipedia</source>
          ,
          <year>2021</year>
          . URL: https://www.pingdom.com/blog/thebiggest-and
          <article-title>-busiest-languages-on-wikipedia/.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Faruqui</surname>
          </string-name>
          ,
          <string-name>
            <surname>Manaal</surname>
          </string-name>
          , et al.
          <article-title>"Problems with evaluation of word embeddings using word similarity tasks</article-title>
          .
          <source>" arXiv preprint arXiv:1605.02276</source>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Leviant</surname>
            , Ira, and
            <given-names>Roi</given-names>
          </string-name>
          <string-name>
            <surname>Reichart</surname>
          </string-name>
          .
          <article-title>"Separated by an un-common language: Towards judgment language informed vector space modeling</article-title>
          .
          <source>" arXiv preprint arXiv:1508.00106</source>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Kittask</surname>
            , Claudia, and
            <given-names>Eduard</given-names>
          </string-name>
          <string-name>
            <surname>Barbu</surname>
          </string-name>
          .
          <article-title>"Is Similarity Visually Grounded? Computational Model of Similarity for the Estonian language</article-title>
          .
          <source>" Proceedings of the International Conference on Recent Advances in Natural Language Processing (RANLP</source>
          <year>2019</year>
          ).
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Kapočiūtė-Dzikienė</surname>
            , Jurgita, and
            <given-names>Robertas</given-names>
          </string-name>
          <string-name>
            <surname>Damaševičius</surname>
          </string-name>
          .
          <article-title>"Intrinsic evaluation of Lithuanian word embeddings using WordNet."</article-title>
          <source>Computer Science On-line Conference</source>
          . Springer, Cham,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>