<!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>FacetSearch: A Faceted Information Search and Exploration Prototype</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Christin Katharina Kreutz</string-name>
          <email>kreutzch@uni-trier.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Peter Boesten</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alex Witry</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ralf Schenkel</string-name>
          <email>schenkel@uni-trier.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Trier University</institution>
          ,
          <addr-line>54286 Trier, DE</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Faceted search and exploration is efective and desirable when confronted with bibliographic data sets. As this data is mostly extensive, a powerful and flexible information retrieval tool needs to be provided. We propose FacetSearch; a scalable prototype especially designed for 1) comparing and visualizing trends in corpora via a trend visualization, as well as 2) exploring data and relations between elements with a pivot operation. Metadata can be accessed in multiple dimensions with facets and filter rules on them to help refine search queries or navigate through a corpus. An evaluation showed the potential and user acceptance of our approach when compared to the textual search engine Semantic Scholar.</p>
      </abstract>
      <kwd-group>
        <kwd>Faceted Search</kwd>
        <kwd>Data Exploration</kwd>
        <kwd>Faceted Metadata</kwd>
        <kwd>Information Visualization</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        With the ever-growing amount and richness of bibliographic data, exploring
and interpreting this information with help of tools is becoming increasingly
important. A simple textual search is not suficient to access the collection in
its full dimension if a user has no prior knowledge of the data being looked
for. Faceted search can help overcome this by providing attributes with which
queries can be refined or a corpus can be explored. Some works even point out,
that users prefer searching with facets instead of only textual search [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ] and
exploratory visualization systems improve the users understanding of collections
[
        <xref ref-type="bibr" rid="ref11">11</xref>
        ].
      </p>
      <p>When comparing applicants for an open position in science, multiple aspects
of researchers need to be considered. Not only their number of publications but
also their h-index, their domain, the conferences and journals they published in
and their publication development over the years could be relevant. In literature
research, examining quality and impact of citations as well as getting a brief
insight into papers is essential to estimate their usefulness and centrality. For
scientists exploring a corpus is important to detect interesting researchers and
publications associated with certain topics. All these tasks require a powerful
information retrieval system. We introduce a prototype tailored to tackle such
information needs: FacetSearch, a system espacially directed at visualizing and</p>
      <sec id="sec-1-1">
        <title>References of P</title>
        <p>P</p>
      </sec>
      <sec id="sec-1-2">
        <title>Citations of P</title>
        <p>R1
R2</p>
        <p>C1
C2
comparing trends and relations in large bibliographic collections as well as giving
the opportunity to explore them by usage of faceted search.</p>
        <p>This work is structured as follows: in Section two, we introduce some basic
definitions and our data set. Afterwards, the FacetSearch interface is described
in detail and evaluated in the following chapter. We close with related work and
the description of possible improvements for our preliminary system.</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>Terms and Definitions</title>
      <sec id="sec-2-1">
        <title>Definition</title>
        <p>There are diferent information needs when working with an information system.
A simple search is about refining a result set from many to few elements with
the goal of finding the most relevant element for a query. Exploration is a much
more imprecise task with no certain ambition except to casually examine an
information space and navigate between elements.</p>
        <p>Metadata can be clustered in alternative hierarchical categories in the
information space. These categories are called facets. Facets contain elements, which
are the aggregated potential values that occur in the corresponding metadata
dimension. Queries on elements of facets are called filter rules , they generate and
refine results. A rule set is composed of all currently active filter rules. Faceted
search interfaces support exploration and search by suggesting fitting facet filter
options based on the respective rule set to progressively specify the results.</p>
        <p>In the context of a publication-centered faceted search system, facets could
be author names, journals or keywords attributed to publications, elements in a
facet containing keywords could be database, machine learning and algorithm. A
iflter rule on a facet containing keywords could query for algorithm and retrieve
publications attributed with this keyword.</p>
        <p>For our use case of bibliographic data, we need to specify linkages between
publications. We distinguish between citations and references as visualized in
Figure 1. Citations are the publications connected by ingoing links to a paper
from its citing publications, references are the papers connected by outgoing
links from a publication to papers which are cited.
2.2</p>
      </sec>
      <sec id="sec-2-2">
        <title>Data Set</title>
        <p>
          Our prototype uses data from the dblp computer science bibliography. The dblp
