<!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>CIST System for CL-SciSumm 2016 Shared Task</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Lei Li</string-name>
          <email>leili@bupt.edu.cn</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Liyuan Mao</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Yazhao Zhang</string-name>
          <email>yazhao@bupt.edu.cn</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Junqi Chi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Taiwen Huang</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Xiaoyue Cong</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Heng Peng</string-name>
          <email>penghengp1@bupt.edu.cn</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Center for Intelligence Science and Technology (CIST), School of Computer Science and Technology, Beijing University of Posts and Telecommunications (BUPT)</institution>
          ,
          <country country="CN">China</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2016</year>
      </pub-date>
      <fpage>156</fpage>
      <lpage>167</lpage>
      <abstract>
        <p>This paper introduces the methods and experiments applied in CIST system participating in the CLSciSumm 2016 Shared Task at BIRNDL 2016. We have participated in the TAC 2014 Biomedical Summarization Track, so we develop the system based on previous work. This time the domain is Computational Linguistics (CL). The training corpus contains 20 topics from Training-Set-2016 and Development-Set-Apr8 published by CL-SciSumm 2016. As to Task 1A and 1B, we mainly use rule-based methods with various features of lexicons and similarities; meanwhile we also have tried the machine learning method of SVM. As to Task 2, hLDA topic model is adopted for content modeling, which provides us knowledge about sentence clustering (subtopic) and word distributions (abstractiveness) for summarization. We then combine hLDA knowledge with several other classical features using different weights and proportions to evaluate the sentences in the Reference Paper from its cited text spans. Finally we extract the representative sentences to generate a summary within 250 words.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        There are many researches about document summarization [
        <xref ref-type="bibr" rid="ref1 ref10 ref11 ref12 ref13 ref14 ref15 ref16 ref17 ref18 ref19 ref2 ref20 ref3 ref4 ref5 ref6 ref7 ref8 ref9">1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20</xref>
        ].
LDA has been widely applied [
        <xref ref-type="bibr" rid="ref21 ref22">21,22</xref>
        ]. Some improvements have been made [
        <xref ref-type="bibr" rid="ref23 ref24 ref25">23,24,25</xref>
        ]. One is to relax its
assumption that topic number is known and fixed. [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ] provided an elegant solution. [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ] extended it to exploit the
hierarchical tree structure of topics, hLDA, which is unsupervised method in which topic number could grow with the data
set automatically. This could achieve a deeper semantic model similar with human mind and is especially helpful for
summarization. [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ] provided a multi-document summarization based on supervised hLDA with competitive results.
3
4
      </p>
    </sec>
    <sec id="sec-2">
      <title>Task Description</title>
    </sec>
    <sec id="sec-3">
      <title>Methods</title>
      <p>
        However, it has the disadvantage of relying on ideal summaries. [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ] provided a contrastive theme summarization
based on hLDA and SDPPs, which is sensitive to negative correlation.
      </p>
      <p>
        In recent years, interest about information extraction and retrieval from scientific literature has increased
considerably. Some researches [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ] have shown that citations may contain information out of the abstracts provided by the
authors. However, little work has been done on automatic gist extraction from research papers and their
corresponding citation communities.
      </p>
      <p>
        In order to identify the linkage efficiently between a paper citation and its cited text spans in the RP, we need to
catch the deep meaning of natural language sentences. In fact, digging the deep meaning of sentences also has an
important sense for information extraction and retrieval. Besides the traditional methods for sentence similarity
calculation, recently the open-source tool released by Google -- word2vec [
        <xref ref-type="bibr" rid="ref31">31</xref>
        ] has a good performance in word
semantic mining. And doc2vec [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ] has promoted the information mining to the sentences.
      </p>
      <p>
        There are two tasks in the CL-SciSumm 2016. Testing dataset, development dataset and training dataset, each
