<!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>Quantum-like Generalization of Complex Word Embedding: a lightweight approach for textual classification</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Amit Kumar Jaiswal</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Bedfordshire</institution>
          ,
          <addr-line>Luton</addr-line>
          ,
          <country country="UK">UK</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In this paper, we present an extension, and an evaluation, to existing Quantum like approaches of word embedding for IR tasks that (1) improves complex features detection of word use (e.g., syntax and semantics), (2) enhances how this method extends these aforementioned uses across linguistic contexts (i.e., to model lexical ambiguity) - specifically Question Classification -, and (3) reduces computational resources needed for training and operating Quantum based neural networks, when confronted with existing models. This approach could also be latter applicable to significantly enhance the state-of the-art across Natural Language Processing (NLP) word-level tasks such as entity recognition, partof-speech tagging, or sentence-level ones such as textual relatedness and entailment, to name a few.</p>
      </abstract>
      <kwd-group>
        <kwd>Word embedding</kwd>
        <kwd>Quantum Theory</kwd>
        <kwd>Word-Context</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Word embedding [
        <xref ref-type="bibr" rid="ref4 ref5">4, 5</xref>
        ] is a general technique for treating words as a vector of
real valued numbers. It is a well-known distributed form of word
representation [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], encoding semantic as well as linguistic information and instruction of
words, which generated state-of-the-art results in several Information Retrieval
(IR) and NLP tasks in recent times. Although existing research [
        <xref ref-type="bibr" rid="ref22 ref23">22, 23</xref>
        ] presents
architectures proven to be successfully used in several posterior tasks, only few
studies exist that analyze the word-embedding mechanism itself, and how
enhancing it, or even simplifying it, could lead to better results to existing methods.
Particularly, this paper presents an analysis on how simple word embedding
optimization can lead to expressive better results on Question Classification task.
Specifically, how sensibly reducing word embedding representations from larger
pre-trained [
        <xref ref-type="bibr" rid="ref13 ref14 ref8">13, 8, 14</xref>
        ] corpus can prove beneficial to Quantum based models,
where complexity and inputs size are factors of great concern.
      </p>
      <p>
        Being extensively used to better capture cognitive behavior in different
domains [
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ], Quantum mechanics principles can also be applied to IR when it
comes to language related tasks. One example can be outlined on
determining textual entailment, or combination [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], of terms. For instance, modern
approaches can assign high probabilities to the words ‘strong ‘ and ‘coffee‘’ in a
term ‘strong coffee‘ if they repeatedly co-occur in a training corpus. However
it can lapse to capture the fact that they might occur in an opposite sense
‘Coffee is not very strong ‘. By applying Quantum cognitive aspects to word
embedding [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], it is stated that users do not superimpose a single polarity or
sentiment to each word, where a term subscribes to the global polarity of
aggregated words based on the other entities it is coupled with. This resembles the
action of tiny particles which remain in all possible states at the same time and
hinder each other giving rise to new states based on the relative aspects: words
that occur in similar contexts tend to have similar meanings.
      </p>
      <p>
        By highlighting the importance of the two aforementioned trending concepts,
namely word embedding and Quantum cognitive models, in this paper we focus
on providing a lightweight method for encouraging researchers to continually
embrace new opportunities in IR field when solving textual related tasks. We
structure our work in this paper as follows: first we gently introduce a
background section on how words in a corpus are trained in form of embeddings
(vectors) to compose a vector space. We then bring to light a background on
Quantum inspired models for IR and their applications for textual tasks,
followed by how trending pre-trained models can represent a potential problem on
computing resources when dealing with complex architectures like in deep neural
networks [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], and our proposition on how to solve it. On the subsequent section,
we present accuracy evaluations on Question Classification task confronting
existing literature as a baseline, and then conclude outlining the open research
opportunities for this paper.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Background</title>
      <p>
        With the advent of Word2Vec, an iterative group of algorithms that record