corpus contains bibliographic metadata concerning authors, publications as well
as venues (journals and conferences) from the field of computer science and
adjacent areas [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]. As of July 2018, it holds information of over 4.2 million
publications and more than 2.1 million authors. This data set is enriched with
information from Aminer [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ] based on DOIs matched with dblp data or paper
title and author matches where DOIs were not present. For about 100,000 papers,
full texts extracted from PDFs with Science Parse [
          <xref ref-type="bibr" rid="ref29">29</xref>
          ] are included.
        </p>
        <p>In dblp, author names, publication titles and related venues are stored, the
extended collection additionally contains citations, references, abstracts, full
texts, keywords and topics of publications. All supplementary data is partial.
Except for abstracts and full text, available metadata is used as elements in
facets. Topics are merged into one facet with keywords as these attributes are
similar but often missing. The additional data is useful in indicating quality of
papers (citations and references) as well as providing further aspects to explore
(abstracts, full texts) and redefine (keywords) the data.
– Papers By Author
– Authors By Paper
– Papers By Collection
– Authors By Collection
– Papers By Keyword
– Cited Papers By Author – Authors Cited By Author
– Referenced Papers By Author – Papers Referencing Paper
– Papers Cited By Paper – Papers Referencing Collection
– Papers Cited By Collection – Authors Referencing Author
The FacetSearch interface can be partitioned into five main components as seen
in Figure 2: At the top (A), a menu is given with which a user can switch rule sets
and select which facets are being displayed. In the facet area (B), currently chosen
facets are depicted to explore the data with. Above in the filter (C), the current
rule set is given. On the right in the item view (D), elements retrieved by the
query donated by the active rule set are listed. Lastly, in the trend visualization
(E), the temporal development of elements from rule sets is pictured.</p>
        <p>
          The arrangement of areas in the interface is highly influenced by FacetLens
[
          <xref ref-type="bibr" rid="ref9">9</xref>
          ]. We designed the user interface according to Shneiderman et al.’s principle of
direct manipulation, where the visual representation of data, physical interaction
with objects and the reversibility of actions are key elements [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ].
Facets are named according to the convention X By Y. Y is the type of metadata
or elements displayed in the facet, X is the type of results of a filter rule on this
facet. Facets working on citations are an exception; they are structured as X
Cited By Y or X Referencing Y. Elements in facets are dynamically queried
and displayed. Figure 3 gives an overview of facets available in FacetSearch, the
repertoire of facets is based on previous work [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ]. In our prototype, tool tips
provide short descriptions of the facets. To switch between visible facets, a menu
can be accessed to pick the three displayed ones. Via search and diferent sorting
methods on facet elements or iteration through them, elements can be selected
and combined with conjunction or disjunction as new filter rules. Special focus
concerning sorting options needs to be laid on facet Papers By Keyword as there
is the possibility to sort elements according to the average percental growth of
the keyword’s occurrences in papers per year.
        </p>
        <p>The facet Papers By Author contains all author names as elements. If the
elements Ralf Schenkel and Gerhard Weikum are selected and conjugated in
a filter rule, a query for papers which are co-authored by Ralf Schenkel and
Gerhard Weikum is initiated and publications fitting all requirements of the
current rule set are retrieved and listed in the item view. The elements in all
facets are updated according to the restricted result set.</p>
        <p>In addition to the traditional facets, two facets Papers By Year and Papers
By Type are always visible, they do not contain dynamically generated elements.
These facets refine the time interval and the desired publication type of results.</p>
        <p>Users can switch between multiple rule sets. Filter rules contained in them are
conjugated and resulting entries are listed in the item view. It can be switched
between a publication and an author view of the results, the default view is
denoted by the X -component of the facet, on which the last filter rule was
generated. A search is available on the item view. If an element from the item
view is selected, a detail view opens as pictured in Figure 4. It provides all
available information for an author or a publication.</p>
        <p>Next to some attributes in the detail view, a button with an arrow symbol
(marked red on the left detail view in Figure 4) ofers a shortcut-functionality
of our prototype, the pivot operation. When clicking this button, a user breaks
free from the current environment and creates a new rule set without dropping
the old one. The only active filter rule in the new rule set contains the elements,
which a user pivoted on. By pivoting, users can quickly explore the corpus.</p>
        <p>In the case shown in the left of Figure 4, clicking on the pivot button next to
