<!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>An Open-Source Annotation Tool for Collaboratively Annotating Biomedical Documents*</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ornella Irrera</string-name>
          <email>ornella.irrera@unipd.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Fabio Giachelle</string-name>
          <email>fabio.ghiachelle@unipd.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Gianmaria Silvello</string-name>
          <email>gianmaria.silvello@unipd.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Information Engineering, University of Padua</institution>
          ,
          <addr-line>Padua</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In recent years there has been a growing interest in developing techniques to efectively extract knowledge from biomedical textual documents. Many solutions rely on Named Entity Recognition and Linking (NER+L) which consists in detecting entities in text and disambiguating them through the use of knowledge bases. Despite its potential, applying this approach to the biomedical domain is limited by the lack of large annotated corpora useful to train Machine Learning (ML) models. Nowadays, it is dificult to find large sets of annotated data covering a wide range of biomedical sub-domains: the creation of annotated corpora in fact, is an expensive and time-consuming task usually performed by experts. To address this problem and ease and speed up the annotation process, we propose MedTAG, a web-based, collaborative, customizable annotation tool for biomedical documents; it is platform-independent and it provides a straightforward installation procedure.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Bio-medical annotation tool</kwd>
        <kwd>Annotated corpora creation</kwd>
        <kwd>Digital health</kwd>
        <kwd>Semantic annotation</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The availability of biomedical data stored in electronic form faced an exponential growth over
