<!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>Poli2Sum@CL-SciSumm-19: Identify, Classify, and Summarize Cited Text Spans by means of Ensembles of Supervised Models</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Moreno La Quatra</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Luca Cagliero</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Elena Baralis</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Politecnico di Torino Corso Duca degli Abruzzi</institution>
          ,
          <addr-line>24 10129 Turin</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Sentence-based summarization</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper presents the Poli2Sum approach to the 5th Computational Linguistics Scienti c Document Summarization Shared Task (BIRNDL CL-SciSumm 2019). Given a set of reference papers and the set of papers citing them, the proposed approach has a threefold aim. (1a) Identify the text spans in the reference paper that are referenced by a speci c citation in the citing papers. (1b) Assign a facet to each citation describing the semantics behind the citation. (2) Generate a summary of the reference paper consisting of the most relevant cited text spans. The Poli2Sum approach to tasks (1a) and (1b) relies on an ensemble of classi cation and regression models trained on the annotated pairs of cited and citing sentences. Facet assignment is based on the relative positions of the cited sentences locally to the corresponding section and globally in the entire paper. Task (2) is addressed by predicting the overlap (in terms of units of text) between the selected text spans and the summary generated by the domain experts. The output summary consists of the subset of sentences maximizing the predicted overlap score.</p>
      </abstract>
      <kwd-group>
        <kwd>Citation identi cation cation and Regression</kwd>
        <kwd>Text mining</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        The di usion of digital libraries has eased the access to scienti c publications in
electronic form. The paper full-text, the author and co-author relationships, and
the citation networks have become accessible from the most popular Web-based
sources. For example, DBLP [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] is a computer science bibliography providing
online reference for open bibliographic information on computer science journals.
In parallel, networks for linking scientists and researchers (e.g., ResearchGate,
Academia.edu [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ]) as well as online services to index, search, and mine scienti c
data at large (e.g., ArnetMiner [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]) have been developed.
      </p>
      <p>
        Since exploring the textual content of scienti c papers is extremely
timeconsuming, the recent advances in Information Retrieval and Computational
Linguistics have focused on automating the process of knowledge extraction
and linking from scienti c papers and related social data. The main challenges
addressed in the research community include, amongst others, modeling
authortopic relationships (e.g., [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]), identifying of cross-topic collaborations (e.g., [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]),
and detecting potential con icts of interest (e.g., [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ]).
      </p>
      <p>
        The Computational Linguistics Scienti c Document Summarization Shared
Task (CL-SciSumm 2019) [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] presented at the joint workshop on
Bibliometricenhanced IR and NLP for Digital Libraries (BIRNDL@SIGIR 2019) [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] is a
challenge focused on text mining and summmarization of scienti c papers. It
considers topics described by a reference papers and a set of citing papers that
all contain citations to the reference paper. In each citing paper, the text spans
(i.e., citances) have been identi ed that pertain to a particular citation to the
RP. The task proposed in the 5th edition of the challenge, i.e., CL-SciSumm
BIRNDL 2019, entails automatically generating summaries of scienti c papers
of two types: faceted summaries of the traditional self-summary (the abstract)
and the community summary (the collection of citation sentences). Furthermore,
it entails grouping the citation sentences by the facets of the text that they refer
to. A more formal statement of the CL-SciSumm 2019 Shared Task1 is given
below.
      </p>
      <p>Problem statement. Let rp be a reference scienti c paper and let CP be the set
of scienti c papers citing in rp (hereafter denoted as citing papers ). Given an
arbitrary citing paper cp 2 CP let cCP =fc1; c2; : : : ; cng be the text spans in cp
(hereafter denoted as citances) pertinent to any citation to rp (i.e., the parts of
the text where citations to rp are placed).</p>
      <p>The tasks can be formulated as follows.
(1A) For each citance cj , identify the spans of text rp(cj ) in the reference paper
(hereafter denoted as cited text spans) that are most likely to be related to cj .
The cited text spans can be either a single sentence or consecutive sentences
(no more than 5).
(1B) For each cited text span identify what facet of the paper it belongs to from
a prede ned set of facets. Facets describe the semantics behind the citation
(i.e., Aim, Hypothesis, Implication, Results, Method).
(2) Produce a short summary of the reference paper (no more than 250 words)
which consists of a selection of cited text spans (this task is optional).</p>
      <p>
        This paper presents the Poli2Sum approach2 to the 5th Computational
Linguistics Scienti c Document Summarization Shared Task (BIRNDL CL-SciSumm
2019). Our approach relies on an ensemble of classi cation and regression models
trained on the annotated pairs of cited and citing sentences. Supervised models
are trained on a variety of features, including those extracted by using two among
the most popular word embedding models (i.e., Word2Vec [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], Sent2Vec [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]).
Two complementary predictive variables have been considered in the proposed
      </p>
    </sec>
    <sec id="sec-2">
      <title>1 http://wing.comp.nus.edu.sg/ cl-scisumm2019/</title>
    </sec>
    <sec id="sec-3">
      <title>2 The name of the method is an acronym abbreviating the name of the university</title>
      <p>
        to which the authors are a liated (Politecnico di Torino, Italy) and the keyword
