<!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>University of Houston @ CL-SciSumm 2018?</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Luis F.T. De Moraes</string-name>
          <email>ltdemoraes@uh.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Avisha Das</string-name>
          <email>adas5@uh.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Samaneh Karimi</string-name>
          <email>samanekarimi@ut.ac.ir</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Rakesh Verma</string-name>
          <email>rverma@uh.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Computer Science Department University of Houston</institution>
          ,
          <addr-line>Houston, TX 77204</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Tehran</institution>
          ,
          <country country="IR">Iran</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2018</year>
      </pub-date>
      <abstract>
        <p>In this paper we present our methods and their results on the CL-SciSumm tasks of 2018. In this round, for Task 1A, we tried deep learning methods, a variation of the Positional Language Model and also our methods from BIRNDL 2017. The results show that the deep learning method outperforms the positional language model method and TFIDF method from BRINDL 2017 yields the best F1 score. For Task 1B, we used rule-based methods and classi ers.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        Constructing summaries of scienti c papers is useful for combating the
exponential growth of scienti c research. Automatic summarization of news articles
is a well-studied problem [
        <xref ref-type="bibr" rid="ref1 ref17 ref3">1, 3, 17</xref>
        ], but scienti c paper summarization has been
relatively less studied. In [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], researchers showed that, for scienti c papers, it
is possible to beat the baselines in a statistically signi cant way. On the other
hand, for news articles, this is quite di cult to achieve.
      </p>
      <p>The CL-SciSumm series of shared tasks has been organized to give a boost to
