<!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>Query-focused Scienti c Paper Summarization with Localized Sentence Representation</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Kazutoshi Shinoda</string-name>
          <email>shinoda@nii.ac.jp</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Akiko Aizawa</string-name>
          <email>aizawa@nii.ac.jp</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>National Institute of Informatics, The University of Tokyo</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>The University of Tokyo</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>Query-focused summarization enables the extraction of information on a speci c \aspect" such as a \proposed approach" or \dataset used." Accordingly, it can be a powerful tool for reviewing scienti c literature. In this paper, we present a method for unsupervised extractive query-focused summarization. In our approach, we rst calculate word importance scores for each target document using a word-level random walk. Next, we optimize sentence embedding vectors using a Siamese neural network. Here, we utilize localized sentence representations obtained as the weighted average of word embeddings where the weights are determined by the word importance scores. Then, we conduct a sentence-level query-biased random walk to select a sentence to be used as a summary. In our experiments, we constructed a new evaluation dataset for query-focused summarization of scienti c papers and showed that our method achieves competitive performance compared to other sentence embeddings.</p>
      </abstract>
      <kwd-group>
        <kwd>scienti c paper mining tence representation</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Query-focused extractive summarization is one of the key technologies needed
for nding useful information from a large number of scienti c papers [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. In
this paper, we hypothesize that localized sentence representation is bene cial
in such summarization tasks where identifying important sentences is crucial.
Accordingly, we propose a method for localized sentence representation whereby
the importance score of each word in a document is considered in the calculation.
The nal score of each sentence is determined by considering both the importance
of the sentence and its relatedness to a given query.
      </p>
      <p>Considering the diversity and high speci city of scienti c papers, we use a
graph-based method that, unlike neural networks, does not require a large
training dataset for both word- and sentence-level importance calculations. Moreover,
we speci cally focus on extractive summarization because for scienti c
knowledge, it is important to preserve the authors' original expressions or opinions in
the generated summaries. The contributions of the present study are summarized
as follows: First, we propose an unsupervised method for learning localized
sentence representations that takes document-wise word importance into account.
Second, we constructed an additional dataset to evaluate query-focused
summarization of scienti c papers. Third, through our preliminary study, we showed
that the sentence representations obtained using the proposed method achieves
comparable performance with existing ones.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        Both supervised and unsupervised methods are used for extractive
summarization. Among supervised methods, neural models are the mainstream of current
research [
        <xref ref-type="bibr" rid="ref2 ref3">2, 3</xref>
        ]. Among unsupervised methods, conventional graph-based methods
are commonly used [
        <xref ref-type="bibr" rid="ref17 ref19 ref4 ref5">4, 5, 17, 19</xref>
        ].
      </p>
      <p>Regardless of whether the learning method is supervised or not, sentence
representations are generally used as inputs to summarization systems. In most
recent studies, sentence representations are calculated based on the embeddings
of their constituent words.</p>
      <p>
        In the case of supervised methods, neural networks are often used to learn
optimal representations. Di erent types of neural architectures are applied:
recurrent neural networks [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], convolutional neural networks [
        <xref ref-type="bibr" rid="ref8 ref9">8, 9</xref>
        ], and attention
mechanisms [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. While the supervised methods for sentence representation can
learn the importance of the words in a sentence by considering their
embedded features, this is usually not the case with the unsupervised methods. For
supervised methods, sentence embeddings obtained by simply averaging the
embeddings of words in a sentence were shown to be useful [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. Other unsupervised
methods include: IDs [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], skip-thought vectors [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], sequential (denoising)
autoencoders [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], and optimizing word embeddings for averaging [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ].
      </p>
      <p>
        Arora et al. proposed sentence embeddings obtained as the weighted average
of word embeddings [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. As a weighting scheme, the frequency-based methods,
such as the inverse document frequency (idf ) or the inverse sentence frequency
(isf ), are often used [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. However, the importance of words depends not only
on their frequencies in the entire document collection, but also on their local
contexts. Our hypothesis in this paper is that the importance of a particular
word could change depending on the topic of the document in which the word
appears.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Dataset Construction</title>
      <p>
        Hashimoto et al. constructed a dataset of review matrices consisting of scienti c
papers submitted to NLP shared tasks [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. The dataset was used for the
evaluation of query-focused multi-document summarization where the participant
system comparison tables provided by the task organizers were considered as
reference summaries. However, the reported summarization performance for the
dataset was relatively poor with the ROUGE score ranging from 3 to 9. A major
problem is the ambiguity of the queries. The queries consist of only one or a few
words, which makes query expansion extremely di cult without any context.
      </p>
      <p>
        Based on the above observation, we constructed a new dataset by (1)
collecting additional papers from later publications that report the results for the
same dataset as the submitted papers, and (2) manually selecting the most
relevant sentences for the queries1. Thus, existing system descriptions in the review
matrices can be used as the \context" for query expansion. In our dataset
construction, we selected four shared tasks, 2-3 papers and 1-2 queries, which also
appear in the review matrices dataset constructed by Hashimoto et al., for each
task. Then, we read the abstracts of the selected papers, found the most
relevant chapter for a given query, and chose the most appropriate sentence that
has adequate information about the query. The statistics of our new dataset are
listed in Table 1.
In our approach, we rst obtain word importance scores by conducting a random
walk on a word-graph for a given document. Secondly, we train a Siamese neural
network to obtain optimal sentence embeddings. Finally, we perform a
sentencelevel random walk with the acquired sentence representation and an expanded
query to select only one sentence for each pair of a paper and a query.
The word importance scores are calculated using a random walk on a graph of
all words in a document [
        <xref ref-type="bibr" rid="ref17 ref19">17, 19</xref>
        ]. In this step, we regard words as nodes, and
generate a complete graph with each edge assigned a weight based on the
similarity between the connected word pair. We recursively compute the probability
distribution of N unique words in a document, ptw = (ptw (w1 ); :::; ptw (wN )), until
convergence as below:
1 Our dataset is publicly available. https://github.com/Alab-NII/Q-SciSumm
ptw = (d U + (1
d )B)Tpw :
t 1
Here, U corresponds to a square matrix with all elements equal 1=N , t represents
the iteration number, and d denotes a \dumping factor." B is obtained as
B(i ; j ) =
      </p>
      <p>sim(wi ; wj )
PN</p>
      <p>
        k=1 sim(wi ; wk )
where sim(wi; wj ) is the similarity score between words wi and wj , calculated
as the cosine similarity of corresponding word embeddings pretrained using
word2vec [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. The initial probability distribution is set to p0w = (1=N; 1=N; :::).
After conversion, we obtain the probability distribution pw = (pw (w1 ); :::; pw (wN )),
which we use later as word importance scores. This operation is performed for
each scienti c paper. Accordingly, di erent sets of word importance scores are
obtained for each paper.
4.2
      </p>
      <sec id="sec-3-1">
        <title>Siamese Network</title>
        <p>
          Our Siamese network is based on the study by Kenter et al. (2016) [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ] that
predicts the probability of a sentence pair occurring next to each other in the
training data. In their formulation, each word w in a sentence s is rst converted
into a d-dimensional embedding vector vw. Then, a localized sentence
representation vs is obtained as the weighted average of the word embeddings using the
word importance scores obtained in Section 4.1:
(1)
(2)
(3)
(4)
vs =
        </p>
        <p>Pw2s pw(w)vw
Pw02s pw(w0)
:
The loss function of the network is the categorical cross-entropy:
L =</p>
        <p>X</p>
        <p>X
si2D sj2fS+[S g</p>
        <p>p(si; sj ) log(p (si; sj ))
where D denotes a document, and S+ and S are positive and negative
samples, respectively. The negative samples are randomly chosen from D. In
Equation (4), p( ) and p ( ) are the target and the predicted probability
distributions, respectively. The predicted probability distribution is obtained using a
softmax function over cos(vsi ; vsj ). The target probability distribution is given
as p(si; sj ) = jS1+j for sj 2 S+ and 0 for sj 2 S .
4.3</p>
      </sec>
      <sec id="sec-3-2">
        <title>Sentence-Level Random Walk</title>
        <p>
          In this step, we conduct a sentence-level random walk to select the most
appropriate sentence as a summary for a given query [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ]. We rst expand the query
with words that appear more than once in the reference summaries in the review
matrices dataset constructed by Hashimoto et al. [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]. Each word in an expanded
query is represented as a d-dimensional embedding pretrained using word2vec.
The relevance score between a query q and a sentence s is calculated as:
1
rel(s; q) = sumLargestn(cos(vw; vu)jw 2 s; u 2 q) (5)
n
where sumLargestn computes the sum of the top n candidates of cos(vw; vu).
The embeddings vw and vu are obtained using the pretrained word2vec. The
probability distribution of sentences pts is calculated as:
where ps0 is (1=jDj; 1=jDj; :::) and Q is a square matrix whose element is:
pts = (d Q + (1
d )B)T ps
        </p>
        <p>t 1
Q(i; j) = Psj2D rel(sj ; q)</p>
        <p>
          :
rel(si; q)
(6)
(7)
Finally, we conduct a sentence-level random walk until pts converges. The
difference between the word- and sentence-level random walks is that the latter
considers query relevance. This type of query-focused random walk can be used
for query-focused and extractive summarization [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ].
5
5.1
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Experiments</title>
      <sec id="sec-4-1">
        <title>Experimental Setup</title>
        <p>
          As noted earlier, we used the word2vec toolkit to obtain word embeddings. We
trained word2vec on the scienti c papers collected from ACL Anthology2 using
SideNoter [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ]. The minimum count of words used for training was four and the
size of the embedding vectors was 512. The number of epochs for training was
ve, and the window size was ve.
        </p>
        <p>
          For the Siamese network, we trained our network with two positive and ve
negative samples for each sentence. The number of epochs for training was one.
In our query expansion, we added at most eight words from the reference
summaries. For both the word- and sentence-level random walks, the dumping factor
was set to 0.3. All these parameters other than those related to word2vec were
tuned using the review matrices dataset [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]. The two dumping factors were
chosen from f0:1; 0:2; :::; 1:0g and the number of added queries was chosen from
f1; 2; :::; 10g.
        </p>
        <p>
          We compared our sentence representation with four other baselines.
{ TFIDF: a v-dimensional vector whose elements are the dot products of the
term frequency and the inverse document frequency of each word.
{ Average WE: obtained by simply averaging pretrained word embeddings
in a sentence.
{ Siamese CBOW: proposed by [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ]. In this approach, a simple average of
word embeddings is used as a sentence representation used to train a Siamese
network.
2 http://aclweb.org/anthology/
{ IDF Weighted Siamese Network: obtained by replacing the word
importance scores in our approach with the IDF scores. Note that the IDF scores
are common for all documents.
5.2
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>Results</title>
        <p>
          In the evaluation, we calculated the ROUGE-1, ROUGE-2, and ROUGE-SU4
scores which are the automatic evaluation metrics [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ] for each summary output.
The average performance for each method is shown in Table 2.
        </p>
        <p>
          As shown in Table 2, surface-level word matching, used by TFIDF, is not
sufcient for our sentence similarity calculation. Among the other four
embeddingbased methods, our approach achieved the best score for all the metrics.
Although our dataset is still small and limited, the results indicate that
considering context-dependent word importance scores proved e ective in our task. In
addition, the performance of simply averaging pretrained word embeddings was
relatively low; thus, utilizing a Siamese network had a signi ant impact on this
task.
In this study, we constructed a dataset for the summarization of scienti c papers,
and evaluated the proposed approach on our dataset. In terms of mining scienti c
papers by query-focused multi-document summarization, our localized sentence
representations were proved to be useful. However, in certain cases, the output
summaries for di erent queries were the same, indicating that the dumping factor
of sentence-level random walk should be more exibly adjusted. In addition,
we observed the cases where the query expansion fails to capture the original
intension. Future work includes the improvement of the query expansion and the
relevance score calculation between a sentence and a query. We will also consider
to incorporate more advanced graph-based algorithms such as [
          <xref ref-type="bibr" rid="ref4 ref5">4, 5</xref>
          ].
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgment</title>
      <p>This work was supported by JSPS KAKENHI Grant Number 16K12546 and
CREST JP-MJCR1513.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Hashimoto</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shinoda</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yokono</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aizawa</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Automatic Generation of Review Matrices as Multi-document Summarization of Scienti c Papers</article-title>
          .
          <source>In: Proceedings of the 2nd Joint Workshop on Bibliometric-enhanced Information Retrieval and Natural Language Processing for Digital Libraries</source>
          , pp.
          <fpage>69</fpage>
          -
          <lpage>82</lpage>
          . (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2. Cheng, J.,
          <string-name>
            <surname>Lapata</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Neural Summarization by Extracting Sentences and Words</article-title>
          .
          <source>In: Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics</source>
          , pp.
          <fpage>484</fpage>
          -
          <lpage>494</lpage>
          . (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Ren</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ren</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wei</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ma</surname>
          </string-name>
          , J.,
          <string-name>
            <surname>Rijke</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Leveraging Contextual Sentence Relations for Extractive Summarization Using a Neural Attention Model</article-title>
          .
          <source>In: Proceedings of the 40th International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          , pp.
          <fpage>95</fpage>
          -
          <lpage>104</lpage>
          . (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Parveen</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ramsl</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Strube</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Topical Coherence for Graph-based Extractive Summarization</article-title>
          .
          <source>In: Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing</source>
          , pp.
          <fpage>1949</fpage>
          -
          <lpage>1954</lpage>
          . (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sui</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chang</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>A nity-Preserving Random Walk for MultiDocument Summarization</article-title>
          .
          <source>In: Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing</source>
          , pp.
          <fpage>210</fpage>
          -
          <lpage>220</lpage>
          , (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Wieting</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bansal</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gimpel</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Livescu</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Towards Universal Paraphrastic Sentence Embeddings</article-title>
          .
          <source>In: Proceedings of the 4th International Conference on Learning Representations</source>
          . (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Tai</surname>
            ,
            <given-names>K.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Socher</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Manning</surname>
          </string-name>
          , C.D.:
          <article-title>Improved semantic representations from treestructured long short-term memory networks</article-title>
          .
          <source>In: Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natural Language Processing</source>
          , pp.
          <fpage>1556</fpage>
          -
          <lpage>1566</lpage>
          . (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Kalchbrenner</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grefenstette</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blunsom</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>A Convolutional Neural Network for Modelling Sentences</article-title>
          .
          <source>In: Proceedings of the 52nd Annual Meeting of the Association for Computational Linguistics</source>
          , pp.
          <fpage>655</fpage>
          -
          <lpage>665</lpage>
          . (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Gan</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Henao</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>He</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Carin</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Learning Generic Sentence Representations Using Convolutional Neural Networks</article-title>
          .
          <source>In: Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing</source>
          , pp.
          <fpage>2390</fpage>
          -
          <lpage>2400</lpage>
          . (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Feng</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Santos</surname>
            ,
            <given-names>C.N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yu</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xiang</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>A Structured Self-attentive Sentence Embedding</article-title>
          .
          <source>In: Proceedings of the 5th International Conference on Learning Representations</source>
          . (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Le</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Distributed Representations of Sentences and Documents</article-title>
          .
          <source>In: Proceedings of the 31st International Conference on Machine Learning</source>
          . (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Kiros</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Salakhutdinov</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zemel</surname>
            ,
            <given-names>R.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Torralba</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Urtasun</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fidler</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Skip-thought vectors</article-title>
          .
          <source>In: Advances in Neural Information Processing Systems</source>
          . (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Hill</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cho</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Korhonen</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Learning Distributed Representations of Sentences from Unlabelled Data</article-title>
          .
          <source>In: Proceedings of the 15th Annual Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          , pp.
          <fpage>1367</fpage>
          -
          <lpage>1377</lpage>
          . (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Kenter</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Borisov</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rijke</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <string-name>
            <surname>Siamese</surname>
            <given-names>CBOW</given-names>
          </string-name>
          :
          <article-title>Optimizing word embeddings for sentence representations</article-title>
          .
          <source>In: Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics</source>
          , pp.
          <fpage>941</fpage>
          -
          <lpage>951</lpage>
          . (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Arora</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ma</surname>
          </string-name>
          , T.:
          <article-title>A Simple But Tough-to-beat Baseline For Sentence Embeddings</article-title>
          .
          <source>In: Proceedings of the 5th International Conference on Learning Representations</source>
          . (
          <year>2017</year>
          )
        </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.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dean</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <article-title>Distributed representations of words and phrases and their compositionality</article-title>
          .
          <source>In: Advances in Neural Information Processing Systems</source>
          . (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Erkan</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Radev</surname>
            ,
            <given-names>D.R.:</given-names>
          </string-name>
          <article-title>LexRank: Graph-based lexical centrality as salience in text summarization</article-title>
          .
          <source>Journal of Arti cial Intelligence Research</source>
          ,
          <volume>22</volume>
          :
          <fpage>457</fpage>
          -
          <lpage>479</lpage>
          . (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Otterbacher</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Erkan</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Radev</surname>
            ,
            <given-names>D.R.</given-names>
          </string-name>
          :
          <article-title>Using Random Walks for Questionfocused Sentence Retrieval</article-title>
          .
          <source>Proceedings of Human Language Technology Conference and Conference on Empirical Methods in Natural Language Processing</source>
          , pages
          <fpage>915</fpage>
          -
          <lpage>922</lpage>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Mihalcea</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tarau</surname>
            ,
            <given-names>P.:</given-names>
          </string-name>
          <article-title>TextRank: bringing order into texts</article-title>
          .
          <source>In: Proceedings of the 2004 Conference on Empirical Methods in Natural Language Processing</source>
          . (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Abekawa</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aizawa</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>SideNoter: Scholarly Paper Browsing System based on PDF Restructuring and Text Annotation</article-title>
          .
          <source>In: Proceedings of the 26th International Conference on Computational Linguistics: System Demonstrations</source>
          , pp.
          <fpage>136</fpage>
          -
          <lpage>140</lpage>
          . (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>ROUGE: A package for automatic evaluation of summaries</article-title>
          .
          <source>In: Proceedings of the 42nd Annual Meeting of the Association for Computational Linguistics workshop on Text Summarization Branches Out</source>
          , pp.
          <fpage>74</fpage>
          -
          <lpage>81</lpage>
          . (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>