<!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>Bibliometric-Enhanced arXiv: A Data Set for Paper-Based and Citation-Based Tasks</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Tarek Saier</string-name>
          <email>tarek.saier@uranus.uni-freiburg.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Michael Farber</string-name>
          <email>michael.faerber@cs.uni-freiburg.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science, University of Freiburg</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2019</year>
      </pub-date>
      <fpage>14</fpage>
      <lpage>26</lpage>
      <abstract>
        <p>In recent years, several research paper-based tasks, such as paper recommendation, and citation-based tasks, such as citation recommendation and citation context-based document summarization, have been proposed. The evaluations of approaches to such tasks and their applicability in real-world scenarios heavily depend on the used data set. However, existing data sets are limited in several regards. In this paper, we propose a new data set based on all publications from all scienti c elds available on arXiv.org. Apart from providing the papers' plain text, in-text citations were annotated via global identi ers. As far as possible, cited publications were linked to the Microsoft Academic Graph. Our data set consists of over one million documents and 29.2 million citation contexts. The data set, which is made freely available for research purposes, not only can enhance the future evaluation of research paper-based and citation context-based approaches but also serve as a basis for novel ideas to analyze papers.</p>
      </abstract>
      <kwd-group>
        <kwd>scholarly data</kwd>
        <kwd>citations</kwd>
        <kwd>arXiv</kwd>
        <kwd>org</kwd>
        <kwd>digital libraries</kwd>
        <kwd>data set</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        A variety of tasks exploit scienti c paper collections to help researchers in their