Summarization.
approach: (i) a discrete label, indicating whether a particular citance refers to
given cited text span, and (ii) a continuous class label, which indicates, for a
given citance, the distance between the candidate text span and the actual cited
text span. To forecast the value of the predictive variables, ensembles of
classi cation and regression methods have been applied, respectively. Classi cation
models are aimed at accurately predicting the discrete class label associated with
each pair of citance and cited text span. Regression models are instead applied
to produce a rank of the cited text spans associated with a given citance. The
most likely text span is the one that minimizes the distance [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
      </p>
      <p>The Poli2Sum approach to tackling tasks 1A and 1B relies on an ensemble of
classi cation and regression models trained on the annotated pairs of cited and
citing sentences. To generate an ensemble of binary classi ers for task 1A, the
outcomes of the single classi ers are properly combined using a greedy strategy
in order to select the text spans with maximal number of votes. Thanks to
the inherent rank given by the regressors, the ensemble of regression models
for Task 1A identi es the text spans that minimize the predicted distance. To
tackle facet assignment (i.e., task 1B), a classi cation model is trained on the
annotated subset of text spans. The annotated data are enriched with additional
information about the structure paper (i.e., the relative positions of the cited text
span in the section and in the entire paper). The idea behind is that the semantics
of the citation is likely to be correlated with the position of the cited text span.
Finally, to tackle task 2 a regression model predicts the overlap, in terms of units
of text, between the selected text spans and the manually generated summaries.
The more similar the content of the text span with the human annotation, the
more likely the content is worth including in the summary. The output summary
is a selection of the top ranked text spans in order of decreasing overlap score.</p>
      <p>The rest of the paper is organized as follows. Section 2 compares the Poli2Sum
approach with the previously proposed solutions. Section 3 thoroughly describes
the Poli2Sum method, while Section 4 summarizes the main experimental results.
Finally, Section 5 draws conclusions and discusses future works.
2</p>
      <sec id="sec-3-1">
        <title>Related works</title>
        <p>
          In the previous editions of CL-SciSumm 2019 Shared Task many e ective
strategies to tackle the aforesaid problems have been proposed [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]. For example, the
best performing approach to Task 1A in the former edition [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] proposed to use
Convolutional Neural Networks and word Embeddings. They designed a voting
system combining supervised (CNNs) with unsupervised (WEs) models. Similar
to [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ], we propose to use regression models to predict the distance between the
actual and candidate cited text spans. Unlike [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ], the Poli2Sum approach relies
on ensemble methods combining either classi cation or regression models.
Furthermore, word embedding information is integrated as training data features
instead of used to drive separate strategies. The systems proposed in [
          <xref ref-type="bibr" rid="ref20 ref6">6, 20</xref>
          ] rely
on binary classi cation models which consider more advanced textual features
extracted using word embedding and Natural Language Processing techniques.
        </p>
        <p>CCCPPP1
RP</p>
        <p>Reference paper
summary</p>
        <p>
          CP1
They considered four main feature categories: similarity features, positional
features, frequency-based features, and rule-based features. Unlike [
          <xref ref-type="bibr" rid="ref20 ref6">6, 20</xref>
          ] this work
exploits regression models as well. Furthermore, in [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ] the authors did not
address the optional summarization task (i.e., task 2). Other approaches (e.g., [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ])
exploited various contextualized word vector spaces trained either on
GoogleNews3 or on the ACL Antology Network4. More advanced text distance measures
computed at the levels of words or sentences have also been proposed, i.e., the
Word Movers Distance and the Earth Movers Distance [
          <xref ref-type="bibr" rid="ref10 ref7">10, 7</xref>
          ], the IDF-weighted
Average Embedding based similarity and the Smooth Inverse Frequency based
similarity distances [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ]). Unlike Poli2Sum, in [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] task 2 has not been addressed,
while in [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ] the proposed solution is not based on supervised machine learning
techniques.
3
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>The Poli2Sum method</title>
        <p>The architecture of the Poli2Sum system is depicted in Figure 1. A brief