contains 10 topics. Every topic consists of one reference paper (RP), some citing papers (CP) and one annotation file.
There are five facets pre-defined, including Aim_Citation, Method_Citation, Results_Citation, Implication_Citation
and Hypothesis_Citation. In Task 1, we need to identify the spans of text (cited text spans) in the RP that most
accurately reflect the citance (Task 1A), and what facet of the paper that each cited text span belongs to, from the
predefined set of five facets (Task 1B). Task 2 demands us to 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. Please refer to [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] for more details.
4.1
      </p>
      <sec id="sec-3-1">
        <title>Our main method is the rule-based method. Fig. 1 shows the framework for Task 1.</title>
        <sec id="sec-3-1-1">
          <title>Task 1A.</title>
          <p>We need to identify the linkage between a paper citation in the CP and its cited text spans in the RP. We think
that the linkage is mainly represented by similar meaning between sentences. Hence our work is focused on sentence
similarity computing based on various features.</p>
          <p>Feature Extraction.</p>
          <p>We have two kinds of features, one is from lexicons, and the other is from sentence similarities.
 Three Lexicons:
1. Reference Text high-frequency words (Lexicon 1): We picked up the words with high frequency from reference
text in the training corpus artificially, and then expanded them through Wordnet and word vectors.
2. LDA lexicon (Lexicon 2): We used LDA (Latent Dirichlet Allocation) model to train the reference paper and
citing papers to get a lexicon of 30 latent topics for files in every topic independently. Table 1 displays the relation
of F-measure and the number of latent topics for the training corpus. We can see that the best performance is
obtained when the number of latent topics is set to 30.
3. Citation Text and Reference Text co-occurrence lexicon (Lexicon 3): We obtained the co-occurrence degree
between words by the word frequency statistics of citation text and its reference text from the training corpus.
 Similarity between two sentences:
1. Idf similarity: We add up the idf (inverse document frequency) values of the same words between two sentences.</p>
          <p>where | | is the number of sentences, {:   ∈   } is the number of the sentences which contain the word   .
2. Jaccard similarity: We use the division between the intersection and the union of the words in two sentences.</p>
          <p>where A and B represent two sentences respectively.
 Similarity between two contexts:</p>
        </sec>
      </sec>
      <sec id="sec-3-2">
        <title>The context of a sentence plays an important role in semantic parsing, so we calculate the context similarity.</title>
        <p>Where   is the context similarity of 
 ,  −1 and  +1 is the imilarity of the sentence before and after it.
(1)
(2)
(3)
  =</p>
        <p>| |
{:  ∈  }
 = ∩</p>
        <p>∪
  = √ −1 ∗  +1
We also obtained two kinds of context similarities: Idf context similarity and Jaccard context similarity.
 Two vector similarities:
1. Word vector: We trained every word as a vector with 200 dimensions using Word2Vec. Then a sentence is:
  = (  ,  +1 , ⋯ ,  + )
