<!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>LaSTUS/TALN+INCO @ CL-SciSumm 2018 - Using Regression and Convolutions for Cross-document Semantic Linking and Summarization of Scholarly Literature</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ahmed Abura'ed</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alex Bravo</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Luis Chiruzzo</string-name>
          <email>luischir@fing.edu.uy</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Horacio Saggion</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Universidad de la Republica</institution>
          ,
          <addr-line>Facultad de Ingenier a, INCO, Montevideo</addr-line>
          ,
          <country country="UY">Uruguay</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Universitat Pompeu Fabra</institution>
          ,
          <addr-line>DTIC, LaSTUS-TALN, C/Tanger 122, Barcelona (08018)</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2018</year>
      </pub-date>
      <abstract>
        <p>In this paper we present several systems developed to participate in the 3rd Computational Linguistics Scienti c Document Summarization Shared challenge which addresses the problem of summarizing a scienti c paper taking advantage of its citation network (i.e., the papers that cite the given paper). Given a cluster of scienti c documents where one is a reference paper (RP) and the remaining documents are papers citing the reference, two tasks are proposed: (i) to identify which sentences in the reference paper are being cited and why they are cited, and (ii) to produce a citation-based summary of the reference paper using the information in the cluster. Our systems are based on both supervised (Convolutional Neural Networks) and unsupervised techiques taking advantage of word embeddings representations and features computed from the linguistic and semantic analysis of the documents.</p>
      </abstract>
      <kwd-group>
        <kwd>Citation-based Summarization</kwd>
        <kwd>Scienti c Document Anal- ysis</kwd>
        <kwd>Convolutional Neural Networks</kwd>
        <kwd>Text-similarity Measures</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Automatic text summarization [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ] is a technology to produce an abridged
version of a document or set of documents which should contain just the essential or
most relevant information of the input. Summarization of scienti c documents
has been studied for many years now (e.g. [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] was the rst to address
summarization of technical articles) and has been addressed with a variety of techniques
including trainable [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ] or dictionary-based [
        <xref ref-type="bibr" rid="ref31">31</xref>
        ] approaches. In recent years there
has been a growing interest in the problem of citation-based summarization [
        <xref ref-type="bibr" rid="ref1 ref2 ref25">25,
2, 1</xref>
        ] where given a cluster of scienti c documents in which one document in the
cluster is a reference paper and the rest of the documents are papers citing the
reference paper, the objective is to summarize the reference paper taking in
consideration the information citing it. The interest in the area has motivated the
development of a series of evaluation exercises in scienti c summarization in the
Computational Linguistics (CL) domain known as the Computational
Linguistics Scienti c Document Summarization Shared Task which started in 2014 as a
pilot [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] and which is now a well depeloped challenge in its third year [
        <xref ref-type="bibr" rid="ref10 ref11">10, 11</xref>
        ].
      </p>
      <p>In this challenge, given a cluster of n documents where one is a reference
