<!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>
      <journal-title-group>
        <journal-title>Santiago de Compostela, August</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>TALES: Test Set of Portuguese Lexical-Semantic Relations for Assessing Word Embeddings</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Hugo Gonc¸alo Oliveira</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>CISUC &amp; ISEC</institution>
          ,
          <country country="PT">Portugal</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>CISUC, DEI, University of Coimbra</institution>
          ,
          <country country="PT">Portugal</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>ISEC, Polytechnic Institute of Coimbra</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2020</year>
      </pub-date>
      <volume>29</volume>
      <issue>2020</issue>
      <fpage>41</fpage>
      <lpage>47</lpage>
      <abstract>
        <p>Static word embeddings, like word2vec or GloVe, are often assessed when solving syntactic and semantic analogies. Among the latter, we are interested in relations that one would find in lexicalsemantic knowledge bases like WordNet, also covered in analogy test sets for English. This paper describes the creation of a new test for assessing Portuguese word embeddings, dubbed TALES, with an exclusive focus on lexical-semantic relations, acquired from lexical resources in Portuguese. It further reports on the performance of methods previously used for solving analogies, with pre-trained Portuguese word embeddings, when applied to the created dataset, an experiment that revealed that TALES is challenging to solve. Results achieved are briefly discussed, with conclusions that may be useful for developing new approaches for this problem, possibly new embeddings, as well as future versions of TALES.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        When it comes to computational representations of the semantics
of a language, two main approaches have been followed:
lexicalsemantic knowledge bases (LKBs), such as wordnets [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]; and
distributional models, like word embeddings. The former organise words
and their meanings, often connected by relations, such as
Hypernymy or Part-of, and may include additional lexicographic
information (part-of-speech, gloss), while the latter follow the distributional
hypothesis [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] and represent words as vectors of numeric features,
according to the contexts they are found in large corpora. On
distributional models, since 2013 the trend was to use efficient methods that
learn dense-vector representations of words, like word2vec [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] or
GloVe [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ]. Besides their utility for computing word similarity, such
models have shown very interesting results for solving analogies of
the kind “what is to b as a is to a”? (e.g., what is to Portugal as Paris
is to France?). So much that both previous tasks are extensively used
for assessing word embeddings in different languages.
      </p>
      <p>
        Popular analogy test sets cover syntactic and semantic relations
of different types, with some [
        <xref ref-type="bibr" rid="ref27 ref9">9, 27</xref>
        ] covering lexical-semantic
