<!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>Towards a more fine grained analysis of scientific authorship: Predicting the number of authors using stylometric features</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Andi Rexha</string-name>
          <email>arexha@know-center.at</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Stefan Klampfl</string-name>
          <email>sklampfl@know-center.at</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mark Kröll</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Roman Kern</string-name>
          <email>rkern@know-center.at</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Know-Center GmbH</institution>
          ,
          <addr-line>Inffeldgasse 13, A-8010 Graz</addr-line>
          ,
          <country country="AT">Austria</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2016</year>
      </pub-date>
      <fpage>26</fpage>
      <lpage>31</lpage>
      <abstract>
        <p>To bring bibliometrics and information retrieval closer together, we propose to add the concept of author attribution into the pre-processing of scientific publications. Presently, common bibliographic metrics often attribute the entire article to all the authors affecting author-specific retrieval processes. We envision a more finegrained analysis of scientific authorship by attributing particular segments to authors. To realize this vision, we propose a new feature representation of scientific publications that captures the distribution of stylometric features. In a classification setting, we then seek to predict the number of authors of a scientific article. We evaluate our approach on a data set of ~ 6100 PubMed articles and achieve best results by applying random forests, i.e., 0.76 precision and 0.76 recall averaged over all classes.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>The ongoing growth of the volume of scholarly publications poses significant challenges to
both information retrieval processes in digital libraries as well as bibliometric techniques that
analyse academic literature in a quantitative manner. Ideas from other fields such as computer
linguistics have been incorporated into bibliometrics to improve and enhance the measuring
and analysis processes.</p>
      <p>To bring bibliometrics and information retrieval closer together, we propose to add the
concept of author attribution into the pre-processing of the analysis of scientific publications.
Yet, since common bibliographic metrics often attribute the entire article to all the authors, we
introduce a reinterpretation of authorship attribution: to attribute particular segments of an
article to individual authors allowing for a more fine-grained analysis of contribution and role.
Information retrieval systems could then benefit from such authorship attribution in the
following ways: Scholarly search engines could implement an author specific search which
allows researchers to specifically look for text passages written by a particular author. This
more precise passage-author attribution then allows the generation of researcher profiles.
These profiles would reflect a researcher’s contributions to different scientific fields in a more
detailed manner. In addition, the profile might be valuable for predicting and thus
understanding a researcher’s role, for example, more actively involved (writing) vs. acting
more like a mentor providing ideas and giving feedback (less involved in writing; reflected
for example by author positioning).</p>
      <p>
        As a first step in this direction we have recently applied text segmentation to identify potential
author changes within the main text of a scientific article
        <xref ref-type="bibr" rid="ref18">(Rexha et al., 2015)</xref>
        . We have
adopted a number of stylometric features to capture stylistic changes in the text, following the
hypothesis that different authors manifest in different writing styles within the document. In
this article we extend this work by applying a new feature representation of scientific
documents that captures the distribution of stylometric features across the document and to
predict the number of authors accordingly. The classification performance then represents
soto-say a quantification of the amount of information that is contained within the stylometry of
a scientific article about the number of authors involved in writing it.
      </p>
      <p>
        The text for the analysis is produced by a PDF processing pipeline, which analyses scientific
articles and extracts, among other information, also the main text
        <xref ref-type="bibr" rid="ref11">(Klampfl et al., 2014)</xref>
        . As
training data we have chosen a subset of PubMed research articles. This data set consists of a
wide variety of journals across different domains. We have selected an approximately equal
number of research articles written by a certain number of authors, ranging from one to five.
This paper is structured as follows: First, we elaborate on existing work on authorship
attribution techniques as well as the retrieval of higher level knowledge from scientific texts
in general. Then, we describe our experimental setup, including the dataset and extracted
stylometric features. Finally, we present our results and give an outlook for future work.
      </p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>Over the past decades one can observe an ever growing amount of scientific output; much to
the joy of research areas such as (i) Bibliometrics which applies statistics to measure scientific
impact and (ii) Information Retrieval which applies natural language processing to make the
valuable body of knowledge accessible. This interest in processing and exploiting scientific
publications from different perspectives is reflected by venues such as the International
Workshop on Bibliometric-enhanced Information Retrieval (cf. (Mayr et al.)), the
International Workshop on Mining Scientific Publications1 or Mining Scientific Papers:
Computational Linguistics and Bibliometrics2.</p>
      <p>
        To be of value for both fields, scientific publications need to be semantically enriched. Adding