paper (RP) and the n 1 remaining documents are papers (i.e., citing papers
(CPs)) citing the reference paper, participants of the challenge have to develop
automatic procedures to simulate the following tasks:
{ Task 1A: For each citance (i.e. a reference to the RP), identify the spans of
text (cited text spans) in the RP that most accurately re ect the citance.
{ Task 1B: For each cited text span, identify what facet of the paper it
belongs to, from a prede ned set of facets namely: Aim, Hypothesis,
Implication, Results or Method,
{ Task 2: Finally, an optional task consists on generating a structured (of up
to 250 words) summary of the RP from the cited text spans of the RP.</p>
      <p>In this system description paper, we overview the techniques we have applied
to solve the proposed tasks.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Corpus Processing</title>
      <p>The organizers of the CL-SciSumm 2018 challenge provide training data
structured in clusters of reference and citing papers together with manual
annotations indicating, for each citance, the text span(s) in the reference paper that
best represent the citance, as well as their corresponding facets. The training
corpus contains 40 clusters with an average of 17 papers per cluster. For each
cluster there are three manually created summaries of the reference paper: the
author abstract, a community-based abstract created using citation sentences,
and a human abstract created based on information from reference paper and
citation sentences. The test set has 20 clusters with an average of 11 papers per
cluster.
2.1</p>
      <sec id="sec-2-1">
        <title>GATE Transformation</title>
        <p>
          In order to automatically process the clusters, we created, from the documents
in the training and test sets, GATE [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ] les that include the information
provided in the manual annotations. The les corresponding to reference papers were
enriched with annotations covering the text spans being cited (with the
information corresponding to citances) and, conversely, in each citing paper annotations
were added for the provided citances (with the information corresponding to the
cited text spans). The annotations in the citing and reference papers are linked
by means of a unique identi er (formed by the concatenation of citance number,
reference paper id, citing paper id, and annotator).
        </p>
        <p>Based on these annotations we could easily build pairs of matching sentences
(Citing Paper Sentence, Reference Paper Sentence) and associate, to each pair,
the facet that the annotator considered the citation referred to.
2.2</p>
      </sec>
      <sec id="sec-2-2">
        <title>Text Processing</title>
        <p>
          The GATE system was used to tokenize, sentence split, part of speech tag,
manage gazetteers and lemmatize each document. Teufel's [
          <xref ref-type="bibr" rid="ref33">33</xref>
          ] action and concept
Lexicons were used to create gazetteers lists to identify in text scienti c concepts
(e.g. research: analyze, check and gather; problem: violate, spoil and mistake, and
solution: x, cure and accomplish). The Dr Inventor's library [
          <xref ref-type="bibr" rid="ref27">27</xref>
          ] for analyzing
scienti c documents was additionally applied to each document to generate rich
semantic information such as citation marker, BabelNet concepts [
          <xref ref-type="bibr" rid="ref23">23</xref>
          ], causality
markers, co-reference chains, and rhetorical sentence classi cation. The library
classi es each sentence of a paper based on a rhetorical category of scienti c
discourse among: Approach, Background, Challenge, Outcome and FutureWork. In
other words, it predicts the probability of the sentence of belonging to one of
the ve discourses provided. See [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ] for more details about the corpus used for
training the classi er. Finally, the SUMMA library [
          <xref ref-type="bibr" rid="ref29">29</xref>
          ] was used to produce term
vectors, normalized term vectors, BabelNet synset ID vectors, normalized
babelnet synset ID vectors, terms n-grams (up to three) and part of speech n-grams
(up to three) for each document.
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Identifying Cited Sentences and their Facets</title>
      <p>We utilized a deep-learning approach (Convolutional Neural Network (CNN))
formulating the problem of nding a set of sentences in a reference paper that
best re ects a citation in a citing paper as a regression problem which uses a
CNN with two inputs and one output. The rst input models the reference paper
sentences as a Word2Vec representation and the second input calculates a set of
features based on the pair of sentences (reference paper sentence and a citation
sentence). On the other hand, the regression output represents a score for each
sentence in the reference paper based on the set of citations citing the reference
paper. The output score of each reference sentence is based on the distance
between the sentence and a sentence that are being cited. A value of 1 is set to
cited sentences and the further the sentence is from the nearest cited sentence
the less score it has.</p>
      <p>We also used the same neural network to predict the facet a cited sentence
belongs to. However, for facets we formulated the problem as a classi cation
problem in which the output in that case is one of the ve prede ned facets
classes provided by the organizers.</p>
      <p>We modeled each reference sentence as a Word2Vec representation from three
di erent pre-trained Word2Vec models embedded in a 300 dimensional space: (1)</p>
      <p>
        ACL 3[
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] from the ACL Anthology Reference Corpus [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], (2) Google News 4,
and (3) Babelnet [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
      <p>From each reference paper we extracted all the sentences having a number of
tokens in a range of 5 to 40 and we used the 300 dimensions of each of the rst
15 tokens from each sentence. In order to reduce the number of pairs of sentences
to consider, we also excluded sentences which according to the analysis carried
out with the Dr. Inventor library belongs to the Background or Future Work
discourse facets since it is assumed those sentences will mainly refer to work
carried out by other authors or still inexistent.</p>
      <p>We ran three CNNs over each sentence embeddings in which the width is
the 300 dimensions, the height is 2, 3 and 4 respectively to represent: bi, tri and
quadri-grams and nally, 3 channels to present the three pre-trained models.
3.1</p>
      <sec id="sec-3-1">
        <title>Set of Features</title>
        <p>In addition to CNNs we calculated a set of features based on the pair of the cited
sentence in the reference paper and the sentence citing it in the citing paper.
Those features were modeled and motivated to identify the cited sentences and
their facets. Sentence Position Features: The sentence position in a paper
can identify which parts of a reference paper are mostly cited, also the facet the
sentence belongs to. For instance, sentences at the end of the document would
probably belong to the Result facet. We use three features based on the location
of the sentence in the reference document:
{ Sentence position: the position of the sentence in the reference paper;
{ Section sentence position: the position of the sentence in the section;</p>
        <p>
          WordNet Semantic Similarity Measures Features: Similarities derived
from WordNet's graph could indicate matched sentences, it could also identify
their facets, the more similar a sentence is to another sentence with a known facet
the more likely it will have the same facet. We used WS4J (WordNet Similarity
for Java) library which includes several semantic relatedness algorithms that rely
on WordNet 3.0. Given a pair of sentences (reference and citance), we retrieve
all the synsets associated to nouns and verbs in each one of them. Then, by
considering all the pairs of synsets belonging to di erent sentences, we compute
similarity values between citance sentence and reference sentence. We calculated
similarity values between each token in the citance sentence and each and every
token in the reference sentence. Finally averaging all the similarities for the given
sentence pair. The computed measures are:
{ Path similarity [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ]: The shorter the path between two words/senses in
Word
        </p>
        <p>
          Net, the more similar they are.
{ JCN similarity [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ]: the conditional probability of encountering an instance
of a child-synset given an instance of a parent synset.
3
https://github.com/liuhaixiachina/Sentiment-Analysis-of-Citations-Using
        </p>
        <p>
          Word2vec/tree/master/trainedmodels
4 https://code.google.com/archive/p/word2vec/
{ LCH similarity [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ]: the length of the shortest path between two synsets for
their measure of similarity.
{ LESK similarity [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ]: Similarity of two concepts is de ned as a function of the
overlap between the corresponding de nitions (i.e., their WordNet glosses).
{ LIN similarity [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ]: The Similarity between A and B is measured by the ratio
between the amount of information needed to state the commonality of A
and B and the information needed to fully describe what A and B are.
{ RESNIK similarity [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ]: The probability of encountering an instance of
concept c in a large corpus.
{ WUP similarity [
          <xref ref-type="bibr" rid="ref34">34</xref>
          ]: The depths of the two synsets in the WordNet
taxonomies, along with the depth of the lowest common subsumer.
Text Similarity Features: The more similar a text is to another text the
more likely it is citing it and they will be part of the same facet. We used two
di erent tf*idf vector representations of the sentences produced by the SUMMA
library{one based on word lemmas and one on BabelNet synsets{and computed
their cosine similarity. We also calculated the Jaccard and Modi ed Jaccard
coe cients for the lemmas, generating a total of four text similarity features.
Dr Inventor Sentence Related Features: Other features obtained by means
of the DRI Framework that we believed could be of use in predicting a sentence
belonging to a particular facet include:
{ Citation marker: three features to represent the number of citation markers
in the reference sentence, citing sentence and the pair of sentences together;
{ Cause and e ect: two features to represent if the reference or citing sentence
participates in one or more causal relations;
{ Co-reference chains: three features to represent the number of nominals and
pro-nominals chained in the reference sentence, citing sentence and the pair
of sentences together
{ Rhetorical category with highest probability: We mentioned in Section 2.2
that the DRI Framework predicts the probability of a sentence being in one of
ve possible rhetorical categories. Even if they are di erent from our targeted
discourse facets, we believe that these probabilities could be informative for
our tasks therefore we included a feature indicating the rhetorical category
with the highest probability.
        </p>
        <p>Scienti c Gazetteer Features: We generated two features based on Teufel's
action and concept lexicon. The lexicon contains 58 lists. The features are
computed based on the reference sentence.
3.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>Unsupervised Approaches</title>
        <p>
          We performed experiments using two unsupervised methods. In both
experiments, we compare all the sentences in the reference paper to the citation text
using some distance metric, then we consider the closest sentences according to
this metric as candidates. The two metrics de ned are the following:
{ Modi ed Jaccard: We used a metric similar to the Jaccard similarity
coe cient for comparing the two sentences [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]. This metric considers the union
and intersection of words (like the Jaccard coe cient) but uses the inverted
frequency information to give more weight to words in the intersection that
are less common.
{ BabelNet Embeddings: We obtained the BabelNet synsets for both
sentences and transformed them into synset embeddings [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ]. We then take the
cosine similarity between the centroids of the synset embeddings for both
the reference and citation sentences.
        </p>
        <p>The only parameter to adjust using these methods is the number of sentences
to consider as candidates. In order to optimize this parameter, we tested against
CL-SciSumm 2017 test data, which is also a subset of CL-SciSumm 2018 training
data. The results of these experiments are shown in table 1. The best result is
achieved using the BabelNet Embeddings metric, considering only the closest
sentence as candidate. The best result for Modi ed Jaccard is also close in
Fmeasure.
We designed a voting scheme that intended to leverage the strengths of the
different supervised and unsupervised approaches. We considered these four system
runs for the voting scheme:
{ Top 10 sentences from the Convolutional Neural Network using learning rate
0.0001.
{ Top 10 sentences according to Modi ed Jaccard unsupervised approach.
{ Top 10 sentences according to BabelNet Embeddings unsupervised approach.
{ Top 40 sentences for each target paper according to the relevance scores
described in section 4.2.</p>
        <p>The voting scheme returns a candidate sentence if at least N of the four
systems agree on that sentence. The results are ordered according to relevance
score and if there are more than ve candidates, only the top ve are selected.
If there are no candidates in the intersection, the top sentence according to the
BabelNet embeddings approach is used as a fallback mechanism. We submitted
two runs using N = 2 and N = 3.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Summarization of Scienti c Articles</title>
      <p>
        In this section, we describe our extractive text summarization approach based on
convolutional neural networks which extends on our previous work on trainable
summarization [
        <xref ref-type="bibr" rid="ref3 ref30">30, 3</xref>
        ]. The network generates a summary by selecting the most
relevant sentences from the RP using linguistic and semantic features from RP
and CPs. The aim of our CNN is to learn the relation between a sentence and a
scoring value indicating its relevance.
4.1
      </p>
      <sec id="sec-4-1">
        <title>Context Features</title>
        <p>In order to extract the linguistic information from both sources (RP and CPs),
we developed a complex feature extraction method to characterize each sentence
in the RP and its relation with the corresponding CPs.</p>
        <p>Before the extraction of context features, we compute word vectors based
on Word Embeddings and term frequencies, as described above (see Section 3).
Speci cally we used Google News and ACL pre-trained word embeddings and
term frequency vectors by SUMMA. Then, for each sentence in the RPs and
CPs, we compute three sentence vectors based on the centroid (Google, ACL
and SUMMA). In addition, for each RP, we also computed the three centroids
based on the abstract and the whole article.</p>
        <p>From these vector representations, we extracted a set of numeric features
some of which are based on comparing a sentence to its (document or cluster)
context:
{ Sentence Abstract Similarity Scores: the similarity of a sentence vector to
the author abstract vectors (three features).
{ Sentence Centroid Similarity Scores: the similarity of a sentence vector to
the article centroid (three features).
{ First Sentence Similarity Scores: the similarity of a sentence vector to the
vector of the rst sentence, that is, the title of the RP (three features).
{ Position Score: a score representing the position of the sentence in the article.</p>
        <p>
          Sentences at the beginning of the article have high scores and sentence at
the end of the article have low scores.
{ Position in Section Score: a score representing the position of the sentence
in the section of the article. Sentences in rst section get higher scores,
sentences in last section get low scores.
{ Position in a Speci c Section Score: a score representing the position of the
sentence in a particular section. Sentences at the beginning of the section
get higher scores and sentences at the end of the section get lower scores.
{ TextRank Normalized Scores: a sentence vector is computed to obtain a
normalized score using the TextRank algorithm [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ] (three features).
{ Term Frequency Score: we sum up the tf*idf values of all words in the
sentence. Then, the obtained value is normalized using the set of scores from
the whole article.
{ Citation Marker Score: the ratio of the number of citation markers in the
sentence to the total number of citation markers in the article.
{ Rhetorical Class Probability Scores: as described before (see Section 3.1).
{ Citing Paper Maximum Similarity Scores: each RP sentence vector is
compared to each citation vector in each CP to get the maximum possible cosine
similarity (three features).
{ Citing Paper Minimum Similarity Scores: each RP sentence vector is
compared to each citation vector in each CP to get the minimum possible cosine
similarity (three features).
{ Citing Paper Average Similarity Scores: each RP sentence vector is compared
to each citation vector and the average cosine value obtained (three features).
4.2
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>Scoring Values</title>
        <p>
          As commented above, our CNN learns the relation between features and a score,
that is, a regression task by devising various scoring functions to represent the
likelihood of a sentence belonging to a summary (for abstract, community and
human). The nomenclature followed to symbolize a scoring function is SCSum,
where SC is the speci c scoring function (which is indicated bellow) and Sum
is any summary type: abstract (Abs), community (Com) or human (Hum). The
scoring functions are de ned bellow:
{ Cosine Distance: we calculated the maximum cosine similarity between each
sentence vector in the RP with each vector in the gold standard summaries.
This method produced three scoring functions (SUMMA (SUSum), ACL
(ACLSum), and Google (GoSum)) for each summary type.
{ ROUGE-2 Similarity: we also calculated similarities based on the overlap
of bigrams between sentences in the RP and gold standard summaries. In
this regard, each sentence in the RP is compared with each gold standard
summary using ROUGE-2 [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ]. The precision value from this comparison is
taken for the scoring function and is symbolized as R2Sum.
{ Scoring Functions Average: Moreover, we computed the average between all
scoring functions (SUMMA, ACL, Google and ROUGE-2) for each summary
type. In addition, we also calculated a simpli ed average with vectors do
not based on word-frequencies (ACL, Google and ROUGE-2). These scoring
functions are indicated as AvSum and SAvSum, respectively.
        </p>
        <p>Finally, these computation produced eighteen di erent functions to learn:
SUMMA (SU ), ACL (ACL) and Google (Go) vectors, ROUGE-2 (R2), Average
(Av) and Simpli ed Average (SAv) times abstract (Abs), community (Com),
human (Hum) summaries.
4.3</p>
      </sec>
      <sec id="sec-4-3">
        <title>Convolution Model</title>
        <p>Basically, a CNN consists of multiple convolutional and pooling layers, with
fullyconnected layers at the end. The network is fed with two di erent inputs. The
inputs are composed of instances related to sentences. The rst one is based on
the context features (described in the section 4.1). Speci cally, context features
are introduced in the CNN within a sequential window including the context
features of the 3 previous and 3 following sentences. And the second input is
related to the word embedding information for each sentence. In particular,
we used both word embeddings (Google and ACL) as a dual channel, which
stopwords were removed, the size was xed in 15 words and they were kept
static during the training.</p>
        <p>
          Regarding the neural network hyperparameters, the CNN was de ned with
the Adadelta updater [
          <xref ref-type="bibr" rid="ref35">35</xref>
          ] and the gradients were computed using back-propagation
as Kim [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ] and Nguyen [
          <xref ref-type="bibr" rid="ref24">24</xref>
          ]. Also we used the sigmoid activation function, a
dropout rate of 0.5, l2 constraint of 3. For the convolutions, we applied 3 lter
window sizes (3, 4 and 5) to context features and 4 lter window sizes (2, 3, 4
and 5) to word embeddings. For each window were applied 150 lters for
convolution. Finally, for learning the regression task we applied a Mean Squared Error
(MSE) as loss function.
4.4
        </p>
      </sec>
      <sec id="sec-4-4">
        <title>Evaluation</title>
        <p>The evaluation consists of generating a 250-word summary according to the task,
which are compared against each of the summary types of the gold standard:
the reference papers abstract, a community summary, and a human summary.
We trained and evaluated our model using the CL-SciSumm-17 dataset.</p>
        <p>{ MJ1: unsupervised approach using Modi ed Jaccard similarity
{ BN1: unsupervised approach using BabelNet synset embeddings cosine
similarity
{ 0.1CNN4: deep learning approach using CNN over the word embedding + a
set of features . Learning rate: 0.1 Epoch: 50
{ 0.0001CNN4: deep learning approach using CNN over the word embedding
+ a set of features . Learning rate: 0.0001 Epoch: 50
{ Voting2: keep candidates if at least two of the systems agree (MJ, BN, CNN
or top 40 sentences using task2 system)
{ Voting3: keep candidates if at least three of the systems agree (MJ, BN,
CNN or top 40 sentences using task2 system)</p>
        <p>For the task 2, we have submitted eighteen summaries related to each scoring
function and summaries. In other words, each resulting summary is de ned by
SCSum (see Section 4.2), where SC is the scoring function (SU , ACL, Go, R2,
Av and SAv) and Sum is the summary type (Abs, Com and Hum). For example,
submission ACL abs learns a scoring function which attempts to approximate
similarity of a sentence to the abstract of the document using ACL vectors and
cosine to compute similarities.
6</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusion</title>
      <p>We have described the systems developed to participare in Tasks 1a, 1b and 2
in the CL-SciSumm 2018 summarization challenge. For Task 1a { which aimed
at identifying cited sentences {, we implemented supervised and unsupervised
methods. Our supervised systems are based on Convolutional Neural Networks
(CNN), while the unsupervised techniques take advantage of word embedding
representations and features computed from the linguistic and semantic analysis
of the documents. However, as committing to only one system could result in
an underperforming approach, we applied many di erent system con gurations
combining them through a voting mechanism. For Task 1b we used the same
CNN system of Task 1a where the output was a set of facets.</p>
      <p>Regarding Task 2 { summarization proper {, we have developed a neural
network based on convolutions to learn a speci c scoring function. The CNN
model was fed by a combination of word embeddings with sentence relevance
and citation features extracted from each document cluster (RP and CPs). The
approach was developed and evaluated following the CL-SciSumm Shared Task
2 dataset, our approach outperformed results reported in last year
CL-SciSumm17 Shared Task 2.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>This work is (partly) supported by the Spanish Ministry of Economy and
Competitiveness under the Maria de Maeztu Units of Excellence Programme
(MDM2015-0502) and by the TUNER project (TIN2015-65308-C5-5-R, MINECO/FEDER,
UE).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Abu-Jbara</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ezra</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Radev</surname>
            ,
            <given-names>D.R.</given-names>
          </string-name>
          :
          <article-title>Purpose and polarity of citation: Towards nlp-based bibliometrics</article-title>
          .
          <source>In: HLT-NAACL</source>
          . pp.
          <volume>596</volume>
          {
          <issue>606</issue>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Abu-Jbara</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Radev</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Coherent citation-based summarization of scienti c papers</article-title>
          .
          <source>In: Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies - Volume 1</source>
          . pp.
          <volume>500</volume>
          {
          <fpage>509</fpage>
          . HLT '
          <volume>11</volume>
          ,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computational Linguistics, Stroudsburg, PA, USA (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3. AbuRa'ed,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Chiruzzo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Saggion</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Accuosto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Bravo</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          : Lastus/taln @ clscisumm-
          <fpage>17</fpage>
          :
          <article-title>Cross-document sentence matching and scienti c text summarization systems</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>and co-located with the 40th</article-title>
          <source>International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR</source>
          <year>2017</year>
          ), Tokyo, Japan,
          <year>August 11</year>
          ,
          <year>2017</year>
          . pp.
          <volume>55</volume>
          {
          <issue>66</issue>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>AbuRaed</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chiruzzo</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Saggion</surname>
          </string-name>
          , H.:
          <article-title>What sentence are you referring to and why? identifying cited sentences in scienti c literature</article-title>
          .
          <source>In: RANLP 2017. International Conference Recent Advances in Natural Language Processing; 2017 Sep</source>
          <volume>2</volume>
          -8; Varna, Bulgaria.[
          <string-name>
            <surname>Stroudsburg</surname>
          </string-name>
          (PA)]: ACL;
          <year>2017</year>
          . p.
          <fpage>9</fpage>
          -
          <lpage>17</lpage>
          . ACL (
          <article-title>Association for Computational Linguistics) (</article-title>
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Banerjee</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pedersen</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>An adapted lesk algorithm for word sense disambiguation using wordnet</article-title>
          .
          <source>In: International Conference on Intelligent Text Processing and Computational Linguistics</source>
          . pp.
          <volume>136</volume>
          {
          <fpage>145</fpage>
          . Springer (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Bird</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>The ACL anthology reference corpus: A reference dataset for bibliographic research in computational linguistics (</article-title>
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Camacho-Collados</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pilehvar</surname>
            ,
            <given-names>M.T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Navigli</surname>
          </string-name>
          , R.:
          <article-title>Nasari: Integrating explicit knowledge and corpus statistics for a multilingual representation of concepts and entities</article-title>
          .
          <source>Arti cial Intelligence</source>
          <volume>240</volume>
          ,
          <fpage>36</fpage>
          {
          <fpage>64</fpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Fisas</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ronzano</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Saggion</surname>
          </string-name>
          , H.:
          <article-title>A multi-layered annotated corpus of scienti c papers</article-title>
          .
          <source>In: Proceedings of the Tenth International Conference on Language Resources and Evaluation LREC</source>
          <year>2016</year>
          , Portoroz, Slovenia, May
          <volume>23</volume>
          -28,
          <year>2016</year>
          . (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Hirst</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>St-Onge</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Lexical chains as representations of context for the detection and correction of malapropisms</article-title>
          .
          <source>WordNet: An electronic lexical database 305</source>
          , 305{
          <fpage>332</fpage>
          (
          <year>1998</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <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>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="ref11">
        <mixed-citation>
          11.
          <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</source>
          Libraries pp.
          <volume>1</volume>
          {
          <issue>9</issue>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <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>Elizalde</surname>
            ,
            <given-names>B.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jha</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jones</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kan</surname>
            ,
            <given-names>M.Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Khanna</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Molla-Aliod</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Radev</surname>
            ,
            <given-names>D.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ronzano</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Saggion</surname>
          </string-name>
          , H.:
          <article-title>The computational linguistics summarization pilot task</article-title>
          .
          <source>In: Proceedings of TAC</source>
          <year>2014</year>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Jiang</surname>
            ,
            <given-names>J.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Conrath</surname>
            ,
            <given-names>D.W.</given-names>
          </string-name>
          :
          <article-title>Semantic similarity based on corpus statistics and lexical taxonomy</article-title>
          .
          <source>arXiv preprint cmp-lg/9709008</source>
          (
          <year>1997</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Convolutional neural networks for sentence classi cation</article-title>
          .
          <source>arXiv preprint arXiv:1408.5882</source>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Leacock</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chodorow</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>Combining local context and wordnet similarity for word sense identi cation</article-title>
          .
          <source>WordNet: An electronic lexical database 49(2)</source>
          ,
          <volume>265</volume>
          {
          <fpage>283</fpage>
          (
          <year>1998</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>C.Y.</given-names>
          </string-name>
          :
          <article-title>ROUGE: A package for automatic evaluation of summaries</article-title>
          .
          <source>In: Text summarization branches out: Proceedings of the ACL-04 workshop</source>
          . vol.
          <volume>8</volume>
          .
          <string-name>
            <surname>Barcelona</surname>
          </string-name>
          ,
          <string-name>
            <surname>Spain</surname>
          </string-name>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>An information-theoretic de nition of similarity</article-title>
          .
          <source>In: ICML</source>
          . vol.
          <volume>98</volume>
          , pp.
          <volume>296</volume>
          {
          <fpage>304</fpage>
          .
          <string-name>
            <surname>Citeseer</surname>
          </string-name>
          (
          <year>1998</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Liu</surname>
          </string-name>
          , H.:
          <article-title>Sentiment analysis of citations using word2vec</article-title>
          .
          <source>arXiv preprint arXiv:1704.00177</source>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Luhn</surname>
            ,
            <given-names>H.P.:</given-names>
          </string-name>
          <article-title>The automatic creation of literature abstracts</article-title>
          .
          <source>IBM J. Res. Dev</source>
          .
          <volume>2</volume>
          (
          <issue>2</issue>
          ),
          <volume>159</volume>
          {165 (Apr
          <year>1958</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Mancini</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Camacho-Collados</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Iacobacci</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Navigli</surname>
          </string-name>
          , R.:
          <article-title>Embedding words and senses together via joint knowledge-enhanced training</article-title>
          .
          <source>arXiv preprint arXiv:1612.02703</source>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Maynard</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tablan</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cunningham</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ursu</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Saggion</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bontcheva</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wilks</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Architectural elements of language engineering robustness</article-title>
          .
          <source>Natural Language Engineering</source>
          <volume>8</volume>
          (
          <issue>2-3</issue>
          ),
          <volume>257</volume>
          {
          <fpage>274</fpage>
          (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Mihalcea</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tarau</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          : Textrank:
          <article-title>Bringing order into text</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="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Navigli</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ponzetto</surname>
            ,
            <given-names>S.P.:</given-names>
          </string-name>
          <article-title>BabelNet: The automatic construction, evaluation and application of a wide-coverage multilingual semantic network</article-title>
          .
          <source>Artif. Intell</source>
          .
          <volume>193</volume>
          ,
          <issue>217</issue>
          {250 (Dec
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Nguyen</surname>
            ,
            <given-names>T.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grishman</surname>
          </string-name>
          , R.:
          <article-title>Relation extraction: Perspective from convolutional neural networks</article-title>
          .
          <source>In: Proceedings of the 1st Workshop on Vector Space Modeling for Natural Language Processing</source>
          . pp.
          <volume>39</volume>
          {
          <issue>48</issue>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Qazvinian</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Radev</surname>
            ,
            <given-names>D.R.</given-names>
          </string-name>
          :
          <article-title>Scienti c paper summarization using citation summary networks</article-title>
          .
          <source>In: Proceedings of the 22Nd International Conference on Computational Linguistics - Volume 1</source>
          . pp.
          <volume>689</volume>
          {
          <fpage>696</fpage>
          . COLING '
          <volume>08</volume>
          ,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computational Linguistics, Stroudsburg, PA, USA (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Resnik</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Using information content to evaluate semantic similarity in a taxonomy</article-title>
          .
          <source>arXiv preprint cmp-lg/9511007</source>
          (
          <year>1995</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Ronzano</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Saggion</surname>
          </string-name>
          , H.: Dr. Inventor Framework:
          <article-title>Extracting structured information from scienti c publications</article-title>
          .
          <source>In: International Conference on Discovery Science</source>
          . pp.
          <volume>209</volume>
          {
          <fpage>220</fpage>
          . Springer (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Saggion</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Poibeau</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Automatic text summarization: Past, present andfuture</article-title>
          . In: Poibeau,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Saggion</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Piskorski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Yangarber</surname>
          </string-name>
          ,
          <string-name>
            <surname>R</surname>
          </string-name>
          . (eds.) Multi-source,
          <source>Multilingual Information Extraction and Summarization</source>
          . Springer Verlag, Berlin (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Saggion</surname>
          </string-name>
          , H.:
          <article-title>SUMMA: A robust and adaptable summarization tool</article-title>
          .
          <source>Traitement Automatique des Langues</source>
          <volume>49</volume>
          (
          <issue>2</issue>
          ),
          <volume>103</volume>
          {
          <fpage>125</fpage>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Saggion</surname>
            , H., AbuRa'ed,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ronzano</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Trainable citation-enhanced summarization of scienti c articles</article-title>
          .
          <source>In: Proceedings of the Joint Workshop on Bibliometricenhanced Information Retrieval and Natural Language Processing for Digital Libraries (BIRNDL) co-located with the Joint Conference on Digital Libraries</source>
          <year>2016</year>
          (
          <article-title>JCDL 2016), Newark</article-title>
          , NJ, USA, June 23,
          <year>2016</year>
          . pp.
          <volume>175</volume>
          {
          <issue>186</issue>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>Saggion</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lapalme</surname>
          </string-name>
          , G.:
          <article-title>Generating indicative-informative summaries with sumum</article-title>
          .
          <source>Comput. Linguist</source>
          .
          <volume>28</volume>
          (
          <issue>4</issue>
          ),
          <volume>497</volume>
          {526 (Dec
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <surname>Teufel</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moens</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Summarizing scienti c articles: Experiments with relevance and rhetorical status</article-title>
          .
          <source>Comput. Linguist</source>
          .
          <volume>28</volume>
          (
          <issue>4</issue>
          ),
          <volume>409</volume>
          {445 (Dec
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33.
          <string-name>
            <surname>Teufel</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , et al.:
          <article-title>Argumentative zoning: Information extraction from scienti c text</article-title>
          .
          <source>Ph.D. thesis</source>
          , Citeseer (
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          34.
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Palmer</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Verbs semantics and lexical selection</article-title>
          .
          <source>In: Proceedings of the 32nd annual meeting on Association for Computational Linguistics</source>
          . pp.
          <volume>133</volume>
          {
          <fpage>138</fpage>
          .
          <article-title>Association for Computational Linguistics (</article-title>
          <year>1994</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          35.
          <string-name>
            <surname>Zeiler</surname>
          </string-name>
          , M.D.:
          <article-title>Adadelta: an adaptive learning rate method</article-title>
          .
          <source>arXiv preprint arXiv:1212.5701</source>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>