<!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>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>NUDT @ CLSciSumm-</string-name>
          <email>tangjintao@nudt.edu.cn</email>
          <email>tingwang@nudt.edu.cn</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Pancheng Wang</institution>
          ,
          <addr-line>Shasha Li , Ting Wang , Haifang Zhou , Jintao Tang</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>School of Computer Science, National University of Defense Technology Changsha</institution>
          ,
          <addr-line>China, 410073</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>In this paper, we introduce the NUDT system for this year's CLSciSumm 2018 task at the BIRNDL 2018 Workshop. For task 1a, we identify the related text spans referred to the citation with random forest model, exploring multiple features. Additionally, we integrate random forest model with BM25 and VSM model and apply a voting strategy to select the most related text spans. Besides, we explore the language model with word embeddings and integrate it into the voting system to improve the performance. For task 1b, we use multi-features random forest classifier to identify the facet of the cited sentences.</p>
      </abstract>
      <kwd-group>
        <kwd>Random Forest Model</kwd>
        <kwd>Voting System</kwd>
        <kwd>Word Embeddings</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        The rapid growth of scientific papers and the need for a researcher to move into
another brand-new domain generate the demand of scientific summarization. Scientific
summarization has been studied for years since (Simone et al ,2002)[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. And
(Qazvinian and Radev,2008)[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] take the citation summary of a reference paper into
account to produce a summary of a single scientific article. As time goes on,
researchers go further to take advantage of citation-contexts which identify the related
text spans in the reference paper correlated with the citations to produce summaries.
      </p>
      <p>The CL-SciSumm18 task can be dated back to the BiomedSumm Track at the Text
Analysis Conference 2014, which concentrates on the biomedical dataset. In the next
two years, the CL-SciSumm task was held respectively as part of the Joint Workshop
on BIRNDL at JCDL and SIGIR.</p>
      <p>The CL-SciSumm task of this year is also organized as part of SIGIR2018. On
contrast with CL-SciSumm2017, it has increased 10 articles to the training corpus (up
to 40 articles) and a new test set of 10 articles is released this year. The task
description is as follows:
• Task 1B: For each cited text span, identify what facet of the paper it belongs to,
from a predefined set of facets
• Task 2: Finally, generate a structured summary of the RP from the cited text spans
of the RP. The length of the summary should not exceed 250 words.</p>
      <p>
        In this paper, we describe our methods which are used to solve task 1a and 1b. As for
task 1a, we first consider to regard the task as an information retrieval problem and
draw on the method of [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. We extend language model with our pre-trained AAN
word embeddings measuring the similarity between words in a query and a document.
Besides, we implement the BM25 model and VSM model with TF-IDF weighting the
similarity of the citation and the reference contexts. Then, we apply a voting strategy
to select the most related text spans. We also explore the supervised classification
method to deal with task 1a, using multi-features random forest model to treat the task
as a classification problem. As for task 1b, we use another feature-rich classifier to
identify the discourse facets, contingent on the system output of task 1a.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        There has been a large number of related works [
        <xref ref-type="bibr" rid="ref14 ref15 ref16">14,15,16</xref>
        ] since the BiomedSumm
Track was released.
      </p>
      <p>
        For the text spans identification according to citations, the methods can be
categorized into two classes, classification task and retrieval task. The former methods
include [
        <xref ref-type="bibr" rid="ref5 ref6 ref7 ref8">5,6,7,8</xref>
        ], the author of [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] used four classifiers with different features to vote
for the final result. [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] proposed a method using SVM with features like tf-idf, named
entity features and position information of the reference sentence. [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] computed
features based on sentence-level and character-level tf-idf scores and word2vec
similarity and then used logistic regression to decide sentences to be selected or not. In a
sense, [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] also used classification to do task 1a, they integrated the results from
several fundamental methods and voted for the results. Retrieval task, or rather ranking
task is explored more than classification task when doing task 1a. Based on the
traditional semantic similarity, different strategies are applied. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] created an index of the
reference papers and treating each citance as a query and the results were ranked by
VSM and BM25 model. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] used tf-idf and LCS for the syntactic score and pairwise
neural network ranking model to calculate semantic relatedness score.
      </p>
      <p>
        For facet identification, many teams used bag of words methods [
        <xref ref-type="bibr" rid="ref11 ref5">5,11</xref>
        ]. Other