co-occurrence of words at a time rather than capturing all co-occurrence counts
explicitly like in singular value decomposition, word embedding technique places
words into space in which it approximates (1) spatial distance for computation
(2) constant relationships as vectors in space. Recent studies on word
representations based on those vectors proposed more efficient and accurate morphological
language structures [
        <xref ref-type="bibr" rid="ref15 ref8">15, 8</xref>
        ] as a natural evolution of this open research field.
Global vectors of word representation (GloVe) [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] is an unsupervised learning
algorithm for retrieving vector representations for words, trained on assembled
global word-to-word co-occurrence stats from a corpus, and the resulting
representations shows impressive performance in several NLP and IR tasks [
        <xref ref-type="bibr" rid="ref26 ref27 ref28 ref29">26–29</xref>
        ]
with linear sub-structures of the word vector space.
      </p>
      <p>
        However, shifting from word-level to recently proposed character-level
models, like FastText in [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], made it efficient to tackle languages peculiarities or
even the problem of ‘unknown words‘, i.e. rare words that were not available in
the corpus of the training process of the embedding models. FastText [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] is an
enhanced version of traditional Word2Vec [
        <xref ref-type="bibr" rid="ref15 ref16">15, 16</xref>
        ], which enriches vocabulary
analysis with the usage of character n-grams, i.e., a word is the result of the sum
of the many character n-grams that composes it.
3
3.1
      </p>
    </sec>
    <sec id="sec-3">
      <title>Related Work</title>
      <sec id="sec-3-1">
        <title>Quantum like assertion</title>
        <p>
          Several embedding models based on the formalism of Quantum mechanics have
been investigated to show dependencies between words and text portions [
          <xref ref-type="bibr" rid="ref18 ref19 ref20">18–
20</xref>
          ], which have been modeled as Quantum mixed states and then described by
a so called density matrix with its off-diagonal elements depicting word
relationship in a Quantum aspect. As opposed to traditional embeddings allocated
in one-dimensional vector space, those complex representations are placed in
one infinite-dimensional space, called the Hilbert space. Recent advancement
of Quantum-inspired models for Information Retrieval tasks studies the
nonclassical behavior of word dependency relations. Most of these models facilitate
the space arena to operate in a real-valued Hilbert space Rn, describing word or a
text portion being a real-valued vector or matrix, generally because the paucity
of appropriate textual patterns contributes to the imaginary part. Earlier
studies [
          <xref ref-type="bibr" rid="ref24 ref25">24, 25</xref>
          ] confirm that Quantum events cannot be simply explicated without
complex numbers, as most models are theoretically narrowed. More related to
IR, QWeb [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ] is a Quantum theoretical framework for modeling document
collections in which the notion of a term is replaced by ”whole meaning” that can
be a concept or concept mixture described as a state in a Hilbert Space and a
superposition of the concept states respectively. In this framework, the complex
phases of all concepts have a natural association to the scope of interference
among concepts. However, this framework has not yet turned up with its
applicability to any IR or NLP tasks as per the authors’ knowledge. The Quantum
Information Access framework discussed in [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ] uses term vectors and their
combinations (by means of mixtures and superpositions) to represent information
needs in a real-valued Hilbert space. This highly expressive representation of
documents and queries is shown to perform similar to established ranking functions
like BM25.
        </p>
        <p>
          In search of a potential Quantum-inspired model, [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ] interprets words with
complex weights in a linear sequence of latent concepts, and multiple words as
a complex sequence of word states, being terms represented either in a mixed
or superposition state, which consents with [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ] except by the fact that their
assumption of terms are described as ”entities of meaning” in QWeb. Our
experiment is based on sentence-level interpretation and considers a sentence as a
blend of words, where a word is described as a Quantum state consisting of two
parts, (1) amplitudes of co-occurred words to capture the low-level information
and (2) complex phases to depict the emergent meaning or polarity when a word
aggregates with other words. In this manner, the meaning from word
combination will obviously prevail in the interference among words and will consequently
be recorded tacitly in the density matrix representation. This paper conducts a
more exhaustive evaluation of the Quantum model described in [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ] that
contributes to the domain of both word embedding and Quantum-inspired IR, which
can be illustrated as an enhanced evaluation of classical and non-classical
embedding approaches, observed as a research study for Quantum-inspired language
models and this benchmarking on Complex word embedding can be applicable
for QWeb [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ] onto developing an application context.
3.2
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Embeddings and their Dimensionality Reduction</title>
        <p>
          On the Classical Mixture approach of sentences proposed by [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ], the need of