the five authors (Ralf Schenkel, Andreas Broschart, Seung-won Hwang, Martin
Theobald and Gerhard Weikum) of the publication Eficient Text Proximity
Search generates a new rule set. A user has to decide whether the authors are
combined conjunctive or disjunctive. In the new rule set, the only active filter
rule would be the selection of the five authors as elements from the facet Papers
By Author. The item view then holds all publications fitting these requirements.</p>
        <p>The development of publications over time from diferent rule sets can be
visualized in the trend visualization. With two drop-down menus, the depicted
interval can be determined. There are several trend types available for display:
number of publications, number of citations and number of references. With a
click on a trend bar, a window with publications fitting the rule set from the</p>
        <p>Fig. 5: Comparison of publications for re- Fig. 6: Comparison of citations of publications
searchers R1 (blue) and R2 (green) for key- from researchers R1 (blue) and R2 (green)
words database, inf ormation retrieval and for publications with keywords database,
data mining. Hight of bars indicates number inf ormation retrieval and data mining.
of publications per year. Hight of bars gives number of citations per
year
corresponding year opens. Trends of up to three rule sets can be compared in
the trend visualization at the same time.</p>
        <p>The trend visualization can be used for the estimation of keywords’ relevance.
If the keyword logic programming is chosen in facet Papers By Keyword, the trend
visualization shows the decreasing number of publications attributed with this
term which could hint at a vanishing importance of the topic. The selection
of the keyword smartphone instead set could show an increasing number of
publications over the years which could indicate the growing significance of this
area at a current time frame.
3.2</p>
      </sec>
      <sec id="sec-2-3">
        <title>Exemplary Application</title>
        <p>One of the tasks FacetSearch is suited for is the comparison of applicants for
vacancies in academia. Manning these positions is challenging, as only experts in
the vacant field can fully access quality and impact of candidates research. Let’s
assume there are two researchers R1 and R2 who run for a professor position in
database systems. In a first step, the number of publications of each applicant
could be compared in this area which can be described by keywords database,
inf ormation retrieval and data mining. When searching for publications from
these authors (via facet Papers By Author) with OR-ed keywords (via facet
Papers By Keyword), the comparison of results in the trend visualization is
depicted in Figure 5. Based on these publication trends R1 would be the better
candidate as he publishes more papers. Figure 6 shows the outcome if the number
of citations of the publications of the authors is compared. Even though R1 did
publish more than R2, R2 is cited much more often which indicates that R2 is
more important than R1 and would be a more suitable population for the open
position if no other aspects influence this decision.</p>
      </sec>
      <sec id="sec-2-4">
        <title>3.3 Implementation Details</title>
        <p>FacetSearch is a prototype implemented in Java 7 using local indices which store
bibliographic information. Elasticsearch is used for saving and searching data.
Q1 Who are the co-authors of author A in his most cited publication? How many publications do
they have together?
Q2 What is the most frequent keyword associated with author A between years Y1 and Y2?
Q3 How many publications has author A in collection C?
Q4 Which of the publications citing publication P is the most cited one?
Q5 Compare collection C1 and C2: which one contains more publications with keyword K between
years Y1 and Y2?
Q6 Compare authors A1 and A2: who was cited more between years Y1 and Y2?</p>
        <p>One index stores information concerning authors (unique name, possible further
names, h-index), the other one contains data regarding publications (title, unique
author names, publication year, collection in which it was published, keywords,
full text, citations, references, average h-index of authors) as far as available.</p>
        <p>In Elasticsearch, the maximum result size of a query is set to 10,000 elements
by default. As we did not change that value, it is the top number of elements
returned in facets where Y = Author or Y = Paper if a search is performed
on them. A search on authors could query for the primary unique name or a
further name. Fitting names are looked up in the author index. For every author
with good scoring, the unique name is used in the publication index to test if
the author has at least one paper matching the current rule set and if so, the
author is considered further. Search terms with high frequency such as John
or the should be avoided or rendered more precisely to prevent the case of an
element existing and fitting the current rule set but not being retrieved.
4</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Evaluation</title>
      <p>
        A direct comparison of FacetSearch with its predecessors PaperLens [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] as well