methods include the classification method using an SVM and CNN[
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] created an
index of cited text and a majority vote was taken to find the facets.
      </p>
      <p>
        For the task of summary generation, [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] used a similarity score to choose the
sentence with top score in the same facet to be added in the summary. [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] used bisecting
K-means and MMR to cluster and extract sentences. [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] combined hLDA knowledge
for content modeling and using DPPs to enhance the diversity of the summary. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]
trained a linear regression model to learn the scoring function of each sentence.
      </p>
    </sec>
    <sec id="sec-3">
      <title>Methods for Task 1A</title>
      <p>In this section, we describe the method that we use to identify the related text spans in
the reference paper in detail.
3.1</p>
      <sec id="sec-3-1">
        <title>Sentence preprocessing</title>
        <p>
          The official dataset1 of CL-SciSumm18 comprises 40 annotated sets of citing and
referenced papers in the training set and 10 in the test set. Since the papers are
transformed from PDF format to XML or TXT format, there exists a bunch of format
mistakes and futile characters in the dataset. Hence, it’s essential to preprocess the
sentences in the dataset before we set out to deal with the task.
• Sentence processing: we use NLTK to tag the part of speech and move
punctuations and stop words.
• Sentence filtering: based on the former step, we try to filtrate sentences which have
apparently more unreasonable characters than those that are more likely to be
candidate of the retrieved sentences. To find out the error threshold, we establish an
English word dictionary composed of 103976 English words2 and view it as a
judger to determine a word legal or not. We count the ratio of illegal words in each
of the 566 cited sentences of reference papers in the training set and choose the
error ratio threshold as 0.4, which means sentences comprise 40% or more illegal
words will be filtrated at the very beginning. Our statistics result is showed
below:
[
          <xref ref-type="bibr" rid="ref3">3</xref>
          ] puts forward methods that extends language models for information retrieval by
incorporating word embeddings and domain ontology to address shortcoming of LM
for identification of relevant text spans given a citation text.
        </p>
        <sec id="sec-3-1-1">
          <title>1 https://github.com/WING-NUS/scisumm-corpus</title>
          <p>
            2 https://download.csdn.net/download/sxtuwy/9824178
In information retrieval model, we treat task 1a as a retrieval problem and refer to the
citation as query and reference text spans as documents, so we return a list of
sentences as candidates according to the query. The original model in [
            <xref ref-type="bibr" rid="ref3">3</xref>
            ] is:
p(qi | d ) =
fsem (qi , d ) +  p(qi | C)
 fsem (w, d ) + 
wV
          </p>
          <p>The model is an improved LM that using Dirichlet smoothing and the cosine
similarity of word pairs based on word embeddings taking the place of word frequencies.
Where fsem is a function to measure semantic relatedness of the query term qi to the
document d , C is the entire smoothing corpus, V is the vocabulary of C and  the
Dirichlet smoothing parameter.</p>
          <p>fsem is defined as below:
Where：
fsem (qi , d ) =  s(qi , d j )</p>
          <p>d jd
 (e(qi ).e(d j )) , (e(qi ).e(d j )) 
s(qi , d j ) = 
 0 otherwise
(1)
(2)
(3)
(4)</p>
          <p>Here the transformation ( ) of dot products between the word embeddings
representation of query word qi and document word d is a logit function:
 (x) = log(</p>
          <p>x
1− x
)</p>
          <p>As for  , the value is set to be two standard deviations larger than the average
