<!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>
      <journal-title-group>
        <journal-title>Joint Conference (March</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>A User Centric Visual Analytics Framework for News Discussions</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Jakob Smedegaard Andersen</string-name>
          <email>jakob.andersen@haw-hamburg.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science HAW Hamburg Hamburg</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2019</year>
      </pub-date>
      <volume>26</volume>
      <issue>2019</issue>
      <abstract>
        <p>Visual Analytics has achieved a lot of attention for its abilities to support exploratory knowledge discovery in large data sets. In this work-in-progress paper, we develop a Visual Analytics framework for user comments in the domain of online journalism. First, we examine how journalists' needs can be mapped to a visual interactive interface to make sense of user comments. We further investigate how diferent classes of Machine Learning algorithms like supervised and unsupervised learning can be integrated into Visual Analytics to enable a more user centric analysis. Due to the variety of Machine Learning approaches, we expect that diferent forms of integration will be needed. Our goal is to place the domain experts (e.g. journalists) in the loop to improve analytical reasoning.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
      <p>
        As data accessibility increases analytical methods and techniques
to handle the data become more important. Visual Analytics (VA)
is a novel approach to gain insights from heterogeneous and
unstructured data [
        <xref ref-type="bibr" rid="ref3 ref9">3, 9</xref>
        ]. The basic concept of VA is to combine the
processing capabilities of machines with human abilities of pattern
detection to overcome the flaws of pure analytical or visual
approaches. Interactive Visualisation (IV) is used to bridge these parts
together and to enable a more user centric discourse with data. The
goal of VA is to provide tools to efectively gain knowledge out of
data for better decision-making.
      </p>
      <p>In order to create such tools for big data scenarios, a precise
understanding of the coupling of Machine Learning (ML) and IV is
required. As not much work is done on how to modify and steer ML
methods through interactive interfaces, we focus on user centric
possibilities to adapt ML algorithms in the progress of the analysis.</p>
      <p>In this paper, we investigate how diferent types of ML like
supervised and unsupervised learning as well as specific methods
like clustering, classification, regression and dimension reduction
can be integrated in VA. Diferences are expected, because of the
diversity of those approaches. We use our findings to create a VA
framework for user comments in the domain of online journalism.</p>
      <p>First, we shortly introduce the VA approach, the concept of
“Human in the Loop” and the domain of making sense of news
discussions. Secondly, we present our VA Framework for user comments.
Hereafter, we argue in section 3.2 for a "Human in the Loop"
approach in VA in order to improve our framework. Then, we outline
questions for our upcoming research. Finally, we describe related
work and end up with our conclusion.
This section shortly introduces the central concepts of VA.</p>
      <p>
        VA is defined as "the science of analytical reasoning facilitated
by interactive visual interfaces" [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. By combining methods from
IV with ML and other automated techniques, VA seeks to improve
the process of knowledge discovery out of complex structured and
unstructured data [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. This approach is gaining more and more
importance due its abilities of integrating human knowledge into
computational data processing. VA enables explorative data
analytics in large scale data scenarios. Subject is the efective acquisition,
expansion and generation of knowledge to finally make better
decisions. Within VA the user takes an active role, as he or she steers
and supervises the analysis. The interaction becomes the crucial
part in which the user communicates his or her knowledge.
Several approaches have emerged efectively combining the strengths
of human cognition and machine processing [
        <xref ref-type="bibr" rid="ref10 ref5 ref8">5, 8, 10</xref>
        ]. However,
further research regarding the user centric coupling of ML and
interactive interfaces is needed.
2.2
      </p>
    </sec>
    <sec id="sec-2">
      <title>The Human in the Loop Paradigm</title>
      <p>
        In the early stages of ML the overall question was, "how to construct
computer programs that automatically improve with experience"
[
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. However, fully automated ML (aML) is not applicable for all
real world scenarios. Pure automatic approaches presuppose a good
understanding of the problem to achieve beneficial results. They
are unsuitable for ill-defined or a priori undefined questions or if
needed training data is not available. VA addresses tasks which
are explorative in nature [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. A more seamless approach is needed
which fits into the existing interactive process.
      </p>
      <p>
        A ML approach which can utilise domain knowledge is described
by the phrase “Human in the Loop” (HitL). HitL is a special case
of interactive ML (iML) and can be defined as algorithms that can
optimize their learning behaviour through the interaction with
humans [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. The human is directly integrated in the train, tune and
test phase of the algorithm to obtain a higher quality of results.
Although ML is a central component of VA, the integration of HitL
is not much investigated.
      </p>
      <p>The primary advantage of HitL is the ability to reach inside the
models black box. The approach enables the advanced use of the
human knowledge and expertise inside a continuous feedback loop.
User interaction empowers model steering and is not limited to
model selection and parameterization. However, the HitL approach
rises new challenges in getting the most out of the participation
with humans. Novel approaches are needed to make this interplay
more intuitive and beneficial.</p>
      <p>
        A typical use case or HitL is supervised learning. In this setting,
the goal is to learn a mapping between X and Y given a set of
training pairs (xi , yi ), whereas xi ∈ X are called examples and yi ∈
Y are labels for i ∈ {1, ..., n}. A typical supervised HitL approach is
to increase n as the number of example pairs to gain more accuracy
through enhancing the grounded truth. However, HitL can also
be applied to unsupervised learning settings. Here only a set of n
examples X = {x1, ..., xn } is given. The goal is to find interesting
structures in the examples X . By applying HitL the problem can
be transformed into a semi-supervised learning problem if a user
provides l labels for some examples in X . The examples get divided
in Xl := {x1, ..., xl } for which the labels Yl := {y1, ..., yl } are given
and Xu := {xl +1, ..., xn } as the set with no labels. In this case, the
training pairs can be used to dynamically guide the computation
by constraints or additional information. See Capelle et al. [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] for
details.
2.3
      </p>
    </sec>
    <sec id="sec-3">
      <title>User Feedback in News Discussions</title>
      <p>This section introduces and motivates the domain of analysing
user feedback in news discussions. User feedbacks refers to various
forms of user participation regarding journalistic contents. The
focus lies on textual comments from multiple channels like news
webpages, emails and social media.</p>
      <p>
        There is a high demand of gaining insights from user comments,
as they are a valuable source of information. They can contain
useful aspects like feedback, critics, new perspectives and expertise.
Furthermore, comments mirror personal opinions which are
normally hard to capture [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. On the backside, comments can include
insults, hustles and advertisements which can negatively afect the
overall quality of the discussion.
      </p>
      <p>
        Studies show that user comments support the daily work of
journalists and editors [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. This includes the obtaining of new
ideas for further articles, additional facts and direct feedback for
improving the work of journalists. Thus, observing user comments
has clearly a positive value. However, the heterogeneity and large
volume raises a number of challenges, such as moderation overhead
costs and overview of the current state of the discussion [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ].
      </p>
      <p>
        Consequently, newsrooms are faced with an increasing demand
for computer supported ways to analyse, aggregate and visualize
user comments. Unfortunately, there is a lack of analytical tools to
provide high quality comments that can be leveraged for journalistic
purposes [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ].
      </p>
      <p>From a data science point of view, user comments are documents
with heterogeneous information contexts and several connections
between each other. They consist of multiple attributes like a
commenter identification, the related article, a timestamp, a title, a
ranking from other readers and several annotations from manually
or automated classifications like sentiment analysis and swearword
detection.
3</p>
    </sec>
    <sec id="sec-4">
      <title>MAKING SENSE OF USER COMMENTS</title>
      <p>
        As the manual analysis of user comments is resource consuming and
unpractical with a rising volume, velocity and variety of user
comments, various researchers focus on approaches to detect patterns
automatically [
        <xref ref-type="bibr" rid="ref19 ref6">6, 19</xref>
        ]. In order to enable better analytical reasoning,
we constructed a VA framework for annotated user comments.
We have developed a fully functional VA framework for user
comments. The framework covers the needs of journalists. Our research
builds upon the findings of Loosen et al. [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. They propose
requirements for an analytics tool in the field of user comments which
covers the needs of journalists. The aim of our work is develop and
further examine these findings in a VA tool. The primary question
is how to map the analytical requirements into a suitable
combination of visualisations and interactions to fulfil journalists’ needs. As
our data collection, we use a set of pre annotated user comments.
Our framework consists of the following analytical dimensions: See
Loosen et al. [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] for further details.
      </p>
      <p>• Article Selection</p>
      <p>The occurrence of comments in time/progress of a
discussion. The user can select samples of articles from which the
comments are analysed.
• Topics and Addressees</p>
      <p>What is discussed and who is mentioned and directly
addressed in a sample of user comments.
• Discussion and Argumentation</p>
      <p>The direction of a discussion and risen arguments over the
time. The user can analyse the development of pro- and
contra-arguments towards a certain question or topic over
time.
• Quality</p>
      <p>Metrics to quantify the quality of the user comments to ofer
a condensed overview.
• Selected User Comments</p>
      <p>A close read function for selected user comments.</p>
      <p>Each dimension is implemented as a separate view within a web
application. Views supply a set of visualisations and interactions to
enable and support an analytical discourse with the user. The views
are coordinated and implement diferent interaction strategies like
selections, filtering , focus+context and linking+brushing. Every view
is an optional part of the analysis. The user decides dynamically,
which views he or she wants to use. The layout of the views are
based on a “filter flow ” metaphor. The views possess a specified
ordering in which they are placed on the screen. Changes inside a
view are only forwarded to subsequent views. The user is able to
iflter in arbitrary order and there are no top-down restrictions.</p>
      <p>Figure 1 shows the Article Selection view. The upper part of the
ifgure depicts the distribution of comments over time, whereas
the lower part ofers several selection options. Comments can be
selected individually or grouped by sections, topics and authors.
The Discussion and Argumentation view is depicted in figure 2. After
the user selected a stance or topic the distribution of the for and
against comments are shown in a line-graph. Related arguments
are listed in the bottom part. Furthermore, selected comments are
plotted regarding to their sentiment and user ratings. The grey
boxes relate to filtering operation and only comments within are
considered. Figure 3 illustrates the Quality view. User comments are
represented as a set of diferent indicators. In the upper part user
comments are categorised along the dimensions article reference,
compliance and originality. For further analysis, each of the above
selected comments are than depicted as polylines inside parallel
coordinates. As indicators e.g. the length, sentiment, or number of
references are used.</p>
      <p>Another central part in our investigations is the evaluation of
our prototype. We conduct a quantitative usability study after the
end of the first implementation cycle to assess the overall system
and to counteract any weak points. Seven participants are observed
while solving real world problems with our prototype. In addition,
they answer a questionnaire about the usability. The findings are
used for improvements and further requirements. The evaluation
also reveals that the participants unconditionally trust the results.
This is not surprising as the tool does not show the accuracy of the
analytical results.</p>
    </sec>
    <sec id="sec-5">
      <title>From Interactive Filtering to Human in the</title>
    </sec>
    <sec id="sec-6">
      <title>Loop</title>
      <p>In our first prototype the processing capabilities of VA is not
exhausted. One drawback of our prototype is the lack of interactive
model adaptation. The prototype lacks in integrating users’
expertise and experience in the analysis. The current interaction takes
place as a sequence of selections, overviews and filter operations.
The integration of ML is limited to pre-processing.</p>
      <p>To enable HitL and interactive model steering and thus exploit
the possibilities of VA, we extend our prototype with interactive
ML components. We have to develop specific use cases that include
HitL approach, which can also be used in a more general form
across domains.</p>
      <p>The question arises why it could be beneficial to place the
journalist in the loop. At first, our framework is based on several
classification models that provide annotations for interactive visualisation.
Since these algorithms are based on simplified models of reality,
misclassifications are to be expected. The misclassification
likelihood can be quantified by relative error frequencies. By using HitL,
the user can interactively correct spotted misclassifications and
initiate new training cycles to improve the model’s accuracy, which
afect the visual correctness.</p>
      <p>Secondly, HitL opens up new possibilities of individualisation. It
is dificult to satisfy the desire for customizable queries through a
predefined set of filter operations. HitL makes it possible to
dynamically select data that are of special interest. The user can be ofered
opportunities to create and apply generic classification models at
runtime.</p>
      <p>Furthermore, many ML algorithms work on restricted
information basis. There is only a limited amount of data available, only a
sample is used for computation or the algorithms are incorrectly
configured. This leads to diferent understandings of similarities or
weights between human expectations and computational results.
HitL makes it possible through experience of the users to correct
these deviations and thus to improve the results.</p>
    </sec>
    <sec id="sec-7">
      <title>NEXT STEPS</title>
      <p>following questions arises:
For our next steps to integrate diferent ML methods in VA, the
RQ1: To what extent can diferent ML methods be adapted within
an iterative process?
A taxonomy for user centric adaptations of ML methods will be
developed to guide the development of VA applications. The
integration of HitL aspects is carried out with regard to the diference
of supervised and unsupervised approaches. In addition, specific
methods like classification, regression, clustering and dimension
reductions will be considered.</p>
      <p>
        RQ2: How can model adaptations and responses be translated and
mapped into a visual metaphor?
It is a dificult task to steer computational models to match
expectations. There is a gap between computational processing on the
machine side and cognition on the human side that can lead to hard
usability problems [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. The user has to translate his or her mental
model into numeric variables to steer the computation. The
challenge is to provide a visual layer which abstracts the computational
perspective, as pretty much every journalist (or end user) do not
want to deal with ML details.
      </p>
      <p>
        RQ3: How can the uncertainties of ML method be visually
communicated and utilised in a constructive manner?
Uncertainty is created and communicated over the complete VA
process [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. We will focus on uncertainties created by ML algorithms.
There exist several quality measures which quantify the accuracy
of ML algorithms. We want to discover how these uncertainties can
be communicated in an appropriate manner to create awareness.
Furthermore, we want to utilize the uncertainty in combination
with the HitL approach to reduce misclassifications.
      </p>
      <p>In order to answer these questions, we examine the integration
of ML and IV from a user centric point of view. To support the
suitability of our findings, we develop and evaluate several prototypes
in the domain of news discussions. A goal is to cover diferent ML
approaches. We will carry out quantitative usability tests with
representatives to spot and document strengths and weaknesses. The
observation will take place inside our usability lab which consists
of eye-tracers, cameras, screen captures and key loggers.
5</p>
    </sec>
    <sec id="sec-8">
      <title>RELATED WORK</title>
      <p>
        In [
        <xref ref-type="bibr" rid="ref18 ref20">18, 20</xref>
        ] the authors present VA tools to make sense of text
collections. In contrast to our approach they do not place the human
in the loop and rely heavily on pre-processing. Our modelling of
the human interactions with ML is similar to [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], but they do
not distinguish between various ML strategies like supervised and
unsupervised learning. Additionally, [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] is related to our work as
they come up with a novel principle for analytical interactions
called semantic interactions. We will build upon these findings to
provide interactions that derive from the user’s analytic process.
6
      </p>
    </sec>
    <sec id="sec-9">
      <title>CONCLUSION</title>
      <p>We have developed a VA tool for user comments in online
journalism and have outlined next steps for a user centric integration
of ML in our prototype. The next steps cover how diferent ML
methods like supervised and unsupervised learning can be adapted
within an iterative process, how these adaptations can be visual
translated and mapped to a visual metaphor as well as how
occurred uncertainties can be communicated and constructively used.
A broader understanding of the coupling of ML and IV is necessary
to fully exploit the strengths of VA.</p>
    </sec>
    <sec id="sec-10">
      <title>ACKNOWLEDGMENTS</title>
      <p>The paper was supported by BWFG Hamburg within the “Forum
4.0” project as part of the ahoi.digital funding line.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Olivier</given-names>
            <surname>Chapelle</surname>
          </string-name>
          , Bernhard Scholkopf, and
          <string-name>
            <given-names>Alexander</given-names>
            <surname>Zien</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>Semi-supervised learning</article-title>
          . MIT Press.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Kristin</surname>
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Cook</surname>
            and
            <given-names>James J.</given-names>
          </string-name>
          <string-name>
            <surname>Thomas</surname>
          </string-name>
          .
          <year>2005</year>
          .
          <article-title>Illuminating the path: The research and development agenda for visual analytics</article-title>
          .
          <source>IEEE Computer Society.</source>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Geofrey</given-names>
            <surname>Ellis</surname>
          </string-name>
          and
          <string-name>
            <given-names>Florian</given-names>
            <surname>Mansmann</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Mastering the information age solving problems with visual analytics</article-title>
          . Taylor &amp; Francis Group.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Alex</given-names>
            <surname>Endert</surname>
          </string-name>
          , Patrick Fiaux, and Chris North.
          <year>2012</year>
          .
          <article-title>Semantic interaction for visual text analytics</article-title>
          .
          <source>In Proceedings of the SIGCHI conference on Human factors in computing systems. ACM</source>
          ,
          <volume>473</volume>
          -
          <fpage>482</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Alex</given-names>
            <surname>Endert</surname>
          </string-name>
          ,
          <string-name>
            <given-names>William</given-names>
            <surname>Ribarsky</surname>
          </string-name>
          , Cagatay Turkay, BL William Wong, Ian Nabney,
          <string-name>
            <surname>I Díaz Blanco</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Fabrice</given-names>
            <surname>Rossi</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>The state of the art in integrating machine learning into visual analytics</article-title>
          .
          <source>In Computer Graphics Forum</source>
          , Vol.
          <volume>36</volume>
          . Wiley Online Library,
          <fpage>458</fpage>
          -
          <lpage>486</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Marlo</given-names>
            <surname>Häring</surname>
          </string-name>
          , Wiebke Loosen, and
          <string-name>
            <given-names>Walid</given-names>
            <surname>Maalej</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Who is addressed in this comment?: Automatically classifying meta-comments in news comments</article-title>
          .
          <source>Proceedings of the ACM on Human-Computer Interaction 2</source>
          ,
          <string-name>
            <surname>CSCW</surname>
          </string-name>
          (
          <year>2018</year>
          ),
          <fpage>67</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Andreas</given-names>
            <surname>Holzinger</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Interactive machine learning for health informatics: When do we need the human-in-the-loop?</article-title>
          <source>Brain Informatics 3</source>
          ,
          <issue>2</issue>
          (
          <year>2016</year>
          ),
          <fpage>119</fpage>
          -
          <lpage>131</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Liu</given-names>
            <surname>Jiang</surname>
          </string-name>
          , Shixia Liu, and
          <string-name>
            <given-names>Changjian</given-names>
            <surname>Chen</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Recent research advances on interactive machine learning</article-title>
          .
          <source>Journal of Visualization</source>
          (
          <year>2018</year>
          ),
          <fpage>1</fpage>
          -
          <lpage>17</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Daniel</surname>
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Keim</surname>
            , Florian Mansmann, Jörn Schneidewind, Jim Thomas,
            <given-names>and Hartmut</given-names>
          </string-name>
          <string-name>
            <surname>Ziegler</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>Visual Data Mining. In Theory, techniques and tools for visual analytics</article-title>
          . Springer, Chapter Visual analytics: Scope and challenges,
          <volume>76</volume>
          -
          <fpage>90</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Shixia</surname>
            <given-names>Liu</given-names>
          </string-name>
          , Xiting Wang, Mengchen Liu, and
          <string-name>
            <given-names>Jun</given-names>
            <surname>Zhu</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Towards better analysis of machine learning models: A visual analytics perspective</article-title>
          .
          <source>Visual Informatics</source>
          <volume>1</volume>
          ,
          <issue>1</issue>
          (
          <year>2017</year>
          ),
          <fpage>48</fpage>
          -
          <lpage>56</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Wiebke</surname>
            <given-names>Loosen</given-names>
          </string-name>
          , Marlo Häring, Zijad Kurtanović, Lisa Merten, Julius Reimer, Lies van Roessel,
          <string-name>
            <given-names>and Walid</given-names>
            <surname>Maalej</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Making sense of user comments: Identifying journalists' requirements for a comment analysis framework</article-title>
          .
          <source>SCM Studies in Communication and Media</source>
          <volume>6</volume>
          ,
          <issue>4</issue>
          (
          <year>2018</year>
          ),
          <fpage>333</fpage>
          -
          <lpage>364</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Tom</surname>
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Mitchell</surname>
          </string-name>
          .
          <year>1997</year>
          .
          <article-title>Machine learning</article-title>
          .
          <source>McGraw-Hill.</source>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>Deokgun</given-names>
            <surname>Park</surname>
          </string-name>
          , Simranjit Sachar, Nicholas Diakopoulos,
          <string-name>
            <given-names>and Niklas</given-names>
            <surname>Elmqvist</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Supporting comment moderators in identifying high quality online news comments</article-title>
          .
          <source>In Proceedings of the 2016 CHI Conference on Human Factors in Computing Systems (CHI '16)</source>
          . ACM,
          <volume>1114</volume>
          -
          <fpage>1125</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Dominik</surname>
            <given-names>Sacha</given-names>
          </string-name>
          , Michael Sedlmair, Leishi Zhang, John A. Lee, Jaakko Peltonen, Daniel Weiskopf, Stephen C. North, and Daniel A. Keim.
          <year>2017</year>
          .
          <article-title>What you see is what you can change: Human-centered machine learning by interactive visualization</article-title>
          .
          <source>Neurocomputing</source>
          <volume>268</volume>
          (
          <year>2017</year>
          ),
          <fpage>164</fpage>
          -
          <lpage>175</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Dominik</surname>
            <given-names>Sacha</given-names>
          </string-name>
          , Hansi Senaratne, Bum C. Kwon, Geofrey Ellis, and
          <string-name>
            <surname>Daniel</surname>
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Keim</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>The role of uncertainty, awareness, and trust in visual analytics</article-title>
          .
          <source>IEEE Transactions on Visualization and Computer Graphics</source>
          <volume>22</volume>
          ,
          <issue>1</issue>
          (
          <year>2016</year>
          ),
          <fpage>240</fpage>
          -
          <lpage>249</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Arthur</surname>
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Santana</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Online readers' comments represent new opinion pipeline</article-title>
          .
          <source>Newspaper Research Journal</source>
          <volume>32</volume>
          ,
          <issue>3</issue>
          (
          <year>2011</year>
          ),
          <fpage>66</fpage>
          -
          <lpage>81</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Jessica Z. Self</surname>
          </string-name>
          ,
          <string-name>
            <surname>Radha K. Vinayagam</surname>
            ,
            <given-names>J. T.</given-names>
          </string-name>
          <string-name>
            <surname>Fry</surname>
          </string-name>
          , and Chris North.
          <year>2016</year>
          .
          <article-title>Bridging the gap between user intention and model parameters for human-in-the-loop data analytics</article-title>
          .
          <source>In Proceedings of the Workshop on Human-In-the-Loop Data Analytics (HILDA '16)</source>
          . ACM, New York, NY, USA, Article
          <volume>3</volume>
          , 6 pages.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>John</surname>
            <given-names>Stasko</given-names>
          </string-name>
          , Carsten Görg, and Zhicheng Liu.
          <year>2008</year>
          .
          <article-title>Jigsaw: Supporting investigative analysis through interactive visualization</article-title>
          .
          <source>Information Visualization 7</source>
          ,
          <issue>2</issue>
          (
          <year>2008</year>
          ),
          <fpage>118</fpage>
          -
          <lpage>132</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Gregor</surname>
            <given-names>Wiedemann</given-names>
          </string-name>
          , Eugen Ruppert, Raghav Jindal, and
          <string-name>
            <given-names>Chris</given-names>
            <surname>Biemann</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Transfer learning from LDA to BiLSTM-CNN for ofensive language detection in twitter</article-title>
          .
          <source>Austrian Academy of Sciences, Vienna September 21</source>
          ,
          <year>2018</year>
          (
          <year>2018</year>
          ),
          <fpage>85</fpage>
          -
          <lpage>94</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Yi</surname>
            <given-names>Yang</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Quanming</given-names>
            <surname>Yao</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Huamin</given-names>
            <surname>Qu</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>VISTopic: A visual analytics system for making sense of large document collections using hierarchical topic modeling</article-title>
          .
          <source>Visual Informatics</source>
          <volume>1</volume>
          ,
          <issue>1</issue>
          (
          <year>2017</year>
          ),
          <fpage>40</fpage>
          -
          <lpage>47</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>