the last decade. As a consequence, the need to preserve and curate biomedical data is growing
[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. The knowledge contained in biomedical documents in fact, is a central asset to derive new
scientific insights in research domains such as pathology, genetics and epidemiology [
        <xref ref-type="bibr" rid="ref3 ref4">3, 4</xref>
        ].
      </p>
      <p>
        Extracting knowledge and relevant information from medical data is not a trivial task. First,
the largest part of biomedical data are stored in an unstructured textual format not easily
machine-readable. Second, biomedical documents have plenty of abbreviations, symbols and
terms that need to be disambiguated [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. In this context, NER+L techniques are central to
efectively process biomedical data. NER+L is a specific Natural Language Processing ( NLP) task
whose aim is to extract entities from the textual document and link them to concepts belonging
to a knowledge base [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
      </p>
      <p>
        A common limitation related to the application of NER+L techniques to the biomedical
domain is the lack of large annotated corpora needed to evaluate systems and training ML
models. Creating large annotated corpora, able to cover several biomedical sub-domains, is a
complex and demanding task which requires the supervision of experts [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. For this reason
manual annotation is still a central task in this domain. In recent years, several annotation
tools have been developed to support human annotators in the creation of annotated corpora
[
        <xref ref-type="bibr" rid="ref10 ref11 ref12 ref13 ref7 ref8 ref9">7, 8, 9, 10, 11, 12, 13, 14, 15</xref>
        ]. A recent survey [16] about both general-purpose and biomedical
annotation tools, pointed out that several systems lack of important features such as the
support for collaborative annotations and easy and user-friendly installation and configuration
procedures.
      </p>
      <p>To address these problems, we present MedTAG, a web-based, collaborative, customizable
annotation tool for biomedical literature. MedTAG key features are the following. (i) Inter
Annotator Agreement (IAA) based on majority vote; (ii) multilingual support: the same document
can be uploaded and annotated in diferent languages; (iii) support for user roles: roles are
based on the level of expertise of the users who share MedTAG; (iv) support for
documentlevel annotations; (v) support for mention-level annotations; (vi) user annotation statistics; (vii)
documents’ annotation statistics: for each biomedical document an overview of its annotations
is provided; (viii) support for automatic annotations: we rely on Semantic knowledge Extractor
Tool (SKET)1 for the automatic annotation process which is currently limited to three cancer
use-cases: lung, colon, cervix cancer; automatically created annotations can be manually edited
by the annotators; (ix) PubMed integration; (x) collaborative facilities: users who share the same
instance of MedTAG can visualize the annotation of one team mate of their choice; (xi) support
for ontologies; (xii) support for multiple file formats : annotations can be downloaded in several
ifle formats (JSON, CSV, BioC/XML, BioC/JSON).</p>
      <p>The rest of the paper is organised as follows: in Section 2 we present MedTAG and we describe
the main aspects of the tool; in Section 3 we compare MedTAG to other biomedical annotation
tools; in Section 4 we draw the conclusions.</p>
    </sec>
    <sec id="sec-2">
      <title>2. MedTAG</title>
      <p>MedTAG is a web-based annotation tool distributed as a Docker container. Docker ensures
portability, code isolation, dependencies packaging and a fast installation procedure: MedTAG
installation can be launched with a single command and takes a few minutes to complete.
The source code and the documentation are publicly available at: https://github.com/MedTAG/
medtag-core.</p>
      <p>
        We refer to the Github repository cited above and to [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] for a more exhaustive discussion.
Architecture. MedTAG architecture relies on: (i) a PostgreSQL relational database where
annotated data are stored, (ii) a back-end realized with Django Python framework for the
orchestration of the requests, (iii) a front-end realized with React.js, HTML5 and CSS3.
      </p>
      <p>1https://github.com/ExaNLP/sket</p>
      <p>Configuration. MedTAG was designed to be easily configurable via a dedicated web-interface.
At the moment of the configuration, the user is asked to provide the collection of clinical
documents (or reports) to be annotated, the labels needed to perform document-level annotation
and the concepts belonging to one or more ontologies. All the files must be uploaded in CSV
format. In addition, it is possible to specify the parts of the uploaded reports where annotation
is allowed. The file containing clinical reports can be replaced by (or provided with) a CSV
containing a list of PubMed articles’ identifiers. MedTAG automatically extracts the identifiers
and downloads the title, the abstract and some additional information of each article. Annotation
is allowed on title and abstract sections. MedTAG supports the upload of new batches of reports,
new sets of labels and concepts at will, without losing the existing annotations. In order to make
the configuration easier and faster, MedTAG ofers downloadable CSV templates and provides
the user with information about what changes need to be applied to the uploaded CSVs to make
them comply with the required format.</p>
      <p>User interface. In Figure 1, the MedTAG user interface is illustrated. The user interface we
propose, its layout and components have been discussed with physicians and experts in the
digital pathology domain.</p>
      <p>We organized the MedTAG user interface into three main sections: Settings and Download (A
in Figure 1), Report (B in Figure 1) and Annotation (C in Figure 1).</p>
      <p>The Settings and Download section, placed at the top of the web page, allows the user to
change the current parameters’ setting; it is possible to change in this order: (i) the clinical case,
(ii) the language of the clinical reports, (iii) the institute (or hospital) where the reports have
been produced and (iv) the annotation mode (it can be set either to Manual or Automatic if the
reports have been automatically annotated). The button Download allows the user to download
the annotations in JSON, CSV, BioC/XML and BioC/JSON file formats. The leftmost button
allows the user to navigate to other web-pages. The rightmost button instead, allows the user
to logout.</p>
      <p>The Report section contains the textual report to annotate and some other relevant information
such as the date of the last annotation performed by the user, the report’s identifier and the
report’s translations (available if the report has been uploaded in diferent languages). The
Reports navigation panel (B.1 in Figure 1) allows the users to navigate between reports. Clicking
on the next and previous buttons, or using the keyboard arrows, it is possible to move to the
next or previous reports. To skip to a specific report, the drop-down list allows the user not
only to search for the desired report from its identifier, but also to check what reports have not
been annotated yet (they are marked in boldface).</p>
      <p>The Annotation section contains the annotation created by the user for the clinical report
examined. MedTAG ofers four annotation types: Labels, Concepts, Mentions and Linking. The
ifrst two are document-level annotations: in this case the annotation refers to the entire textual
content. The latter two are mention-level annotations: in this case the annotation refers to
one or more text spans (mentions) in the original textual content. Labels annotation consists
in associating one or more labels to the textual report; a label is a property that describes
the report. Concepts annotation consists in associating one or more ontological concepts to
the report. Mentions annotation consists in identifying entity mentions. In order to identify a
mention, the user can either click on the first and on the last words composing the mention,
or click on every single adjacent word of the mention in the textual report on the left. The
identified mentions are characterized by diferent colors so to be immediately detected. In
Figure 1 the annotated mentions are highlighted in blue, yellow and green respectively. Linking
consists in associating one or more ontological concepts to a mention. Ontological concepts in
Linking and Concepts annotation can be added via a drop-down menu with auto-completion
facilities, this allows the user to type the desired concept without examining all the ontological
concepts. In Figure 1, each mention has been linked to its corresponding concept.
Each annotation can be either saved or deleted by clicking on Save and Clear button respectively.
Nevertheless, the annotation is automatically saved when the report or the annotation type
change. Annotators can benetfi from annotations created by other users they share MedTAG
with. The Annotation Panel (C.1 in Figure 1) provides the annotation created by the logged in
user (left-side button), the automatically created one (button in the middle, if the automatic
annotation is not available this button is disabled) and the one performed by another user of
choice (right-side button). The automatic annotation of the report and the one of the team mate
are read-only.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Evaluation</title>
      <p>Firstly, we evaluated MedTAG from a qualitative perspective, which allowed us to compare its
functionalities with those of other seven annotation tools exploited in the biomedical domain.
Then, we evaluated MedTAG from a quantitative perspective which allowed us to study the
performances of MedTAG compared to those of other four biomedical annotation tools.</p>
      <p>
        In the qualitative analysis we compared MedTAG to: BioQRator [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], ezTag [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], TeamTat
[
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], MyMiner [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], tag-tog [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], brat [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] and INCEpTION [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. We compared the eight tools
according to 22 (over the 26 proposed) criteria described in [16], a review concerning
generalpurpose and biomedical annotation tools. The selected criteria can be grouped according to
three categories: (i) Data: it concerns the configuration of the tool and the format of input and
output files, (ii) Functionality: it concerns the functionalities provided by the tools such as the
support for multiple annotation types, the integration with PubMed or the support for IAA, (iii)
Technical: it concerns technical details such as the ease of installation or the availability of the
source-code.
      </p>
      <p>MedTAG turned out to satisfy almost all the selected criteria (20 criteria over 22): the annotation
of overlapping mentions and the relationships annotation are the only unsatisfied criteria.</p>
      <p>
        In the quantitative analysis instead, we compared MedTAG performances to those of other
four web-based publicly available annotation tools: MyMiner [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], tag-tog [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], ezTag [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ],
TeamTat [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. To this aim, we considered the publicly available instance of MedTAG available
at: http://examode.dei.unipd.it/exatag/. We compared the five tools on two annotation types,
Labels and Mentions annotation, and we studied the performances in terms of (i) the elapsed
time and the (ii) the number of clicks required to annotate 100 clinical reports randomly taken
from a real set of reports about colon cancer. From the experimental results2, it turned out that
MedTAG achieved high performances in terms of elapsed time: to perform label annotation of
100 documents MedTAG has been 4.5 times faster than tag-tog (MedTAG took 46 seconds while
tag-tog 206). For what concerns the number of clicks instead, MedTAG turned out to be less
eficient than the other tools, especially in Mentions annotation (MedTAG required 519 clicks
while TeamTat only 307). The reported results are the average among 40 runs. The five tools
were tested relying on automatic agents developed using the Selenium Python library3.
      </p>
    </sec>
    <sec id="sec-4">
      <title>4. Final remarks</title>
      <p>The lack of large annotated corpora hinders the development of NER+L techniques based on
ML. Creating annotated corpora is an expensive demanding task performed by experts in the
biomedical domain. In order to ease and speed up the annotation process we presented MedTAG,
a dockerized, web-based biomedical annotation tool.</p>
      <p>Thanks to its Docker distribution, MedTAG is portable and it is easy to be installed. MedTAG
is customizable with documents, labels and concepts, not necessarily tied to a single ontology.
The PubMed integration allows the user to upload a list of PubMed articles’ identifiers whose
main information are automatically downloaded. MedTAG provides four diferent annotation
types: two of them are document-level annotation types, the others are mention-level annotation
types. The annotations of each type can be downloaded in four diferent file formats: CSV, JSON,
BioC/XML and BioC/JSON. MedTAG supports collaborative annotations: users can visualize
other members’ annotations and copy them in their own profile.</p>
      <p>In order to improve MedTAG, we plan to add the support for relationships annotation and
overlapping mentions. Moreover, we plan to extend the use-cases available for the automatic
annotation.</p>
      <p>2https://github.com/MedTAG/medtag-core#medtag-benchmark
3https://www.selenium.dev/</p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgments</title>
      <p>This work was supported by the ExaMode Project, as a part of the European Union Horizon
2020 Program under grant 825292.</p>
      <p>The authors wish to thank Stefano Marchesin for the work on SKET which has been integrated
in this work.
[14] S. M. Yimam, I. Gurevych, R. E. de Castilho, C. Biemann, Webanno: A flexible, web-based
and visually supported system for distributed annotations, in: Proceedings of the 51st
Annual Meeting of the Association for Computational Linguistics: System Demonstrations,
2013, pp. 1–6.
[15] S. Dobbie, H. Straford, W. O. Pickrell, B. Fonferko-Shadrach, C. Jones, A. Akbari, S.
Thompson, A. Lacey, Markup: A web-based annotation tool powered by active learning, Frontiers
in Digital Health 3 (2021).
[16] M. Neves, J. Ševa, An extensive review of tools for manual annotation of documents,
Briefings in bioinformatics 22 (2021) 146–163.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>F.</given-names>
            <surname>Giachelle</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Irrera</surname>
          </string-name>
          , G. Silvello,
          <article-title>Medtag: A portable and customizable annotation tool for biomedical documents, BMC Medical Informatics and Decision Making (2021) in print</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>T. B.</given-names>
            <surname>Murdoch</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. S.</given-names>
            <surname>Detsky</surname>
          </string-name>
          ,
          <article-title>The inevitable application of big data to health care</article-title>
          ,
          <source>Jama</source>
          <volume>309</volume>
          (
          <year>2013</year>
          )
          <fpage>1351</fpage>
          -
          <lpage>1352</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>G.</given-names>
            <surname>Gorrell</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Song</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Roberts</surname>
          </string-name>
          ,
          <article-title>Bio-yodie: A named entity linking system for biomedical text</article-title>
          , arXiv preprint arXiv:
          <year>1811</year>
          .
          <volume>04860</volume>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>D. M.</given-names>
            <surname>Trifiletti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. N.</given-names>
            <surname>Showalter</surname>
          </string-name>
          ,
          <article-title>Big data and comparative efectiveness research in radiation oncology: synergy and accelerated discovery</article-title>
          ,
          <source>Frontiers in oncology 5</source>
          (
          <year>2015</year>
          )
          <fpage>274</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>A. A.</given-names>
            <surname>Morgan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Lu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. M.</given-names>
            <surname>Cohen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Fluck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Ruch</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Divoli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Fundel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Leaman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Hakenberg</surname>
          </string-name>
          , et al.,
          <article-title>Overview of biocreative ii gene normalization</article-title>
          ,
          <source>Genome biology 9</source>
          (
          <year>2008</year>
          )
          <fpage>1</fpage>
          -
          <lpage>19</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>J.</given-names>
            <surname>Jovanović</surname>
          </string-name>
          , E. Bagheri,
          <article-title>Semantic annotation in biomedicine: the current landscape</article-title>
          ,
          <source>Journal of biomedical semantics 8</source>
          (
          <year>2017</year>
          )
          <fpage>1</fpage>
          -
          <lpage>18</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>D.</given-names>
            <surname>Kwon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kim</surname>
          </string-name>
          , S.-
          <string-name>
            <given-names>Y.</given-names>
            <surname>Shin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W. J.</given-names>
            <surname>Wilbur</surname>
          </string-name>
          ,
          <article-title>Bioqrator: a web-based interactive biomedical literature curating system</article-title>
          ,
          <source>in: Proceedings of the Fourth BioCreative Challenge Evaluation Workshop</source>
          , volume
          <volume>1</volume>
          ,
          <year>2013</year>
          , pp.
          <fpage>241</fpage>
          -
          <lpage>246</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>D.</given-names>
            <surname>Kwon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.-H. Wei</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Leaman</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          <article-title>Lu, eztag: tagging biomedical concepts via interactive learning</article-title>
          ,
          <source>Nucleic acids research</source>
          <volume>46</volume>
          (
          <year>2018</year>
          )
          <fpage>W523</fpage>
          -
          <lpage>W529</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>R.</given-names>
            <surname>Islamaj</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Kwon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Lu</surname>
          </string-name>
          ,
          <article-title>Teamtat: a collaborative text annotation tool</article-title>
          ,
          <source>Nucleic acids research</source>
          <volume>48</volume>
          (
          <year>2020</year>
          )
          <fpage>W5</fpage>
          -
          <lpage>W11</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>D.</given-names>
            <surname>Salgado</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Krallinger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Depaule</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Drula</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. V.</given-names>
            <surname>Tendulkar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Leitner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Valencia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Marcelle</surname>
          </string-name>
          ,
          <article-title>Myminer: a web application for computer-assisted biocuration and text annotation</article-title>
          ,
          <source>Bioinformatics</source>
          <volume>28</volume>
          (
          <year>2012</year>
          )
          <fpage>2285</fpage>
          -
          <lpage>2287</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>J. M. Cejuela</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>McQuilton</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Ponting</surname>
            ,
            <given-names>S. J.</given-names>
          </string-name>
          <string-name>
            <surname>Marygold</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Stefancsik</surname>
            ,
            <given-names>G. H.</given-names>
          </string-name>
          <string-name>
            <surname>Millburn</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Rost</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Consortium</surname>
          </string-name>
          , et al.,
          <article-title>tagtog: interactive and text-mining-assisted annotation of gene mentions in plos full-text articles</article-title>
          ,
          <year>Database 2014</year>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>P.</given-names>
            <surname>Stenetorp</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Pyysalo</surname>
          </string-name>
          , G. Topić,
          <string-name>
            <given-names>T.</given-names>
            <surname>Ohta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ananiadou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Tsujii</surname>
          </string-name>
          ,
          <article-title>Brat: a web-based tool for nlp-assisted text annotation</article-title>
          ,
          <source>in: Proceedings of the Demonstrations at the 13th Conference of the European Chapter of the Association for Computational Linguistics</source>
          ,
          <year>2012</year>
          , pp.
          <fpage>102</fpage>
          -
          <lpage>107</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>J.-C. Klie</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Bugert</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Boullosa</surname>
            , R. E. de Castilho,
            <given-names>I. Gurevych</given-names>
          </string-name>
          ,
          <article-title>The inception platform: Machine-assisted and knowledge-oriented interactive annotation</article-title>
          ,
          <source>in: Proceedings of the 27th International Conference on Computational Linguistics: System Demonstrations</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>5</fpage>
          -
          <lpage>9</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>