value of cosine of embeddings.</p>
          <p>We borrow ideas from the above model and present our two improved strategy.</p>
          <p>
            First, we train our own word embeddings according to the AAN(ACL Anthology
Network) corpus[
            <xref ref-type="bibr" rid="ref4">4</xref>
            ]3. Since CL-SciSumm18 dataset consists of papers from ACL
Anthology corpus, it’s reasonable to train specific embeddings concentrated on the
CL fields. The AAN corpus include 22486 CL papers, we first use the same
preprocessing strategy as described above and then use word2vec tool from gensim to train
our own word embeddings4.
          </p>
        </sec>
        <sec id="sec-3-1-2">
          <title>3 http://clair.eecs.umich.edu/aan/index.php</title>
          <p>4 The embeddings are trained with the setting of vector size 400, negative sampling, windows
size of 5, minimum count of 5.</p>
          <p>To validate the effectiveness of our embeddings, we also download GoogleNews
embeddings and use the language model I realized according to the idea above to
compare the performance of the two embeddings. Table 2 shows that our AAN
embeddings performs much better than GoogleNews ones based on the test-set 2017</p>
          <p>Second, we try to improve the performance of the language model with the section
information taking into account heuristically. To validate the feasibility of the idea,
we separate a reference paper by sections and apply LDA(Latent Dirichlet Allocation)
and LSI(Latent Semantic Index) model to calculate the cosine value between a
citation and one section respectively. We carry out the experiment on test-set 2017 and
separately compute the ratio whether the section that the reference sentences locate in
is in the top 2 or top 3 most similar section according to the LDA and LSI value
between section and citations . Our results show that our idea with section taking part in
is feasible and LSI model has the upper hand against LDA model.</p>
          <p>Based on the above experiment, we modify the language model of (1) by adding
section similarity:
p(qi | d ) = fsem (qi , d ) +  p(qi | C) * cosineqiq,dsection (LSI[q], LSI[section]) (5)
 fsem (w, d ) + 
wV</p>
          <p>Compared to the former model, we integrate the cosine value of query and section
in LSI space to calculate the probability of query word qi when given a document
d .Here, LSI[q] means the topic distribution of query q ,where the topic number is
50. LSI[section] means the topic distribution of the given section and the topic
number is the same.
3.3</p>
        </sec>
      </sec>
      <sec id="sec-3-2">
        <title>BM25 and VSM model</title>
        <p>In addition to the language model with word embeddings, we also implement BM25
and VSM(Vector Space Model) model, since the two models are classical retrieval
model and may serve as baselines during my experiment.
─ BM25: the model is defined as follow
f (q, d ) =
 c(w, q)
wqd
(k +1)c(w, d )</p>
        <p>| d |
c(w, d ) + k (1 − b + b
avedl
)
log(</p>
        <p>N − nw + 0.5
nw + 0.5
)
(6)</p>
        <p>Where q, d denotes query and document respectively, c(w, q) denotes the
frequency that word w appears in q . c(w, d ) denotes the frequency that word w
appears in document d . | d | is the length of document d . avedl is the average
length of all the documents. N is the number of the documents and nw means the
number of documents that word w appears in.</p>
        <p>Besides, k and d are hyperparameters and the values are 1.25 and 0.75
respectively, according to our experience.
─ VSM: vector space model is another popular model to be applied in retrieval field.</p>
        <p>We use TF-IDF(term frequency and inverse document frequency) value to
constitute the vector space.
3.4</p>
      </sec>
      <sec id="sec-3-3">
        <title>Random Forest Classifier</title>
        <p>Our preceding meta-models are all unsupervised models which make full use of the
sematic and lexical relevance between citations and reference papers. Since
CLScisumm dataset has manual annotation in training sets, supervised approach can be a
good solution to task 1a.</p>
        <p>We apply random forest model to solve the problem, the following features are
