<!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>A preliminary study to compare deep learning with rule-based approaches for citation classification</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Laboratoire LIRIS</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Université Claude Bernard Lyon</string-name>
          <email>marc.bertin@univ-lyon1.fr</email>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>CRIT, Université de Bourgogne Franche-Comté</institution>
          ,
          <country country="FR">France</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Laboratoire ELICO</institution>
          ,
          <addr-line>Université Claude Bernard Lyon 1</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2019</year>
      </pub-date>
      <fpage>125</fpage>
      <lpage>131</lpage>
      <abstract>
        <p>Categorization of semantic relationships between scientific papers is a key to characterize the condition of a research field and to identify influential works. Recently, new approaches based on Deep Learning have demonstrated good capacities to tackle Natural Language Processing problems, such as text classification and information extraction. In this paper, we show how deep learning algorithms can automatically learn to classify citations, and could provide a relevant alternative when compared with methods based on pattern extractions from the recent state of the art. The paper discusses their appropriateness given the requirement of large datasets to train neural networks.</p>
      </abstract>
      <kwd-group>
        <kwd>Biattentive Classification Network Citation Classification Citation Analysis Citation Contexts</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        The categorization of semantic relationships is at the very heart of
bibliometrics and Natural Languages Processing research. As described by Garfield more
than 50 years ago [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], understanding how scholars use and frame citations is an
essential prerequisite to characterize the state of a scientific field and to identify
influential works. The research on citation acts has already proposed numerous
empirical studies and models, in particular through the production of ontologies
such as CiTO (see [
        <xref ref-type="bibr" rid="ref14 ref5">14, 5</xref>
        ]) or studies on the analysis of sentiments applied to the
context of citations [
        <xref ref-type="bibr" rid="ref11 ref3">3, 11</xref>
        ].
      </p>
      <p>
        Most of the studies in this field rely on Rule-based Information Extraction in
order to categorize and semantically annotate citation acts. The general idea of
such approaches in Natural Language Processing is to propose a categorization
of citation contexts through the identification of patterns or text structures [
        <xref ref-type="bibr" rid="ref1 ref10 ref16 ref2 ref9">16,
9, 2, 10, 1</xref>
        ]. Nevertheless, the declarative nature of rule-based approaches leads to