as FacetLens [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] is impossible as these systems are unavailable online. In order
to evaluate the usefulness of FacetSearch compared to a classical information
system, we invited ten volunteers (two of them females, nine of them with a
background in computer science) to participate in a user study. Our goal was to
compare the usability and user acceptance of the systems by measuring speed
of performance, error rate and the subjective satisfaction of users [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ].
4.1
      </p>
      <sec id="sec-3-1">
        <title>Experimental Set-Up</title>
        <p>
          Our comparative study used FacetLens as a faceted information retrieval system
and Semantic Scholar[
          <xref ref-type="bibr" rid="ref27">27</xref>
          ], an academic search engine used with textual search.
Like FacetSearch, Semantic Scholar contains information on papers, authors,
venues, citations, and keywords, indicating the target audience for both systems
is similar.
        </p>
        <p>
          Between participants, the order of the presented systems was alternated to
compensate for learning efects. Test users were given tutorials of both systems
before they started working on the respective tasks. A pre-evaluation with two
diferent subjects showed the need for another training step between tutorial
and evaluation with FacetSearch as the time to learn [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ] with this system was
0
0
6
0
0
c 3
e
s
in 0
iem 12
T
0
4
        </p>
        <sec id="sec-3-1-1">
          <title>FaSe SeSc</title>
          <p>X × dif mean X × dif mean
Q1 8 2 3.5 9 1 4.1
Q2 9 1 2.4 2 8 4.3
Q3 9 1 2.4 9 1 3.2
Q4 8 2 4.9 6 4 4.9
Q5 9 1 3.2 8 2 3.4</p>
          <p>Q6 3 7 3.9 7 3 4.4
eaS ceS
1FQ 1SQ
eaS ceS
2FQ 2SQ
eaS ceS
3FQ 3SQ
eaS ceS
4FQ 4SQ
eaS ceS
5FQ 5SQ
eaS ceS
6FQ 6SQ
(b) Number of right and wrong
answers per system and question
(a) Time per question answered correctly in seconds with mean of dificulty given by
for FacetSearch and Semantic Scholar. test users.
primarily underestimated. Two basic training tasks were included before users
worked on the evaluated questions. Participants solved these in training with
help of an instructor. The whole session lasted about one hour for each member
of the evaluation group.</p>
          <p>Figure 7 gives an overview of the six types of questions posed for each of
the systems, variables were changed between them. The first two questions were
directed at correct handling of authors, the next two aimed at exposure with
publications and the last tasks required usage of the trend visualisation. Not
only the correctness of responses was measured, answering time was also taken.
Additionally, users were asked to rate the dificulty of solving the posed questions
with the respective systems on a scale from 1 to 7 (1 being very easy, 7 being
very dificult) and judge functionalities of FacetSearch in the end.
4.2</p>
        </sec>
      </sec>
      <sec id="sec-3-2">
        <title>Results and Discussion</title>
        <p>
          FacetSearch Some works observe a change in search habits when a grouping
mechanism such as faceted search is available [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]. This corresponds with our
observation of users requiring additional time and training before being able to
fully grasp the functionality of FacetSearch in Q1. Q2 and Q3 were answered
quickly and correctly by the test users. Because Q4 uses references, this task was
dificult for most participants as the required facet Papers Referencing Paper
behaves unintuitively. Choosing elements from this facet leads to the display
of publications in the item view, of which the chosen elements are a reference.
The next question Q5 was designed for users to look at the trend visualization
but most of them chose another path to determine the right answer. With the
last task Q6, a lot of test users made the mistake of limiting the observed years
in the wrong place or in the decision of the selected trend type. Our evaluation
showed the adequacy of the prototype for the diferent tasks except for Q6 where
a better distinction of restriction of years needs to be found.
Question
How intuitive was working with FacetSearch? (1 - not intuitive to 7 - very intuitive)
How did you like the implementation of search on facets? (1 - very bad to 7 - very
good)
How did you like the implementation and usage of the trend visualization? (1 - very
bad to 7 - very good)
How did you like searching for information using FacetSearch compared to Semantic
Scholar? (1 - clearly worse to 7 - clearly better)
Avg. Rating
3.2
5.2
5.1
5.0
        </p>
        <p>
          Semantic Scholar With Semantic Scholars intuitive operational concept, most