chosen:
─ Jaccard similarity: the quotient of the intersection divided by the union between the
citation and the candidate reference sentence.
─ BM25 similarity: the BM25 similarity value between the citation and the candidate
reference sentence as we described before.
─ Vectorized TF-IDF similarity: the cosine value between the citation and the
candidate reference sentence which are represented by TF-IDF value in vector space.
─ Section similarity: the cosine value between the citation and the section that the
candidate reference sentence locates in via LSI model.
─ AAN word embeddings alignment: the value is defined as follow:
f (citation, sentence) =</p>
        <p> 
cicitation sjsentence | sentence |
f (ci , s j )
(7)</p>
        <p>Where f (ci , s j ) is the same as our former definition in (3).
─ Average distance of AAN word embeddings: we add up all the word embeddings
in the citation and the candidate reference sentence respectively, normalize the
vectors and get the cosine value as the average distance.</p>
        <p>Because of the extreme imbalance of the labels of the data, we consider oversampling
strategy to deal with this situation. Here we apply SMOTE+ENN technique to
increase the number of label 1.</p>
      </sec>
      <sec id="sec-3-4">
        <title>Voting Method</title>
        <p>Based on the preceding models we establish, we consider using voting method to
integrate the results of the models.</p>
        <p>Here we apply two layers of voting to select sentences as the final candidate
output. The mechanism is showed below.</p>
        <p>Since our oversampling strategy SMOTE+ENN will produce a number of positive
samples in every run, the performance of the random forest is closely connected with
the new samples. Hence, we consider saving the random forest models which perform
well on the Test-Set 2017.</p>
        <p>We save 50 RF models that perform well individually at first, then we determine
the number of models and the threshold of voting to be 25 and 17 respectively
according to Fig.2 and Table 3 in the first voting layer.</p>
        <p>In the second voting layer, we integrate the output of voting layer 1, the top ten
sentences of BM25 and the top ten sentences of VSM model to vote for the ultimate
results. Only the sentences that are included in all three models will be chosen as the
output sentences.</p>
        <p>Besides, we do pruning and padding operation on the results. In case the
corresponding output of a citation is nonexistent, then we return the top 2 sentences in
BM25 model as the output. In case the corresponding output of a citation is more than
4 sentences, then we return the top 4 sentences in BM25 model as the output.</p>
        <p>In addition to the above voting system, we also using another voting shown in
Fig.3 and also submit a system.
─ Number of numeric character: we count the number of numeric characters for each
input sentence as a feature.
─ Relative position in the section: relative position for one sentence in the section
which the sentence is located.
─ Relative position in the full paper: relative position for one sentence in the full
reference paper.</p>
        <p>We train the models on the training-set 2017 and apply the following strategies to
get the final forecast output. If the probability of the positive label from one classifier
is over 0.5, then we return the facet correlated with the classifier. In case none of the
probabilities is over 0.5, if none is over 0.2, then we identify the facet as Hypothesis.
Otherwise, we identify the facet as Method.
5</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Experiment Results</title>
      <p>For task 1a, we submit 4 systems and the settings are as follows:
─ System 1: a voting system combined 20 random forest models with the voting
threshold to be 14
─ System 2: a voting system combined 25 random forest models with the voting
threshold to be 17
─ System 3: a two-layer voting system shown in Fig 3.
─ System 4: a two-layer voting system shown in Fig 1.</p>
      <p>We evaluate our systems using micro average metric on test-set 2017, which is part
of training-set 2018.</p>
      <p>The results are shown in table 4.</p>
      <p>As for task 1b, because of the severe imbalance of the dataset shown in table 5.
The test-set 2017 has 155 sentences in total, but 92.25% of the facets are methods,
and result accounts for 7.1%. On the contrast, the facet implication and hypothesis do
not appear in the dataset. We consider not evaluating the performance of
identification of facets but adjust the parameters of the models according to the performance on
the training set.
6</p>
    </sec>
    <sec id="sec-5">
      <title>Conclusion</title>
      <p>This paper has focused on our methods applied for task 1a and 1b of the CL-SciSumm