where   is the word vector and W is the vector set to represent a sentence. The vector sets of two sentences W
and W can form a matrix M, :
where (  ,   ) is the cosine similarity of   and   , then the similarity of 
 and 
 is:
 , =      = [</p>
        <p>⋮
 +  
⋯
⋱
   +</p>
        <p>⋮
⋯  +  +
2. Doc vector: We represented every sentence as a vector with 200 dimensions by doc2vec, and used the cosine
similarity between vectors to represent the sentence similarity.</p>
        <p>We tested the performance of every feature independently for the training corpus as in Table 2. As we can see
that Jaccard similarity performs the best.</p>
      </sec>
      <sec id="sec-3-3">
        <title>Feature</title>
        <p>125 times of the number of positive samples. So we divided the negative samples into 125 groups and train each
group with all positive samples. Then using the trained 125 SVM models, we could predict the testing data and get
125 results. Finally, we choose the linkage sentences through a voting system based on these 125 results. When we
tried this method on the testing data, unfortunately the performance was not so good as feature rule-based methods.
As for the reason, we thought that the number of positive samples was too small, and every training set didn’t have
enough data to train a good model. To find a better performance, we tried the following methods.
 Voting Method:</p>
        <p>Focusing on the F-measure of every feature, we tried different weights and proportions to combine them through
experiments, and then got two results through a voting system.</p>
      </sec>
      <sec id="sec-3-4">
        <title>Feature</title>
      </sec>
      <sec id="sec-3-5">
        <title>Idf similarity</title>
      </sec>
      <sec id="sec-3-6">
        <title>Jaccard similarity</title>
      </sec>
      <sec id="sec-3-7">
        <title>Weight 1 1</title>
      </sec>
      <sec id="sec-3-8">
        <title>Proportion 8 12</title>
        <p> Jaccard Focused Method:
 Jaccard Cascade Method:
Task 1B.
 Rule-based method
1. Subtitle Rule: First of all, we examine whether the subtitles of reference sentences and cite sentences contains
the following facet words: Hypothesis, Implication, Aim, Results and Method. If the subtitle contains any one of
these words, it will be directly classified as the corresponding facet. If it contains more than one of these words, it
will be classified into all the facets. Else if it contains none of them, we just classify it as the facet of Method.
2. High Frequency Word Rule: According to the High Frequency Word Rule, we firstly count the High Frequency
Word of five facets from the Training Set and the Development Set. In order to improve the coverage of
sentences, we expanded the High Frequency Word to get some similar words of each facet. We set an appropriate
threshold for each facet. If the number of the High Frequency Word of any facet in the sentence is more than the
corresponding facet threshold, then we just use the facet whose coverage is the highest as the final class. If some
facets’ coverage are same, then we just classify according to the sequence of Hypothesis, Implication, Aim，</p>
      </sec>
      <sec id="sec-3-9">
        <title>Results and Method. If all facets have not reached the threshold of each facet, we classify it as the Method.</title>
        <p>3. Combine Subtitle and High Frequency Word Rule: We firstly use the Subtitle Rule to classify the testing set. If
the results are not in the five facets of Hypothesis, Implication, Aim, Results and Method, then we use the High</p>
      </sec>
      <sec id="sec-3-10">
        <title>Frequency Word Rule to get the final facet.</title>
        <p> SVM Classifier</p>
        <p>We extract four features of each class. 1) Location of Paragraph: the order number of the paragraph in which the
sentence is located. 2) Document Position Ratio: the ratio of sentence Sid to the total sentence number of the
corresponding document. 3) Paragraph Position Ratio: the ratio of sentence Ssid to the total sentence number of the
corresponding paragraph. 4) Number of Citations or References: the number of Citation Offset or Reference Offset.
These features form an 8-dimension vector of a pair of reference sentence and citation sentence. We train SVM to
get five classifiers. For the problem of unbalanced training data, we set different weights for different classes. If we
cannot get any class of the five facets, then we classify it as Method class.
 Voting Method
 Fusion Method</p>
        <p>We combine the results from Subtitle Rule, High Frequency Word and SVM classifier to generate the final results
with most votes.</p>
        <p>We run the above methods for each run result we obtained in Task 1A and choose a best one as the final result.
Then we also tried a fusion method to combine all the run results of the above methods obtained in Task 1A. We
counted the number of Method, Results, Aim, Hypothesis and Implication, and set an appropriate threshold for each
facet class to get a final result of facet class.
4.2</p>
        <sec id="sec-3-10-1">
          <title>Task 2</title>
        </sec>
      </sec>
      <sec id="sec-3-11">
        <title>We provide a general overview of our method in Fig. 2.</title>
        <sec id="sec-3-11-1">
          <title>Pre-processing.</title>
          <p>The source documents provided by CL-SciSumm 2016 have some xml-coding errors. Besides, we need specific data
format to train our hLDA feature. To obtain relatively a high-quality input dataset, we do pre-processing.</p>
          <p>Merge
Documents</p>
          <p>Remove
Stopwords
Generate
hLDA Input</p>
          <p>File
word
Leveldistribution
sentencelength
sentenceposition
cited-text</p>
          <p>
            spans