users had no dificulties in answering Q1 and Q3 correctly. The second task Q2
was solved wrong by eight users because in this search engine, keywords are
ordered without apparent criteria. Users were confronted with the challenge of
being unable to sort citations by attribute in Q4. The next question Q5 hardly
posed a problem except in the search for a collection as it cannot be searched for
directly in Semantic Scholar. The last task Q6 caused come confusion, several
users had problems in finding and comparing the citation diagrams.
Comparison In Figure 8, evaluation results from FacetSearch and Semantic
Scholar are compared. Figure 8a gives an overview of time needed for correctly
answering each of the six questions split by system. The plot indicates over all
participants were faster when using Semantic Scholar. Only when solving Q2
and Q6, FacetSearch was the faster option. Figure 8b quantifies the correct and
incorrect answers as well as the subjective mean of dificulty for the questions.
With FacetSearch, 76.67% of all tasks were finished correctly, with Semantic
Scholar, only 68.33% of results were correct. The rating of subjective dificulty
of solving the problems by test users lead to a median of 3 for FacetSearch
while resulting in 4 for Semantic Scholar. Participants did consider using the
faceted search prototype as easier when confronted with our exemplary tasks
even though their completion took longer. This phenomenon of initial problems
but successful and easy usage when confronting users with faceted search has
also been observed in user studies as the users’ ability to use and understand a
system evolves due to learning processes [
          <xref ref-type="bibr" rid="ref11 ref17">17,11</xref>
          ].
        </p>
        <p>There are classes of tasks which cannot be solved by systems such as Semantic
Scholar but are manageable with FacetSearch. Such tasks were not put in our
evaluation as it would have resulted in failure for the text-based search engine.
They include the following example problems: The best publication (e.g. with
most citations) from a set of publications is hardly found as sorting options
are missing. Exploration of publications from collections is dificult as no direct
search is implemented for venues. Trends for referenced publications from an
author or publication cannot be displayed as well as citation trends for more
complex queries than single authors.</p>
        <p>User Feedback The last part of the evaluation was a user feedback rating
intuitiveness and overall implementation of certain aspects of FacetSearch. Table
1 gives an overview of the assessments.</p>
        <p>Some participants of the evaluation were confused because facet elements are
simultaneously used for input and output. Filter rules are generated from them
but when a filter rule is added, elements dynamically change to match the query
result. This phenomenon is complicated and a reason to classify FacetSearch as
an expert system. One user fittingly noted that the more complex requirements
for a system become, the more complex its operation becomes.</p>
        <p>Other users remarked they trusted the results of FacetSearch far more than
the results of Semantic Scholar because of its inconsistent data when for example
searching for co-authors in author profiles. The stable structures in FacetSearch
were complimented by many, overall consent was that with a suficient period of
professional training, users would be much faster with our prototype.
5</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Related Work</title>
      <p>
        FacetSearch is an extension of PaperLens [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], an information retrieval system
specialized on visualizing trends and relationships in bibliographical data, and
the faceted classification system FacetLens [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], where facets are ordered in tiles
and elements in them can be selected gradually to refine queries. Just as most
visualization and exploration tools for bibliographical data, they do not scale
well. Some tools even come with a limited number of elements per facet [
        <xref ref-type="bibr" rid="ref26 ref7">26,7</xref>
        ]
whereas our prototype is scalable and has no restricted value range.
      </p>
      <p>
        Tiles are used in other research to display distribution and overlap of searched
terms in documents [
        <xref ref-type="bibr" rid="ref14 ref5">5,14</xref>
        ] but in our case with only a small amount of textual
data and separated search on each area, such a representation would not be
meaningful for the most part.
      </p>
      <p>
        Dafodil [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] is an information system sitting on top of several digital libraries
which supports its users visually by providing so-called stratagems, high-level
services which ofer the possibility of depth search in diferent, possibly
inconsistent views. Stratagems are the equivalent to facets in our approach. Working
with facets has the advantage of being able to avoid empty result sets while also
assuring consistency in the diferent views of the displayed data, as only facet
elements are displayed which are fitting to the current rule set.
      </p>
      <p>
        Some works like FacetMap [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] and FacetedDBLP [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] support search and