summarization of scienti c research. The emphasis of these tasks is to construct
a summary of a scienti c paper based on the citations of the paper. The idea is
that the citations of the paper represent the impact it has had and could therefore
be used to generate a potentially more interesting and useful summary.</p>
      <p>
        The CL-SciSumm series has three tasks [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. In Task 1A, given a scienti c
paper P (called \reference document") and a citance c of P , the goal is to
retrieve the most relevant sentences from P considering c as a query. These
sentences are called the reference span of c, In Task 1B, the goal is to classify
the reference span into one of ve-prede ned categories: method, aim, etc. In
Task 2, the goal is to construct a summary of P based on the reference spans
corresponding to all the citances of P .
      </p>
      <p>
        This year we participated in the rst two tasks, Tasks 1A and 1B. Our
methods for Task 1A were: a sentence similarity method using Siamese Deep
Learning Networks [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] and a Positional Language Model approach [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. For
? Research supported in part by NSF grants CNS 1319212, DGE 1433817, DUE
1356705 and DUE 1241772
      </p>
      <p>Task 1B, we have the same method we employed last year, which includes a
Rule-based method augmented by WordNet expansion; a Machine learning based
method using four classi ers: SVMs, Random Forests, Decision Trees, and
Multilayer Perceptron; and an ensemble method: AdaBoost. TF-IDF features are used
to train all classi ers.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        The CL-SciSumm series of tasks has led to several submissions by researchers
from all over the world, and follow-ups and works by other researchers. We brie y
summarize the most directly related works here and refer the reader to [
        <xref ref-type="bibr" rid="ref11 ref15 ref8">11, 15,
8</xref>
        ] for other related works. Most of the baseline algorithms used in this paper for
Task 1A have been described in [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] and [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
      </p>
      <p>
        To our knowledge, no one else has tried positional language models for Task
1A. Positional Language Modeling along with textual entailment and Structural
Correspondence Learning were used for reference span extraction by [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]
used similarity measures like LDA similarity, TF-IDF similarity along with
position based features for reference span extraction; while [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] used a query based
approach where each citance can be used to extract related reference spans from
the text. For more details, we refer the authors to [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
      </p>
      <p>
        Deep learning for citance-based summarization has been tried very recently
in [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. The researchers extracted and combine several classes of features like
similarity based lexical measures from reference sentences as well as citances
(word overlap, ROUGE measures, TF-IDF Similarity, etc.) and Word2Vec and
WordNet-based similarity attributes. The features also included surface level
features such as count of words, characters and numbers extracted from reference
sentences. The feature engineering process was used to train two ensemble
boosting algorithm based classi ers and a convolutional neural network (CNN). Their
experiments combine datasets across the CL-SciSumm competitions [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] and they
report good results with the CNN algorithm. Siamese Networks have been
commonly used for detecting similarity between short pairs of sentences [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ].
The dataset is available as part of the CL-SciSumm 2018 Shared Task.3 The
training corpus consists of 40 scienti c papers from the computational linguistics
eld, and the test set consists of 10 papers from the same domain.
      </p>
    </sec>
    <sec id="sec-3">
      <title>Dataset</title>
    </sec>
    <sec id="sec-4">
      <title>Task 1A</title>
    </sec>
    <sec id="sec-5">
      <title>Methods 3 4</title>
      <p>
        In order to nd the most relevant sentences of a reference document
corresponding to a citance { the main goal of Task 1A [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] { di erent approaches, such as
      </p>
      <sec id="sec-5-1">
        <title>3 https://github.com/WING-NUS/scisumm-corpus</title>
        <p>machine learning, information retrieval, etc., can be employed. We have used
several di erent methods and a couple of baselines for this task. We describe
these methods and our preliminary results below.
4.1</p>
        <p>Baselines
Our rst baseline is TF-IDF. We rst convert each sentence into a boolean
unigram and bigram vector. If an n-gram is present, then its dimension contains
the value 1; if the n-gram is absent, the value 0. We then reweigh the value of each
n-gram according to its document-wide TF-IDF score, where IDF is calculated
considering each sentence as a document. N-grams that appear in few sentences
have greater weight because they are better at distinguishing between sentences.
N-grams that appear in many sentences have lesser weight because they do not
help us narrow down the sentence candidates as much. We then calculate the
cosine similarity between the citance's vector and that of each sentence.</p>
        <p>
          Our second baseline is word embeddings [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ]. We use embeddings trained on
the ACL Anthology.4 For every sentence we convert each word into its
corresponding embedding vector. Note that each sentence is now a bag of word
embeddings. To determine the similarity between two sentences, we use the Word
Mover's Distance [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ] (also known as optimal transport). This metric essentially
looks for the minimal distance necessary to move all vectors such that, in the
end, every vector from one sentence overlaps a vector from the other sentence.
        </p>
        <p>
          No matter which baseline, if a citance is composed of more than one sentence,
we regard it as a single, long sentence. Since each baseline scores every sentence,
we sort them and pick the top 3 sentences as our choice of reference span. For a
discussion of the preprocessing steps we undertake and further details, we refer
the reader to [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ].
4.2
        </p>
        <p>
          Deep Learning with Siamese Networks
We use a Siamese network-based framework [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ] to model the semantic similarity
between the citance and reference span. A Siamese network architecture consists
of two or more sub-networks which together are used to learn the underlying
semantic similarity between a given pair of sentences. For the purpose of Task
1A, we use a Siamese Network to model the nature of semantic similarity that
exists between a citance and its reference span. Such a network, also tries to
capture the dissimilarity between a citance and unrelated or irrelevant reference
sentences from the given reference document.
        </p>
        <p>
          For the architecture, we use Long Short Term Memory (LSTM) [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ] Units to
learn the dependencies across the textual pairs. The set of sentences extracted
from the reference document have been ltered to only sentences of length 15
to 70 words. We also preprocess the reference sentences to remove non-ASCII
characters and text between parentheses. The citance and reference pairs are
converted to word embeddings using Word2Vec model on GoogleNews pre-trained
        </p>
      </sec>
      <sec id="sec-5-2">
        <title>4 http://aclweb.org/anthology/</title>
        <p>word embeddings. For generating a pair from the annotated data provided, for
every citance we select the annotated reference span. If a citance has more than
one reference sentence in the span, we create separate pairs for each sentence
with the citance.</p>
        <p>We observed that assigning rigid labels of 0s and 1s to citance and
reference sentence pairs lead to multiple misclassi ed instances. Therefore, instead
of binary labels, we assign cosine similarity values as normalized scores ranging
between 0 to 1 { for a given citance, the extracted reference spans from the
annotated les are assigned a 1. For other citance-reference sentence pairs, we assign
the similarity score. The Siamese network thus behaves as a regression model as
it identi es semantically similar pairs of citance and reference sentences.</p>
        <p>
          The proposed architecture has two bidirectional LSTM sub-networks with
50 hidden units each. We also add a dropout layer and densely connected
output layer to each sub-network. We use the mean square error for calculating
the training loss along with the AdaDelta [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ] optimization function. The nal
similarity measure is the Manhattan similarity measure given by the following
equation:
        </p>
        <p>M a Sim = exp( jjOutleft</p>
        <p>Outrightjj1)</p>
        <p>
          The LSTM network acts as an encoder to generate the semantic meaning
between the given citance and reference sentence pair. The exponent of the
negative of the absolute distance between the encoded LSTM outputs is used
to calculate the Manhattan similarity between the sentences of the given pair.
The Siamese architecture implemented for this Task iA based on the system
described in [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ].
        </p>
        <p>The proposed Siamese Networks are trained on 35 documents from the
training documents provided by the organizers5. We select the remaining 5 documents
as our validation data set. In Table 1a, we present the precision, recall and
F1-score values observed using two models trained for 1 epoch and 5 epochs
respectively.
4.3</p>
        <p>
          Positional Language Model
Positional language model is one of our approaches to solve the problem of Task
1A. In this approach, we transform the problem to identi cation of the best
position in the reference document which relates to the citance based on the
positional distribution of words in the reference document, i.e. PLM (positional
language model). The PLM approach [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] utilizes the proximity information of
words in documents to retrieve better results in response to query. For problem
1A, reference documents are considered as documents and citances as queries. In
the PLM approach, a separate language model is constructed for each position
of words in the document. The PLM of document d at position i is estimated as
follows:
        </p>
      </sec>
      <sec id="sec-5-3">
        <title>5 https://github.com/WING-NUS/scisumm-corpus</title>
        <p>wherein V denotes the vocabulary and c0 (w; i) is the propagated count of word
w at position i from all of its occurrences in the document.</p>
        <p>
          The PLM approach is based on the assumption that the occurrence of each
word at each position of the document can be propagated to other positions
within the same document using a density function. The density function assigns
higher propagation weights to terms that are closer to the position in the PLM.
By having the PLMs for all of the positions in the document, a position-speci c
retrieval score can be computed for each position in the document in response
to the query. This position-speci c retrieval score is obtained by computing the
similarity between the language model of the query and the PLM of that position
using KL-divergence formula [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ]. Therefore, if a citance includes more than one
sentence, all of the citance's sentences impact the language model of the query
simultaneously.
        </p>
        <p>
          The position-speci c retrieval scores can be used to compute an overall
retrieval score for the document through di erent strategies. For instance, using
best position strategy, the nal retrieval score of the document is the score of
its best matching position. In PLM method for task 1A, in order to nd top N
retrieval results from reference documents in response to each citance as query,
two approaches are used: in the rst approach, N most relevant sentences of the
reference document that have highest retrieval scores based on their PLMs are
returned as results. In the second approach, the best position in the reference
document is selected as the top result and the rest of N results are chosen from
its adjacent sentences. For both approaches, the PLM implementation released
by the authors of [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] is used.
5
        </p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Task 1B</title>
    </sec>
    <sec id="sec-7">
      <title>Methods</title>
      <p>
        For Task 1B, we applied our previous methods proposed in [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] on the 2018
datasets. The methods include a rule-based method, which is basically a
comparisonbased method augmented by WordNet expansion and a classi cation method.
More details are available in [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
6
      </p>
    </sec>
    <sec id="sec-8">
      <title>Evaluation</title>
      <p>
        The results of all four methods for Task 1A on training set 2018 are reported in
Table 1a. We observe that the variation of PLM reported in this paper
outperforms our previous variants of PLM reported in [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. Both baselines outperform
the deep learning and PLM approaches, which is a bit surprising. Perhaps, more
feature engineering is required for these tasks. Although the baselines fare
better in terms of F1 score, the Siamese Networks have a substantial advantage in
terms of recall.
      </p>
      <p>(a) Scores (%) for Task 1A.</p>
      <p>Method
PLM
PLM-FWBW
Siamese-1E
Siamese-5E
TF-IDF
WordEmbed
Method
Rule based-V1
Rule based-V2
Rule based-V3
Method only
SVM
Random Forest
Decision Tree
MLP
Adaboost</p>
      <p>The results of Task 1B methods on training set 2018 are reported in Table 1b.
For the classi cation methods, 10-fold cross-validated results are reported, the
value of C in SVM is set to 0.02 and the MLP classi er used consists of three
layers with 100, 50 and 20 nodes in the rst, second and third layers, respectively.
7</p>
    </sec>
    <sec id="sec-9">
      <title>Conclusion and Future Work</title>
      <p>In this paper, we have presented our methods and preliminary results for Tasks
1A and 1B of the CL-SciSumm 2018 shared task. A lot more work can be done in
terms of feature engineering. In addition, guring out why some methods favor
recall to the detriment of precision could help us in forming stronger ensembles.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Barrera</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Verma</surname>
          </string-name>
          , R.:
          <article-title>Combining syntax and semantics for automatic extractive single-document summarization</article-title>
          .
          <source>In: CICLING</source>
          . vol.
          <source>LNCS 7182</source>
          , pp.
          <volume>366</volume>
          {
          <issue>377</issue>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Felber</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kern</surname>
          </string-name>
          , R.: Graz university of technology at cl-scisumm
          <year>2017</year>
          :
          <article-title>Query generation strategies</article-title>
          .
          <source>In: Proc. of the 2nd Joint Workshop on Bibliometric-enhanced Information Retrieval and Natural Language Processing for Digital Libraries (BIRNDL</source>
          <year>2017</year>
          ). Tokyo, Japan (
          <year>August 2017</year>
          ) (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Gambhir</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gupta</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Recent automatic text summarization techniques: a survey</article-title>
          .
          <source>Artif. Intell. Rev</source>
          .
          <volume>47</volume>
          (
          <issue>1</issue>
          ),
          <volume>1</volume>
          {
          <fpage>66</fpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Hochreiter</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schmidhuber</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>Long short-term memory</article-title>
          .
          <source>Neural computation 9(8)</source>
          ,
          <volume>1735</volume>
          {
          <fpage>1780</fpage>
          (
          <year>1997</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Jaidka</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chandrasekaran</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jain</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kan</surname>
          </string-name>
          , M.Y.:
          <article-title>The cl-scisumm shared task 2017: Results and key insights</article-title>
          . In:
          <article-title>Proceedings of the Computational Linguistics Scienti c Summarization Shared Task (CL-SciSumm 2017), organized as a part of the 2nd Joint Workshop on Bibliometric-enhanced Information Retrieval and Natural Language Processing for Digital Libraries (BIRNDL</article-title>
          <year>2017</year>
          )
          <article-title>(</article-title>
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Jaidka</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chandrasekaran</surname>
            ,
            <given-names>M.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rustagi</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kan</surname>
          </string-name>
          , M.Y.:
          <article-title>Insights from CLSciSumm 2016: the faceted scienti c document summarization Shared Task</article-title>
          .
          <source>International Journal on Digital Libraries</source>
          (jun
          <year>2017</year>
          ). https://doi.org/10.1007/s00799- 017-0221-y, https://doi.org/10.1007/s00799-017-0221-y
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Jha</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chaurasia</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sudhakar</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Singh</surname>
            ,
            <given-names>A.K.</given-names>
          </string-name>
          :
          <article-title>Reference scope identi cation for citances using convolutional neural network (</article-title>
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Karimi</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moraes</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Das</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Verma</surname>
          </string-name>
          , R.: University of Houston@ cl-scisumm
          <year>2017</year>
          :
          <article-title>Positional language models, structural correspondence learning and textual entailment</article-title>
          .
          <source>In: Proc. of the 2nd Joint Workshop on Bibliometric-enhanced Information Retrieval and Natural Language Processing for Digital Libraries (BIRNDL</source>
          <year>2017</year>
          ). Tokyo, Japan (
          <year>August 2017</year>
          ) (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Kullback</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leibler</surname>
            ,
            <given-names>R.A.</given-names>
          </string-name>
          :
          <article-title>On information and su ciency</article-title>
          .
          <source>The annals of mathematical statistics 22(1)</source>
          ,
          <volume>79</volume>
          {
          <fpage>86</fpage>
          (
          <year>1951</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Kusner</surname>
            ,
            <given-names>M.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sun</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kolkin</surname>
            ,
            <given-names>N.I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weinberger</surname>
            ,
            <given-names>K.Q.</given-names>
          </string-name>
          , et al.:
          <article-title>From word embeddings to document distances</article-title>
          .
          <source>In: ICML</source>
          . vol.
          <volume>15</volume>
          , pp.
          <volume>957</volume>
          {
          <issue>966</issue>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Lu</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mao</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <article-title>Recognizing reference spans and classifying their discourse facets</article-title>
          .
          <source>In: Proc. of the Joint Workshop on Bibliometric-enhanced Information Retrieval and Natural Language Processing for Digital Libraries (BIRNDL</source>
          <year>2016</year>
          )
          <article-title>(</article-title>
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Lv</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhai</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Positional language models for information retrieval</article-title>
          .
          <source>In: Proceedings of the 32nd international ACM SIGIR conference on Research and development in information retrieval SIGIR</source>
          <volume>09</volume>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Ma</surname>
          </string-name>
          , S.,
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , Zhang,
          <string-name>
            <surname>C.</surname>
          </string-name>
          : Njust@
          <fpage>clscisumm</fpage>
          -
          <lpage>17</lpage>
          .
          <source>In: Proc. of the 2nd Joint Workshop on Bibliometric-enhanced Information Retrieval and Natural Language Processing for Digital Libraries (BIRNDL</source>
          <year>2017</year>
          ). Tokyo, Japan (
          <year>August 2017</year>
          ) (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <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>
          ,
          <string-name>
            <surname>Dean</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>E cient estimation of word representations in vector space</article-title>
          .
          <source>CoRR abs/1301</source>
          .3781 (
          <year>2013</year>
          ), http://arxiv.org/abs/1301.3781
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Moraes</surname>
            ,
            <given-names>L.F.T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Baki</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Verma</surname>
            ,
            <given-names>R.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          : University of Houston at clscisumm 2016:
          <article-title>Svms with tree kernels and sentence similarity</article-title>
          .
          <source>In: Proceedings of the Joint Workshop on Bibliometric-enhanced Information Retrieval</source>
          and
          <article-title>Natural Language Processing for Digital Libraries (BIRNDL) co-located with the Joint Conference on Digital Libraries 2016 (JCDL 2016), Newark</article-title>
          , NJ, USA, June 23,
          <year>2016</year>
          . pp.
          <volume>113</volume>
          {
          <issue>121</issue>
          (
          <year>2016</year>
          ), http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>1610</volume>
          /paper13.pdf
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Mueller</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thyagarajan</surname>
            ,
            <given-names>A.:</given-names>
          </string-name>
          <article-title>Siamese recurrent architectures for learning sentence similarity</article-title>
          .
          <source>In: AAAI</source>
          . pp.
          <volume>2786</volume>
          {
          <issue>2792</issue>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Verma</surname>
            ,
            <given-names>R.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Extractive summarization: Limits, compression, generalized model and heuristics</article-title>
          .
          <source>Computacion y Sistemas</source>
          <volume>21</volume>
          (
          <issue>4</issue>
          ),
          <volume>787</volume>
          {
          <fpage>798</fpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Zeiler</surname>
          </string-name>
          , M.D.:
          <article-title>ADADELTA: an adaptive learning rate method</article-title>
          .
          <source>CoRR abs/1212</source>
          .5701 (
          <year>2012</year>
          ), http://arxiv.org/abs/1212.5701
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>