work. For instance, research paper recommender systems have been developed
[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Related are systems that operate on a more ne-grained level within the
full text, such as the textual contexts in which citations are mentioned (i.e.,
citation contexts). Based on citation contexts, things like the citation function
[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], the citation polarity [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] and the citation importance can be determined.
Furthermore, citation contexts are necessary for context-dependent citation
recommendation [
        <xref ref-type="bibr" rid="ref4 ref5">4,5</xref>
        ], as well as for citation-based document summarization
tasks, such as citation-based automatic survey generation [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] and automatic
related work section generation [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
      <p>The evaluations of approaches developed for all these tasks as well as
the actual applicability and usefulness of the developed systems in real-world
scenarios heavily depend on the used data set. This data set is typically a
collection of papers provided in full text or a set of already extracted citation
contexts, consisting, for instance, of 1-3 sentences each. Existing data sets,
however, do not ful ll all of the following criteria (see Sec. 2 for more details):
1. Size. The data set can be comparably small (below 100,000 documents)
which makes it di cult to use it for training and testing supervised machine
learning approaches;
2. Cleanliness. The papers' full texts or citation contexts are often very noisy
due to the conversion from PDF to plain text and due to encoding issues;
3. Global citation annotations. No links from the citations in the text to the
structured representations of the cited publications across documents are
provided;
4. Data set interlinkage. Data sets often do not provide identi ers of the citing
and cited documents from other data sets (e.g., DBLP or the Microsoft
Academic Graph);
5. Cross-domain coverage. Often, only a single scienti c discipline is considered.</p>
      <p>
        In this paper, we propose a new data set for paper-based tasks as well as
citation-based tasks, based on all publications available on http://arXiv.org. It
consists of over one million full text documents (about 269 million sentences) and
links to 2.7 million unique papers via 29.2 million citation contexts (having 15.9
million unique references).1 Thus, we argue that it is considerably large, ful lling
item (1). By using the LATEX source les and by developing a highly accurate
transformation method that converts LATEX to plain text, we can resolve issue
(2). Besides the pure papers' content, in-text citations are annotated directly
in the text via global identi ers, contributing to aspect (3). As far as possible,
cited publications are linked to the Microsoft Academic Graph (MAG)2 [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] (cf.
aspect (4)). This enables us to use the arXiv paper content in combination
with the MAG data, which contains metadata of 213 million publications as
of February 2019, along with metadata about researchers, venues, and elds
of study. Our data set also ful lls constraint (5) as all disciplines covered in
arXiv are considered. This enables researchers to analyze papers from several
disciplines and to compare approaches across disciplines.
      </p>
      <p>Our data set is freely available at http://doi.org/10.5281/zenodo.
2609187 and the implementation for creating it at https://github.com/
IllDepence/unarXive. Not only can the data set be used as a new large data
set for evaluating paper-based and citation-based approaches but also as a basis
for novel ways of paper analytics within bibliometrics and scientometrics. For
instance, based on the citation contexts and the cited papers' metadata using
the MAG, one can analyze whether there exist biases in the citing behavior of
researchers.</p>
      <p>The paper is structured as follows: After outlining related data sets in Sec. 2,
we describe in Sec. 3 how we created our data set. In Sec. 4, we present an
1 Note that references are links to cited documents on the document level, while
citations are links to cited documents within the text.
2 See
https://www.microsoft.com/en-us/research/project/microsoftacademic-graph/ and http://ma-graph.org.
evaluation of our reference resolution approach. Sec. 5 is dedicated to statistics
and key gures of our data set. We conclude in Sec. 6 with a summary and an
outlook.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Existing Data Sets</title>
      <p>
        In the past, we already published a data set with annotated arXiv papers'
content [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. However, our new data set is superior to this initial version in the
following regards:
1. The new data set is considerably larger (1M instead of 90k documents).
2. The new data set provides a similar level of cleanliness regarding the papers'
full texts and citation contexts to the old data set.
3. A new method for resolving identical cited documents to the same global
identi ers has been developed. Contrary to the old method, the new method
has been evaluated and performs very well (see Sec. 4).
4. While the old data set links documents solely to DBLP, which covers
computer science papers, the new data set links (cited) documents to the
Microsoft Academic Graph, which covers all scienti c disciplines.
5. While the old data set is restricted to computer science, the new data set
covers all domains of arXiv (see Sec. 5 and Fig. 3).
      </p>
      <p>
        Table 1 gives an overview of further related data sets. CiteSeerX can be
regarded as the most frequently used evaluation data set for citation-based tasks.
For our investigation, we use the snapshot of the entire CiteSeerX data set as
of October 2013, published in 2015 by [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. This data set consists of 1,017,457
papers, together with 10,760,318 automatically extracted citation contexts. This
data set has the following drawbacks [
        <xref ref-type="bibr" rid="ref15 ref9">15,9</xref>
        ]: The provided meta-information
about cited publications is often not accurate. Citing and cited documents are
not interlinked to other data sets. Moreover, the citation contexts can contain
noise from non-ASCII characters, formulas, section titles, missed references
and/or other \unrelated" references, and do not begin with a complete word.
      </p>
      <p>
        The PubMed Central Open Access Subset is another large data set that
has been used for citation-based tasks [
        <xref ref-type="bibr" rid="ref16 ref17">16,17</xref>
        ]. Contained publications are
3 See https://www.ncbi.nlm.nih.gov/pmc/tools/openftlist/.
already processed and available in XML format. While the data set overall is
comparatively clean, heterogeneous annotation of citations within the text and
mixed usage of global reference identi ers (PubMed, MEDLINE, DOI, ...) make
it di cult to retrieve high quality citation interlinkings of documents from the
data set4 [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ].
      </p>
      <p>
        Beside the abovementioned, there are other collections of scienti c
publications. Among them are the ACL Anthology corpus [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] and Scholarly
Dataset 2 [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. Note that these data sets only contain the publications
themselves, typically in PDF format. Therefore, using such data sets for
paper-based or citation-based approaches is troublesome, since one must
preprocess the data (i.e., (1) extract the content without introducing too much
noise, (2) build global identi ers for cited papers, and (3) annotate citations
with those identi ers). Last but not least, data sets for evaluating paper
recommendation tasks, such as CiteULike5 or Mendeley,6 only provide metadata
about publications or are not freely available for research purposes.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Data Set Creation</title>
      <p>Scienti c publications are usually distributed in formats targeted at human
consumption (e.g. PDF) or, in cases like arXiv, also as source les for
the aforementioned (e.g. LATEX sources for generating PDFs). Citation-based
tasks, such as context-dependent citation recommendation, in contrast, require
automated processing of the publications' textual contents as well as the
documents' interlinking through citations. The creation of a data set for such
tasks therefore encompasses two main steps: extraction of plain text and
resolution of references. In the following we will describe how we approached
these two steps using arXiv publications' LATEX sources and the Microsoft
Academic Graph.
3.1</p>
      <p>Used Data Sets
The following two resources are the basis of the data set creation process.
arXiv hosts over 1.4 million submissions from August 1991 onward.7 They are
available not only as PDF, but (in most cases) also as LATEX source les. The
discipline most prominently represented is physics, followed by mathematics,
with computer science seeing a continued increase in percentage of submissions
4 To be more precise, the heterogeneity makes the usage of the data set as is unfeasible.</p>
      <p>
        Resolving references retrospectively would be an option but comparatively
challenging in the case of PubMed because of the frequent usage of special notation
in publication titles; see also: http://www.sciplore.org/files/citrec/CITREC_
Parser_Documentation.pdf.
5 See http://citeulike.org/.
6 See https://data.mendeley.com/.
7 See https://arxiv.org/stats/monthly_submissions.
arXiv
1 extract
.tex
.txt
refs.db
resolve
ranking third (see Fig. 4). The availability of LATEX sources makes arXiv
submissions particularly well suited for extracting high quality plain text and
accurate citation information. So much so, that it has been used to generate
ground truths for the evaluation of PDF-to-text conversion tools [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ].
Microsoft Academic Graph is a very large, automatically generated data set on
publications, related entities (authors, venues, etc.) and their interconnections
through citation. While (comparably noisy) citation contexts are available to
some degree, full text documents are not. The size of the MAG makes it a good
target for matching reference strings8 against it, especially given that arXiv
spans several elds of study.
3.2
      </p>
      <p>
        Pipeline Overview
To create the data set, we start out with arXiv sources (see Fig. 1). From these we
generate, per publication, a plain text le with the document's textual contents
and a set of database entries re ecting the document's reference section.9 In a
second step, we then iterate through all reference strings in the database and
match them against paper metadata records in the MAG. The result of this
process are MAG paper records associated with one or more reference strings,
which in turn are associated with citation contexts in the plain text les. In
other words, we end up with cited documents described by their MAG metadata
and a distributed description of the document, consisting of citation contexts
over many citing documents.
In the following we will describe the tools considered for parsing LATEX, the
challenges we faced in general and with regard to arXiv sources in particular,
and our resulting approach.
8 I.e., the entries in the reference section of a publication. See Lst. 1 for examples.
9 Association between reference strings and in-text citation locations are preserved by
placing citation markers in the text.
plastex10 DOM no
TexSoup11 document tree no
opendetex12/detex13 plain text no
GrabCite[
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] plain text + resolved references yes
LaTeXML14 XML yes
Tralics15 XML yes
Tools We took several tools for a direct conversion from LATEX to plain text
or to intermediate formats into consideration and evaluated them. Table 2 gives
an overview of our results. Half of the tools failed to produce any output for
a large amount of arXiv submissions we used as test input and were therefore
deemed not robust enough. GrabCite [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] is able to parse 78.5% of arXiv CS
submissions but integrates resolving references (see Sec. 3.4) against DBLP into
the parsing process and therefore would require signi cant modi cation to t
our new system architecture. LaTeXML and Tralics are both robust and can
be used as LATEX conversion tools as is. Based on subsequent tests we observed
that LaTeXML needs on average 7.7 seconds (3.3 if formula environments are
heuristically removed beforehand) to parse an arXiv submission while Tralics
needs 0.09. Because the quality of their output seemed comparable we chose to
use Tralics.
      </p>
      <p>Challenges Apart from the general di culty of parsing LATEX due to its feature
richness and people's free-spirited use of it, we especially note di culty in dealing
with extra packages not included in submissions' sources.16 While Tralics, for
example, is supposed to deal with natbib citations,17 normalization of such
citations lead to a decrease of citation markers not being able to be matched
to an entry in the document's reference section from 30% to 5% in a sample of
565,613 citations we tested.</p>
      <p>Resulting Approach Our LATEX parsing solution consists of two steps.
First, we atten each arXiv submission's sources to a single LATEX le using
10 See https://github.com/tiarno/plastex.
11 See https://github.com/alvinwan/texsoup.
12 See https://github.com/pkubowicz/opendetex.
13 See https://www.freebsd.org/cgi/man.cgi?query=detex.
14 See https://github.com/brucemiller/LaTeXML.
15 See https://www-sop.inria.fr/marelle/tralics/.
16 The arXiv guidelines speci cally suggest the omission of such (see https://arxiv.</p>
      <p>org/help/submit_tex#wegotem).
17 See https://www-sop.inria.fr/marelle/tralics/packages.html#natbib.</p>
      <p>
        Listing 1: Examples of reference strings.
(1) V. N. Senoguz and Q. Shafi, arXiv:hep-ph/0412102
(2) V.N. Senoguz and Q. Shafi, Phys. Rev. D 71 (2005) 043514.
(3) V. N. Senoguz and Q. Shafi, Reheat temperature in supersymmetric
hybrid inflation models, Phys. Rev. D 71, 043514 (2005)
[hep-ph/0412102].
(4) V.Sauli, JHEP 02, 001 (2003).
(5) Aaij, Roel, et al. "Search for the $B^{0}_{s} \to \eta^{\prime}\phi$
decay" Journal of High Energy Physics 2017.5 (2017): 158.
(6) According to the numerous discussions with my colleagues &lt;removed&gt;
and &lt;removed&gt; an experimental verification of our theoretical
predictions is feasible.
latexpand 18,19 and normalize ncite commands to prevent parsing problems later
on. In the second step, we then generate an XML representation of the LATEX
document using Tralics, replace formulas, gures, tables and intra-document
references with replacement tokens and extract the plain text. Furthermore,
each entry in the document's reference section is assigned a unique identi er, its
text is stored in a database, and corresponding citation markers are placed in
the plain text.
3.4
Resolving references to globally consistent identi ers (e.g. detecting that the
reference strings (1), (2), and (3) in Listing 1 all reference the same document)
is a challenging and still unsolved task [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. Given it is, by itself, the most
distinctive part of a publication, we base our reference resolution on the title of
the cited work and use other pieces of information (e.g., the authors' names) only
in secondary steps. In the following, we will describe the challenges we faced,
matching arXiv submissions' reference strings against MAG paper records and
how we approached the task.
      </p>
      <p>Challenges Reference resolution can be challenging when reference strings
contain only minimal amounts of information, when formulas are used in titles or
when they refer to non publications (e.g., Listing 1, (4){(6)). Another concrete
problem we encountered was noise in the MAG, as 13,143 reference strings like
K. Kondo, hep-th/0303251. or T. Heinzl, hep-th/9812190. matched MAG
paper 2811252340 with the title \hep-th.".</p>
      <p>
        Resulting Approach Our reference resolution procedure can be broken down
in two steps: title identi cation and matching. If possible, title identi cation is
18 See https://ctan.org/pkg/latexpand.
19 We also tested atex (https://ctan.org/pkg/flatex) and ap (https://github.
com/fchauvel/flap) but got the best results with latexpand.
Listing 2: Excerpts from (top to bottom) a plain text le, corresponding data
base entries in refs.db, entries in the MAG and extracted citation context CSV.
It has over 79 million images stored at the resolution of FORMULA . Each
image is labeled with one of the 75,062 non-abstract nouns in English, as
listed in the Wordnet{{cite:9ad20b7d-87d1-47f5-aeed-10a1cf89a2e2}}{{cite:
298db7f5-9ebb-4e98-9ecf-0bdda28a42cb}} lexical database.
[uuid] [in_doc] [mag_id] [reference_string]
9ad20b7d-87d1 1412.3684 2081580037 George A. Miller (1995). WordNe
-47f5-aeed-.. t: A Lexical Database for Eng..
298db7f5-9ebb 1412.3684 2038721957 Christiane Fellbaum (1998), ""W
-4e98-9ecf-.. ordNet: An Electronic Lexical..
[paperid] [originaltitle] [publisher] ...
2038721957 WordNet : an electronic lexical database MIT Press ...
2081580037 WordNet: a lexical database for English ACM ...
2038721957|2081580037|1412.3684|It has over 79 million images stored at
the resolution of FORMULA . Each image is labeled with one of the
75,062 non-abstract nouns in English, as listed in the Wordnet CIT
MAINCIT lexical database. It has been noted that many of the labels
are not reliable CIT .
done by arXiv ID or DOI (where we retrieve the title from an arXiv metadata
dump or via crossref.org20); otherwise we use Neural ParsCit [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]. The identi ed
title is matched against the normalized titles of all publications in the MAG.
Resulting candidates are considered, if at least one of the author's names is
present in the reference string. If multiple candidates remain, we judge by the
citation count given in the MAG.
3.5
      </p>
      <p>Result format
Listing 2 shows some example content from the data set. In addition to the
plain text les and references database we also extract the citation contexts
of all successfully resolved references for ease of use (see bottom of Listing 2).
We choose a citation context length of 3 sentences|the sentence containing
the citation as well as the one before and after. For each citation, we store
cited doc MAG ID, MAG IDs of adjacent citations, citing doc arXiv ID
and text in a CSV le. Citations are deemed adjacent, if they are part of a
citation group or are at most 5 characters apart (e.g. \[27,42]", \[27], [42]" or
\[27] and [42]"). Sentence tokenization is performed with NLTK's pre-trained
PunktSentenceTokenizer.
20 See https://www.crossref.org/.
To evaluate the quality of our reference resolution results, we take a random
sample of 300 matched reference strings and manually check if the correct record
in the MAG was identi ed by our method.21 Given the 300 items, we obtained 3
errors, giving us an accuracy estimate of 96% at the worst, as shown in Table 3.
Table 4 shows the three incorrectly identi ed documents. In all three cases the
misidenti ed document's title is contained in the correct document's title, and
there is a large or complete author overlap between correct and actual match.
This shows that authors sometimes title follow-up work very similarly, which
leads to hard to distinguish cases.
21 Details can be found at https://github.com/IllDepence/unarXive/tree/master/
doc/matching_evaluation.
5
5.1</p>
    </sec>
    <sec id="sec-4">
      <title>Statistics and Key Figures</title>
      <p>Creation Process
We used an arXiv source dump containing all submissions up until the end of
2018 (1,492,923 documents). 114,827 of these were only available in PDF format,
leaving 1,378,096 sources. Our pipeline output 1,283,584 (93.1%) plain text les,
1,139,790 (82.7%) of which contained citation markers. The number of reference
strings identi ed is 39,694,083, for which 63,633,427 citation markers were placed
within the plain text les. This rst part of the process took 67 hours to run,
unparallalized on a 8 core Intel Core i7-7700 3.60GHz machine with 60 GB of
memory.</p>
      <p>Of the 39,694,083 reference strings, we were able to match 16,926,159
(42.64%). For 31.32% of the reference strings we could neither nd an arXiv
ID or DOI, nor was Neural ParsCit able to identify a title. For the remaining
26.04% a title was identi ed but could not be matched with the MAG. Of the
matched 16.9 million items' titles, 52.60% were identi ed via Neural ParsCit,
28.31% by DOI and 19.09% by arXiv ID. Of the identi ed DOIs 32.9% were
found as is while 67.1% were heuristically determined22. The matching process
took 119 hours, run in 10 parallel processes on a 64 core Intel Xeon Gold 6130
2.10GHz machine with 500 GB of memory.</p>
      <p>Looking only at the numbers for arXiv submissions from 2018 (i.e. recent
content), we note that the percentage of pipeline output goes up from 93.1 to
95.9% (82.7 to 87.8% only counting plain text les containing citation markers)
and the reference resolution percentage increases from 42.64 to 59.39%.
5.2</p>
      <p>Resulting Data Set
Our data set consists of 2,746,288 cited papers, 1,043,126 citing papers,
15,954,664 references and 29,203,190 citation contexts.23</p>
      <p>Figure 2 shows the number of citing documents for all cited documents.
There is one cited document with over 10,000 citing documents, another 8 with
more than 5,000 and another 14 with more than 3,000. 1,485,074 (54.07%) of
the cited documents are cited at least two times, 646,509 (23.54%) at least ve
times. The mean number of citing documents per cited document is 5.81 (SD
28.51). Figure 3 shows the number of citation contexts per entry in a document's
reference section. 10,537,235 (66.04%) entries have only one citation context,
the maximum is 278, the mean 1.83 (SD 2.00). This means a cited document is
described by on average 1:83 5:81 10:63 citation contexts.</p>
      <p>Figure 4 depicts the ow of citations by eld of study for all 15.9
million matched references. Fields of study with very small numbers of
references are combined to other for legibility reasons. For the citing
document's side, these are economics, electrical engineering and systems science,
22 This was possible because the DOIs of articles in journals of the American Physical</p>
      <p>Society follow predictable patterns.
23 References with no citation markers (due to parsing errors) are not counted here.
102
s
t
x
e
t
n
o
cn101
o
i
t
a
t
i
c
100
0
0
15.9
6)
1010
×
(
s
e
c
n
e
r
e
fre 5
0
s
c
h
t
a
m
s
c
i
s
y
h
p
r
e
h
t
o
1,000,000
document ID
2,000,000
quantitative biology, quantitative nance and statistics. Combined on the cited
document's side are chemistry, biology, engineering, materials science, economics,
geology, psychology, medicine, business, geography, sociology, political science,
philosophy, environmental science and art. To no surprise, publications in each
eld are cited the most from within the eld itself. Notable is, however, that the
incoming citations in mathematics are the most varied (physics and computer
science combined make up 35% of the citations).
6</p>
    </sec>
    <sec id="sec-5">
      <title>Conclusion</title>
      <p>Evaluating and applying approaches of research paper-based and citation-based
tasks typically requires large, high-quality, citation-annotated, interlinked data
sets. In this paper, we proposed a new data set with over one million papers'
fulltexts, 29.2 million annotated citations, and 29.2 million extracted citation
contexts (of three sentences each), ready to be used by researchers and
practitioners. We provide the data set and the implementation of creating the
data set based on arXiv source les online for further usage.</p>
      <p>For the future, we plan to use the data set for a variety of tasks.
Among others, we will develop a citation recommendation system based on
all arXiv papers. Furthermore, we plan to analyze citations across scienti c
disciplines, and to use the di erences in the citing behavior for enhanced citation
recommendation.</p>
      <p>Acknowledgements. This research has been supported by the Research
Innovation Fund of the University of Freiburg (#2100189801).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Beel</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gipp</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Langer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Breitinger</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Research-paper recommender systems: a literature survey</article-title>
          .
          <source>Int. J. on Digital Libraries</source>
          <volume>17</volume>
          (
          <issue>4</issue>
          ) (
          <year>2016</year>
          )
          <volume>305</volume>
          {
          <fpage>338</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <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 classi cation of citation function</article-title>
          .
          <source>In: Proceedings of the 2006 Conference on Empirical Methods in Natural Language Processing</source>
          . EMNLP'
          <volume>07</volume>
          (
          <year>2006</year>
          )
          <volume>103</volume>
          {
          <fpage>110</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Ghosh</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Das</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chakraborty</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Determining Sentiment in Citation Text and Analyzing Its Impact on the Proposed Ranking Index</article-title>
          .
          <source>In: Proceedings of the 17th International Conference on Computational Linguistics and Intelligent Text Processing. CICLing'16</source>
          (
          <year>2016</year>
          )
          <volume>292</volume>
          {
          <fpage>306</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>He</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pei</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kifer</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mitra</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Giles</surname>
            ,
            <given-names>C.L.</given-names>
          </string-name>
          :
          <article-title>Context-aware Citation Recommendation</article-title>
          .
          <source>In: Proceedings of the 19th International Conference on World Wide Web. WWW'10</source>
          (
          <year>2010</year>
          )
          <volume>421</volume>
          {
          <fpage>430</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Ebesu</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Neural Citation Network for Context-Aware Citation Recommendation</article-title>
          .
          <source>In: Proceedings of the 40th International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          . Tokyo, Japan (
          <year>2017</year>
          )
          <volume>1093</volume>
          {
          <fpage>1096</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Mohammad</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dorr</surname>
            ,
            <given-names>B.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Egan</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Awadallah</surname>
            ,
            <given-names>A.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Muthukrishnan</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Qazvinian</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Radev</surname>
            ,
            <given-names>D.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zajic</surname>
            ,
            <given-names>D.M.:</given-names>
          </string-name>
          <article-title>Using Citations to Generate surveys of Scienti c Paradigms</article-title>
          .
          <source>In: Proceedings of the 2009 Annual</source>
          <article-title>Conference of the North American Chapter of the Association for Computational Linguistics</article-title>
          . NAACL-HLT'
          <volume>09</volume>
          (
          <year>2009</year>
          )
          <volume>584</volume>
          {
          <fpage>592</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhuge</surname>
          </string-name>
          , H.:
          <article-title>Automatic generation of related work through summarizing citations</article-title>
          .
          <source>Concurrency and Computation: Practice and Experience</source>
          <volume>31</volume>
          (
          <issue>3</issue>
          ) (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Sinha</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shen</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Song</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ma</surname>
          </string-name>
          , H.,
          <string-name>
            <surname>Eide</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hsu</surname>
            ,
            <given-names>B.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>An Overview of Microsoft Academic Service (MAS) and Applications</article-title>
          .
          <source>In: Proceedings of the 24th International Conference on World Wide Web. WWW'15</source>
          (
          <year>2015</year>
          )
          <volume>243</volume>
          {
          <fpage>246</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9. Farber,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Thiemann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Jatowt</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          :
          <article-title>A High-Quality Gold Standard for Citation-based Tasks</article-title>
          .
          <source>In: Proceedings of the 11th International Conference on Language Resources and Evaluation</source>
          . LREC'
          <volume>18</volume>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Caragea</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ciobanu</surname>
            ,
            <given-names>A.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Williams</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ram</surname>
            <given-names>rez</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>J.P.F.</given-names>
            ,
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            ,
            <surname>Giles</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.L.</surname>
          </string-name>
          :
          <article-title>CiteSeer x : A Scholarly Big Dataset</article-title>
          .
          <source>In: Proceedings of the 36th European Conference on IR Research</source>
          . ECIR'
          <volume>14</volume>
          (
          <year>2014</year>
          )
          <volume>311</volume>
          {
          <fpage>322</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mitra</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Giles</surname>
            ,
            <given-names>C.L.</given-names>
          </string-name>
          :
          <article-title>A Neural Probabilistic Model for Context Based Citation Recommendation</article-title>
          .
          <source>AAAI'15</source>
          (
          <year>2015</year>
          )
          <volume>2404</volume>
          {
          <fpage>2410</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Sugiyama</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kan</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>A Comprehensive Evaluation of Scholarly Paper Recommendation Using Potential Citation Papers</article-title>
          .
          <source>International Journal on Digital Libraries</source>
          <volume>16</volume>
          (
          <issue>2</issue>
          ) (
          <year>2015</year>
          )
          <volume>91</volume>
          {
          <fpage>109</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Bird</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dale</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dorr</surname>
            ,
            <given-names>B.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gibson</surname>
            ,
            <given-names>B.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Joseph</surname>
            ,
            <given-names>M.T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kan</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Powley</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Radev</surname>
            ,
            <given-names>D.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tan</surname>
            ,
            <given-names>Y.F.</given-names>
          </string-name>
          :
          <article-title>The ACL Anthology Reference Corpus: A Reference Dataset for Bibliographic Research in Computational Linguistics</article-title>
          .
          <source>In: Proceedings of the Sixth International Conference on Language Resources and Evaluation</source>
          . LREC'
          <volume>08</volume>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Radev</surname>
            ,
            <given-names>D.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Muthukrishnan</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Qazvinian</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Abu-Jbara</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>The ACL anthology network corpus</article-title>
          .
          <source>Language Resources and Evaluation</source>
          <volume>47</volume>
          (
          <issue>4</issue>
          ) (
          <year>2013</year>
          )
          <volume>919</volume>
          {
          <fpage>944</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Roy</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ray</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mitra</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>From a Scholarly Big Dataset to a Test Collection for Bibliographic Citation Recommendation</article-title>
          . SBD'
          <volume>16</volume>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Duma</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Klein</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liakata</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ravenscroft</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Clare</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Rhetorical Classi cation of Anchor Text for Citation Recommendation</article-title>
          .
          <string-name>
            <surname>D-Lib</surname>
            <given-names>Magazine</given-names>
          </string-name>
          22 (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Gipp</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Meuschke</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lipinski</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>CITREC: An Evaluation Framework for Citation-Based Similarity Measures based on TREC Genomics and PubMed Central</article-title>
          .
          <source>In: Proceedings of the iConference</source>
          <year>2015</year>
          .
          <article-title>(</article-title>
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Bast</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Korzen</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>A Benchmark and Evaluation for Text Extraction from PDF</article-title>
          .
          <source>In: Proceedings of the 2017 ACM/IEEE Joint Conference on Digital Libraries</source>
          . JCDL'
          <volume>17</volume>
          (
          <year>2017</year>
          )
          <volume>99</volume>
          {
          <fpage>108</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Nasar</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          , Ja ry, S.W.,
          <string-name>
            <surname>Malik</surname>
            ,
            <given-names>M.K.</given-names>
          </string-name>
          :
          <article-title>Information extraction from scienti c articles: a survey</article-title>
          .
          <source>Scientometrics</source>
          <volume>117</volume>
          (
          <issue>3</issue>
          ) (
          <year>Dec 2018</year>
          )
          <year>1931</year>
          {
          <fpage>1990</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Prasad</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kaur</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kan</surname>
          </string-name>
          , M.Y.:
          <article-title>Neural ParsCit: A Deep Learning Based Reference String Parser</article-title>
          .
          <source>International Journal on Digital Libraries</source>
          <volume>19</volume>
          (
          <year>2018</year>
          )
          <volume>323</volume>
          {
          <fpage>337</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Brown</surname>
          </string-name>
          , L.D.,
          <string-name>
            <surname>Cai</surname>
          </string-name>
          , T.T.,
          <string-name>
            <surname>DasGupta</surname>
          </string-name>
          , A.:
          <article-title>Interval estimation for a binomial proportion</article-title>
          .
          <source>Statistical Science</source>
          <volume>16</volume>
          (
          <issue>2</issue>
          ) (
          <year>2001</year>
          )
          <volume>101</volume>
          {
          <fpage>133</fpage>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>