relations. Given our interest on this kind of relations, we created a
similar test for them, but in Portuguese, which we baptised as Teste para
Analogias Le´xico-Semanticas (TALES, in English, Test for
LexicalSemantic Analogies). While English tests could be translated to
Portuguese, as the Google Analogy Test was [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ], we tackled the
creation of such a test from scratch, because different languages
represent different socio-cultural realities, they do not cover exactly the
same part of the lexicon and, even where they seem to be common,
several concepts are lexicalised differently [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. This is important
because the created test aims to be used in the computational
processing of Portuguese, for assessing Portuguese word embeddings,
even if with a focus on lexical-semantic relations, and it may provide
training data for relation discovery in word embeddings, potentially
useful for augmenting Portuguese lexical-knowledge bases, such as
Portuguese wordnets [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>
        Similarly to the English BATS test [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], TALES covers different
types of lexical-semantic relation, with the same number of entries,
50, for each, and is thus a balanced test. In this case, entries were
selected, first, according to their presence in several lexical resources
for Portuguese, and, second, to their frequency in a corpus. Since
relations are not explicit in word embeddings, these models have to
be further explored for solving analogy tests, and several methods
have been proposed for this task [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
      </p>
      <p>
        In the remainder of this paper, we review some related work on
available test sets for word embeddings, in English and Portuguese.
We then describe the creation of TALES, including all the
decisions taken in the process, and show examples of its contents. Before
concluding, we report on the results of solving the lexical-semantic
analogies of TALES with available word embeddings pre-trained for
Portuguese [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], using various methods for this purpose. As it
happens for the lexical-semantic relations in BATS, accuracies are low,
though more challenging for some relations than for others, which
opens the door to developing better relation discovery methods or
learning better word embeddings. We also provide a brief error
analysis which might be useful towards both of the latter, as well as for
better tests.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>The quality of word embeddings is typically assessed with word
similarity and analogy tests. The former contain pairs of words and
a score proportional to their semantic similarity. Given two words,
scoring their semantic similarity becomes a matter of computing the
cosine of their vectors. The correlation between the computed scores
for all the pairs in the test and the ground-truth scores, may then be
measured for evaluation. The higher the correlation, the better the
performance.</p>
      <p>
        Popular tests of this kind, for English, include WordSim-353 [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]
and SimLex-999 [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. WordSim-353 contains 353 word pairs and
their relatedness score (0-10), based on the judgement of 13 to 16
human judges. Due to the known differences between similarity and
relatedness, WordSim-353 was later [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] manually split into similar
and related pairs. For this purpose, semantic relations between the
words of the pair were identified, and pairs were split into: similar
(synonyms, antonyms, identical, or hyponym-hyperonym); related
Copyright © 2020 for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0).
(meronym-holonym); none of the previous relations but average
similarity higher than 5; unrelated (remaining pairs). SimLex-999
contains 999 word pairs (666 noun-noun, 222 verb-verb, 111
adjectiveadjective) and their similarity score, based on the opinion of 50
judges. This is the only test where judges were specifically instructed
to differentiate between similarity and relatedness and rate regarding
the former only (genuine similarity).
      </p>
      <p>
        Regarding analogy solving, when presenting word2vec, evaluation
used what became known as the Google Analogy Test (GAT) [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ].
      </p>
      <p>It has analogies of the kind a is to a as b is to b , split between
nine syntactic (e.g., adjective to adverb, opposite, comparative, verb
tenses) and five semantic categories (e.g., capital-country, currency,
male-female), with 20-70 unique example pairs per category, which
may be combined in 8,869 semantic and 10,675 syntactic questions.</p>
      <p>
        BATS [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] is a broader alternative to GAT, balanced between four
types of relation – grammatical inflections, word-formation,
lexicalsemantic and world-knowledge relations – , with 10 categories of
each type and 50 word pairs per category (overall 2,000 unique word
pairs). Experiments using BATS have shown that some categories
are more challenging than others, and lexical-semantic relations are
among those with lower accuracy. This also motivated the
experimentation with alternative methods. DiffVec [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ] is another dataset
for evaluating word embeddings. It covers 15 relation categories,
including both grammatical (8) and lexical-semantic relations (7),
obtained from several sources. Specifically, lexical-semantic relations
were obtained from SemEval-2012 task 2 [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] and from the BLESS
dataset [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. With 12,458 questions in total, it is larger than GAT and,
although covering less categories, also larger than BATS, but
imbalanced.
      </p>
      <p>
        Performance on analogy tests is typically measured with accuracy,
i.e., the proportion of answers that match the expected word. Though,
some researchers also assessed this task in a retrieval or classification
scenario, using measures like precision, recall, or Mean Average
Precision (MAP) [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </p>
      <p>
        For assessing Portuguese word embeddings, some of the
previous tests were translated to Portuguese [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ], namely WordSim-353,
SimLex-999 and GAT. Another related dataset is B2SG [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ], which
targets semantic relations, but has a different structure, similar to the
Test Of English as a Foreign Language (TOEFL), but based on the
Portuguese part of BabelNet [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ], and partially evaluated by humans.
      </p>
      <p>It contains frequent Portuguese nouns and verbs (target), each
followed by four candidates, from which only one is related, and is
organised in six files: two for synonymy, two for hypernymy, and two
for antonymy, between nouns and between verbs, respectively.
3</p>
    </sec>
    <sec id="sec-3">
      <title>The Creation of TALES</title>
      <p>Our aim was to create a test set that could be used as other popular
analogy test sets, but in Portuguese and focused on lexical-semantic
relations. This section describes the most important decisions taken
in the creation of this test, dubbed TALES, starting with the data
format and target relations, and ending with decisions specifically
concerning some of those relation types.
3.1</p>
    </sec>
    <sec id="sec-4">
      <title>Data Format</title>
      <p>We opted to represent TALES in a format similar to BATS, where
included files have entries like those in figure 1. Specifically, for each
relation, there would be a file where each row corresponds to an entry
and has two-columns: one with a word, to be used in the formulation
of a question (b), and another with one or more words, to be used as
the target answers (b ). We recall that an analogy can be formulated
as ‘what is to b as a is to a’, for which the answer is b . Considering
the BATS entries in figure 1, possible questions would be: what is to
cat as reptile is to rattlesnake? (i.e., hypernym-of cat), or what is to
citrus as turtleneck is to sweater? (i.e., hyponym-of citrus).</p>
      <p>As it happens in BATS, but not in GAT, when there is more than
one acceptable answer, they are all included. This is relevant,
especially in the context of lexical-semantic relations. For instance, a
hypernym should have several hyponymys, or an object might have
several parts. Also, as in BATS, we split the test into different files,
one for each relation. Each file has the same number of entries, 50,
which means that it is balanced between all of the relations covered.
3.2</p>
    </sec>
    <sec id="sec-5">
      <title>Target Relations</title>
      <p>
        For selecting the types of relation to include, we initially targeted the
more common types in wordnets, also in BATS [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], namely
Hypernymy, Meronymy, Synonymy and Antonymy. We then looked at
relations of those and other types in a large set of the relations extracted
from ten lexical resources for Portuguese [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], and at the number of
instances of each kind in more than one resource. The number of
resources that a relation instance is found in, hereafter r, can be seen as
an indicator of its consensus, utility and, indirectly, of its quality, i.e.,
given that most of the exploited resources had some automatic step
in their creation, r can also be used for avoiding incorrect relations.
      </p>
      <p>When looking at available relations and how they were
organised, we first split synonymy in three types – Synonymy n, between
nouns, Synonymy v, between, verbs, and Synonymy adj, between
adjectives – and Hypernymy between two – Hypernymy n, between
nouns, and Hypernymy v, between verbs. We further decided to use
Antonymy and Meronymy, though only one type of each: Antonymy
between adjectives, for being the most representative, and Part-of for
Meronymy, because it was the only type for which there were enough
instances (see section 3.3). We finally found enough Purpose-of
relation instances and included this type as well.
3.3</p>
    </sec>
    <sec id="sec-6">
      <title>Instance Selection</title>
      <p>
        Once target relations were set, we wanted to select the most
consensual 50 instances of each target type. These would be the 50
instances of each type with highest r. Yet, in most cases there would be
ties, i.e., more than 50 instances had the same r. So, we also ranked
instances by the frequency of their first argument (first column, to
be used as b) in CETEMPu´blico [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ], a Portuguese corpus of news.
      </p>
      <p>As corpus frequency is an indicator of the commonality / usage
frequency of words, it is also relevant for selecting words to include.</p>
      <p>
        Therefore, we only considered instances where the first argument
occurred at least 100 times in CETEMPu´blico. After this, not enough
Member-of and Material-of relations were left, which is the main
reason for our test covering only Part-of, whereas BATS covers three
types of Meronymy, the same as in WordNet [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]): Part, Member and
Substance.
      </p>
      <p>Despite being strict with the first relation argument, we dropped
the frequency constraints for the second arguments (second column),
which we recall could be more than one, and relaxed the r constraint
for all but the first word. For the remaining words, the only constraint
was that they occur in a relation of the target type with the first
argument, in at least two resources (r = 2). Since some of the lexical
resources considered included relations extracted from dictionaries,
possibly not so common, and others were created automatically,
setting r = 2 minimises the number of incorrect or unuseful relations.
cat
rattlesnake
church
citrus
sweater
feline/beast/animal/organism/fauna/placental/ carnivore/chordate/felid/eutherian/mammal/...
snake/reptile/pit viper/serpent/ophidian
chapel/abbey/basilica/cathedral/duomo/kirk
lemon/orange/lime/mandarin/tangerine/yuzu
turtleneck/cardigan/pullover/slipover/turtle/polo-neck
With initial experiments, we noticed that, in non-symmetrical
relations (semantic), the challenge was different, depending on whether
we were using direct (e.g., vehicle Hypernymy-of car) or inverse
relations (car Hyponymy-of vehicle). This is mainly due to the fact
that, in some directions, it is more common to have more than a
single answer. As mentioned earlier, a hypernym will have several
hyponymys, but a hyponym will often have a single (direct) hypernym.</p>
      <p>Or, something can be part of different things (e.g., blade part-of knife,
axe, sower) or have different parts (e.g., parts of the body). Therefore,
for each semantic relation, we created two different files, one with
direct and another with inverse relations. In the latter, the order of the
arguments was switched in the original relation set, which then went
through the automatic creation process, including the application of
the aforementioned constraints to the argument that was now the first.</p>
      <p>Since the switch was made in the original relation set, the instances
in the file of direct relations are not necessarily the inverse of those
in the direct.
3.5</p>
    </sec>
    <sec id="sec-7">
      <title>Hypernymy and Concreteness</title>
      <p>
        After Synonymy, Hypernymy n is the second relation for which we
had more instances, so we decided to further split them into more
coherent sets. In BATS, there is a file for Hypernymy, another for
its inverse, Hyponymy, and a third file for Hypernymy between
animals only. For TALES, we did not create a file for a single class, but
looked at another property of words: concreteness, i.e., the degree to
which words refer to objects, persons, places, or things that can be
experienced by the senses [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]. We further split the Hypernymy
relations, direct and inverse, roughly into concrete (+concrete) and not
concrete / abstract (-concrete). Concreteness values were obtained
from the Minho Word Pool [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ], where 3,800 Portuguese words have
assigned values of concreteness and imageability, between 1
(minimum) and 7 (maximum). In this case, we empirically set that
concrete words would have a minimum concreteness value of 6
(covering e.g., house, ball, money), whereas non-concrete would have 4.5
or less (covering e.g., age, space, energy). Again, to maximise the
number of acceptable answers, this constraint was only applied to the
first argument. Still, it is expectable that concrete concepts do relate
with more concrete concepts and less concrete with less concrete.
3.6
      </p>
    </sec>
    <sec id="sec-8">
      <title>Test Set Characterisation</title>
      <p>Table 1 characterises TALES, the resulting test. It lists the relation
types covered and their direction (D for direct, I, for inverse), the
minimum r applied to the first-column argument, and examples of
included relations, in Portuguese, with a rough English translation.
As in BATS, for entries with more than one acceptable answer, the
second argument has each possible answer split by ‘/’.</p>
      <p>As nothing was done to avoid semantic ambiguity, it is common
to mix different senses of the same word, some of them
metaphorical. Yet, we do not see this as a problem. First, static word
embeddings (e.g., word2vec, GloVe) also have a single vector per word,
thus ignoring word senses. Second, in most cases, there are several
acceptable answers, which might apply for different senses of the
first argument. Such an example is the word perna (leg), for which
four hypernyms are possible: suporte/apoio, related with the
‘support’ meaning, and membro/segmento, related to the ‘limb’ meaning.
4</p>
    </sec>
    <sec id="sec-9">
      <title>Evaluation of Word Embeddings</title>
      <p>TALES can be used for assessing Portuguese word embeddings,
specifically, their ability to capture lexical-semantic relations. For
demonstration purposes, we used three pre-trained models where
four different methods were applied to solve TALES. Performed
experiments, reported in this section, also provided useful insights on
issues that might be fixed in the future. For loading the embeddings
and performing the tests, we used the Vecto package4, which
supports analogy tests in the previously described BATS format, i.e.,
adopted by TALES.
4.1</p>
    </sec>
    <sec id="sec-10">
      <title>Analogy Solving Methods</title>
      <p>TALES was tackled with four analogy solving methods available in
Vecto. For each method, Vecto outputs a report with information on
each question, including a ranked list of candidate answers, a
summary of the experimentation setup, and the accuracy of the test,
computed from the first answer of each rank.</p>
      <p>
        The first method, Similar-to-B (eq. 1), is often used for retrieving
similar words, based on the cosine similarity of their vectors. Though
not exactly an analogy-solving method, due to its simplicity, it has
been used as a baseline [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] for this purpose. In fact, achieving the
best accuracy with Similar-to-B means that more complex analogy
solving methods are not doing any good.
      </p>
      <p>b = argmax cos(b; w) (1)</p>
      <p>w2V</p>
      <p>
        The second method, vector offset [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], was originally used for
solving analogies with word2vec, and later became also known as
3CosAdd (eq. 2). It formulates the analogy as a is to a as b is to b ,
where b has to be inferred from a, a and b.
      </p>
      <p>b = argmax cos(w; a a + b) (2)</p>
      <p>w2V</p>
      <p>
        The remaining two methods, both proposed by [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], try to make the
most out of the full test set. 3CosAvg computes the average offset
between words in position a and words in position a , in a set of
relations of the target type (eq. 3). The answer, b , must maximise
the cosine with the vector resulting from summing the average offset
to b.
      </p>
      <p>b = argmax cos(w; b + avg of f set) (3)</p>
      <p>w2V</p>
      <p>The final method for which we report results is LRCos (eq. 4).
It considers the probability that a word w is of the same class as
other words in position a as well as the similarity between w and b,
measured with the cosine. A logistic regression is used for computing
the likelihood of a word belonging to the class of words a .
b = argmax P (w 2 target class) cos(w; b)
w2V
(4)</p>
      <sec id="sec-10-1">
        <title>4 https://github.com/vecto-ai</title>
        <p>Relation
Synonym-of n</p>
        <p>Synonym-of v
Synonym-of adj
Antonym-of adj
Hypernym-of n</p>
        <p>(+concrete)
Hypernym-of n</p>
        <p>(-concrete)
Hypernym-of v</p>
        <p>Examples
(local, s´ıtio) (proposta, alvitre/sugesta˜o/proposic¸a˜o)
(location, site), (proposal, suggestion/proposition)
(existir, viver/durar/...) (ouvir, perceber/entender/escutar/...)
(exist, live/last), (listen, feel/understand)
(proviso´rio, provisional/tempora´rio) (rural, ru´stico/pastoril/...)
(provisional, temporary), (rural, rustic/pastoral)
(estreito, largo) (velho, jovem/novo/moc¸o)
(narrow, wide), (old, young/new/lad)
(fruto, morango/ameixa/...) (ve´ıculo, jipe/monovolume/...)
(fruit, strawberry/plum), (vehicle, jeep/minivan)
(carro, ve´ıculo) (perna, suporte/segmento/membro/apoio)
(car, vehicle), (leg, support/segment/member)
(regra, restric¸a˜o/lei/etiqueta/...) (questa˜o, pergunta/problema/...)
(rule, restriction/law/etiquette), (query, question/problem)
(futuro, tempo) (orgulho, satisfac¸a˜o/sentimento)
(future, time), (pride, satisfaction/feeling)
(vir, chegar/desembarcar/cair) (contar, relatar/somar)
(come, arrive/land/fall), (count, report/sum)
(querer, ordenar/exigir) (pagar, subornar/dar/corromper)
(want, order/demand), (pay, bribe/give/pervert)
(meˆs, ano) (sala, casa/pre´dio/domic´ılio/edif´ıcio/habitac¸a˜o/...)
(month, year), (room, house/building/home)
(a´gua, oxige´nio/hidroge´nio) (palavra, s´ılaba)
(water, oxygen/hydrogen), (word, syllable)
(levantar, guindaste) (desenhar, lapiseira/caneta/la´pis/sombra/...)
(rise, crane), (draw, pencil/pen/shadow)
(lixa, polir) (foga˜o, aquecer/cozinhar)
(sandpaper, polish), (cooker, heat/cook)</p>
        <p>
          We also experimented with other methods available for this
purpose, namely 3CosMul and PairDirection [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ], but concluded that
they would not add much, and so left their results out of this paper.
For instance, results of PairDirection were often 0 or very close.
4.2
        </p>
      </sec>
    </sec>
    <sec id="sec-11">
      <title>Results</title>
      <p>
        We tackled the challenge of solving the questions in TALES when
the methods described in the previous section – Similar-to-B (SIM),
3CosAdd (3CAD), 3CosAvg (3CAV), LRCos (LRC) – were applied
to three different models with 300 dimensions – GloVe,
word2vecCBOW and word2vec-SKIP-GRAM. All models are part of NILC
embeddings [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], a set of pre-trained word embeddings for
Portuguese, freely available for download5. We first look at the overall
performance of different configurations, measured with the accuracy
and MAP@10, and then at the performance per relation.
4.2.1
      </p>
      <sec id="sec-11-1">
        <title>Overall Performance</title>
        <p>Table 2 has the overall performance of each method+model
configuration, considering all the 14 relations, only the lexical
(synonymy and antonymy), and the semantic, in terms of accuracy and
MAP@10. Given that TALES is balanced between the 14 relations,
each in a different file with 50 entries, these are averages of the
performance for each relation. Accuracy is given by the proportion of
entries (b) for the given answer (b ) was correct (i.e., it was one of
the words in the second column of the entry for b). However, we
recall that the figures for 3CosAdd imply not 50 but 2,450
questions (50 49), because they are based on averages of using each of
the 50 entry pairs as b : b when each of the remaining 49 entries
is used as a : a . All methods were used with default parameters of
the Vecto implementation. For instance, for LRCos, the logistic
regression classifier was trained with 49 positive pairs (one from each
entry, i.e., a and the first a , except the target one) and 49 negative</p>
        <sec id="sec-11-1-1">
          <title>5 http://nilc.icmc.usp.br/embeddings</title>
          <p>pairs (each with two arguments from different entries, i.e., a is from
an entry and a is from another, meaning that they are probably not
related, at least not in as the positive examples).</p>
          <p>
            Results show that TALES is a challenging test. Accuracies are way
under the best figures for syntactic and semantic analogies using the
same embeddings (i.e., between 40 and 60% [
            <xref ref-type="bibr" rid="ref12">12</xref>
            ]). Yet, a similar
situation happens for English, on the BATS dataset [
            <xref ref-type="bibr" rid="ref6">6</xref>
            ], where best
accuracies for lexical-semantic relations are always below 30%, with
the single exception for the opposites with GloVe.
          </p>
          <p>
            Considering all relations, four configurations are tied with best
accuracy (13%), using different methods and models. One of them is
the Similar-to-B baseline in word2vec-CBOW. The overall high
accuracy of this baseline is mainly influenced by its performance for the
symmetrical relations (lexical), where it achieved the best accuracy
in word2vec-SKIP, tied with 3CosAvg. This is achieved because both
Synonymy and Antonymy occur between similar concepts, for which
this baseline is already a good estimation. Thus, for these lexical
relations, benefits of using more sophisticated methods are residual, if
any. On the other hand, accuracy of Similar-to-B is lower for
nonsymmetrical relations (semantic), where LRCos in GloVe achieves
the best accuracy (13%). Though not very high, this is the only
configuration with an average accuracy higher than 10% in this scenario.
On a final note, the method originally applied for solving analogies
in word2vec [
            <xref ref-type="bibr" rid="ref18">18</xref>
            ], 3CosAdd, is generally the one with worst
performance, worse than Similar-to-B. This is also a consequence of how
accuracy is computed for this method, which predicts b from a
single pair a : a . Although this might work well for some relations, for
the target ones, results show that it normally does not.
          </p>
          <p>
            Although accuracy has been extensively used by others [
            <xref ref-type="bibr" rid="ref18 ref6">18, 6</xref>
            ],
when tests have more than one acceptable answer, it makes sense
to adopt metrics that look further than just the first given answer.
This includes retrieval-based measures like precision and recall, with
a threshold on the similarity score, or the Mean Average
Precision (MAP) [
            <xref ref-type="bibr" rid="ref3">3</xref>
            ]. Since this is the case of TALES, towards a different
perspective, we also computed the MAP@10.
          </p>
          <p>For most relations, MAP is not significantly higher, suggesting</p>
          <p>Lexical
Semantic</p>
          <p>All</p>
          <p>Lexical
Semantic</p>
          <p>All
0.20
0.08
0.11
0.28
0.16
0.19
3CAD</p>
          <p>GloVe</p>
          <p>
            3CAV
0.16
0.08
0.10
that not many correct answers are ranked between second and tenth.
Nevertheless, MAP scores show more clearly that GloVe is the most
consistent model for this kind of analogy. It always leads to the best
MAP, though with different methods: 3CosAvg for the lexical
relations and overall, and LRCos for the semantic. This is also consistent
with related research for English [
            <xref ref-type="bibr" rid="ref27 ref3 ref6">6, 27, 3</xref>
            ], where GloVe is often used
for this purpose, and the methods that use more instances (3CosAvg
and LRCos) perform better than those that try to solve the analogy
based on a single instance (3CosAdd) [
            <xref ref-type="bibr" rid="ref6">6</xref>
            ].
4.2.2
          </p>
        </sec>
      </sec>
      <sec id="sec-11-2">
        <title>Per-Relation Performance</title>
        <p>Table 3 presents the MAP@10 for each relation with each
method+model configuration. Results make it clear that some
relations pose different challenges than others. For instance, as
expected, the Similar-to-B baseline outperformed all the other methods
for Synonym-of, though with different models. Between nouns, the
best MAP (0.27) was achieved in word2vec-CBOW, also between
verbs (0.38), but tied with word2vec-SKIP. Between adjectives, the
best MAP (0.28) was in GloVe, where 3CosAvg achieved the same
result as Similar-to-B. For Antonym-of, the best configurations used
the LRCos method (0.30) in both GloVe and word2vec-SKIP. This
shows that, although Antonymy is also symmetrical, it behaves
differently than synonymy, and might benefit from considering a larger
set of relations.</p>
        <p>For six out of 10 semantic relations, the best MAP was achieved
by LRCos in GloVe, confirming that this configuration is a good
choice for such relation types. This happened to the inverse of
Hypernym-of, between concrete nouns (0.29), abstract nouns (0.16)
and verbs (0.25), to Part-of (0.16), and Purpose-of, in both
direct (0.15) and inverse direction (0.35).</p>
        <p>Results of the latter configuration for Hypernymy-of are probably
due to the higher difficulty of finding the hyponym given its
hypernym, when compared to the other way round, mainly because a
hypernym can have multiple hyponyms. Even though, in most cases,
there was more than one acceptable answer, a list of hyponyms can
be so extensive that several are probably missing (see section 4.3).
For the direct Hypernym-of relation between both concrete and
abstract nouns, the performance of the Similar-to-B baseline achieved
the best MAP, also with GloVe. This is not surprising, not only due
to the previous reason, but also because hyponyms are very similar
to their hypernyms, only more specific.</p>
        <p>A curious situation was that, in opposition to LRCos in GloVe,
for 3CosAvg in word2vec-CBOW the performance for direct
Hypernym-of n relations was higher than for the inverse. This again
suggests that different configurations are better suited for different
goals.</p>
        <p>Still on Hypernym-o n, performance is generally better when it is
between concrete concepts than for those more abstract. This should
be due to the nature of abstract nouns, with which one cannot interact
directly, making it also difficult to generalise the contexts they occur
in. A similar cause might help explaining the results for
Hypernymof v, for which the highest MAP was achieved by Similar-to-B in
word2vec-SKIP (0.22).</p>
        <p>For Part-of, performance was the poorest. In LRCos+GloVe, the
direct relations (0.16) got twice the MAP of the inverse (0.08), but
3CosAvg+GloVe had a slightly higher MAP (0.10). Similarly to
Hypernym-of, this might be affected by the fact that an object might
have several parts and it may be a part of different objects. Yet, in
this case, the low MAP is also due to other issues (see section 4.3).</p>
        <p>On the other hand, one of the highest MAPs in the test was
achieved for Purpose-of in the inverse direction (0.35). Not only its
accuracy was high with the LRCos+GloVe configuration, but it was
also considerably higher than the baselines, and contrasting with the
lower performance in word2vec-CBOW. This suggests that, although
not included in similar tests for English, the Used-For relation
(inverse of Purpose-of) suits this kind of test well.
4.3</p>
      </sec>
    </sec>
    <sec id="sec-12">
      <title>Brief Error Analysis</title>
      <p>For better insights on the achieved performance and typical issues,
we inspected the results of two different methods for two different
relations. Some of the identified issues might be addressed in future
versions of TALES, while others will hopefully contribute to the
development of better methods for relation discovery, or even models
that capture these relations better.</p>
      <p>First, issues concerning the inverse Hypernym-of relation,
recalling that a concept might have a huge number of hyponyms. Although
TALES includes five types of escola (school), it does not cover others
given by LRCos+GloVe as an answer, namely preparato´ria
(preparatory), conservato´rio (conservatory), secunda´ria (secondary) or
liceu (high school). This happens because none of the
aforementioned connections is in any of the lexical resources used as the
source of TALES. In fact, some of them are often used as
modifiers of escola, often appearing together (e.g., escola preparato´ria
or escola secunda´ria), with the “simple” version not covered by
the lexical resources. Another example is the word jornal
(newspaper), for which the first answer was semana´rio (weekly
newspaper), not accepted because, despite being correct, the instance
jornal Hypernym-of semana´rio was found in a single lexical resource,
and thus not included in TALES. Other issues are related to the
presence of world-knowledge, much of which not included in
dictionaries and lexical knowledge bases. This happens, for instance, for the
word moeda (currency), with the first answer ‘ecu’, the former
European currency, precursor of the euro, not in the source lexical
resources. The word ‘euro’ came in second, but is also not in TALES,
because it was in a single lexical resource. A second example of this
kind occurred for automo´vel (car), for which many answers were
brands of cars, starting with fiat, followed by volkswagen (rank #4),
renault (#5), bmw (#6) and audi (7).</p>
      <p>We also inspected the results of GloVe+3CosAvg for
Partof I (Has-Part), for which MAP was very low. We came to the
conclusion that the test for this relation includes several difficult entries,
some of which with multiple senses, some of which significantly
different, like ser (to be / living being), caˆmara (camera, chamber), or
programa (program, show); and others that refer to vague concepts,
like todo (whole), mundo (world), espac¸o (space), organizac¸a˜o
(organization), vida (life) or coisa (thing). While the issue of
ambiguity is minimised by the presence of several acceptable answers,
what might increase the difficulty is that ambiguous words are used
in different contexts, making the relations less obvious in the
geometric space. Vagueness could possibly be minimised if, as we did
for Hypernym-of, we split concrete and abstract nouns, but available
Part-of instances are not as many.</p>
      <p>Though not necessarily more difficult, the Part-of inverse test also
covers several time-related words, like minuto (minute), hora (hour),
dia (day), semana (week), meˆs (month), or ano (year). Moreover, on
the many incorrect answers, the main issues noted were:
Confusion between the direct and inverse relation, i.e., some
answers were not the parts, but the whole of b, e.g., for
dia (day), answers included semana (week) and meˆs (month);
for palavra (word), expressa˜o (expression) and frase (sentence);
or, for texto (text), documento (document) and comenta´rio
(comment).</p>
      <p>Confusion with hyponymy, i.e., some answers were hyponyms
of b, e.g., for homem (man), answers included rapaz (boy),
jovem (young) and garoto (kid); for casa (house),
apartamento (apartment) and mansa˜o (mansion); or, for meˆs (month),
names of months, like abril (April), maio (May), marc¸o (March)
and fevereiro (February).</p>
      <p>Most plural forms are not covered by the lexical resources and are
thus not in TALES. Yet, some answers were in the plural form,
often making sense, e.g., segundos (seconds) for minuto (minute);
minutos (minutes) for hora (hour); or alunos (students) for
escola (school).</p>
      <p>Correct answers that are not in TALES, e.g., madrugada (dawn)
for noite (night); texto (text) for documento (document);
ce´rebro (brain) and genoma (genome) for humano (human); or
porta (door) and mesa (table) for sala (room). Not all are the most
obvious relations and none was in any of the exploited lexical
resources, but they could probably be in TALES. In parallel, they
could be seen as suggestions for augmenting the aforementioned
lexical resources.
5</p>
    </sec>
    <sec id="sec-13">
      <title>Concluding Remarks</title>
      <p>We have presented TALES, a new test for assessing Portuguese word
embeddings in the domain of lexical-semantic relations, i.e., how
well are such relations captured by the embeddings. Decisions taken
in the creation of this test were first explained. Then, methods
commonly used for solving analogy tests were used with pre-trained word
embeddings for Portuguese to answer the questions in TALES, which
lead to some conclusions, here discussed.</p>
      <p>
        TALES is available from https://github.com/hgoliv/
PT-LexicalSemantics. As we have shown, it is a
challenging test, for which high performances will require better methods
or models of word embeddings. Interested researchers may want
to assess other models for Portuguese, such as Numberbatch [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ],
for which we have recently performed initial experiments with the
highest performances achieved. However, it might be unfair to
compare Numberbatch with embeddings learned exclusively from text,
because the creation of the former also considered the structure of
ConceptNet, which includes some well-structured lexical-semantic
knowledge. It would also be interesting to test more recent
pretrained language models, also known as contextual embeddings, like
ELMo [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] and BERT [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Yet, we are unsure whether we can take
advantage of the contextual features of the previous because the
entries of TALES lack context and do not handle different senses of the
same word.
      </p>
      <p>
        Other analogy solving methods may as well be tested. As
mentioned earlier, 3CosMul and PairDistance [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] were far from
outperforming the reported results. But there are other promising
methods proposed recently, such as the Translation and the Regression
Model [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. Finally, TALES may be used for training models of
relation discovery in word embeddings, which may then be used for
augmenting existing Portuguese lexical knowledge-bases [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>
        In the future, we might as well look into some of the issues noted
in our error analysis and create an improved version of TALES. For
instance, we may consider including also instances that occur in a
single lexical resource, especially if at least one relation per line is in
more. Besides Hypernym-Of, we may split other relations according
to the concreteness of their arguments. Yet, for most relation types,
this might result in less than 50 instances. Other possible gains will
probably require to use a lexical knowledge base with sense
information, such as a wordnet. In fact, relying on a single knowledge base,
ideally a manually-curated one, may avoid possible inconsistencies
regarding organisation and other criteria (e.g., definitions adopted for
each semantic relation). We may also consider removing b words
with many senses, or increase the number of hypernyms and
hyponyms by expanding the hypernym taxonomy. In fact, something
similar was done for BATS [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. We will also look at other
performance metrics, possibly looking at the average ranking of the correct
answer(s) or the distance or similarity of the given answer(s) to the
correct.
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Eneko</given-names>
            <surname>Agirre</surname>
          </string-name>
          , Enrique Alfonseca, Keith Hall, Jana Kravalova, Marius Pas¸ca, and Aitor Soroa, '
          <article-title>A study on similarity and relatedness using distributional and WordNet-based approaches'</article-title>
          ,
          <source>in Proceedings of Human Language Technologies</source>
          :
          <article-title>The 2009 Annual Conference of the North American Chapter of the Association for Computational Linguistics</article-title>
          ,
          <source>NAACL '09</source>
          , pp.
          <fpage>19</fpage>
          -
          <lpage>27</lpage>
          . ACL, (
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Marco</given-names>
            <surname>Baroni</surname>
          </string-name>
          and Alessandro Lenci, '
          <article-title>How we BLESSed distributional semantic evaluation'</article-title>
          ,
          <source>in Proceedings of GEMS 2011 Workshop on GEometrical Models of Natural Language Semantics</source>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          , Edinburgh,
          <string-name>
            <surname>UK</surname>
          </string-name>
          , (
          <year>2011</year>
          ). ACL.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Zied</given-names>
            <surname>Bouraoui</surname>
          </string-name>
          , Shoaib Jameel, and Steven Schockaert, '
          <article-title>Relation induction in word embeddings revisited'</article-title>
          ,
          <source>in Proceedings of the 27th International Conference on Computational Linguistics</source>
          ,
          <string-name>
            <surname>COLING</surname>
          </string-name>
          <year>2018</year>
          , pp.
          <fpage>1627</fpage>
          -
          <lpage>1637</lpage>
          ,
          <string-name>
            <given-names>Santa</given-names>
            <surname>Fe</surname>
          </string-name>
          , New Mexico, USA, (
          <year>August 2018</year>
          ). ACL.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Valeria de Paiva</surname>
          </string-name>
          , Livy Real, Hugo Gonc¸alo Oliveira, Alexandre Rademaker,
          <article-title>Cla´udia Freitas, and Alberto Simo˜es, 'An overview of Portuguese wordnets'</article-title>
          ,
          <source>in Proceedings of 8th Global WordNet Conference, GWC'16</source>
          , pp.
          <fpage>74</fpage>
          -
          <lpage>81</lpage>
          , Bucharest, Romania, (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Jacob</given-names>
            <surname>Devlin</surname>
          </string-name>
          ,
          <string-name>
            <surname>Ming-Wei</surname>
            <given-names>Chang</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Kenton</given-names>
            <surname>Lee</surname>
          </string-name>
          , and Kristina Toutanova, 'BERT:
          <article-title>Pre-training of deep bidirectional transformers for language understanding'</article-title>
          ,
          <source>in Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          , Volume
          <volume>1</volume>
          (Long and Short Papers),
          <source>NAACL-HLT</source>
          <year>2019</year>
          , pp.
          <fpage>4171</fpage>
          -
          <lpage>4186</lpage>
          . ACL, (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Aleksandr</given-names>
            <surname>Drozd</surname>
          </string-name>
          , Anna Gladkova, and Satoshi Matsuoka, '
          <article-title>Word embeddings, analogies, and machine learning: Beyond king - man + woman = queen'</article-title>
          ,
          <source>in Proceedings the 26th International Conference on Computational Linguistics: Technical papers (COLING</source>
          <year>2016</year>
          ),
          <source>COLING</source>
          <year>2016</year>
          , pp.
          <fpage>3519</fpage>
          -
          <lpage>3530</lpage>
          , (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>WordNet</given-names>
            <surname>: An Electronic Lexical Database (Language</surname>
          </string-name>
          , Speech, and Communication), ed.,
          <string-name>
            <surname>Christiane</surname>
            <given-names>Fellbaum</given-names>
          </string-name>
          , The MIT Press,
          <year>1998</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Lev</given-names>
            <surname>Finkelstein</surname>
          </string-name>
          , Evgeniy Gabrilovich, Yossi Matias, Ehud Rivlin, Zach Solan, Gadi Wolfman, and Eytan Ruppin, '
          <article-title>Placing search in context: The concept revisited'</article-title>
          ,
          <source>ACM Trans. Inf</source>
          . Syst.,
          <volume>20</volume>
          (
          <issue>1</issue>
          ),
          <fpage>116</fpage>
          -
          <lpage>131</lpage>
          , (
          <year>January 2002</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Anna</given-names>
            <surname>Gladkova</surname>
          </string-name>
          , Aleksandr Drozd, and Satoshi Matsuoka, '
          <article-title>Analogybased detection of morphological and semantic relations with word embeddings: what works and what doesn't</article-title>
          .',
          <source>in Proceedings of the NAACL 2016 Student Research Workshop</source>
          , pp.
          <fpage>8</fpage>
          -
          <lpage>15</lpage>
          . ACL, (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>Hugo</given-names>
            <surname>Gonc</surname>
          </string-name>
          <article-title>¸alo Oliveira, 'A survey on Portuguese lexical knowledge bases: Contents, comparison</article-title>
          and combination',
          <source>Information</source>
          ,
          <volume>9</volume>
          (
          <issue>2</issue>
          ), (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Zelig</surname>
            <given-names>Harris</given-names>
          </string-name>
          , 'Distributional structure',
          <source>Word</source>
          ,
          <volume>10</volume>
          (
          <issue>2-3</issue>
          ),
          <fpage>1456</fpage>
          -
          <lpage>1162</lpage>
          , (
          <year>1954</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Nathan</surname>
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Hartmann</surname>
          </string-name>
          ,
          <string-name>
            <surname>Erick R. Fonseca</surname>
            ,
            <given-names>Christopher D.</given-names>
          </string-name>
          <string-name>
            <surname>Shulby</surname>
          </string-name>
          ,
          <string-name>
            <surname>Marcos</surname>
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Treviso</surname>
            , Je´ssica
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Rodrigues</surname>
          </string-name>
          , and
          <string-name>
            <surname>Sandra M. Alu</surname>
          </string-name>
          <article-title>´ısio, 'Portuguese word embeddings: Evaluating on word analogies and natural language tasks'</article-title>
          ,
          <source>in Proceedings 11th Brazilian Symposium in Information and Human Language Technology (STIL</source>
          <year>2017</year>
          ), (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Felix</surname>
            <given-names>Hill</given-names>
          </string-name>
          , Roi Reichart, and Anna Korhonen, 'Simlex-999:
          <article-title>Evaluating semantic models with genuine similarity estimation'</article-title>
          ,
          <source>Computational Linguistics</source>
          ,
          <volume>41</volume>
          (
          <issue>4</issue>
          ),
          <fpage>665</fpage>
          -
          <lpage>695</lpage>
          , (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Graeme</surname>
            <given-names>Hirst</given-names>
          </string-name>
          , '
          <article-title>Ontology and the lexicon'</article-title>
          , in Handbook on Ontologies, eds.,
          <source>Steffen Staab and Rudi Studer</source>
          ,
          <source>International Handbooks on Information Systems</source>
          ,
          <volume>209</volume>
          -
          <fpage>230</fpage>
          , Springer, (
          <year>2004</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>David</given-names>
            <surname>Jurgens</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Saif</given-names>
            <surname>Mohammad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Peter</given-names>
            <surname>Turney</surname>
          </string-name>
          , and Keith Holyoak, '
          <article-title>SemEval-2012 task 2: Measuring degrees of relational similarity'</article-title>
          ,
          <source>in *SEM 2012: The 1st Joint Conference on Lexical and Computational Semantics - Vol 1: Proc. of main conference and shared task</source>
          ,
          <source>Vol 2: Proc. of 6th (SemEval</source>
          <year>2012</year>
          ), pp.
          <fpage>356</fpage>
          -
          <lpage>364</lpage>
          . ACL, (
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>Omer</given-names>
            <surname>Levy and Yoav Goldberg</surname>
          </string-name>
          , '
          <article-title>Linguistic regularities in sparse and explicit word representations'</article-title>
          ,
          <source>in Proceedings of 18th Conference on Computational Natural Language Learning</source>
          ,
          <source>CoNLL 2014</source>
          , pp.
          <fpage>171</fpage>
          -
          <lpage>180</lpage>
          . ACL, (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Tal</surname>
            <given-names>Linzen</given-names>
          </string-name>
          , '
          <article-title>Issues in evaluating semantic spaces using word analogies'</article-title>
          ,
          <source>in Proceedings of the 1st Workshop on Evaluating Vector-Space Representations for NLP</source>
          , pp.
          <fpage>13</fpage>
          -
          <lpage>18</lpage>
          , Berlin, Germany, (
          <year>August 2016</year>
          ). ACL.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Tomas</surname>
            <given-names>Mikolov</given-names>
          </string-name>
          , Kai Chen, Greg Corrado, and
          <string-name>
            <given-names>Jeffrey</given-names>
            <surname>Dean</surname>
          </string-name>
          , '
          <article-title>Efficient estimation of word representations in vector space'</article-title>
          ,
          <source>in Proceedings of the Workshop track of ICLR</source>
          , (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>Roberto</given-names>
            <surname>Navigli</surname>
          </string-name>
          and Simone Paolo Ponzetto, '
          <article-title>BabelNet: The automatic construction, evaluation and application of a wide-coverage multilingual semantic network'</article-title>
          ,
          <source>Artificial Intelligence</source>
          ,
          <volume>193</volume>
          ,
          <fpage>217</fpage>
          -
          <lpage>250</lpage>
          , (
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>A.</given-names>
            <surname>Paivio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. C.</given-names>
            <surname>Yuille</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S. A.</given-names>
            <surname>Madigan</surname>
          </string-name>
          , 'Concreteness, imagery, and
          <article-title>meaningfulness values for 925 nouns'</article-title>
          ,
          <source>Journal of Experimental Psychology monograph supplement</source>
          ,
          <volume>76</volume>
          (
          <issue>1</issue>
          ),
          <fpage>1</fpage>
          -
          <lpage>25</lpage>
          , (
          <year>1968</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <surname>Jeffrey</surname>
            <given-names>Pennington</given-names>
          </string-name>
          , Richard Socher, and
          <string-name>
            <given-names>Christopher D.</given-names>
            <surname>Manning</surname>
          </string-name>
          , 'GloVe:
          <article-title>Global vectors for word representation'</article-title>
          ,
          <source>in Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing, EMNLP 2014</source>
          , pp.
          <fpage>1532</fpage>
          -
          <lpage>1543</lpage>
          . ACL, (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <surname>Matthew</surname>
            <given-names>Peters</given-names>
          </string-name>
          , Mark Neumann, Mohit Iyyer, Matt Gardner, Christopher Clark,
          <string-name>
            <given-names>Kenton</given-names>
            <surname>Lee</surname>
          </string-name>
          , and Luke Zettlemoyer, '
          <article-title>Deep contextualized word representations'</article-title>
          ,
          <source>in Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          , Volume
          <volume>1</volume>
          (
          <issue>Long Papers)</issue>
          , pp.
          <fpage>2227</fpage>
          -
          <lpage>2237</lpage>
          . ACL, (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>Andreia</surname>
            <given-names>Querido</given-names>
          </string-name>
          , Rita Carvalho, Joa˜o Rodrigues, Marcos Garcia, Joa˜o Silva, Catarina Correia, Nuno Rendeiro, Rita Pereira, Marisa Campos, and
          <article-title>Anto´nio Branco, 'LX-LR4DistSemEval: a collection of language resources for the evaluation of distributional semantic models of Portuguese', Revista da Associac¸a˜o Portuguesa de Lingu´ıstica, (3</article-title>
          ),
          <fpage>265</fpage>
          -
          <lpage>283</lpage>
          , (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>Paulo</given-names>
            <surname>Alexandre</surname>
          </string-name>
          Rocha and Diana Santos, '
          <article-title>CETEMPu´blico: Um corpus de grandes dimenso˜es de linguagem jornal´ıstica portuguesa', in V Encontro para o processamento computacional da l´ıngua portuguesa escrita e falada (PROPOR</article-title>
          <year>2000</year>
          ), ed.,
          <source>Maria das Grac¸as Volpe Nunes</source>
          , pp.
          <fpage>131</fpage>
          -
          <lpage>140</lpage>
          , Sa˜o Paulo, (
          <volume>19</volume>
          -22
          <source>de Novembro</source>
          <year>2000</year>
          ). ICMC/USP.
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>Ana</given-names>
            <surname>Paula</surname>
          </string-name>
          <string-name>
            <surname>Soares</surname>
          </string-name>
          , Ana Santos Costa, Joa˜o Machado,
          <article-title>Montserrat Comesan˜a, and Helena Mendes Oliveira, 'The Minho Word Pool: Norms for imageability, concreteness, and subjective frequency for 3,800 Portuguese words</article-title>
          ',
          <source>Behavior Research Methods</source>
          ,
          <volume>49</volume>
          (
          <issue>3</issue>
          ),
          <fpage>1065</fpage>
          - -
          <lpage>1081</lpage>
          , (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <surname>Robert</surname>
            <given-names>Speer</given-names>
          </string-name>
          , Joshua Chin, and Catherine Havasi, '
          <article-title>Conceptnet 5.5: An open multilingual graph of general knowledge'</article-title>
          ,
          <source>in Proceedings of Thirty-First Conference on Artificial Intelligence (AAAI)</source>
          , pp.
          <fpage>4444</fpage>
          -
          <lpage>4451</lpage>
          , (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <surname>Ekaterina</surname>
            <given-names>Vylomova</given-names>
          </string-name>
          , Laura Rimell, Trevor Cohn, and Timothy Baldwin, '
          <article-title>Take and took, gaggle and goose, book and read: Evaluating the utility of vector differences for lexical relation learning', in Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)</article-title>
          ,
          <source>ACL</source>
          <year>2016</year>
          , pp.
          <fpage>1671</fpage>
          -
          <lpage>1682</lpage>
          . ACL, (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <surname>Rodrigo</surname>
            <given-names>Wilkens</given-names>
          </string-name>
          , Leonardo Zilio, Eduardo Ferreira, and Aline Villavicencio, '
          <article-title>B2SG: a TOEFL-like task for Portuguese'</article-title>
          ,
          <source>in Proceedings of the Tenth International Conference on Language Resources and Evaluation</source>
          ,
          <string-name>
            <surname>LREC</surname>
          </string-name>
          <year>2016</year>
          , Paris, France, (
          <year>2016</year>
          ). ELRA.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>