2018. For task 1a, we find the baseline BM25 model can almost achieve the best
performance on test-set 2017. Although the robustness of the result is not so convincing,
but the phenomenon indicates that semantic-based citation identification is the main
stream of the former exploration and the popular deep learning methods do not
achieve satisfactory results because of the limitation of the scale of the dataset. We
also get that the voting method is an effective strategy to improve the performance of
the systems. For task 1b, a valuable and heuristic conclusion is that the distribution of
facets to the reference sentences according to the citations is imbalanced and the
summary merely extracted from the cited spans may not comprehensive and
complete. Hence, how to combine citation information and other useful information for
summary generation could be a consideration when doing scientific summarization.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Simone Teufel M M. Summarizing Scientific</surname>
          </string-name>
          Articles -
          <article-title>Experiments with Relevance and Rhetorical Status[C]</article-title>
          .
          <source>Computational Linguistics</source>
          .
          <year>2002</year>
          :
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Qazvinian</surname>
            <given-names>V</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Radev D R.</surname>
          </string-name>
          <article-title>Scientific paper summarization using citation summary networks[C]</article-title>
          .
          <source>International Conference on Computational Linguistics. Association for Computational Linguistics</source>
          ,
          <year>2008</year>
          :
          <fpage>689</fpage>
          -
          <lpage>696</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Cohan</surname>
            <given-names>A</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goharian</surname>
            <given-names>N.</given-names>
          </string-name>
          <article-title>Contextualizing Citations for Scientific Summarization using Word Embeddings</article-title>
          and
          <string-name>
            <given-names>Domain</given-names>
            <surname>Knowledge</surname>
          </string-name>
          [J].
          <year>2017</year>
          :
          <fpage>1133</fpage>
          -
          <lpage>1136</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Radev</surname>
            ,
            <given-names>D.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Muthukrishnan</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Qazvinian</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>The acl anthology network corpus</article-title>
          .
          <source>In: Proceedings of the 2009 Workshop on Text and Citation Analysis for Scholarly Digital Libraries</source>
          . pp.
          <fpage>54</fpage>
          -
          <lpage>61</lpage>
          . Association for Computational Linguistics (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <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@CLSciSumm-
          <fpage>17</fpage>
          .
          <source>In: Proc. of the 2nd Joint Workshop on Bibliometric-enhanced Information Retrieval and Natural Language Processing for Digital Libraries (BIRNDL2017)</source>
          . Tokyo, Japan (
          <year>August 2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Cao</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          : Polyu at cl-scisumm
          <year>2016</year>
          . In:BIRNDL 2016 Joint Workshop on
          <article-title>Bibliometric-enhanced Information Retrieval and NLP for Digital Libraries (</article-title>
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Zhang</surname>
          </string-name>
          , D.: PKU @ CLSciSumm-17: Citation Contextualization.
          <source>In: Proc. of the 2nd Joint Workshop on Bibliometric-enhanced Information Retrieval and Natural Language Processing for Digital Libraries (BIRNDL2017)</source>
          . Tokyo, Japan (
          <year>August 2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mao</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chi</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          : CIST@CLSciSumm-17:
          <article-title>Multiple Features Based Citation Linkage, Classification and Summarization</article-title>
          .
          <source>In: Proc. of the 2nd Joint Workshop on Bibliometric-enhanced Information Retrieval and Natural Language Processing for Digital Libraries (BIRNDL2017)</source>
          . Tokyo, Japan (
          <year>August 2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Felber</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kern</surname>
          </string-name>
          , R.:
          <article-title>Query Generation Strategies for CL-SciSumm 2017 Shared Task</article-title>
          .
          <source>In: Proc. of the 2nd Joint Workshop on Bibliometric-enhanced Information Retrieval and Natural Language Processing for Digital Libraries (BIRNDL2017)</source>
          . Tokyo, Japan (
          <year>August 2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Prasad</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>WING-NUS at CL-SciSumm 2017: Learning from Syntactic and Semantic Similarity for Citation Contextualization</article-title>
          .
          <source>In: Proc. of the 2nd Joint Workshop on Bibliometric-enhanced Information Retrieval and Natural Language Processing for Digital Libraries (BIRNDL2017)</source>
          . Tokyo, Japan (
          <year>August 2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Dipankar Das</surname>
            ,
            <given-names>S.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pramanick</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Employing Word Vectors for Identifying,Classifying and Summarizing Scientific Documents</article-title>
          .
          <source>In: Proc. of the 2nd Joint Workshop on Bibliometric-enhanced Information Retrieval and Natural Language Processing for Digital Libraries (BIRNDL2017)</source>
          . Tokyo, Japan (
          <year>August 2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Lauscher</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Glavas</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eckert</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Citation-Based Summarization of Scientific Articles Using Semantic Textual Similarity</article-title>
          .
          <source>In: Proc. of the 2nd Joint Workshop on Bibliometricenhanced Information Retrieval and Natural Language Processing for Digital Libraries (BIRNDL2017)</source>
          . Tokyo, Japan (
          <year>August 2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Abura</surname>
            'Ed,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chiruzzo</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Saggion</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Accuosto</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , lex Bravo: LaSTUS/TALN @ CLSciSumm-17:
          <article-title>Cross-document Sentence Matching and Scientific Text Sum- marization Systems</article-title>
          .
          <source>In: Proc. of the 2nd JointWorkshop on Bibliometric-enhanced Information Retrieval and Natural Language Processing for Digital Libraries (BIRNDL2017)</source>
          . Tokyo, Japan (
          <year>August 2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Kokil</surname>
            <given-names>Jaidka</given-names>
          </string-name>
          , Muthu Kumar Chandrasekaran, Devanshu Jain, and
          <string-name>
            <surname>Min-Yen Kan</surname>
          </string-name>
          (
          <year>2017</year>
          ).
          <article-title>Overview of the CL-SciSumm 2017 Shared Task</article-title>
          ,
          <source>In Proceedings of the Joint Workshop on Bibliometric-enhanced Information Retrieval and Natural Language Processing for Digital Libraries (BIRNDL</source>
          <year>2017</year>
          ), Tokyo, Japan, CEUR.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <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>
          , &amp;
          <string-name>
            <surname>Kan</surname>
            ,
            <given-names>M. Y.</given-names>
          </string-name>
          (
          <year>2017</year>
          ).
          <article-title>The CL-SciSumm shared task 2017: results and key insights</article-title>
          .
          <source>In Proceedings of the Computational Linguistics Scientific Summarization Shared Task (CL-SciSumm</source>
          <year>2017</year>
          ),
          <article-title>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>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <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>
          , &amp;
          <string-name>
            <surname>Kan</surname>
            ,
            <given-names>M. Y.</given-names>
          </string-name>
          (
          <year>2017</year>
          ).
          <source>Insights from CLSciSumm</source>
          <year>2016</year>
          :
          <article-title>the faceted scientific document summarization Shared Task</article-title>
          .
          <source>International Journal on Digital Libraries</source>
          ,
          <fpage>1</fpage>
          -
          <lpage>9</lpage>
          .Jaidka,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Chandrasekaran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. K.</given-names>
            ,
            <surname>Rustagi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            , &amp;
            <surname>Kan</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. Y.</surname>
          </string-name>
          (
          <year>2017</year>
          ).
          <article-title>Insights from CL-SciSumm 2016: the faceted scientific document summarization Shared Task</article-title>
          .
          <source>International Journal on Digital Libraries</source>
          ,
          <fpage>1</fpage>
          -
          <lpage>9</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>