drawbacks and tends to be replaced by machine learning alternatives [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>To our knowledge, deep learning methods have not yet been applied to
categorize citations in texts, i.e. to determine a class for each of the citation acts.
The reasons for this are mainly because few datasets are publicly available, and
because they tend to be small and unbalanced, making them difficult to use for
the development of deep learning approaches. If we consider the progress enabled
by deep learning in any domains, it is nevertheless interesting to show how deep
learning approaches behave within this innovative context.</p>
      <p>
        In this paper, we aim to compare the most efficient rule-based approach
from the state of the art used for categorization [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] to a famous deep learning
approach well-known for its ability to identify sentence meanings [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. In
section 2, we describe how rule-based approaches have been applied to categorize
citations and the main principles of deep learning approaches. We discuss the
advantages and drawbacks for both approaches, and underline the challenges in
training a neural network with a dataset that is limited in size and unbalanced
between labeled categories or classes. This section introduces the Biattentive
Classification Network (BCN, [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]) combined with Embeddings from Language
Models (ELMo, [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]) word representations that we experiment. Section 3
introduces the corpus and the protocol that we use for evaluation. The results are
presented and discussed in section 4. The conclusion is presented in section 5.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Categorization of Semantic Relationships</title>
      <p>In this section, we describe and discuss the general functioning of rule-based and
deep learning approaches and their requirements. Rather that giving the detailed
description of each of the approaches, we present their general properties for the
sake of comparison.
2.1</p>
      <sec id="sec-2-1">
        <title>Rule-based information extraction</title>
        <p>
          In rule-based approaches, one has to define a set of discourse features which
can be relevant to characterize the sentences semantics dedicated to different
scopes. A state-of-the-art method for rule-based information extraction applied
to citation framing has been proposed by [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ], using pattern-based features,
topicbased features and prototypical argument features. As a final step, a training
phase is used to weight the relevance of each of the available patterns depending
on the class to predict. This is usually done through shallow machine learning
models (for instance, k-nearest neighbors [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ] or random forest [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]). Such models
require smaller sizes of training datasets to provide satisfying results, compared
to deep neural networks.
        </p>
        <p>It should be noted that rule-based methods suffer only slightly from
unbalanced datasets as the features are hand-crafted, and therefore inferred on wider
knowledge and not limited to the sample in the training dataset. If a citation
class is under represented, the classifier could still capture part of the meaning,
as the knowledge used for the capturing is provided by an expert. Thus, the lack
of balance in the dataset, only slightly degrades the classifier learning.
2.2</p>
      </sec>
      <sec id="sec-2-2">
        <title>Deep learning information extraction</title>
        <p>Deep learning algorithms are artificial neural networks that learn to perform
tasks by learning from samples. For the specific problem we address, the network
takes as input some selected characteristics of the citation and learns to give
as an output the appropriate prediction (citation class). The efficiency of such
algorithms does not rely on any task-specific rules, but rather benefits from non
linear functions dedicated to capture complex patterns during the learning phase
in order to produce a model capable of categorizing new samples.</p>
        <p>Deep learning algorithms are highly sensitive to the quality of the training
data as they do not rely on any external knowledge. As for any machine learning
algorithm, the training data should be as balanced as possible, i.e. the variables
have to be independent and identically distributed, and the training dataset
should be large enough for the system to learn. For the so addressed problem,
we need a dataset that is large and balanced across the different citation classes.
In fact, if a citation class is underrepresented in the dataset, its characteristics
will need to be extracted from a smaller number of samples and the inference
mechanism will provide sub-optimal results.</p>
        <p>
          For the purpose of comparison, we have selected the BCN model (Biattentive
Classification Network, [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ]) designed to handle sentence classification tasks.
ELMo (Embeddings from Language Models, [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ]) is designed to extract word
representations, and can be used to encode sentences to pass through classifiers.
BCN complemented by ELMo is the current state of the art on fine-grained
(five-class) sentiment classification (SST-5, Stanford Sentiment Treebank). It is
one of the best available algorithms from the state of the art for inference in text
understanding.
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Method and experimental setup</title>
      <p>
        The dataset that we use for the training and the evaluation of the BCN model is
the one used in [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. This dataset has been fully annotated manually, which makes
it particularly accurate to study the ability of an automatic classifier to imitate
human performances. Table 1 presents the six classes used for the labelling of
citations.
      </p>
      <p>
        In order to underline the citation act to classify, every in-text reference is
replaced in turn by a marker (’[X]’). The so formatted sentences (one marker for
each sentence) are passed through the neural network for inference. We used in
this paper the BCN model implemented by the AllenNLP library [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], which is a
high-level framework built on PyTorch[
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
      </p>
      <p>The evaluation has been done using k-fold cross-validation, with k = 10, for
the learning and testing of the network to provide statistically significant results.
The original samples have been randomly partitioned into 10 equally sized
subsamples. The learning has been performed on 9 subsamples and tested on the
remaining one for each of the combinations. The reported results correspond to
the average results over the 10 training sessions4.</p>
      <p>M icro F 1 and M acro F 1 scores are used to report the global efficiency of
the network for each class, where M icro F 1 stands for the weighted arithmetic
average and M acro F 1 stands for the non-weighted arithmetic average of the
F 1 score for each class.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Results and discussion</title>
      <p>4.1</p>
      <sec id="sec-4-1">
        <title>Global results</title>
        <p>
          The selected deep learning and rule-based approaches performances are
presented on table 2. Jurgens et al. [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ] only reports the M acro F 1 metric as a
base for comparison. Because of their rarity, accurate samples of significant size
for such a study are difficult to acquire and this can be a major obstacle to clearly
identifying the potential of deep learning approaches for citation categorization.
4 The source code of the approach presented here is available on GitHub :
https://github.com/jperier/BIR2019_citationBCN
The paper describes the citation classification which is a central problem leading
to many applications in bibliometrics. In this work, we are interested in studying
deep learning abilities to capture the semantics of citations when compared with
rule-based approaches. To do so, we compare two approaches from the recent
state of the art.
        </p>
        <p>We still can not define an upper bound for the application of deep learning
approaches to citation classification because the experiment is based on a limited
dataset compared to the datasets generally used in deep learning. New datasets
need to be created to delineate more precisely the F 1 score that can be reached
by such approaches. The results encourage the use of neural networks for the
cases where large samples are available. In the cases when large samples are
not available, it is clear that efforts invested into rule-based approaches prove
reliable and can guarantee more accurate output.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgements</title>
      <p>We gratefully acknowledge the support of NVIDIA Corporation with the
donation of the Titan Xp GPU used for this research.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Abu-Jbara</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ezra</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Radev</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Purpose and polarity of citation: Towards nlp-based bibliometrics</article-title>
          . In:
          <article-title>The 2013 Conference of the North American Chapter of the Association for Computational Linguistics:Human Language Technologies (NAACL-HLT</article-title>
          <year>2013</year>
          ). pp.
          <fpage>596</fpage>
          -
          <lpage>606</lpage>
          . Westin Peachtree Plaza Hotel Atlanta, Georgia, USA (Jun
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Aljohani</surname>
            ,
            <given-names>N.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nawaz</surname>
          </string-name>
          , R.:
          <article-title>Mining the context of citations in scientific publications</article-title>
          .
          <source>In: Maturity and Innovation in Digital Libraries: 20th International Conference on Asia-Pacific Digital Libraries</source>
          , Hamilton, New Zealand, Nov.
          <fpage>19</fpage>
          -
          <lpage>22</lpage>
          . p.
          <volume>316</volume>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Chali</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hasan</surname>
            ,
            <given-names>S.A.</given-names>
          </string-name>
          :
          <article-title>Towards automatic topical question generation</article-title>
          .
          <source>In: Proceedings of COLING 2012</source>
          . pp.
          <fpage>475</fpage>
          -
          <lpage>492</lpage>
          . The COLING 2012
          <string-name>
            <given-names>Organizing</given-names>
            <surname>Committee</surname>
          </string-name>
          (
          <year>2012</year>
          ), http://aclweb.org/anthology/C12-1030
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Chiticariu</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Reiss</surname>
            ,
            <given-names>F.R.</given-names>
          </string-name>
          :
          <article-title>Rule-based information extraction is dead! long live rule-based information extraction systems!</article-title>
          <source>In: Proceedings of Empirical Methods in Natural Language Processing (EMNLP</source>
          <year>2013</year>
          ). pp.
          <fpage>827</fpage>
          -
          <lpage>832</lpage>
          . Association for Computational Linguistics, Grand Hyatt SeattleSeattle, Washington, USA (Oct
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Ciancarini</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Di</surname>
            <given-names>Iorio</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Nuzzolese</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.G.</given-names>
            ,
            <surname>Peroni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Vitali</surname>
          </string-name>
          ,
          <string-name>
            <surname>F.</surname>
          </string-name>
          :
          <article-title>Evaluating citation functions in cito: Cognitive issues</article-title>
          . In: Presutti, V.,
          <string-name>
            <surname>d'Amato</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gandon</surname>
          </string-name>
          , F.,
          <string-name>
            <surname>d'Aquin</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Staab</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tordai</surname>
            ,
            <given-names>A</given-names>
          </string-name>
          . (eds.)
          <source>The 11th conference proceedings for Semantic Evaluation Challenge</source>
          <year>2014</year>
          (
          <article-title>ESWC2014) - The Semantic Web: Trends and Challenges</article-title>
          . pp.
          <fpage>580</fpage>
          -
          <lpage>594</lpage>
          . Springer International Publishing, Anissaras, Crete, Greece. (May
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Gardner</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grus</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Neumann</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tafjord</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dasigi</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Peters</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Schmitz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Zettlemoyer</surname>
          </string-name>
          ,
          <string-name>
            <surname>L.</surname>
          </string-name>
          :
          <article-title>Allennlp: A deep semantic natural language processing</article-title>
          platform pp.
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          (
          <year>2018</year>
          ), http://aclweb.org/anthology/W18-2501
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Garfield</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          , et al.:
          <article-title>Can citation indexing be automated ? In: Statistical association methods for mechanized documentation, symposium proceedings</article-title>
          . vol.
          <volume>269</volume>
          , pp.
          <fpage>189</fpage>
          -
          <lpage>192</lpage>
          . National Bureau of Standards (
          <year>1965</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Jurgens</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kumar</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hoover</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McFarland</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jurafsky</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Measuring the evolution of a scientific field through citation frames</article-title>
          .
          <source>Transactions of the Association for Computational Linguistics</source>
          <volume>6</volume>
          ,
          <fpage>391</fpage>
          -
          <lpage>406</lpage>
          (
          <year>2018</year>
          ), https://transacl.org/ojs/index.php/tacl/article/view/1266
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>I.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thoma</surname>
            ,
            <given-names>G.R.</given-names>
          </string-name>
          :
          <article-title>Automated classification of author's sentiments in citation using machine learning techniques: A preliminary study</article-title>
          .
          <source>In: 2015 IEEE Conference on Computational Intelligence in Bioinformatics and Computational Biology (CIBCB)</source>
          . pp.
          <fpage>1</fpage>
          -
          <lpage>7</lpage>
          .
          <string-name>
            <given-names>Niagara</given-names>
            <surname>Falls</surname>
          </string-name>
          ,
          <source>Canada (Aug</source>
          <year>2015</year>
          ). https://doi.org/10.1109/CIBCB.
          <year>2015</year>
          .7300319
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Lamers</surname>
            , W., van Eck,
            <given-names>N.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Waltman</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hoos</surname>
          </string-name>
          , H.:
          <article-title>Patterns in citation context: the case of the field of scientometrics</article-title>
          .
          <source>In: 23rd International Conference on Science and Technology Indicators (STI</source>
          <year>2018</year>
          ),
          <source>September 12-14</source>
          ,
          <year>2018</year>
          , Leiden, The Netherlands.
          <source>Centre for Science and Technology Studies (CWTS)</source>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Ma</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nam</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weihe</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Improve sentiment analysis of citations with author modelling</article-title>
          .
          <source>In: Proceedings of the 7th Workshop on Computational Approaches</source>
          to Subjectivity,
          <article-title>Sentiment and Social Media Analysis</article-title>
          . pp.
          <fpage>122</fpage>
          -
          <lpage>127</lpage>
          . Association for Computational Linguistics (
          <year>2016</year>
          ). https://doi.org/10.18653/v1/
          <fpage>W16</fpage>
          - 0420, http://aclweb.org/anthology/W16-0420
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>McCann</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bradbury</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xiong</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Socher</surname>
          </string-name>
          , R.: Learned in Translation: Contextualized Word Vectors.
          <source>The Thirty-first Annual Conference on Neural Information Processing Systems (NIPS) (Aug</source>
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Paszke</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gross</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chintala</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chanan</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>DeVito</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Desmaison</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Antiga</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lerer</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Automatic differentiation in pytorch</article-title>
          .
          <source>In: The Thirty-first Annual Conference on Neural Information Processing Systems (NeurIPS)</source>
          .
          <source>The Neural Information Processing Systems</source>
          Foundation, Long Beach Convention Center, CA, USA (Dec
          <year>2017</year>
          ), https://openreview.net/pdf?id=BJJsrmfCZ
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Peroni</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shotton</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Fabio and cito: ontologies for describing bibliographic resources and citations</article-title>
          .
          <source>Web Semantics: Science, Services and Agents on the World Wide Web</source>
          <volume>17</volume>
          ,
          <fpage>33</fpage>
          -
          <lpage>43</lpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Peters</surname>
            ,
            <given-names>M.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Neumann</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Iyyer</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gardner</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Clark</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zettlemoyer</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Deep contextualized word representations</article-title>
          . In:
          <article-title>The 16th Annual Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (NAACL-HLT</article-title>
          <year>2018</year>
          )
          <article-title>(</article-title>
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Pham</surname>
            ,
            <given-names>S.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hoffmann</surname>
            ,
            <given-names>A.:</given-names>
          </string-name>
          <article-title>A new approach for scientific citation classification using cue phrases</article-title>
          . In: Gedeon, T.T.D.,
          <string-name>
            <surname>Fung</surname>
          </string-name>
          , L.C.C. (eds.)
          <source>AI 2003: Advances in Artificial Intelligence</source>
          . pp.
          <fpage>759</fpage>
          -
          <lpage>771</lpage>
          . Springer Berlin Heidelberg, Berlin, Heidelberg (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Teufel</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Siddharthan</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tidhar</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Automatic classification of citation function</article-title>
          .
          <source>In: Proceedings of Empirical Methods in Natural Language Processing (EMNLP</source>
          <year>2006</year>
          ). pp.
          <fpage>103</fpage>
          -
          <lpage>110</lpage>
          . Association for Computational Linguistics (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>