RST-feature
1. Document merging: For each topic, we merge the reference paper and the cited text spans into a big text.
2. Stop words removing: We use the stop-word list to remove stop words. The stop-word list contains punctuation
marks and some functional words. At the same time, all capitalized characters are changed to lower case.
3. Input file generation for hLDA: For the selected words, we build a dictionary for each document, which contains
words and their corresponding frequency, and the index starts from 1 to word list size. Finally, we generate an
input file for hLDA modeling, in which each line represents a sentence presented by word index - frequency pair,
such as: [number of words in sentence i] [word-index A : frequency A] [word-index B : frequency B] …
Feature modeling.
1. hLDA-level distribution feature: To be known as exact description of latent topics over nested Chinese restaurant
process, hLDA is one of the non-parametric topic models. Given the input file, unsupervised-hLDA generates
tree-like topic structures over documents. Each sentence is assigned to a path starting from the root node to leaf
nodes. Sentences sharing the same path are similar with each other and thus constitute a subtopic of the
documents. Each node in the tree contains different words, whose distribution is referred to latent-topic. Besides,
different level contains different nodes. Each word in a sentence is randomly assigned to the node at different level
in the sentence path with some probability, and the probability to different level is the level message we would
like to exploit which can represent the abstractiveness of the topic in the document to some extent. Since we have
obtained the predefined facet information of cited test spans in Task 1B, we do not use the subtopic knowledge in
hLDA here which may not directly match the five facets as defined by CL-SciSumm 2016. [
            <xref ref-type="bibr" rid="ref33">33</xref>
            ] investigated the
influence of different hyper-parameters in hLDA modeling. Here we just use the result of these research, and set
the depth of hierarchal tree to be three. Recently our work has been focused on the research in exploration of
hLDA level information. According to recent research, we proposed a new level distribution scores as followed:


=
          </p>
          <p>∑=0 (  −

+  −
)
where   indicates the weight of the node level that word   is assigned in,  −
indicates the score of
level distribution of word   ,  −</p>
          <p>is the frequency of   in current node as followed.
(7)
(8)
(9)
(10)
(11)
 −
= 
∑
(
=0 (
 )</p>
          <p>)

ℎ
=
√2 
1  −(−) 2</p>
          <p>2


= 1 −
 

2. Sentence-length feature: It is a balance between length and sentence meaning. Gaussian Distribution is chosen in
order to get a better combination along with the level feature.</p>
          <p>where μ indicates the expectation of word frequency, σ indicates the standard deviation of word frequency.
3. Sentence-position feature: Sentence position is widely used in the summary extraction of news and science paper.</p>
          <p>where n is the total number of sentences, pi is the position of i − th sentence. Number i is started from 0.
4. Cited text span: A citation is a summary of other paper authors, and we got all cited text spans of each reference
paper from Task 1A. Thus we use it as a weak feature, for the reason that there must be some errors.