semantics includes assigning instances to concepts which are organized and structured in
dedicated ontologies. Entity and relation recognition thus represent a vital pre-processing
step. To give an example, medical entity recognition (cf.
        <xref ref-type="bibr" rid="ref1">(Abacha &amp; Zweigenbaum, 2011)</xref>
        )
seeks to extract instances from classes such as “Disease”, “Symptom” or “Drug” to enrich the
retrieval process. Research assistants such as BioRAT (cf.
        <xref ref-type="bibr" rid="ref4">(Corney et al., 2004)</xref>
        ) or FACTA
(cf.
        <xref ref-type="bibr" rid="ref20">(Tsuruoka et al., 2008)</xref>
        ) then can offer an added value employing this type of semantic
information.
      </p>
      <p>
        Departing from a mere content-level, Liakata et al. (cf.
        <xref ref-type="bibr" rid="ref12">(Liakata et al., 2012)</xref>
        ) introduced a
different approach by focusing on the discourse structure to characterize the knowledge
conveyed within the text. For this purpose, the authors identified 11 core scientific concepts
including “Motivation”, “Result” or “Conclusion”. Ravenscroft et al. (cf.
        <xref ref-type="bibr" rid="ref17">(Ravenscroft et al.,
2013)</xref>
        ) present the Partridge system which automatically categorizes articles according to
their types such as “Review” or “Case Study”. In a similar manner, the TeamBeam (cf.
        <xref ref-type="bibr" rid="ref10">(Kern
et al., 2012)</xref>
        ) algorithm extracts structured meta-data, such as the title, journal name and
abstract, as well as information about the article's authors.
      </p>
      <p>
        In this paper we introduce the concept of authorship attribution as an additional
preprocessing step for subsequent retrieval procedures. Authorship attribution, in general,
expresses a classification setting where from a set of candidate authors the author of a
questioned article is to be selected (cf.
        <xref ref-type="bibr" rid="ref19">Stamatatos (2009)</xref>
        ,
        <xref ref-type="bibr" rid="ref9">Juola (2008)</xref>
        ). This line of research
can be traced back to the 19th century, when
        <xref ref-type="bibr" rid="ref14">Mendenhall (1887)</xref>
        aimed to characterize the
plays of Shakespeare. A century later
        <xref ref-type="bibr" rid="ref15">(Mosteller &amp; Wallace, 1964)</xref>
        used a Bayesian approach
to analyse ‘The Federalist Papers’. Since then, a line of research known as stylometry focused
on defining features to quantify an author's writing style
        <xref ref-type="bibr" rid="ref8">(Holmes, 1998)</xref>
        .
        <xref ref-type="bibr" rid="ref2">Bergsma, Post &amp;
Yarowsky (2012</xref>
        ) used stylometric features to detect the gender of an author and to distinguish
between native vs. non-native speakers and conference vs. workshop papers. In this paper, we
use stylometric features to classify scientific papers according to the number of its authors.
1 Conference: Proceedings of the 4th Workshop on Mining Scientific Publications. Co-located with the Joint Conference on Digital Libraries
(JCDL), Knoxville, Tennessee, 2015.
2 Conference: Proceedings of the First Workshop on Mining Scientific Papers: Computational Linguistics and Bibliometrics co-located with
15th International Society of Scientometrics and Informetrics Conference (ISSI), Istanbul, Turkey, 2015.
      </p>
      <sec id="sec-2-1">
        <title>Dataset</title>
        <p>For the evaluation we use a dataset composed of randomly selected documents from PubMed