representing each word vector w into wT w (equivalently, in Dirac’s notation |wi
and |wi hw|, respectivelly) increases the resources needed for training a model,
specially deep models like a neural networks. Publicly available pre-trained word
embedding models [
          <xref ref-type="bibr" rid="ref13 ref14">14, 13</xref>
          ] were used as the foundation for the experiments input.
However, such pre-trained models contain embeddings with 300-units dimensions
per term, resulting in complex embedding matrices of 300 columns and rows.
        </p>
        <p>
          The high dimensionality of Quantum structured objects tends to result in
lower batch sizes and increased memory and processor usage, consequently
taking longer for a network to be trained, even on well-equipped hardware, as no
longer the inputs |wi of dimension (1, | |wi |), but (| |wi |, | |wi |). Motivated by
this challenge to cope with high dimensionality, we include further experiments
on embeddings dimensionality reduction, reproducing [
          <xref ref-type="bibr" rid="ref11 ref12">11, 12</xref>
          ], which, in a
combined manner, benchmarks different algorithms but none related to Quantum
techniques applied to IR. In [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ], by subtracting the ‘mean energy’ of the vectors
contained in the model, hence increasing discrimination between vector indexes,
we apply Principal Component Analysis (PCA) technique, to identify the top
components responsible for the major variance ratio between each of the units
of the word vectors of the whole model vocabulary. Then, by eliminating those
top components, and performing further compression (PCA transformation do
half the size of the dimensions) on the pre-trained models, it is possible to still
outperform original ones at the same time as optimizing training process and
time for Quantum complex architectures, as shown in section 4.2.
        </p>
        <p>
          Although simply extending [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] with the method proposed by [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] would be
straightforward, we also address an extension to the latter, with our proposed
dynamic way of determining the number of components to be removed from the
model based on a threshold. One open line of research in [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] was replacing a
fixed threshold of 7 components to be nullified by PCA analysis. Our empirical
analysis has shown that removing the components responsible for 20% of the
variance, which represents in practice either 6 or 7 components depending on
which word embedding model is being analyzed, can still present useful results
with the model transformation techniques, independently of which algorithm the
embedding model has been trained upon. Below, the two steps of the complete
operation are described, including the proposed dynamically generated factor γ
in Algorithm 1 , which serves as a counter to identify the number of
components to be removed, and the main transformation procedure in Algorithm 2, as
originally proposed in [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ].
        </p>
        <p>Algorithm 1 Dynamic Model Discrimination
procedure discriminate-model(V, threshold = 0.2)
μ = mean(V)
for n = 1, ..., |V| do</p>
        <p>Vˆ [n] = V[n] - μ
end for
p1...d = pca(V)
γ = 0
partial ratio = 0.0
for p in pi do
γ += 1
if partial ratio + p.variance ratio ≥ threshold then</p>
        <p>break
end if
partial ratio += p.variance ratio
end for
for n = 1, ..., |V| do</p>
        <p>V[n] = Vˆ [n] - Σi=1(piT V[n])pi</p>
        <p>γ
end for
return V
end procedure
. the proposed threshold
where V = the model being transformed, represented by key/value combination of
term and its vector representation, threshold = threshold for the major variance ratio
interval
Algorithm 2 Model Reduction
procedure reduce-model(V)
n = (|V |)/2
V = discriminate-model(V)
V = pca-transform(V, n)
V = discriminate-model(V)
return V
end procedure
where V = the model being transformed, represented by key/value combination of
term and its vector representation
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Evaluation</title>
      <p>
        The goal of our evaluation is to look at performance of the different embedding