= 
( ) = {
1,  
0,  ℎ
 

  1</p>
          <p>We use the Discourse Facet answer in Task 1B to provide a reference information for sentence extraction.
5. RST-feature: Rhetorical Structure Theory (RST) is the notion of rhetorical relation, a relation existing between
two non-overlapping text spans called nucleus (N) and satellite (S). Text coherence in RST is assumed to arise
due to a set of constraints and an overall effect that are associated with each relation. The constraints operate on
the nucleus, on the satellite, and on the combination of nucleus and satellite. We call each sub-string cut by
punctuations as a simple sentence. Using the RST-software we developed ourselves, we can get the RST-score of each
simple sentence, then we have RST-score of a sentence as followed.
where 
−</p>
          <p>is the RST-score of simple sentences,  is the total number of simple sentences in a sentence.</p>
        </sec>
        <sec id="sec-3-11-2">
          <title>Structured summary extraction.</title>
          <p>bine them by a linear formula as shown below:</p>
          <p>With the features above, we combine them to get a better summary result. A simple and efficient way is to
com
 =  1 −
+  2 ℎ−
+  3 −
+  4 −
+  5 −
where   indicates feature weight.</p>
          <p>In Task 2, we need to 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. Besides, Task 2 pays more attention to the summary extracted from the
third part, so we change the first person of the extracted sentences to third person. In order to extract a high-quality
structured summary, we make full use of the prior knowledge that structured summary contains four parts:
Introduction, Methods, Results and Conclusion. So we use the Discourse Facet to help extract the summary sentences. We
will extract two or three sentences for each part of the summary if exists. Furthermore, we remove redundant
candidate sentences. We use the following algorithm 1 to extract summary sentences.</p>
          <p>for paper in Test-Set:
stop word removing
input file generation for hLDA modeling
calculate scores of five features
while length ≤ 250
extract sentence  according to feature scoring
if sentence  is not redundant and length &lt;= 250
add  to candidate set
person transformation
convert xml formed paper to txt, including title document merging of paper and cited text spans</p>
        </sec>
      </sec>
      <sec id="sec-3-12">
        <title>Algorithm 1 Feature-based summary extraction</title>
        <p>To find the best use of hLDA level features, we also proposed two methods to extract level feature sentences. The
first one is that, we ignore the clusters of the tree, only use the level feature score to choose best-N sentences. The
other one is that each step extracts one sentence from one cluster in the first half of all clusters and adds it to the
summary until the summary length is 250. We call the first one as ScoreDesc, the second one as In First Half Path.</p>
      </sec>
      <sec id="sec-3-13">
        <title>Method</title>
      </sec>
      <sec id="sec-3-14">
        <title>Voting 1.0</title>
      </sec>
      <sec id="sec-3-15">
        <title>Voting 2.0</title>
      </sec>
      <sec id="sec-3-16">
        <title>Jaccard Focused</title>
      </sec>
      <sec id="sec-3-17">
        <title>Jaccard Cascade</title>
      </sec>
      <sec id="sec-3-18">
        <title>Method</title>
      </sec>
      <sec id="sec-3-19">
        <title>Voting 1.0</title>
      </sec>
      <sec id="sec-3-20">
        <title>Voting 2.0</title>
      </sec>
      <sec id="sec-3-21">
        <title>Jaccard Focused (12) (13)</title>
        <p>5
5.1</p>
        <sec id="sec-3-21-1">
          <title>Task 1A.</title>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Experiments</title>
      <sec id="sec-4-1">
        <title>Task 1</title>
        <p>There are 5 runs that we submitted. From Run1 to Run4, we used the above mentioned methods respectively.
Then, we got the performance of training dataset as followed in Table 7. In Run5, we used the SVM Method. And
the accuracy we got in training set is 80.59% as a closed testing.
We also have tested our systems on the testing dataset with the golden standard and got the results as in Table 8.</p>
        <p>P
Jaccard Cascade 0.05376 0.15831 0.08027
SVM 0.02222 0.08179 0.03495</p>
        <p>Table 8. Task 1A results of testing dataset</p>
        <p>From Table 7 and Table 8, we can see that there isn’t much difference among the first 4 methods. Although the
performance of SVM on training dataset is good, its performance on the testing dataset is very poor. We think that
the major reason comes from the shortage of training data. In spite of this, we still set it as one of our system runs.
Because we thought that this is an important direction. Later maybe we can improve this method using other
strategies like semi-supervised or unsupervised machine learning with more unlabeled data.</p>
        <p>After more detailed analysis of the results, we can find two major problems. One is choosing too much sentences,
in which the citation text in standard answer contains only one fitful sentence, but we chose more sentences. We got
the right answer with the price of more error sentences included. The other is partial answer. For instance, there are
3 sentences in standard answer covering the two classes of features, yet we found only 1 and lost 2 of them with 3
error sentences covering only one class of features. Although there may exist some relevance between the Citation
Text and Reference Text in our answers, the standard answers are much better with good precision and complete
coverage. Our system cannot achieve this status. We need better methods to locate the best answer accurately and
cover all aspects of the citation text.
Our experiment is based on a hypothesis that the training dataset and the testing dataset have similar structures. Thus
we can use the parameters learned from the training dataset to the testing dataset evaluation. After adequate
experiOur system has tried to add some semantic information like word vector, doc vector and word distributions in hLDA
tree to improve the citance linkage and summarization performance. Yet the result isn’t very satisfied. Our future
work is to find some better ways to mine and use more semantic features for citance linkage. As to summarization,
we will try to add more predefined semantic features to unsupervised hLDA model and sentences combination and
compression for better summary sentences. Furthermore, we will try to find a better method to choose least
sentences covering most information.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgements</title>
      <p>This work was supported by the National Natural Science Foundation of China under Grant 91546121, 61202247,
71231002 and 61472046; EU FP7 IRSES MobileCloud Project (Grant No. 612212); the 111 Project of China under
Grant B08004; Engineering Research Center of Information Networks, Ministry of Education; Beijing Institute of</p>
      <sec id="sec-5-1">
        <title>Science and Technology Information; CapInfo Company Limited.</title>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Wan</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xiao</surname>
          </string-name>
          , J.:
          <article-title>Using Cross-Document Random Walks for Topic-Focused Multi-Document</article-title>
          . In: IEEE / Wic / ACM International Conference on Web Intelligence, pp.
          <fpage>1012</fpage>
          -
          <lpage>1018</lpage>
          . (
          <year>2006</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>García</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Laurent</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gillard</surname>
            ,
            <given-names>O. F.</given-names>
          </string-name>
          :
          <article-title>Bag-of-senses versus bag-of-words: comparing semantic and lexical approaches on sentence extraction</article-title>
          .
          <source>In: TAC 2008 Workshop - Notebook papers and results</source>
          . (
          <year>2008</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Bellemare</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bergler</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Witte</surname>
            ,
            <given-names>R.:</given-names>
          </string-name>
          <article-title>ERSS at TAC 2008</article-title>
          .
          <article-title>In: TAC 2008 Proceedings</article-title>
          .
          <article-title>(</article-title>
          <year>2008</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Conroy</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schlesinger</surname>
            ,
            <given-names>J. D.:</given-names>
          </string-name>
          <article-title>CLASSY at TAC 2008 Metrics</article-title>
          . In: TAC 2008 Proceedings.
          <article-title>(</article-title>
          <year>2008</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Zheng</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Takenobu</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>The TITech Summarization System at TAC-2009</article-title>
          . In: TAC 2009 Proceedings.
          <article-title>(</article-title>
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Annie</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ani</surname>
          </string-name>
          , N.:
          <article-title>Predicting Summary Quality using Limited Human Input</article-title>
          .
          <source>In: TAC 2009 Proceedings</source>
          .
          <article-title>(</article-title>
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Darling</surname>
          </string-name>
          , W.M.
          <article-title>: Multi-document summarization from first principles</article-title>
          .
          <source>In: Proceedings of the third Text Analysis Conference, TAC-2010. NIST</source>
          (Vol.
          <volume>150</volume>
          ). (
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Kokil</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Muthu</surname>
            ,
            <given-names>K.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sajal</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Min-Yen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Overview of the 2nd Computational Linguistics Scientific Document Summarization Shared Task (CL-SciSumm 2016)</article-title>
          .
          <source>In: The Proceedings of the Joint Workshop on Bibliometric-enhanced Information Retrieval and Natural Language Processing for Digital Libraries (BIRNDL</source>
          <year>2016</year>
          ), Newark, New Jersey, USA. (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Genest</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lapalme</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Québec</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Text Generation for Abstractive Summarization</article-title>
          .
          <source>In: TAC 2010 Proceedings</source>
          .
          <article-title>(</article-title>
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Jin</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhu</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          :
          <source>The THU Summarization Systems at TAC 2010</source>
          .
          <article-title>Text Analysis Conference</article-title>
          . (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <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 scientific papers</article-title>
          .
          <source>In: Meeting of the Association for Computational Linguistics: Human Language Technologies</source>
          , pp.
          <fpage>500</fpage>
          -
          <lpage>509</lpage>
          . Portland,
          <string-name>
            <surname>Oregon</surname>
          </string-name>
          (
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Zhang</surname>
          </string-name>
          , R.,
          <string-name>
            <surname>Ouyang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          , Zhang, R.,
          <string-name>
            <surname>Ouyang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          :
          <article-title>Guided Summarization with Aspect Recognition</article-title>
          .
          <source>In: TAC 2011 Proceedings</source>
          .
          <article-title>(</article-title>
          <year>2011</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Marina</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Natalia</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Multilingual Multi-Document Summarization with POLY</article-title>
          .
          <source>In: Proceedings of the MultiLing 2013 Workshop on Multilingual Multi-document Summarization</source>
          .
          <article-title>(</article-title>
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Steinberger</surname>
          </string-name>
          , J.:
          <source>The UWB Summariser at Multiling-2013. In: Proceedings of the MultiLing 2013 Workshop on Multilingual Multi-document Summarization</source>
          .
          <article-title>(</article-title>
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Ardjomand</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mcalister</surname>
            ,
            <given-names>J.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rogers</surname>
            ,
            <given-names>N.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tan</surname>
            ,
            <given-names>P.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>George</surname>
            ,
            <given-names>A.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Larkin</surname>
            ,
            <given-names>D. F.</given-names>
          </string-name>
          :
          <article-title>Multilingual Summarization: Dimensionality Reduction and a Step Towards Optimal Term Coverage</article-title>
          .
          <source>In: Multiling 2013 Workshop on Multilingual MultiDocument Summarization</source>
          , pp.
          <fpage>3899</fpage>
          -
          <lpage>3905</lpage>
          . (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Anechitei</surname>
            ,
            <given-names>D.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ignat</surname>
          </string-name>
          , E.:
          <article-title>Multi-lingual summarization system based on analyzing the dis-course structure at MultiLing 2013</article-title>
          .
          <source>In: Proceedings of the MultiLing 2013 Workshop on Multilingual Multi-document Summarization</source>
          .
          <article-title>(</article-title>
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>El-Haj</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rayson</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Using a Keyness Metric for Single and Multi Document Summarisation</article-title>
          . Multiling 2013 Workshop, ACL. (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Fattah</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          :
          <article-title>A hybrid machine learning model for multi-document summarization</article-title>
          .
          <source>Applied Intelligence</source>
          ,
          <volume>40</volume>
          (
          <issue>40</issue>
          ),
          <fpage>592</fpage>
          -
          <lpage>600</lpage>
          . (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gao</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ouyang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Automatic twitter topic summarization with speech acts</article-title>
          .
          <source>IEEE Transactions on Audio Speech &amp; Language Processing</source>
          ,
          <volume>21</volume>
          (
          <issue>3</issue>
          ),
          <fpage>649</fpage>
          -
          <lpage>658</lpage>
          . (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>Y. D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>X. D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Quan</surname>
            ,
            <given-names>G. R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>Y. D.</given-names>
          </string-name>
          :
          <article-title>MRS for multi-document summarization by sentence extraction</article-title>
          .
          <source>Telecommunication Systems</source>
          ,
          <volume>53</volume>
          (
          <issue>1</issue>
          ),
          <fpage>91</fpage>
          -
          <lpage>98</lpage>
          . (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Arora</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ravindran</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Latent dirichlet allocation based multi-document summarization</article-title>
          .
          <source>In: The Workshop on Analytics for Noisy Unstructured Text Data</source>
          , pp.
          <fpage>91</fpage>
          -
          <lpage>97</lpage>
          . ACM. (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Krestel</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fankhauser</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nejdl</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          :
          <article-title>Latent dirichlet allocation for tag recommendation</article-title>
          .
          <source>In: ACM Conference on Recommender Systems</source>
          , pp.
          <fpage>61</fpage>
          -
          <lpage>68</lpage>
          . (
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Griffiths</surname>
            ,
            <given-names>T.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Steyvers</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blei</surname>
            ,
            <given-names>D.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tenenbaum</surname>
            ,
            <given-names>J.B.</given-names>
          </string-name>
          :
          <article-title>Integrating topics and syntax</article-title>
          .
          <source>In: Advances in Neural Information Processing Systems</source>
          ,
          <volume>17</volume>
          ,
          <fpage>537</fpage>
          --
          <lpage>544</lpage>
          . (
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Blei</surname>
            ,
            <given-names>D.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lafferty</surname>
            ,
            <given-names>J. D.</given-names>
          </string-name>
          :
          <article-title>Dynamic topic models</article-title>
          .
          <source>In: Proceedings of the 23rd international conference on Machine learning</source>
          , pp.
          <fpage>113</fpage>
          --
          <lpage>120</lpage>
          . (
          <year>2006</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blei</surname>
            ,
            <given-names>D.M.</given-names>
          </string-name>
          :
          <article-title>Decoupling Sparsity and Smoothness in the Discrete Hierarchical Dirichlet Process</article-title>
          .
          <source>Advances in Neural Information Processing Systems 22. In: Conference on Neural Information Processing Systems 2009. Proceedings of A Meeting Held</source>
          <volume>7</volume>
          -
          <issue>10</issue>
          <year>December 2009</year>
          , Vancouver, British Columbia, Canada, pp.
          <fpage>1982</fpage>
          -
          <lpage>1989</lpage>
          . (
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Teh</surname>
            ,
            <given-names>Y.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jordan</surname>
            ,
            <given-names>M.I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Beal</surname>
            ,
            <given-names>M.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blei</surname>
            ,
            <given-names>D.M.</given-names>
          </string-name>
          :
          <article-title>Hierarchical dirichlet processes</article-title>
          .
          <source>Journal of the American statistical association</source>
          . (
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Blei</surname>
            ,
            <given-names>D.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Griffiths</surname>
            ,
            <given-names>T.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jordan</surname>
            ,
            <given-names>M.I.:</given-names>
          </string-name>
          <article-title>The nested Chinese restaurant process and bayesian nonparametric inference of topic hierarchies</article-title>
          .
          <source>Journal of the ACM</source>
          ,
          <volume>57</volume>
          (
          <issue>2</issue>
          ),
          <fpage>87</fpage>
          -
          <lpage>103</lpage>
          . (
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Celikyilmaz</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hakkani-Tur</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <string-name>
            <given-names>A Hybrid</given-names>
            <surname>Hierarchical</surname>
          </string-name>
          <article-title>Model for Multi-Document Summarization</article-title>
          .
          <source>ACL</source>
          <year>2010</year>
          ,
          <article-title>Proceedings of the, Meeting of the Association for Computational Linguistics</article-title>
          ,
          <source>July 11-16</source>
          ,
          <year>2010</year>
          , Uppsala, Sweden, pp.
          <fpage>815</fpage>
          -
          <lpage>824</lpage>
          . (
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Ren</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>De Rijke</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Summarizing Contrastive Themes via Hierarchical Non-Parametric Processes</article-title>
          .
          <source>International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          , pp.
          <fpage>93</fpage>
          -
          <lpage>102</lpage>
          . ACM. (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Elkiss</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shen</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fader</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <source>Güne&amp;#x f; Erkan</source>
          ,
          <string-name>
            <surname>States</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Radev</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Blind men and elephants: what do citation summaries tell us about a research article?</article-title>
          .
          <source>Journal of the American Society for Information Science &amp; Technology</source>
          ,
          <volume>59</volume>
          (
          <issue>1</issue>
          ),
          <fpage>51</fpage>
          -
          <lpage>62</lpage>
          . (
          <year>2008</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corrado</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dean</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <article-title>Efficient estimation of word representations in vector space</article-title>
          .
          <source>Computer Science</source>
          . (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <surname>Le</surname>
            ,
            <given-names>Q. V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Distributed representations of sentences and documents</article-title>
          .
          <source>Computer Science</source>
          ,
          <volume>4</volume>
          ,
          <fpage>1188</fpage>
          -
          <lpage>1196</lpage>
          . (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33.
          <string-name>
            <surname>Heng</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yu</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Research on Key Factors in Multi-document Topic Modelling Application with HLDA</article-title>
          .
          <source>Journal of Chinese Information Processing</source>
          ,
          <volume>27</volume>
          (
          <issue>6</issue>
          ):
          <fpage>117</fpage>
          -
          <lpage>127</lpage>
          . (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>