summary of the functionality of each block is given below, while more extensive
descriptions are provided in the following sections.</p>
        <p>{ Parsing and preprocessing: this block is devoted to parsing and preparing
the raw text of the analyzed documents to the subsequent steps.
{ Cited text span identi cation: It trains and applies ensembles of
regression or classi cation models to speci cally address task 1a.
{ Citation classi cation: it addresses task 1b by training and applying a
multi-class classi cation model on top of the outcomes of the Cited text span
identi cation step.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>3 https://google.news.com</title>
    </sec>
    <sec id="sec-5">
      <title>4 http://clair.eecs.umich.edu/aan/index.php</title>
      <p>{ Reference paper summarization: this step entails ranking the cited text
spans selected by the cited text span identi cation step to generate the
reference paper summary (output of task 2). It applies a supervised model to
predict the signi cance level of each text span according to the training data.</p>
      <p>
        The text preparation and analytics steps performed by Poli2Sum are
implemented in the Python language and rely on machine learning models provided
by the Scikit-learn library [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ].
3.1
      </p>
      <sec id="sec-5-1">
        <title>Parsing and preprocessing</title>
        <p>
          The text of the scienti c papers and the related citation network are processed
in order to tailor the input data to the subsequent analyses. First, a parsing
of the text, provided in xml format, is performed by considering also the text
structure (e.g., the organization of the text into sentences and sections). Then,
the input text is tokenized into separate words and the less relevant or
noninformative words (e.g., conjunctions, prepositions) are removed. Word
tokenization and stop-word removal were based on English vocabulary provided by the
Natural Language Toolkit [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ]. Finally, the text is also transformed into word and
sentence latent spaces using the Word2Vec [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ] and Sent2Vec [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ] algorithms,
respectively. The word embeddings are trained using the Wikipedia corpus
recommended by the authors [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ].
3.2
        </p>
      </sec>
      <sec id="sec-5-2">
        <title>Cited text span identi cation (Task 1a)</title>
        <p>For each citance, the goal of this block is to identify the span of referenced text.
Among the candidate sentences in the reference paper, the aim is to exploit the
content of the citing snippet and the semantics behind the candidate sentence.
Furthermore, since the cited text span may include more than one sentence (at
most 5), a parallel issue is to decide whether a sequence of sentences is worth
considering instead of separate individual sentences.</p>
        <p>
          To tackle the above issues, it creates a structured training dataset containing
one record for each pair of candidate cited text span and citance. The dataset
features consists of a variety of measures evaluating the similarity between
citance and candidate text span. The considered features are enumerated below.
{ Sent2Vec similarity: it indicates the distance between the citance and the
candidate text in the latent space of the document sentences. It is computed
as the cosine similarity between the corresponding latent vectors generated
by the Sent2Vec embedding model proposed by [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ].
{ Word2Vec similarity: it indicates the distance between the citance and
the candidate text in the latent space of the document words. It is computed
as the cosine similarity between the corresponding vectors generated by the
Word2Vec embedding model [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ]. To generate sentence vectors, single word
vectors are averaged and stop-words are excluded.
{ Rouge-based similarities: they indicate the syntactical similarity between
the citance and the candidate text span. It is computed as the F-measure
score produced by the established Rouge toolkit [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ]. To analyze overlaps
among text at di erent granularity levels, the considered units of overlap
are: (i) unigrams (i.e., Rouge-1), (ii) bigrams (i.e., Rouge-2), and (iii) the
largest matching sub-sequence (Rouge-L).
        </p>
        <p>The content of the training dataset is extracted from the CL-SciSumm 2019
training data5. Two complementary solutions, respectively based on classi
cation and regression models, have been integrated.</p>
        <p>Classi cation-based approach Each record of the structured dataset is
labeled as (i) true, if the sentence of the reference paper is actually part of the
cited text span, or (ii) false otherwise. To cope with imbalances in the training
data, the structured dataset contains all the records labelled as true and 7
sample records labeled with false (those with maximal Sent2Vec similarity score).
The idea behind to train robust prediction models for the true class label by
considering the most challenging instance for false class label.</p>
        <p>
          An ensemble of three di erent classi cation models with di erent
characteristics is trained. Speci cally, it considers a decision tree-based model (i.e., Gradient
Boosting), a Neural Network (i.e., Multi-Layer Perceptron), and a Bayesian
classi er (i.e., Gaussian Naive Bayes) [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]. Considering heterogeneous model type
increases the chance to capture di erent correlations between the dataset feature
and the class. Separately for each model, a bagging model averaging approach [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ]
is applied in order to make the system more robust to small variations between
the training and validation sets.
        </p>
        <p>
          Regression-based approach The records in the structured dataset are labeled
by assigning the maximum Sent2Vec similarity score between the candidate
sentence of the reference paper and the set of sentences actually referenced by the
citances. Notice that (i) the similarity is maximal if the candidate text span is
actually referenced by the citance (1), and (ii) the target value expresses the
similarity between the candidate text span and the closest text span actually
referenced by the citance in the embedding space. Similar to the classi cation
approach, an ensemble of three regression algorithms (i.e., Gradient Boosting,
Multi-Layer Perceptron and Adaboost [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]) is trained and a bagging model
averaging approach is applied. The selection of the candidate text span is given by
a majority voting procedure. For each regressor, the 7 top scored sentences are
picked rst. Then, a majority voting process is used to pick the most relevant
sentences by consensus among all the considered regressors.
3.3
        </p>
      </sec>
      <sec id="sec-5-3">
        <title>Citation classi cation (Task 1b)</title>
        <p>A multi-class classi cation model, based on the Gradient Boosting algorithm,
is trained in order to assign a facet to each citation. A citation consists of a</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>5 https://github.com/WING-NUS/scisumm-corpus</title>
      <p>pair of citance and cited text span. The class labels are the facets describing
the semantics behind the citation (i.e., Aim, Hypothesis, Implication, Results,
Method). The training dataset with annotated citations is given by the contest
organizers. The Citation classi cation block enriches the training dataset with
positional features in order to take the relative position of the cited text span
into account during the facet assignment process. The following features are
considered.</p>
      <p>{ Position of the referenced text: we consider the top-ranked referenced
sentence and we compute a normalized score, between 0 and 1, using the
sentence identi ed. Speci cally, we compute the ratio between the predicted
sentence position (sp) and the length, in terms of sentences, of the paper
(smax).
{ Section-based features: when the title of the section is available, we use
a regular expression based method to divide the paper sections in 7 classes,
namely Title, Abstract, Introduction, Related Works, Method Description,
Experiments, Conclusion. For each sentence, the information about the
parent section is encoded as a discrete feature. Moreover, when available, we
used the section numbering directly as additional feature of the system.
3.4</p>
      <sec id="sec-6-1">
        <title>Summarization (Task 2)</title>
        <p>
          The summarization task entails generating a concise yet informative summary
of the reference paper consisting of the most relevant cited text spans. Hence,
this module aims at evaluating the cited text span in order to identify the best
representatives. To tackle this issue, a ground truth has been provided by the
contest organizers. It contains a subset of reference papers annotated with a
manually generated summary. This block trains a regression model on the
annotated sentences by considering for each cited text span the following set of
describing features:
{ Sentence length: it indicates the number of words in the sentence. The
longer the sentences the more likely the sentence would contain repetitions
or redundant information.
{ Embedding-based similarities with the abstract: they indicate the
similarity between the candidate text span and the abstract of the paper,
computed using both Word2Vec [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ] and Sent2Vec [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ] embedding methods.
Since the abstract could be deemed as a short summary of the paper, it could
be helpful for discriminating between relevant text spans and not.
{ Syntactical similarities with title and abstract: they indicate the
syntactical similarity between the candidate text span and the content of the
title and the abstract of the paper, respectively. It is computed using the
F-measure of the Rouge-L metric (i.e., we maximize the overlap in terms
of longest matching sub-sequence). The same procedure is applied between
each sentence and the paper's abstract. This metric is able to identify the
longest common sub-sequence of words between two text spans.
        </p>
        <p>The target of the regression model, trained using the Gradient Boosting
algorithm, is the Syntactical similarity between the candidate text span and the
humanly generated summary (in terms of Rouge-L F-measure).
4</p>
        <sec id="sec-6-1-1">
          <title>Experiments</title>
          <p>To evaluate the performance of the Poli2Sum approach, we followed the
recommendations provided by the CL-SciSumm-19 task organizers and we used the
following datasets for Tasks 1.a and 2:
{ Training set: We used the training data provided by the CL-SciSumm-19
task organizers.
{ Validation set: We used the training dataset of CL-SciSumm-18 (40
papers).
{ Test set: We applied the trained models on the test data provided by the</p>
          <p>CL-SciSumm-19 task organizers.
{ Ground truth: The test outcomes are compared with the ground truth by
the CL-SciSumm-19 task organizers.</p>
          <p>Since the CL-SciSumm-19 training data are unlabeled, to tackle Task 1.B
we applied an hold-out validation strategy (75% of the dataset was used for
training, while the remaining part for validation).</p>
          <p>
            The hyper-parameters of the regression and classi cation algorithms were
tuned on the training set using a 5-fold cross-validation procedure. The
parameter settings that di er from the standard recommendations provided by the
SciKit-learn library [
            <xref ref-type="bibr" rid="ref18">18</xref>
            ] are reported below.
          </p>
          <p>{ Task 1.A: Gradient Boosting regressor (num. estimators = 200), AdaBoost
Regressor (num. estimators = 200), MultiLayer Perceptron (num. of layers
= 2, layer size = 100)
{ Task 1.B: Gradient Boosting classi er (num. estimators = 100)
{ Task 2: Gradient Boosting regressor (num. estimators = 400)
4.1</p>
        </sec>
      </sec>
      <sec id="sec-6-2">
        <title>Results of Task 1.A (Cited text span identi cation) on the validation set</title>
        <p>We performed an ablation study to assess the performance improvements achieved
by the single regression methods, the ensemble method, and the bagging
strategy. Table 1 reports the results obtained by single regressors. We empirically
analyzed the performance of the regression models by varying the number of
selected sentences. Setting the number of selected sentence to 5 allowed us to
achieve the best results in terms of F-measure.</p>
        <p>Table 2 reports the results of the ensemble methods by enabling and disabling
the bagging option. Enabling the bagging strategy yielded slight performance
improvements. Similar results (not reported here due to the lack of space) were
achieved using the classi cation approach. Regression-based ensemble methods
turned out to be slightly more e ective than classi cation-based ones on the
tested data (best F1-measure 0.14 vs 0.13).
Num. of sentences
5
7
10</p>
        <p>Method
Multi-Layer Perceptron</p>
        <p>AdaBoost</p>
        <p>Gradient Boosting
Multi-Layer Perceptron</p>
        <p>AdaBoost</p>
        <p>Gradient Boosting
Multi-Layer Perceptron</p>
        <p>AdaBoost
Gradient Boosting</p>
      </sec>
      <sec id="sec-6-3">
        <title>Result of Task 1B (Citation classi cation) on the validation set</title>
      </sec>
      <sec id="sec-6-4">
        <title>Results of Task 2 (Reference paper summarization) on the validation set</title>
        <p>
          We empirically analyzed the performance of the summarization process by
comparing the automatically generated summaries with those generated by the
domain experts. To perform a quantitative evaluation, we used the standard Rouge
toolkit [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ]. Table 4 reports the average Rouge-2 and Rouge-L scores (recall,
        </p>
        <p>Type
precision, and F1-measure) achieved against for the community and the
humanannotated summaries. To analyze the qualitative signi cance of the achieved
results, Table 5 reports an example of generated summary as well as the
corresponding humanly generated version. The summary generated by Poli2Sum
appeared to be fairly consistent with the expected result.</p>
        <p>Poli2Sum Summary
This paper presents a corpus-based approach to word sense disambiguation where a decision tree
assigns a sense to an ambiguous word based on the bigrams that occur nearby. This approach is
evaluated using the sense-tagged corpora from the 1998 SENSEVAL word sense disambiguation
exercise. Word sense disambiguation is the process of selecting the most appropriate meaning for
a word, based on the context in which it occurs. There is a further assumption that each feature is
conditionally independent of all other features, given the sense of the ambiguous word. In particular,
the decision tree learner makes decisions as to what bigram to include as nodes in the tree using the
gain ratio, a measure based on the overall Mutual Information between the bigram and a particular
word sense. We have presented an ensemble approach to word sense disambiguation (Pedersen,
2000) where multiple Naive Bayesian classi ers, each based on co-occurrence features from varying
sized windows of context, is shown to perform well on the widely studied nouns interest and line.
Bigrams have been used as features for word sense disambiguation, particularly in the form of
collocations where the ambiguous word is one component of the bigram (e.g., (Bruce and Wiebe,
1994), (Ng and Lee, 1996), (Yarowsky, 1995)). The results of this approach are compared with
those from the 1998 SENSEVAL word sense disambiguation exercise and show that the bigram
based decision tree approach is more accurate than the best SENSEVAL results for 19 of 36 words.</p>
        <p>Human-annotated Summary
This paper presents a corpus-based approach to word sense disambiguation where a decision tree
assigns a sense to an ambiguous word based on the bigrams that occur nearby.for this purpose the
sense inventory of word sense has already been determined. This paper describes an approach where
a decision tree is learned from some number of sentences where each instance of an ambiguous word
has been manually annotated with a sense-tag that denotes the most appropriate sense for that
context and for Building a Feature Set of Bigrams; two alternatives, the power divergence family
and the Dice Coe cient were explored. this study utilizes the training and test data from the
1998 SENSEVAL evaluation of word sense disambiguation systems.The results of this approach
are compared with those from the 1998 SENSEVAL word sense disambiguation exercise and show
that the bigram based decision tree approach is more accurate than the best SENSEVAL results
for 19 of 36 words.
The outcomes of the Poli2Sum approach on the CL-SciSumm-19 test set were
submitted to the Shared Task and evaluated by the organizers against the ground
truth. We submitted four di erent runs with slightly di erent con guration
settings for the summarization step (Task 2). The main characteristics of each run
are summarized below.
1. Run 1 : the regression algorithm uses the complete feature-set. The
summaries are created considering a sentence-level limit in length.
2. Run 2 : the regression algorithm uses the complete feature-set. The
summaries are created considering a word-level limit in length.
3. Run 3 : the regression algorithm does not use the title-similarity feature. The
summaries are created as in Run 1.
4. Run 4 : the regression algorithm does not use the title-similarity feature. The
summaries created as in Run 2.</p>
        <p>Table 6 reports the results achieved by the best performing system runs on
the test set separately per task and evaluation metric.</p>
        <p>Task</p>
        <p>Best Run
Task 1a
Task 1b
Task 2
1-2-3-4
1-2-3-4
1-2-3-4
1
1
2
2
1
1</p>
        <p>Metric
F1-score (sentence overlap)</p>
        <p>F1-score (Rouge-SU4)</p>
        <p>F1-score (Classi cation)</p>
        <p>F1-Score Rouge-2 (Abstract)
F1-Score Rouge-SU4 (Abstract)
F1-Score Rouge-2 (Community)</p>
        <p>F1-Score Rouge-2 (Human)
F1-Score Rouge-SU4 (Human)</p>
        <p>Result
0.092
0.034
0.229
0.364
0.196
0.209
0.218
0.144</p>
        <p>F1-Score Rouge-SU4 (Community) 0.112</p>
        <p>The Poli2Sum approach performed best (1st out of 104 runs) on Task 2
against the community summary (i..e, the target of the Poli2Sum training
process), while it placed 31st and 72nd against the abstract and human summaries,
respectively. Notice that, unlike the content of the human summary, the
sentences of the abstract and community summaries are also part of the input
data thus they can be selected by an extractive summarizer. Notice also that
the abstract is self-contained, while the community summary may include also
sentences from di erent sections of the paper. Therefore, the latter summary
provides a broader description of the content of the paper.</p>
        <p>The performance of Poli2Sum for the intermediate Tasks 1.a and 1.b are the
same for all the submitted runs (i.e., 36th out of 98 submitted runs for Task 1a,
57th over 98 submitted runs for Task 1b).</p>
        <sec id="sec-6-4-1">
          <title>Conclusions and future works</title>
          <p>This paper describes the Poli2Sum system submitted to the CL-SciSumm Shared
Task at SIGIR 2019 BIRNDL Workshop. The proposed approach relies on an
ensemble of supervised models trained on a variety of textual and latent features.
The features selected for the training phase are tailored to each task. The
performance of the Poli2Sum approach was promising on Task 2, especially against
the community summary, which is the target of the prediction process.</p>
          <p>
            As future work, we plan to test the integration of deep learning architectures
(e.g., BERT [
            <xref ref-type="bibr" rid="ref5">5</xref>
            ]) in the current architecture to solve similar research problems.
6
          </p>
        </sec>
        <sec id="sec-6-4-2">
          <title>Acknowledgements</title>
          <p>The research leading to these results has been partly funded by the
SmartData@PoliTO center for Big Data and Machine Learning technologies.</p>
        </sec>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Aburaed</surname>
          </string-name>
          , Ahmed and Bravo, Alex and Chiruzzo, Luis and Saggion, Horacio: LaSTUS/TALN+ INCO@
          <string-name>
            <surname>CL-SciSumm 2018-Using Regression</surname>
          </string-name>
          and
          <article-title>Convolutions for Cross-document Semantic Linking and Summarization of Scholarly Literature</article-title>
          .
          <source>In: Proceedings of the 3nd Joint Workshop on Bibliometric-enhanced Information Retrieval and Natural Language Processing for Digital Libraries (BIRNDL2018)</source>
          . Ann Arbor,
          <source>Michigan (July</source>
          <year>2018</year>
          ) (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Bird</surname>
          </string-name>
          ,
          <article-title>Steven and Klein, Ewan and Loper, Edward: Natural language processing with Python: analyzing text with the natural language toolkit. "</article-title>
          <string-name>
            <surname>O'Reilly Media</surname>
          </string-name>
          ,
          <source>Inc."</source>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Breiman</surname>
          </string-name>
          , Leo: Bagging predictors.
          <source>Machine learning 24(2)</source>
          ,
          <volume>123</volume>
          {
          <fpage>140</fpage>
          (
          <year>1996</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Chandrasekaran</surname>
            ,
            <given-names>M.K.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Yasunaga</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Radev</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Freitag</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Kan</surname>
          </string-name>
          , M.-Y.:
          <article-title>Overview and Results: CL-SciSumm SharedTask 2019</article-title>
          . In: In
          <source>Proceedings of the 4th Joint Workshop on Bibliometric-enhanced Information Retrieval and Natural Language Processing for Digital Libraries (BIRNDL</source>
          <year>2019</year>
          ) @
          <source>SIGIR</source>
          <year>2019</year>
          , Paris, France. (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Devlin</surname>
          </string-name>
          ,
          <article-title>Jacob and Chang, Ming-Wei and Lee, Kenton and Toutanova, Kristina: Bert: Pre-training of deep bidirectional transformers for language understanding</article-title>
          . arXiv preprint arXiv:
          <year>1810</year>
          .
          <volume>04805</volume>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>Elnaz</given-names>
            <surname>Davoodi</surname>
          </string-name>
          and
          <article-title>Kanika Madan and Jia Gu: CLSciSumm Shared Task: On the Contribution of Similarity measure and Natural Language Processing Features for Citing Problem</article-title>
          .
          <source>In: BIRNDL@SIGIR. "CEUR" Workshop Proceedings</source>
          , vol.
          <volume>2132</volume>
          , pp.
          <volume>96</volume>
          {
          <fpage>101</fpage>
          .
          <string-name>
            <surname>CEUR-WS.org</surname>
          </string-name>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>Gaurav</given-names>
            <surname>Baruah</surname>
          </string-name>
          and Maheedhar Kolla:
          <article-title>Klick Labs at CL-SciSumm 2018</article-title>
          .
          <source>In: BIRNDL@SIGIR. "CEUR" Workshop Proceedings</source>
          , vol.
          <volume>2132</volume>
          , pp.
          <volume>134</volume>
          {
          <fpage>141</fpage>
          . CEURWS.org (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Jaidka</surname>
          </string-name>
          , Kokil and Yasunga, Michihiro and Chandrasekaran, Muthu and Radev, Dragomir and Kan, Min-Yen:
          <article-title>The CL-SciSumm Shared Task 2018: Results and Key Insights</article-title>
          . pp.
          <volume>1</volume>
          {
          <issue>10</issue>
          (07
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>Kumar</given-names>
            <surname>Chandrasekaran</surname>
          </string-name>
          , Muthu and Jaidka, Kokil and Mayr, Philipp: Joint Workshop on Bibliometric-enhanced
          <source>Information Retrieval and Natural Language Processing for Digital Libraries (BIRNDL</source>
          <year>2018</year>
          ).
          <source>In: The 41st International ACM SIGIR Conference on Research &amp; Development in Information Retrieval</source>
          . pp.
          <volume>1415</volume>
          {
          <fpage>1418</fpage>
          . SIGIR '18,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          , New York, NY, USA (
          <year>2018</year>
          ). https://doi.org/10.1145/3209978.3210194, http://doi.acm.
          <source>org/10</source>
          .1145/3209978.3210194
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <given-names>Lei</given-names>
            <surname>Li</surname>
          </string-name>
          and
          <article-title>Junqi Chi and Moye Chen and Zuying Huang and Yingqi Zhu and Xiangling Fu: CIST@CLSciSumm-18: Methods for Computational Linguistics Scienti c Citation Linkage, Facet Classi cation and Summarization</article-title>
          .
          <source>In: BIRNDL@SIGIR. "CEUR" Workshop Proceedings</source>
          , vol.
          <volume>2132</volume>
          , pp.
          <volume>84</volume>
          {
          <fpage>95</fpage>
          .
          <string-name>
            <surname>CEUR-WS.org</surname>
          </string-name>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Leskovec</surname>
          </string-name>
          , Jure and Rajaraman, Anand and Ullman, Je rey David:
          <article-title>Mining of Massive Datasets</article-title>
          . Cambridge University Press, New York, NY, USA, 2nd edn. (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Ley</surname>
          </string-name>
          ,
          <article-title>Michael: The DBLP computer science bibliography: Evolution, research issues, perspectives</article-title>
          .
          <source>In: International symposium on string processing and information retrieval</source>
          . pp.
          <volume>1</volume>
          {
          <fpage>10</fpage>
          . Springer (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Lin</surname>
          </string-name>
          ,
          <article-title>Chin-Yew and Hovy, Eduard: Automatic evaluation of summaries using Ngram co-occurrence statistics</article-title>
          .
          <source>In: Proceedings of the North American Chapter of the Association for Computational Linguistics on Human Language Technology - Volume 1</source>
          . pp.
          <volume>71</volume>
          {
          <issue>78</issue>
          (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <article-title>Luca Cagliero and Paolo Garza and Mohammad Reza Kavoosifar and Elena Baralis: Discovering cross-topic collaborations among researchers by exploiting weighted association rules</article-title>
          .
          <source>Scientometrics</source>
          <volume>116</volume>
          (
          <issue>2</issue>
          ),
          <volume>1273</volume>
          {
          <fpage>1301</fpage>
          (
          <year>2018</year>
          ). https://doi.org/10.1007/s11192-018-2737-3, https://doi.org/10.1007/s11192-018- 2737-3
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Mikolov</surname>
          </string-name>
          ,
          <article-title>Tomas and Sutskever, Ilya and Chen, Kai and Corrado, Greg S and Dean, Je : Distributed representations of words and phrases and their compositionality</article-title>
          .
          <source>In: Advances in neural information processing systems</source>
          . pp.
          <volume>3111</volume>
          {
          <issue>3119</issue>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Pagliardini</surname>
          </string-name>
          , Matteo and Gupta, Prakhar and Jaggi, Martin:
          <article-title>Unsupervised learning of sentence embeddings using compositional n-gram features</article-title>
          .
          <source>In: Proceedings of the</source>
          <year>2018</year>
          <article-title>Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</article-title>
          . vol.
          <volume>1</volume>
          , pp.
          <volume>528</volume>
          {
          <issue>540</issue>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <given-names>Pancheng</given-names>
            <surname>Wang</surname>
          </string-name>
          and
          <string-name>
            <given-names>Shasha</given-names>
            <surname>Li</surname>
          </string-name>
          and
          <article-title>Ting Wang and Haifang Zhou and Jintao Tang: "NUDT" @ CLSciSumm-18</article-title>
          .
          <source>In: Proceedings of the 3rd Joint Workshop on Bibliometric-enhanced Information Retrieval</source>
          and
          <article-title>Natural Language Processing for Digital Libraries "(BIRNDL" 2018) co-located with the 41st International "ACM" "SIGIR" Conference on Research and Development in Information Retrieval "(SIGIR"</article-title>
          <year>2018</year>
          ), Ann Arbor, USA, July
          <volume>12</volume>
          ,
          <year>2018</year>
          . pp.
          <volume>102</volume>
          {
          <issue>113</issue>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Pedregosa</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Varoquaux</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Gramfort</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Michel</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Thirion</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Grisel</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Blondel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Prettenhofer</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Weiss</surname>
          </string-name>
          , R. and
          <string-name>
            <surname>Dubourg</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Vanderplas</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Passos</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Cournapeau</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Brucher</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Perrot</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Duchesnay</surname>
          </string-name>
          , E.:
          <article-title>Scikit-learn: Machine Learning in "P"ython</article-title>
          .
          <source>Journal of Machine Learning Research</source>
          <volume>12</volume>
          ,
          <volume>2825</volume>
          {
          <fpage>2830</fpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Rosen-Zvi</surname>
          </string-name>
          ,
          <article-title>Michal and Gri ths, Thomas and Steyvers, Mark and Smyth, Padhraic: The Author-topic Model for Authors and Documents</article-title>
          .
          <source>In: Proceedings of the 20th Conference on Uncertainty in Arti cial Intelligence</source>
          . pp.
          <volume>487</volume>
          {
          <fpage>494</fpage>
          . UAI '04, AUAI Press, Arlington, Virginia, United
          <string-name>
            <surname>States</surname>
          </string-name>
          (
          <year>2004</year>
          ), http://dl.acm.org/citation.cfm?id=
          <volume>1036843</volume>
          .
          <fpage>1036902</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20. Shutian Ma and
          <article-title>Jin Xu and Chengzhi Zhang: Automatic identi cation of cited text spans: a multi-classi er approach over imbalanced dataset</article-title>
          .
          <source>Scientometrics</source>
          <volume>116</volume>
          (
          <issue>2</issue>
          ),
          <volume>1303</volume>
          {
          <fpage>1330</fpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Steven</surname>
          </string-name>
          <article-title>Ovadia: ResearchGate and Academia</article-title>
          .edu: Academic Social Networks.
          <source>Behavioral &amp; Social Sciences Librarian</source>
          <volume>33</volume>
          (
          <issue>3</issue>
          ),
          <volume>165</volume>
          {
          <fpage>169</fpage>
          (
          <year>2014</year>
          ). https://doi.org/10.1080/01639269.
          <year>2014</year>
          .934093
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Sujatha Das</surname>
          </string-name>
          <article-title>Gollapalli and Cornelia Caragea: Extracting Keyphrases from Research Papers Using Citation Networks</article-title>
          . In: AAAI (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Tang</surname>
          </string-name>
          ,
          <article-title>Jie and Zhang, Jing and Yao, Limin and Li, Juanzi and Zhang, Li and Su, Zhong: ArnetMiner: Extraction and Mining of Academic Social Networks</article-title>
          .
          <source>In: Proceedings of the 14th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining</source>
          . pp.
          <volume>990</volume>
          {
          <fpage>998</fpage>
          . KDD '08,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          , New York, NY, USA (
          <year>2008</year>
          ). https://doi.org/10.1145/1401890.1402008, http://doi.acm.
          <source>org/10</source>
          .1145/1401890.1402008
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Wu</surname>
            , Siyuan and
            <given-names>U</given-names>
          </string-name>
          , Leong Hou and
          <article-title>Bhowmick, Sourav S. and</article-title>
          <string-name>
            <surname>Gatterbauer</surname>
          </string-name>
          , Wolfgang:
          <article-title>Con ict of Interest Declaration and Detection System in Heterogeneous Networks</article-title>
          .
          <source>In: Proceedings of the 2017 ACM on Conference on Information and Knowledge Management</source>
          . pp.
          <volume>2383</volume>
          {
          <fpage>2386</fpage>
          . CIKM '17,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          , New York, NY, USA (
          <year>2017</year>
          ). https://doi.org/10.1145/3132847.3133134, http://doi.acm.
          <source>org/10</source>
          .1145/3132847.3133134
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>