models and datasets on a Question Classification task. The relevance of this
task can be defined by the fact that, traditionally in IR, this represents one
problem which focuses on identifying characteristics needed to answer a potential
question, or even to determine the type of a question itself, like a ‘who’, ‘how’
or ‘when’ question to be answered by a system [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ]. In the following we describe
the datasets and the results of our experiment.
      </p>
      <sec id="sec-4-1">
        <title>Dataset</title>
        <p>
          For our experiments on Question Classification task to be conducted we made
use of datasets on two different stages. The first one was the choice of pre-trained
word embedding models, which we will also refer to as ‘datasets‘ in this section.
The second and last step, was determining which dataset, properly saying, would
be considered to test our findings. Table 1 lists the models we elected as input for
the Complex Word Embeddings generation. For this matter, we elected GloVe [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]
and Facebook Research Lab’s recently proposed FastText [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ].
        </p>
        <p>The motivation behind the selection of these two distinct aforementioned
methods is that the first behaves in a similar way of traditional word2vec
algorithm, treating each word as one exclusive vector representation, whereas
FastText is built on top of the idea that a word is represented by the sum of the
different character n-grams it is composed of, relaxing the constraints of dealing
with rare and unknown words on training phase, and behaving like this in a
possible multi-language scenario, since it is agnostic to rigid rules on morphological
compositions.</p>
        <p>Identification
(A) - Wikipedia.Gigaworld.GloVe.6B.300d †
(B) - crawl-300d-2M-vec ‡
(C) - GloVe.Common Crawl.840B.300d †
Vocabulary</p>
        <p>Size
400 thousand
2 Million
2.2 Million</p>
        <p>Corpus size
in tokens
6 Billion
600 Billion
840 Billion</p>
        <p>Models (B) and (C) have been also transformed using the techniques
described in section 3.2, leading us to 5 word embedding models, properly saying
being 2 versions of each (‘transformed’ with vector length of 150, and ‘original’
with vector length of 300).</p>
        <p>
          Table 2, on the other hand, shows the structured datasets that were used
to carry out the experiments. Namely, TREC-10 Dataset for Question
Classification, and Stanford Sentiment Treebank, which were chosen as a way of fairly
comparing existing baseline expressed in [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ].
To compare the performance of the different embedding models and the datasets
explored in Table 3, we here present one concise table contemplating our
modified embedding models executed in classic fashion (words represented as real
valued numbers - datasets appended with ‘R’), vs the reproduced mixture model
Identification
        </p>
        <p>Number of records</p>
        <p>
          Number of classes
TREC 10 Question Classification
SST-2
5,952
70,042
6
2
from [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ] (datasets appended with ‘M’). We observe how the character n-grams
based FastText (B) model outperforms mostly all other models when it comes
to traditional word embedding input, and on the other hand, how GloVe based
models produce higher accuracy when applying the Complex Word Embeddings
technique. In particular, it is visible how the reduced versions of the pre-trained
embedding models outperform original ones with a considerable distance, or
almost perform equally with minimal percentage difference. This comes with a
great advantage, since in practice it represents a model reduced in 50% of size
(less resources and time needed for training), and also lower complexity (150
units vs 300 of pre-trained versions). Nevertheless, it must also be highlighted
how the 50% reduction of model (C), which was trained in a huge corpus of 840
Billion Tokens, does not considerably degrade the overall performance if
compared to its original version. It becomes a term on the equation for an expert to
decide the trade-off between model size and complexity versus performance and
small degradation in accuracy.
As one important aspect on the dimensionality reduction of the pre-trained word
embedding models, we also plot in Table 4 the difference on the scale of ‘time
per epoch’, listing in seconds how much time each model took, per epoch, to
be trained on the different tasks:
        </p>
        <p>SST-2-R</p>
        <p>We also place as publicly available the gists containing the logs of execution