exploration on faceted data but only hardly provide the possibility to visualize
trends and relations in them like our trend visualization does.
      </p>
      <p>
        PaperQuest [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] focuses on the aspect of visualizing literature review research
but does not cover exploration on authors or the intertwined network of venues
as important factors in this process which we can access by pivoting. The CiteVis
system [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] displays citations of papers in a grid-based layout where it highlights
searched for publications, authors and keywords. In contrast to our approach, it is
only suitable for small corpora and exploration on facets is unavailable. TIARA
[
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] can be used for displaying the temporal development of keyword clouds
extracted from texts and ofers a faceted exploration option. Unfortunately, the
exploration is not as powerful and exhaustive as ours. Other research displays
ego-centred networks to visualize and explore relations between authors, authors
and venues, or keywords and venues in a temporal context but do not ofer the
possibility to define complex queries on papers [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
      </p>
      <p>
        Further systems such as PivotPaths [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], which visualizes the links between
diferent facets as tripartite graphs and focuses on the exploration of connections,
seem to scale better but confuse users when too many elements are displayed
simultaneously. With Bibliography Explorer++ [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ], where the exploration of
publications and citations were the focal point, similar problems occurred in
user studies. Although users were confused by the complexity of facets dealing
with citations and references in our evaluation, FacetSearch’s clear structure
prevents an overstraining of users with too much information.
6
      </p>
    </sec>
    <sec id="sec-5">
      <title>Conclusion and Future Work</title>
      <p>We presented FacetSearch, an information retrieval prototype designed for search
and exploration of bibliographic data via facets as well as display and comparison
of trends in result sets by usage of a trend visualization.</p>
      <p>Our tool is able to keep up with text-based search engines such as Semantic
Scholar according to our evaluation, although users thought of it as less intuitive
(3.2). This observation is no surprise as there are a lot of features which need
understanding and experience. Most persons coped well with usage of facets
(5.2) and the trend visualization (5.1). Even compared to Semantic Scholar, our
prototype was able to satisfy users (5.0). Nevertheless, FacetSearch is an expert
system which needs a certain period of vocational adjustment.</p>
      <p>
        Further research such as PaperQuest [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] or Bow Tie Academic Search [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] use
colouring and shapes to present more information on citations while preventing
an overload of the interface with numbers and thus confusing a user. These
techniques could also be applicable for publications in the item or detail view.
In PivotPaths [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] the visualization of connectedness of facets was valued by
users; in our case, we could incorporate a graph representing the citations and
references between collections and their associated keywords.
      </p>
      <p>
        Another area for improvement would be the opportunity of incorporating
Doc2Vec [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] to extend and difuse the keyword search and present a broader
selection of papers fitting searched terms as this search is rather unspecific and
the possible information gain exceeds the cost of displaying unfitting results [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ].
      </p>
      <p>
        Potential for future enhancements lies in the field of collections: Visualizing
the citation/reference linkage graph of collections could provide useful insights.
Venue ratings from Eigenfactor [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] or the CORE Conference/Journals DB[
        <xref ref-type="bibr" rid="ref28">28</xref>
        ]
could be included so citations can be rated with them.
      </p>
      <sec id="sec-5-1">
        <title>Kreutz et al.</title>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>J.</given-names>
            <surname>Diederich</surname>
          </string-name>
          , W.-T. Balke: FacetedDBLP - Navigational
          <source>Access for Digital Libraries. TCDL</source>
          <volume>4</volume>
          (
          <issue>2</issue>
          ) (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>M.</given-names>
            <surname>Dörk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.H.</given-names>
            <surname>Riche</surname>
          </string-name>
          , G. Ramos,
          <string-name>
            <surname>S.</surname>
          </string-name>
          <article-title>Dumais: PivotPaths: Strolling through Faceted Information Spaces</article-title>
          .
          <source>TVCG</source>
          <volume>18</volume>
          (
          <issue>2</issue>
          ):
          <fpage>2709</fpage>
          -
          <lpage>2718</lpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>N.</given-names>
            <surname>Fuhr</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.-P.</given-names>
            <surname>Klas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Schaefer</surname>
          </string-name>
          , P. Mutschke:
          <article-title>Dafodil: An Integrated Desktop for Supporting High-Level Search Activities in Federated Digital Libraries</article-title>
          .
          <source>ECDL</source>
          <year>2002</year>
          :
          <fpage>597</fpage>
          -
          <lpage>612</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>Hearst: Clustering versus faceted categories for information exploration</article-title>
          .
          <source>Commun. ACM</source>
          <volume>49</volume>
          (
          <issue>4</issue>
          ):
          <fpage>59</fpage>
          -
          <lpage>61</lpage>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>Hearst: TileBars: Visualization of Term Distribution Information in Full Text Information Access</article-title>
          .
          <source>CHI</source>
          <year>1995</year>
          :
          <fpage>59</fpage>
          -
          <lpage>66</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>T.</given-names>
            <surname>Khazaei</surname>
          </string-name>
          ,
          <string-name>
            <surname>O.</surname>
          </string-name>
          <article-title>Hoeber: Supporting academic search tasks through citation visualization and exploration</article-title>
          .
          <source>Int J Digit Libr</source>
          <volume>18</volume>
          (
          <issue>1</issue>
          ):
          <fpage>59</fpage>
          -
          <lpage>72</lpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>C.</given-names>
            <surname>Lambeck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Wojdziak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Groh: Facet Lens - Local Exploration</surname>
          </string-name>
          and
          <article-title>Discovery in Globally Faceted Data Sets</article-title>
          .
          <source>DESIRE</source>
          <year>2011</year>
          :
          <fpage>85</fpage>
          -
          <lpage>88</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>B.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Czerwinski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Robertson</surname>
          </string-name>
          ,
          <string-name>
            <surname>B.</surname>
          </string-name>
          <article-title>Bederson: Understanding research trends in conferences using paperLens</article-title>
          .
          <source>CHI Extended Abstracts</source>
          <year>2005</year>
          :
          <fpage>1969</fpage>
          -
          <lpage>1972</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>B.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Smith</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Tan</surname>
          </string-name>
          , et al:
          <article-title>FacetLens: Exposing Trends and Relationships to Support Sensemaking within Faceted Datasets</article-title>
          .
          <source>CHI</source>
          <year>2009</year>
          :
          <fpage>1293</fpage>
          -
          <lpage>1302</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10. M.
          <article-title>Ley: DBLP - some lessons learned</article-title>
          .
          <source>PVLDB</source>
          ,
          <volume>2</volume>
          (
          <issue>2</issue>
          ):
          <fpage>1493</fpage>
          -
          <lpage>1500</lpage>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11. Y. Liu,
          <string-name>
            <given-names>S.</given-names>
            <surname>Barlowe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Feng</surname>
          </string-name>
          , et al.:
          <article-title>Evaluating exploratory visualization systems: A user study on how clustering-based visualization systems support information seeking from large document collections</article-title>
          .
          <source>Information Visualization</source>
          <volume>12</volume>
          (
          <issue>1</issue>
          ):
          <fpage>25</fpage>
          -
          <lpage>43</lpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <given-names>A.</given-names>
            <surname>Ponsard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Escalona</surname>
          </string-name>
          , T. Munzner:
          <article-title>PaperQuest: A Visualization Tool to Support Literature Review</article-title>
          .
          <source>CHI Extended Abstracts</source>
          <year>2016</year>
          :
          <fpage>2264</fpage>
          -
          <lpage>2271</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13. L.
          <string-name>
            <surname>Quoc</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <article-title>Mikolov: Distributed Representations of Sentences and Documents</article-title>
          .
          <source>ICML</source>
          <year>2014</year>
          :
          <fpage>1188</fpage>
          -
          <lpage>1196</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14. H.
          <string-name>
            <surname>Reiterer</surname>
            , G. Tullius,
            <given-names>T.</given-names>
          </string-name>
          <article-title>Mann: INSYDER: a content-based visual-iformationseeking system for the Web</article-title>
          .
          <source>Int J Digit Libr</source>
          <volume>5</volume>
          (
          <issue>1</issue>
          ):
          <fpage>25</fpage>
          -
          <lpage>41</lpage>
          (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <given-names>F.</given-names>
            <surname>Reitz</surname>
          </string-name>
          :
          <article-title>A Framework for an Ego-centered and Time-aware Visualization of Relations in Arbitrary Data Repositories</article-title>
          .
          <source>arXiv preprint arXiv:1009.5183v1</source>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <given-names>B.</given-names>
            <surname>Shneiderman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Plaisant</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Cohen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Jacobs</surname>
          </string-name>
          ,
          <string-name>
            <surname>N.</surname>
          </string-name>
          <article-title>Elmqvist: Designing the User Interface - Strategies for Efective Human-Computer Interaction, 6th Edition</article-title>
          .
          <article-title>Pearson 2016</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <given-names>V.</given-names>
            <surname>Sinha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.R.</given-names>
            <surname>Karger</surname>
          </string-name>
          :
          <article-title>Magnet: supporting navigation in semistructured data environments</article-title>
          . SIGMOD '
          <volume>05</volume>
          :
          <fpage>97</fpage>
          -
          <lpage>106</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <given-names>G.</given-names>
            <surname>Smith</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Czerwinski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Meyers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Robbins</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Robertson</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.S.</surname>
          </string-name>
          <article-title>Tan: FacetMap: A Scalable Search and Browse Visualization</article-title>
          . TVCG,
          <volume>12</volume>
          (
          <issue>5</issue>
          ):
          <fpage>797</fpage>
          -
          <lpage>804</lpage>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>J. Stasko</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Choo</surname>
            , Y. Han,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Hu</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Pileggi</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Sadana</surname>
            ,
            <given-names>C.D.</given-names>
          </string-name>
          <string-name>
            <surname>Stolper: CiteVis: Exploring Conference Paper Citation Data Visually. IEEE VIS</surname>
          </string-name>
          <article-title>2013 (poster)</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>J. Tang</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Zhang</surname>
            , L. Yao,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          <article-title>Su: Arnetminer: Extraction and mining of academic social networks</article-title>
          .
          <source>KDD</source>
          <year>2008</year>
          :
          <fpage>990</fpage>
          -
          <lpage>998</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>J. Teevan</surname>
            ,
            <given-names>S.T.</given-names>
          </string-name>
          <string-name>
            <surname>Dumais</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          <article-title>Gutt: Challenges for Supporting Faceted Search in Large, Heterogeneous Corpora like the Web</article-title>
          .
          <source>HCIR</source>
          <year>2008</year>
          :
          <fpage>6</fpage>
          -
          <lpage>8</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <given-names>F.</given-names>
            <surname>Wei</surname>
          </string-name>
          et al.:
          <article-title>TIARA: a visual exploratory text analytic system</article-title>
          .
          <source>KDD</source>
          '
          <volume>10</volume>
          :
          <fpage>153</fpage>
          -
          <lpage>162</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>J.D. West</surname>
            ,
            <given-names>T.C.</given-names>
          </string-name>
          <string-name>
            <surname>Bergstrom</surname>
          </string-name>
          , C.T. Bergstrom:
          <article-title>The Eigenfactor Metrics™: A Network Approach to Assessing Scholarly Journals</article-title>
          .
          <source>C&amp;RL</source>
          <volume>71</volume>
          (
          <issue>3</issue>
          ):
          <fpage>236</fpage>
          -
          <lpage>244</lpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>K.-P. Yee</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Swearingen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <article-title>Hearst: Faceted metadata for image search and browsing</article-title>
          . CHI '
          <volume>03</volume>
          :
          <fpage>401</fpage>
          -
          <lpage>408</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <given-names>J.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.</surname>
          </string-name>
          <article-title>Marchionini: Evaluation and evolution of a browse and search interface: Relation Browser++</article-title>
          . dg.o '
          <volume>05</volume>
          :
          <fpage>179</fpage>
          -
          <lpage>188</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26. J.
          <string-name>
            <surname>Zhao</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Drucker</surname>
          </string-name>
          , D. Fisher, D. Brinkman:
          <article-title>TimeSlice: interactive faceted browsing of timeline data</article-title>
          .
          <source>AVI</source>
          <year>2012</year>
          :
          <fpage>433</fpage>
          -
          <lpage>436</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>27. https://www.semanticscholar.org</mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>28. http://www.core.edu.au/conference-portal</mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>29. https://github.com/allenai/science-parse</mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>