(http://www.ncbi.nlm.nih.gov/pubmed/), a free database created by the US National Library
of Medicine holding full-text articles from the biomedical domain together with a standard
XML mark-up that rigorously annotates the complete content of the published document, in
particular the author metadata. The documents contained in this database are very diverse. In
this work we limit ourselves to research articles only, but there is also a wide range of
different article types, including book reviews and meeting reports.</p>
        <p>For this evaluation we selected a subset of the PubMed dataset consisting of an approximately
equal number of research articles written by a certain number of authors, ranging from one to
five. For our evaluation, we chose 6144 research articles in total, across 563 different journals
and publication entities. There were 983, 1192, 1391, 1418, and 1160 articles with one, two,
three, four, and five authors, respectively.</p>
      </sec>
      <sec id="sec-2-2">
        <title>PDF Extraction</title>
        <p>
          A prerequisite for the writing style analysis of scientific articles is the reliable extraction of
their textual content. The portable document format (PDF), the most common format for
scientific literature today, is optimised for presentation, but lacks structural information. As
the raw character stream of the PDF is usually interrupted in mid-sentence by decorations or
floating objects, extracting the main text of a scholarly article in the correct order requires the
analysis of its document structure. To solve this task we build here upon our previous work
          <xref ref-type="bibr" rid="ref10 ref11">(Kern et al. 2012, Klampfl et al., 2014)</xref>
          , where we have developed a processing pipeline that
analyses the structure a PDF document using a number of both supervised and unsupervised
machine learning techniques and heuristics. It processes a given PDF file in a sequence of
individual processing modules and outputs the extracted body text.
        </p>
        <p>
          The first step builds upon the output of the Apache PDFBox library (http://pdfbox.apache.org)
and uses unsupervised learning (clustering) to extract blocks of contiguous text from the raw
PDF file and their column-wise reading order on each page. We consider these text blocks as
the basic building blocks of a scientific article. In the next stage, these text blocks are
categorized into different logical labels based on their role within the document: meta-data
blocks, decorations, figure and table captions, main text, and section headings. This stage is
implemented as a sequential pipeline of detectors each of which labels a specific type of
block. Apart from the meta-data detectors they are completely model-free and unsupervised.
For more details on each of these detectors the interested reader is referred to
          <xref ref-type="bibr" rid="ref11">(Klampfl et al.,
2014)</xref>
          . In the final stage of our PDF extraction pipeline the main body text of a scientific
article is extracted by concatenating blocks containing section headings and main text in the
reading order. We resolve hyphenations at the end of lines and across blocks, columns, and
pages. Furthermore, paragraphs that span more than one column or page are merged.
        </p>
      </sec>
      <sec id="sec-2-3">
        <title>Stylometric features and document representation</title>
        <p>Capturing different writing styles within a document requires the extraction and analysis of
suitable features. Topical features, such as word unigrams or other elements carrying semantic
information, are helpful in identifying document segments which differ not only in the author,
but also in the whole topic of the text. On the other hand, stylometric features reflect the
author’s writing style, rather than the topic, which typically does not change within a single
scientific article, and generalizes across different domains.</p>
        <p>To compare and classify different scientific articles based on the number of authors involved,
we try to capture the distribution of stylometric features across a single document. We split
the document into continuous segments (here a segment corresponds to a sentence) and
extract the stylometric features for each of those segments. We then view the document as a
distribution of different stylometric features.</p>
        <p>
          The literature suggests a broad amount of stylometric features
          <xref ref-type="bibr" rid="ref15 ref19">(Mosteller &amp; Wallace, 1964;
Tweedie &amp; Baayen, 2002; Stamatatos, 2009)</xref>
          . Table 1 presents the list of features we extract
for each segment. In addition, we calculate the minimum, maximum, average and variance for
each of those features across every document.
feature name Description
alpha-chars-ratio the fraction of total characters in the paragraph which are letters
digit-chars-ratio the fraction of total characters in the paragraph which are digits
upper-chars-ratio the fraction of total characters in the paragraph which are upper-case
white-chars-ratio the fraction of total characters in the paragraph which are whitespace
characters
type-token-ratio ratio between the size of the vocabulary (i.e., the number of different
words) and the total number of words
hapax-legomena the number of words occurring once
hapax-dislegomena the number of words occurring twice
yules-k a vocabulary richness measure defined by Yule
simpsons-d a vocabulary richness measure defined by Simpson
brunets-w a vocabulary richness measure defined by Brunet
sichels-s a vocabulary richness measure defined by Sichel
honores-h a vocabulary richness measure defined by Honore
average-word-length average length of words in characters
average-sentence-char-length average length of sentences in characters
average-sentence-word-length average length of sentences in words
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Evaluation</title>
      <p>In order to evaluate whether the stylometric feature representation of scientific articles
contains authorship information, we trained different classifiers in a supervised manner to
predict the number of authors for each document. From the articles in the PubMed dataset, we
extracted the stylometric features for each sentence of the document and represented the
distribution of this features across the document as its maximum, minimum, average and
variance. As a further preprocessing step we normalized these feature values to avoid
dominating features in the learning process. For our experiments, we selected two
classification algorithms: Logistic regression and Random Forest.
correctness of the data. The 1-author papers are less likely to have more authors than
mentioned in the paper, making the data more representative for this class.</p>
      <p>These experiments demonstrate that in the proposed stylometric feature space it is possible to
a certain extent to discriminate between scientific articles with different numbers of authors.</p>
    </sec>
    <sec id="sec-4">
      <title>Conclusion</title>
      <p>In this paper, we classified scientific articles according to their number of authors by using a
set of stylometric features. We applied supervised learning to this setup and achieved best
results with Random Forests. The classification results suggest that the stylometric feature
space in fact captures variations in the writing style that we would expect from multiple
contributing authors.</p>
      <p>This work fosters our understanding towards a more fine-grained analysis of scientific
authorship by attributing particular segments to authors. Information retrieval systems could
benefit from this concept of authorship attribution, for instance, in course of author specific
search.</p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgments</title>
      <p>This work is funded by the KIRAS program of the Austrian Research Promotion Agency
(FFG) (project number 840824). The Know-Center is funded within the Austrian COMET
Program under the auspices of the Austrian Ministry of Transport, Innovation and Technology,
the Austrian Ministry of Economics and Labour and by the State of Styria. COMET is
managed by the Austrian Research Promotion Agency FFG.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Abacha</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>Zweigenbaum</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          (
          <year>2011</year>
          ).
          <article-title>Medical entity recognition: a comparison of semantic and statistical methods</article-title>
          .
          <source>BioNLP 2011 Workshop</source>
          . Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Bergsma</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Post</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Yarowsky</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          (
          <year>2012</year>
          ).
          <article-title>Stylometric analysis of scientific articles</article-title>
          .
          <source>Proceedings of the Conference of the North American Chapter of the ACL: Human Language Technologies.</source>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Choi</surname>
            ,
            <given-names>F.Y.</given-names>
          </string-name>
          (
          <year>2000</year>
          ).
          <article-title>Advances in domain independent linear text segmentation. Proceedings of the 1st North American chapter of the Association for Computational Linguistics conference</article-title>
          . pp.
          <fpage>26</fpage>
          -
          <lpage>33</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Corney</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Buxton</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Langdon</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>Jones</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          (
          <year>2004</year>
          ).
          <article-title>BioRAT: extracting biological information from full-length papers</article-title>
          .
          <source>Bioinformatics</source>
          ,
          <volume>20</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Dias</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>Alves</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          (
          <year>2005</year>
          ).
          <article-title>Unsupervised topic segmentation based on word co-occurrence and multi-word units for text summarization</article-title>
          .
          <source>Proceedings of the ELECTRA Workshop</source>
          associated to 28th
          <source>ACM SIGIR Conference</source>
          , Salvador, Brazil. pp.
          <fpage>41</fpage>
          -
          <lpage>48</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Harpalani</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hart</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Singh</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , Johnson,
          <string-name>
            <given-names>R.</given-names>
            &amp;
            <surname>Choi</surname>
          </string-name>
          ,
          <string-name>
            <surname>Y.</surname>
          </string-name>
          (
          <year>2011</year>
          ).
          <article-title>Language of vandalism: Improving wikipedia vandalism detection via stylometric analysis</article-title>
          .
          <source>Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies</source>
          . pp.
          <fpage>83</fpage>
          -
          <lpage>88</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Hearst</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          (
          <year>1997</year>
          ).
          <article-title>TextTiling: Segmenting text into multi-paragraph subtopic passages</article-title>
          .
          <source>Computational linguistics 23(1)</source>
          ,
          <fpage>33</fpage>
          -
          <lpage>64</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Holmes</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          (
          <year>1998</year>
          ).
          <article-title>The Evolution of Stylometry in Humanities Scholarship</article-title>
          .
          <source>Literary and Linguistic Computing</source>
          ,
          <volume>13</volume>
          (
          <issue>3</issue>
          ):
          <fpage>111</fpage>
          -
          <lpage>117</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Juola</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          (
          <year>2008</year>
          ).
          <article-title>Authorship attribution</article-title>
          .
          <source>Foundations and Trends R in Information Retrieval</source>
          ,
          <volume>1</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Kern</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jack</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hristakeva</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Granitzer</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2012</year>
          ). TeamBeam
          <string-name>
            <surname>Meta-Data Extraction from Scientific Literature. D-Lib</surname>
            <given-names>Magazine</given-names>
          </string-name>
          ,
          <volume>18</volume>
          (
          <issue>7</issue>
          ),
          <fpage>1</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Klampfl</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Granitzer</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jack</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>Kern</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          (
          <year>2014</year>
          ).
          <article-title>Unsupervised document structure analysis of digital scientific articles</article-title>
          .
          <source>International Journal on Digital Libraries</source>
          <volume>14</volume>
          (
          <issue>3-4</issue>
          ),
          <fpage>83</fpage>
          -
          <lpage>99</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Liakata</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Saha</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dobnik</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Batchelor</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>Rebholz-Schuhmann</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          (
          <year>2012</year>
          ).
          <article-title>Automatic recognition of conceptualization zones in scientific articles and two life science applications</article-title>
          .
          <source>Bioinformatics</source>
          <volume>28</volume>
          (
          <issue>7</issue>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>Mayr</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Scharnhorst</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Larsen</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schaer</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Mutschke</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          (
          <year>2014</year>
          ).
          <article-title>Bibliometric-enhanced information retrieval</article-title>
          .
          <source>In Advances in Information Retrieval</source>
          (pp.
          <fpage>798</fpage>
          -
          <lpage>801</lpage>
          ). Springer International Publishing.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>Mendenhall</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          (
          <year>1887</year>
          ).
          <article-title>The characteristic curves of composition</article-title>
          . Science, ns-
          <volume>9</volume>
          (
          <issue>214S</issue>
          ):
          <fpage>237</fpage>
          -
          <lpage>246</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <surname>Mosteller</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>Wallace</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          (
          <year>1964</year>
          ).
          <article-title>Inference and disputed authorship: The federalist</article-title>
          .
          <source>AddisonWesley.</source>
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <surname>Peng</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>McCallum</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2004</year>
          ).
          <article-title>Accurate information extraction from research papers using conditional random fields</article-title>
          .
          <source>Proceedings of Human Language Technology Conference / North American Chapter of the Association for Computational Linguistics</source>
          , pages
          <fpage>329</fpage>
          -
          <lpage>336</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <surname>Ravenscroft</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liakata</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>Clare</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2013</year>
          ).
          <article-title>Partridge: An Effective System for the Automatic Classification of the Types of Academic Papers</article-title>
          . AI-2013:
          <article-title>The Thirty-third SGAI International Conference</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <surname>Rexha</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Klampfl</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kröll</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>Kern</surname>
          </string-name>
          . R. (
          <year>2015</year>
          ).
          <article-title>Towards Authorship Attribution for Bibliometrics using Stylometric Features</article-title>
          .
          <source>In: Proc. of the Workshop Mining Scientific Papers: Computational Linguistics and Bibliometrics, 15th International Society of Scientometrics and Informetrics Conference (ISSI)</source>
          , Istanbul, Turkey, pp.
          <fpage>44</fpage>
          -
          <lpage>49</lpage>
          . http://ceur-ws.org,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <surname>Stamatatos</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          (
          <year>2009</year>
          ).
          <article-title>A survey of modern authorship attribution methods</article-title>
          .
          <source>Journal of the American Society for Information Science and Technology</source>
          ,
          <volume>60</volume>
          (
          <issue>3</issue>
          ):
          <fpage>538</fpage>
          -
          <lpage>556</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <surname>Tsuruoka</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tsujii</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>Ananiadou</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          (
          <year>2008</year>
          ).
          <article-title>FACTA: a text search engine for finding associated biomedical concepts</article-title>
          .
          <source>Bioinformatics</source>
          <volume>24</volume>
          (
          <issue>21</issue>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <string-name>
            <surname>Tweedie</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>Baayen</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          (
          <year>1998</year>
          ).
          <article-title>How variable may a constant be? Measures of lexical richness in perspective</article-title>
          .
          <source>Computers and the Humanities</source>
          . pp.
          <fpage>323</fpage>
          -
          <lpage>352</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>