of each of the four identified tasks, namely SST-2-R1, TREC-R2, SST-2-M3,
TREC-M4.
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusion and Future Work</title>
      <p>The proposed reduction accomplishes better and more efficient execution than
the state-of the-art Quantum and classical models evaluated on the Question
Classification and Sentiment Analysis datasets, with the usage of large
pretrained English corpus based on different word embedding techniques. As future
work, we also see an opportunity for an analysis on how to map the impact,
or weight, of each word in a sentence, leveraging performance of learning tasks
which could then lead to a bigger model overall accuracy. This open research
could lead to establishing an interesting real-valued factor γ that could increase
or decrease the importance of a given term in a sentence, according to the
relevance the world represents to a context.</p>
    </sec>
    <sec id="sec-6">
      <title>ACKNOWLEDGMENTS</title>
      <p>This work is supported by the Quantum Access and Retrieval Theory (QUARTZ)
project, which has received funding from the European Unions Horizon 2020
1 https://bit.ly/2Oq1WR1
2 https://bit.ly/2Ae72wx
3 https://bit.ly/2LOw0qG
4 https://bit.ly/2LrFQzs
research and innovation programme under the Marie Sklodowska-Curie grant
agreement No 721321.</p>
      <p>Jaiswal et al.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Busemeyer</surname>
            ,
            <given-names>J. R.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Bruza</surname>
            ,
            <given-names>P. D.</given-names>
          </string-name>
          (
          <year>2012</year>
          ).
          <article-title>Quantum models of cognition and decision</article-title>
          . Cambridge University Press.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Pothos</surname>
            ,
            <given-names>E. M.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Busemeyer</surname>
            ,
            <given-names>J. R.</given-names>
          </string-name>
          (
          <year>2013</year>
          ).
          <article-title>Can quantum probability provide a new direction for cognitive modeling?</article-title>
          .
          <source>Behavioral and Brain Sciences</source>
          ,
          <volume>36</volume>
          (
          <issue>3</issue>
          ),
          <fpage>255</fpage>
          -
          <lpage>274</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Bruza</surname>
            ,
            <given-names>P. D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kitto</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ramm</surname>
            ,
            <given-names>B. J.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Sitbon</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          (
          <year>2015</year>
          ).
          <article-title>A probabilistic framework for analysing the compositionality of conceptual combinations</article-title>
          .
          <source>Journal of Mathematical Psychology</source>
          ,
          <volume>67</volume>
          ,
          <fpage>26</fpage>
          -
          <lpage>38</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ducharme</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vincent</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Jauvin</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          (
          <year>2003</year>
          ).
          <article-title>A neural probabilistic language model</article-title>
          .
          <source>Journal of machine learning research</source>
          ,
          <volume>3</volume>
          (Feb),
          <fpage>1137</fpage>
          -
          <lpage>1155</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Collobert</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Weston</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          (
          <year>2008</year>
          ,
          <article-title>July). A unified architecture for natural language processing: Deep neural networks with multitask learning</article-title>
          .
          <source>In Proceedings of the 25th international conference on Machine learning</source>
          (pp.
          <fpage>160</fpage>
          -
          <lpage>167</lpage>
          ). ACM.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Turian</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ratinov</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          (
          <year>2010</year>
          ,
          <article-title>July)</article-title>
          .
          <article-title>Word representations: a simple and general method for semi-supervised learning</article-title>
          .
          <source>In Proceedings of the 48th annual meeting of the association for computational linguistics</source>
          (pp.
          <fpage>384</fpage>
          -
          <lpage>394</lpage>
          ).
          <article-title>Association for Computational Linguistics</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Baroni</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dinu</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Kruszewski</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          (
          <year>2014</year>
          ).
          <article-title>Don't count, predict! A systematic comparison of context-counting vs. context-predicting semantic vectors</article-title>
          .
          <source>In Proceedings of the 52nd Annual Meeting of the Association for Computational Linguistics (Volume</source>
          <volume>1</volume>
          :
          <string-name>
            <surname>Long</surname>
            <given-names>Papers)</given-names>
          </string-name>
          (Vol.
          <volume>1</volume>
          , pp.
          <fpage>238</fpage>
          -
          <lpage>247</lpage>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Pennington</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Socher</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Manning</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          (
          <year>2014</year>
          ).
          <article-title>Glove: Global vectors for word representation</article-title>
          .
          <source>In Proceedings of the 2014 conference on empirical methods in natural language processing (EMNLP)</source>
          (pp.
          <fpage>1532</fpage>
          -
          <lpage>1543</lpage>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Trabelsi</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bilaniuk</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Serdyuk</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Subramanian</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Santos</surname>
            ,
            <given-names>J. F.</given-names>
          </string-name>
          , ... &amp;
          <string-name>
            <surname>Pal</surname>
            ,
            <given-names>C. J.</given-names>
          </string-name>
          (
          <year>2017</year>
          ).
          <article-title>Deep complex networks</article-title>
          .
          <source>arXiv preprint arXiv:1705</source>
          .
          <fpage>09792</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Uprety</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Song</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          (
          <year>2018</year>
          ).
          <article-title>Quantum-inspired Complex Word Embedding</article-title>
          . arXiv preprint arXiv:
          <year>1805</year>
          .11351.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Raunak</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          (
          <year>2017</year>
          ).
          <article-title>Effective Dimensionality Reduction for Word Embeddings</article-title>
          .
          <source>arXiv preprint arXiv:1708</source>
          .
          <fpage>03629</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Mu</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bhat</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Viswanath</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          (
          <year>2017</year>
          ).
          <article-title>All-but-the-top: simple and effective postprocessing for word representations</article-title>
          .
          <source>arXiv preprint arXiv:1702</source>
          .
          <fpage>01417</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Bojanowski</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grave</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Joulin</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          (
          <year>2016</year>
          ).
          <article-title>Enriching word vectors with subword information</article-title>
          .
          <source>arXiv preprint arXiv:1607</source>
          .
          <fpage>04606</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Google Word2Vec Pre-Trained Models</surname>
          </string-name>
          . Available at: https://code.google.com/archive/p/word2vec/, June 2018
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corrado</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Dean</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          (
          <year>2013</year>
          ).
          <article-title>Efficient estimation of word representations in vector space</article-title>
          .
          <source>arXiv preprint arXiv:1301</source>
          .
          <fpage>3781</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sutskever</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corrado</surname>
            ,
            <given-names>G. S.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Dean</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          (
          <year>2013</year>
          ).
          <article-title>Distributed representations of words and phrases and their compositionality</article-title>
          .
          <source>In Advances in neural information processing systems</source>
          (pp.
          <fpage>3111</fpage>
          -
          <lpage>3119</lpage>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Piwowarski</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Frommholz</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lalmas</surname>
          </string-name>
          , M. &amp; van
          <string-name>
            <surname>Rijsbergen</surname>
          </string-name>
          ,
          <string-name>
            <surname>Keith</surname>
          </string-name>
          (
          <year>2010</year>
          ,
          <article-title>October)</article-title>
          .
          <article-title>What can Quantum Theory Bring to Information Retrieval?</article-title>
          <source>In Proc. 19th International Conference on Information and Knowledge Management (CIKM</source>
          <year>2010</year>
          )
          <article-title>(pp</article-title>
          .
          <fpage>59</fpage>
          -
          <lpage>68</lpage>
          ). ACM.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Sordoni</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nie</surname>
            ,
            <given-names>J. Y.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          (
          <year>2013</year>
          ,
          <article-title>July). Modeling term dependencies with quantum language models for IR</article-title>
          .
          <source>In Proceedings of the 36th international ACM SIGIR conference on Research and development in information retrieval</source>
          (pp.
          <fpage>653</fpage>
          -
          <lpage>662</lpage>
          ). ACM.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Xie</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hou</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          , Zhang,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            , &amp;
            <surname>Song</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.</surname>
          </string-name>
          (
          <year>2015</year>
          ).
          <article-title>Modeling quantum entanglements in quantum language models</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Niu</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Su</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ma</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Song</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          (
          <year>2018</year>
          ).
          <article-title>End-to-End Quantum-like Language Models with Application to Question Answering</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Aerts</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Argulles</surname>
            ,
            <given-names>J. A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Beltran</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Beltran</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Distrito</surname>
            , I., de Bianchi,
            <given-names>M. S.</given-names>
          </string-name>
          , ... &amp;
          <string-name>
            <surname>Veloz</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          (
          <year>2017</year>
          ).
          <article-title>Towards a Quantum World Wide Web</article-title>
          .
          <source>arXiv preprint arXiv:1703</source>
          .
          <fpage>06642</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Ganguly</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Roy</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mitra</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Jones</surname>
            ,
            <given-names>G. J.</given-names>
          </string-name>
          (
          <year>2015</year>
          ,
          <article-title>August)</article-title>
          .
          <article-title>Word embedding based generalized language model for information retrieval</article-title>
          .
          <source>In Proceedings of the 38th international ACM SIGIR conference on research and development in information retrieval</source>
          (pp.
          <fpage>795</fpage>
          -
          <lpage>798</lpage>
          ). ACM.
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Kumar</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Soman</surname>
            ,
            <given-names>K. P.</given-names>
          </string-name>
          (
          <year>2016</year>
          ). Amritacen at semeval-2016 task 11:
          <article-title>Complex word identification using word embedding</article-title>
          .
          <source>In Proceedings of the 10th International Workshop on Semantic Evaluation (SemEval-2016)</source>
          (pp.
          <fpage>1022</fpage>
          -
          <lpage>1027</lpage>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Kadin</surname>
            ,
            <given-names>A. M.</given-names>
          </string-name>
          (
          <year>2005</year>
          ).
          <article-title>Quantum Mechanics without Complex Numbers: A Simple Model for the Electron Wavefunction Including Spin</article-title>
          .
          <source>arXiv preprint quantph/0502139.</source>
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Kwong</surname>
            ,
            <given-names>C. P.</given-names>
          </string-name>
          (
          <year>2009</year>
          ).
          <article-title>The mystery of square root of minus one in quantum mechanics, and its demystification</article-title>
          .
          <source>arXiv preprint arXiv:0912</source>
          .
          <fpage>3996</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Salle</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Idiart</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Villavicencio</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2016</year>
          ).
          <article-title>Enhancing the LexVec Distributed Word Representation Model Using Positional Contexts and External Memory</article-title>
          .
          <source>arXiv preprint arXiv:1606</source>
          .
          <fpage>01283</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Salle</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Idiart</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Villavicencio</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2016</year>
          ).
          <article-title>Matrix factorization using window sampling and negative sampling for improved word representations</article-title>
          .
          <source>arXiv preprint arXiv:1606</source>
          .
          <fpage>00819</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Galke</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Saleh</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Scherp</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2017</year>
          ).
          <article-title>Word Embeddings for Practical Information Retrieval</article-title>
          .
          <source>INFORMATIK</source>
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Diaz</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mitra</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Craswell</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          (
          <year>2016</year>
          ).
          <article-title>Query expansion with locally-trained word embeddings</article-title>
          .
          <source>arXiv preprint arXiv:1605</source>
          .
          <fpage>07891</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Siddhartha1</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Singh2</surname>
            ,
            <given-names>A.K.</given-names>
          </string-name>
          , Dwivedi3
          <string-name>
            <surname>S.K.</surname>
          </string-name>
          (
          <year>2017</year>
          ).
          <article-title>Question Analysis and Classification for Question Answering System</article-title>
          .
          <source>International Journal of Innovative Research in Computer and Communication Engineering</source>
          (Vol.
          <volume>5</volume>
          , Issue 9).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>