<!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>Reputation in the Academic World</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Nardine Osman</string-name>
          <email>nardine@iiia.csic.es</email>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Artificial Intelligence Research Institute (IIIA-CSIC)</institution>
          ,
          <addr-line>Barcelona</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>With open access gaining momentum, open reviews becomes a more persistent issue. Institutional and multidisciplinary open access repositories play a crucial role in knowledge transfer by enabling immediate accessibility to all kinds of research output. However, they still lack the quantitative assessment of the hosted research items that will facilitate the process of selecting the most relevant and distinguished content. This paper addresses this issue by proposing a computational model based on peer reviews for assessing the reputation of researchers and their research work. The model is developed as an overlay service to existing institutional or other repositories. We argue that by relying on peer opinions, we address some of the pitfalls of current approaches for calculating the reputation of authors and papers. We also introduce a much needed feature for review management, and that is calculating the reputation of reviews and reviewers.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>MOTIVATION</title>
      <p>There has been a strong move towards open access repositories in the
last decade or so. Many funding agencies — such as the UK Research
Councils, Canadian funding agencies, American funding agencies,
the European Commission, as well as many universities — are
promoting open access by requiring the results of their funded projects
to be published in open access repositories. It is a way to ensure that
the research they fund has the greatest possible research impact.
Academics are also very much interested in open access repositories, as
this helps them maximise their research impact. In fact, studies have
confirmed that open access articles are more likely to be used and
cited than those sitting behind subscription barriers [2]. As a result, a
growing number of open access repositories are becoming extremely
popular in different fields, such as PLoS ONE for Biology, arXiv for
Physics, and so on.</p>
      <p>With open access gaining momentum, open reviews becomes a
more persistent issue. Institutional and multidisciplinary open access
repositories play a crucial role in knowledge transfer by enabling
immediate accessibility to all kinds of research output. However, they
still lack the quantitative assessment of the hosted research items that
will facilitate the process of selecting the most relevant and
distinguished content. Common currently available metrics, such as
number of visits and downloads, do not reflect the quality of a research
product, which can only be assessed directly by peers offering their
expert opinion together with quantitative ratings based on specific
criteria. The articles published in the Frontiers book [5] highlight the
need for open reviews.</p>
      <p>To address this issue we develop an open peer review module, the
Academic Reputation Model (ARM), as an overlay service to
existing institutional or other repositories. Digital research works hosted
in repositories using our module can be evaluated by an unlimited
number of peers that offer not only a qualitative assessment in the
form of text, but also quantitative measures to build the works
reputation. Crucially, our open peer review module also includes a reviewer
reputation system based on the assessment of reviews themselves,
both by the community of users and by other peer reviewers. This
allows for a sophisticated scaling of the importance of each review
on the overall assessment of a research work, based on the reputation
of the reviewer.</p>
      <p>As a result of calculating the reputation of authors, reviewers,
papers, and reviews, by relying on peer opinions, we argue that the
model addresses some of the pitfalls of current approaches for
calculating the reputation of authors and papers. It also introduces a much
needed feature for review management, and that is calculating the
reputation of reviews and reviewers. This is discussed further in the
concluding remarks.</p>
      <p>In what follows, we present the ARM reputation model and how
it quantifies the reputation of papers, authors, reviewers, and reviews
(Section 2), followed by some evaluation where we use simulations
to evaluate the correctness of the proposed model (Section 3), before
closing with some concluding remarks (Section 4).
2
2.1</p>
    </sec>
    <sec id="sec-2">
      <title>ARM: ACADEMIC REPUTATION MODEL</title>
    </sec>
    <sec id="sec-3">
      <title>Data and Notation</title>
      <p>In order to compute reputation values for papers, authors,
reviewers, and reviews we require a Reputation Data Set, which in practice
should be extracted from existing paper repositories.</p>
      <p>Reputation data Set is a tuple
Definition 2.1 (Data). A
hP, R, E, D, a, o, vi, where
• P = {pi}i2P is a set of papers (e.g. DOIs).
• R = {rj }j2R is a set of researcher names or identifiers (e.g. the</p>
      <p>ORCHID identifier).
• E = {ei}i2E [ {?} is a totally ordered evaluation space, where
ei 2 N \ {0} and ei &lt; ej iff i &lt; j and ? stands for the absence
of evaluation. We suggest the range [0,100], although any other
range may be used, and the choice of range will not affect the
performance.
• D = {dk}k2K is a set of evaluation dimensions, such as
originality, technical soundness, etc.
• a : P ! 2R is a function that gives the authors of a paper.
• o : R ⇥ P ⇥ D ⇥ T ime ! E, where o(r, p, d, t) 2 E is a
function that gives the opinion of a reviewer, as a value in E, on a
dimension d of a paper p at a given instant of time t.
• v : R ⇥ R ⇥ P ⇥ T ime ! E, where v(r, r0, p, t) = e is a
function that gives the judgement of researcher r over the
opinion of researcher r0, on paper p as a value e 2 E.2 Therefore, a
judgement is a reviewer’s opinion about another reviewer’s
opinion. Note that while opinions about a paper are made with respect
to a given dimension in D, judgements are not related to
dimensions. We assume a judgement is only made with respect to one
dimension, which describes how good the review is in general.</p>
      <p>We will not include the dimension (or the criteria being evaluated,
such as originality, soundness, etc.) in the equations to simplify the
notation. There are no interactions among dimensions so the set of
equations apply to each of the dimensions under evaluation.</p>
      <p>Also, we will also omit the reference to time in all the equations.
Time is essential as all measures are dynamic and thus they evolve
along time. We will make the simplifying assumption that all
opinions and judgements are maintained in time, that is, they are not
modified. Including time would not change the essence of the equations,
it will simply make the computation complexity heavier.</p>
      <p>Finally, if a data set allowed for papers, reviews, and/or
judgements to have different versions, then our model simply considers
the latest version only.
2.2</p>
    </sec>
    <sec id="sec-4">
      <title>Reputation of a Paper</title>
      <p>
        We say the reputation of a paper is a weighted aggregation of its
reviews, where the weight is the reputation of the reviewer.
(Section 2.4).
(
        <xref ref-type="bibr" rid="ref1">1</xref>
        )
2.4
      </p>
    </sec>
    <sec id="sec-5">
      <title>Reputation of a Reviewer</title>
      <p>RP (p) =
8 X
&gt;&gt;&gt;&lt;&gt;&gt; 8 r2 rev(p)</p>
      <p>X
&gt;&gt;&gt;&gt;&gt;: ?
8 r2 rev(p)</p>
      <p>RR(r) · o(r, p)</p>
      <p>RR(r)
if |rev(p)|</p>
      <p>k
where rev(p) = {r 2 R | o(r, p) 6= ?} denotes the reviewers of a
given paper.</p>
      <p>Note that when a paper receives less that k reviews, its reputation
is defined as unknown, or ? . We currently leave k as a parameter,
though we suggest that k &gt; 1, so that the reputation of a paper is not
dependent on a single review. We also recommend small numbers for
k, such as 2 or 3, because we believe it is usually difficult to obtain
reviews. As such, new papers can quickly start building a reputation.
2.3</p>
    </sec>
    <sec id="sec-6">
      <title>Reputation of an Author</title>
      <p>We consider that a researcher’s author reputation is an aggregation
of the reputation of her papers. The aggregation is based on the
concept that the impact of a paper’s reputation on its authors’ reputation
is inversely proportional to the total number of its authors. In other
words, if one researcher is the sole author of a paper, then this author
is the only person responsible for this paper, and any (positive or
negative) feedback about this paper is propagated as is to its sole author.
However, if the researcher has co-authored the paper with several
other researchers, then the impact (whether positive or negative) that
this paper has on the researcher decreases with the increasing number
of co-authors. We argue that collaborating with different researchers
usually increases the quality of a research work since the combined
2 In tools like ConfMaster (www.confmaster.net) this information could be
gathered by simply adding a private question to each paper review,
answered with elements in E, one value in E for the judgement on each fellow
reviewer’s review.
expertise of more than one researcher is always better than the
expertise of a single researcher. Nevertheless, the gain in a researcher’s
reputation decreases as the number of co-authors increase. Hence,
our model might cause researchers to be more careful when
selecting their collaborators, since they should aim at increasing the quality
of the papers they produce in such a way that the gain for each author
is still larger than the gain it could have received if it was to work on
the same research problem on her own. As such, adding authors who
do not contribute to the quality of the paper will also discouraged.</p>
      <p>RA(r) =</p>
      <p>X
8
&gt;&lt;&gt;&gt; 8 p2 pap(r)
&gt;&gt;&gt;: ?
(p) ⇥ RP (p) + (1</p>
      <p>
        (p) ) ⇥ 50
|pap(r)|
if pap(r) 6= ;
(
        <xref ref-type="bibr" rid="ref2">2</xref>
        )
where pap(r) = {p 2 P | r 2 a(p) ^ RP (p) 6= ?} denotes
the papers authored by a given researcher r, ? describes ignorance,
(p) = 1 is the coefficient that takes into consideration the
|a(p)|
number of authors of a paper (recall that a(p) denotes the authors of
a paper p), and is a tuning factor that controls the rate of decrease
of the (p) coefficient. Also note the multiplication by 50, which
describes ignorance, as 50 is the median of the chosen range [0, 100].
If another range was chosen, the median of that range would be used
here. The choice of range and its median does not affect the
performance of the model (i.e. the results of the simulation of Section 3
would remain the same).
      </p>
      <p>Similar to the reputation of authors (Section 2.3), we consider that if a
reviewer produces ‘good’ reviews, then the reviewer is considered to
be a ‘reputed’ reviewer. Furthermore, we consider that the reputation
of a reviewer is essentially an aggregation of the opinions over her
reviews.3</p>
      <p>We assume that the opinions on how good a review is can be
obtained, in a first instance, by other reviewers that also reviewed
the same paper. However, as this is a new feature to be introduced
in open access repositories and conference and journal paper
management systems, we believe collecting such information might take
some time. An alternative that we consider here is that in the
meantime we can use the ‘similarity’ between reviews as a measure of the
reviewers opinions about reviews. In other words, the heuristic could
be phrased as ‘if my review is similar to yours then I may assume
your judgement of my review would be good.’</p>
      <p>
        We note v⇤ (ri, rj , p) 2 E for the ‘extended judgement’ of ri over
rj ’s opinion on paper p, and define it as an aggregation of opinions
and similarities as follows:
: ?
v⇤ (ri, rj , p) =
&lt;8 vS(irmi,(ro¯j(,rpi,)p), o¯(rj , p)) iIff vo¯((rrii,, rpj),6=p)? 6=a? nd o¯(rj , p) 6= ?
Otherwise
(
        <xref ref-type="bibr" rid="ref3">3</xref>
        )
where Sim stands for an appropriate similarity measure. We say the
similarity between two opinions is the difference between the two:
Sim(o¯(ri, p), o¯(rj , p)) = 100 | o¯(ri, p) o¯(rj , p)|.
3 We assume a review can only be written by one reviewer, and as such, the
number of co-authors of a review is not relevant as it was when calculating
the reputation of authors.
      </p>
      <p>Given this, we consider that the overall opinion of a researcher on
the capacity of another researcher to make good reviews is calculated
as follows. Consider the set of judgements of ri over reviews made
by rj as: V ⇤ (ri, rj ) = {v⇤ (ri, rj , p) | v(ri, rj , p) 6= ? and p 2
P }. This set might be empty. Then, we define the judgement of a
reviewer over another one as a simple average:
2.6</p>
    </sec>
    <sec id="sec-7">
      <title>A Note on Dependencies</title>
      <p>Finally, the reputation of a reviewer r, RR(r), is an aggregation of
judgements that her colleagues make about her capability to produce
good reviews. We weight this with the reputation of the colleagues
as a reviewer:</p>
      <p>RR(r) =
8 X
&gt;&gt;
&gt;&lt;&gt;&gt; 8 ri2 R⇤
&gt;&gt;&gt;&gt;:&gt; 50</p>
      <p>X
8 ri2 R⇤</p>
      <p>RR(ri) · RR(ri, r)</p>
      <p>RR(ri)</p>
      <p>R⇤ 6= ;
otherwise
where R⇤ = {ri 2 R | V ⇤ (ri, r) 6= ;} . When no judgements have
been made over r, we take the value 50 to represent ignorance (as 50
is the median of the chosen range [0, 100] — again, we note that any
the choice of range and its median does not affect the performance
of the model; that is, the results of the simulation of Section 3 would
remain the same).</p>
      <p>Note that the reputation of a reviewer depends on the reputation
of other reviewers. In other words, every time the reputation of one
reviewer will change, it will trigger changing the reputation of other
reviewers, which might lead to an infinite loop of modifying the
reputation of reviewers. We address this by using an algorithm similar
to the EigenTrust algorithm, as illustrated by Algorithm ?? of the
Appendix. In fact, this algorithm may be considered as a variation of
the EigenTrust algorithm, which will require some testing to confirm
how fast it converges.
2.5</p>
    </sec>
    <sec id="sec-8">
      <title>Reputation of a Review</title>
      <p>The reputation of a review is similar to the one for papers but using
judgements instead of opinions. We say the reputation of a review
is a weighted aggregation of its judgements, where the weight is the
reputation of the reviewer (Section 2.4).</p>
      <p>RO(r0, p) =
8 X
&gt;&gt;&gt;&lt;&gt;&gt; 8 r2 jud(r0,p)</p>
      <p>X
&gt;&gt;&gt;&gt; 8 r2 jud(r0,p)
:&gt; RR(r0)</p>
      <p>RR(r) · v⇤ (r, r0, p)</p>
      <p>RR(r)
if |jud(r0, p)|</p>
      <p>
        k
(
        <xref ref-type="bibr" rid="ref6">6</xref>
        )
where jud(r0, p) = {r 2 R | v⇤ (r, r0, p) 6= ?} denotes the set of
judges of a particular review written by r0 on a given paper p.
      </p>
      <p>Note that when a review receives less that k judgements, its
reputation will not depend on the judgements, but it will inherit the
reputation of the author of the review (her reputation as a reviewer).</p>
      <p>We currently leave k as a parameter, though we suggest that k &gt; 1,
so that the reputation of a review is not dependent on a single judge.
Again, we recommend small numbers for k, such as 2 or 3, because
we believe it will be difficult to obtain large numbers of judgements.</p>
      <sec id="sec-8-1">
        <title>Paper</title>
        <p>Reputation</p>
      </sec>
      <sec id="sec-8-2">
        <title>Reviewer</title>
        <p>Reputation</p>
      </sec>
      <sec id="sec-8-3">
        <title>Review</title>
        <p>Reputation</p>
      </sec>
      <sec id="sec-8-4">
        <title>Author</title>
        <p>Reputation
judgment
• Author’s Reputation. The reputation of the author depends on
the reputation of its papers (Equation 2). As such, every time the
reputation of one of his papers changes, or every time a new paper
is created, the reputation of the author must be recalculated.
• Paper’s Reputation. The reputation of the paper depends on the
opinions it receives, and the reputation of the reviewers giving
those opinions (Equation 1). As such, every time a paper receives
a new opinion, or every time the reputation of one of the reviewers
changes, then the reputation of the paper must be recalculated .
• Review’s Reputation. The reputation of a review depends on the
extended judgements it receives, and the reputation of the
reviewers giving those judgements (Equation 6). As such, every time a
review receives a new extended judgements, or every time the
reputation of one of the reviewers changes, then the reputation of the
review must be recalculated.
• Reviewer’s Reputation. The reputation of a reviewer depends on
the extended judgements of other reviewers and their reputation
(Equation 5). As such, the reputation of the reviewer should be
modified every time there is a new extended judgement or the
reputation of on of the reviewers changes. As the reputation of a
reviewer depends on the reputation of reviewers, then we suggest to
calculate the reputation of all reviewers repeatedly (in a manner
similar to EigenTrust) in order to converge. If this will be
computationally expensive, then this can be computed once a day, as
opposed to triggered by extended judgements and the change in
reviewers’ reputation.
• x-judgement. The extended judgement is calculated either based
on judgements (if available) or the similarity between opinions
(when judgements are not available) (Equation 3). As such, the
extended judgement should be recalculated every time a new
(direct) judgement is made, or every time a new opinion is added on
a paper which already has opinions by other reviewers.
3
3.1</p>
      </sec>
    </sec>
    <sec id="sec-9">
      <title>Evaluation through Simulation</title>
    </sec>
    <sec id="sec-10">
      <title>Simulation</title>
      <p>To evaluate the effectiveness of the proposed model, we have
simulated a community of researchers, using NetLogo [8]. We clarify that
the focus of this work is not implementing a simulation that models
the real world, but a simulation that allows us to verify our model.
As such, many assumptions that we make for this simulation, and
will appear shortly, might not be precisely (or always) true in the real
world (such as having the true quality of a paper inherit the quality
of the best author).</p>
      <p>
        In our simulation, a breed in NetLogo (or a node in the research
community’s graph) represents either a researcher, a paper, a review,
or a judgement. The relations between breeds are: (
        <xref ref-type="bibr" rid="ref1">1</xref>
        ) authors of,
that specifies which researchers are authors of a given paper, (
        <xref ref-type="bibr" rid="ref2">2</xref>
        )
reviewers of, that specifies which researchers are reviewers of a given
paper, (
        <xref ref-type="bibr" rid="ref3">3</xref>
        ) reviews of, that specifies which reviews give opinions on a
given paper, (
        <xref ref-type="bibr" rid="ref4">4</xref>
        ) judgements of, that specifies which judgements give
opinions on a given review; and (
        <xref ref-type="bibr" rid="ref5">5</xref>
        ) judges of, that specifies which
researchers have judged which other researcher.
      </p>
      <p>
        Also, each researcher has four parameters that describe: (
        <xref ref-type="bibr" rid="ref1">1</xref>
        ) her
reputation as an author, (
        <xref ref-type="bibr" rid="ref2">2</xref>
        ) her reputation as a reviewer, (
        <xref ref-type="bibr" rid="ref3">3</xref>
        ) her true
research quality; and (
        <xref ref-type="bibr" rid="ref4">4</xref>
        ) her true reviewing quality. The first two are
calculated by our ARM model, and they evolve over time. However,
the last two describe the researcher’s true quality with respect to
writing papers as well as reviewing papers or other reviews, respectively.
In other words, our simulation assumes true qualities exist, and that
they are constant. In real life, there are no such measures.
Furthermore, how good one is at writing papers or writing reviews or
making judgements naturally evolves with time. Nevertheless, we chose
to keep the simulation simple by sticking to constant true qualities,
as the purpose of the simulation is simply to evaluate the correctness
of our ARM model.
      </p>
      <p>
        Similar to researchers, we say each paper has two parameters that
describe it: (
        <xref ref-type="bibr" rid="ref1">1</xref>
        ) its reputation, which is calculated by our ARM model,
and it evolves over time; and (
        <xref ref-type="bibr" rid="ref2">2</xref>
        ) its true quality. Again, we assume
that a paper’s true quality exists. How it is calculated is presented
shortly.
      </p>
      <p>
        Reviews also have two parameters: (
        <xref ref-type="bibr" rid="ref1">1</xref>
        ) the opinion provided by
the review, which in real life is set by the researcher performing the
review, while in our simulation it is calculated by the simulator, as
illustrated shortly; and (
        <xref ref-type="bibr" rid="ref2">2</xref>
        ) the reputation of the review, which is
calculated by our ARM model and it evolves over time.
      </p>
      <p>Judgements, on the other hand, only have one parameter: the
opinion provided by the judgement, which in real life is set by the
researcher judging a review, while in our simulation it is calculated by
the simulator, as illustrated shortly.</p>
      <p>Simulation starts at time zero with no researchers in the
community, and hence, no papers, no reviews, and no judgements. Then,
with every tick of the simulation, a new paper is created, which may
sometimes require the creation of new researchers (either as authors
or reviewers). With the new paper, reviews and judgements are also
created. How these elements are created is defined next by the
simulator’s parameters and methods, that drive and control this behaviour.
We note that a tick of the simulation does not represent a fixed unit
in calendar time, but the creation of one single paper.</p>
      <p>The ultimate aim of the evaluation is to investigate how close are
the calculated reputation values to the true values: the reputation of a
researcher as an author, the reputation of a researcher as a reviewer,
and the reputation of a paper.</p>
      <p>The parameters and methods that drive and control the evolution
of the community of researchers and the evolution of their research
work are presented below.
1. Number of authors. Every time a new paper is created, the
simulator assigns authors for this paper. How many authors are assigned
is defined by the number of authors parameter (#co-authors),
which is defined as a Poisson distribution. For every new paper, a
random number is generated from this Poisson distribution. Who
to assign is chosen randomly from the set of researchers, although
sometimes, a new researcher is created and assigned to this paper
(see the ‘researchers birth rate’ below). This ensures the number
of researchers in the community grows with the number of papers.
2. Number of reviewers. Every time a new paper is created, the
simulator also assigns reviewers for this paper. How many
reviewers are assigned is defined by the number of reviewers parameter
(#reviewers), which is defined as a Poisson distribution. For every
new paper, a random number is generated from this Poisson
distribution. As above, who to assign is chosen randomly from the set
of researchers, although sometimes, a new researcher is created
and assigned to this paper.
3. Researchers birth rate. As illustrated above, every paper requires
authors and reviewers to be assigned to it. When assigning
authors and reviewers, the simulation will decide whether to assign
an already existing researcher (if any) or create a new researcher.
This decision is controlled by the researchers birth rate
parameter (birth rate), which specifies the probability of creating a new
researcher.
4. Researcher’s true research quality. The author’s true quality is
sampled from a beta distribution specified by the parameters ↵ A
and A. We choose the beta distribution because it is a very
versatile distribution which can be used to model several different
shapes of probability distributions by playing with only two
parameters, ↵ and .
5. Researcher’s true review quality. The reviewer’s true quality is
sampled from a beta distribution specified by the parameters ↵ R
and R. Again, the beta distribution is a very versatile distribution
which can be used to model several different shapes of probability
distributions by playing with only two parameters, as illustrated
shortly by our experiments.
6. Paper’s true quality. We assume that a paper’s true quality is the
true quality of its best author, that is, the author with the
highest true research quality). We believe this assumption has some
ground in real life. For instance, some behaviour (such as looking
for future collaborators, selecting who to give a funding to, etc.)
assumes researchers to be of a certain quality, and their research
work to follow that quality respectively.
7. Opinion of a Review. The opinion presented by a review is
specified as the paper’s true quality plus some noise, where the noise
depends on the reviewer’s true quality. This noise is chosen
randomly from the range [ (100 review quality)/2, +(100
review quality)/2]. In other words, the maximum noise that can
be added for the worst reviewer (whose review quality is 0) is
±50, and the least noise that can be added for the best reviewer
(whose review quality is 100) is 0.
8. Opinion of a Judgement. The value (or opinion) of a judgement
on a review is calculated as the similarity between the review’s
value (opinion) and the judge’s review value (opinion), where the
similarity is defined by the metric distance as: 100 | review
judge0s review|. Note that, for simplification, direct judgements
have not been simulated, we only rely on indirect judgements.
3.2
3.2.1</p>
    </sec>
    <sec id="sec-11">
      <title>Results</title>
      <p>Experiment 1: The impact of the community’s quality
of reviewers
Given the above, we ran the simulator for 100 ticks (generating 100
papers). We ran the experiment over 6 different cases. In each, we
had the following parameters fixed:
#co-authors = 2
#reviewers = 3
birth rate = 3
↵ A =</p>
      <p>A = 1
k = 3 (of Equations 1 and 6)</p>
      <p>= 1 (of Equation 2)</p>
      <p>The only parameters that changed where those defining the beta
distribution of the reviewers’ qualities. This experiment illustrated
the impact of the community’s quality of reviewers on the correctness
of the ARM model.</p>
      <p>The results of the simulation are presented by Figure 2. For each
case, the distribution of the reviewers’ true quality is illustrated to
the right of the results. The results, in numbers, are also presented by
Table 1. We notice that the least error is presented when the
reviewers are all of relatively good quality, with the majority being great
reviewers (Figure 2e). The errors start increasing as bad reviewers
are added to the community (Figure 2c). They increase even further
in both cases, when the quality of reviewers follows a uniform
distribution (Figure 2a), as well as when the reviewers are equiprobably
good or bad, with no average reviewers (Figure 2b). As soon as the
majority of reviewers are of poor quality (Figure 2d), the errors
increase even further, with the worst case being when good reviewers
are absent from the community (Figure 2f). These results are not
surprising. A paper’s true quality is not something that can be measured,
or even agreed upon. As such, the trust model depends on the
opinions of other researchers. As a result, the better the reviewing quality
of researchers, the more accurate the trust model will be, and vice
versa.</p>
      <p>The numbers of Table 1 illustrate how the error in the papers’
reputation increases with the error in the reviewers’ reputation, though
at a smaller rate. One curious thing about these results is the constant
error in the reputation of authors. The next experiment investigates
this issue.</p>
      <p>Last, but not least, we note that the error is usually stable. This
is because every time a paper is created, all the reviews it receives
and the judgements those reviews receive are created at the same
simulation time-step. In other words, it is not the case that papers
accumulate more reviews and judgements over time, for the error to
decrease over time.
3.2.2</p>
      <p>Experiment 2: The impact of co-authorship
In the second experiment, we investigate the impact of co-authorship
on authors’ reputation. We choose the two extreme cases from
experiment 1, when there are only relatively good authors in the
community (↵ = 5 and R = 1), and when there are only relatively bad</p>
      <sec id="sec-11-1">
        <title>Error in</title>
      </sec>
      <sec id="sec-11-2">
        <title>Reviewers’</title>
      </sec>
      <sec id="sec-11-3">
        <title>Reputation</title>
      </sec>
      <sec id="sec-11-4">
        <title>Error in</title>
      </sec>
      <sec id="sec-11-5">
        <title>Papers’</title>
      </sec>
      <sec id="sec-11-6">
        <title>Reputation</title>
        <p>↵ R = 5 &amp;
R = 1
↵ R = 2 &amp;
R = 1
↵ R = 1 &amp;
R = 1
↵ R = 0.1 &amp;
R = 0.1
↵ R = 1 &amp;
R = 2
↵ R = 1 &amp;
R = 2
authors in the community (↵ = 5 and R = 1). For each of these
cases, we then change the number of co-authors, investigating three
cases: #co-authors = {0, 1, 2}. All other parameters remain set to
those presented in experiment 1 above.</p>
        <p>The results of this experiment are presented by Figure 3. The
numbers are presented in Table 2. The results show that the error in the
reviewers and papers reputation almost does not change for
different numbers of co-authors. However, the error in the reputation of
authors does. When there are no co-authors (#co-authors = 0), the
error in authors’ reputation is almost equal to the error in papers’
reputation (Figures 3a and 3b). As soon as 1 co-author is added
(#co-authors = 0), the error in authors’ reputation increases
(Figures 3c and 3d). When 2 co-authors are added (#co-authors = 2), the
error in authors’ reputation reaches the maximum, around 20–22%
(Figures 3e and 3f). In fact, unreported results show that the error in
authors’ reputation is almost the same in all cases for #co-authors
2.</p>
        <p>Error in Error in Error in
Reviewers’ Papers’ Authors’
Reputation Reputation Reputation
↵ R=5; ↵ R=1; ↵ R=5; ↵ R=1; ↵ R=5; ↵ R=1;</p>
        <p>R = 1 R = 5 R = 1 R = 5 R = 1 R = 5
#co-authors = 0
#co-authors = 1
#co-authors = 2
⇠ 11%
⇠ 13%
⇠ 13%
⇠ 60%
⇠ 57%
⇠ 54%
⇠ 2%
⇠ 3%
⇠ 3%
⇠ 9%
⇠ 9%
⇠ 9%
⇠ 22%
⇠ 12%
⇠ 2%
⇠ 20%
⇠ 15%
⇠ 7%
We have presented the ARM reputation model for the academic
world. ARM helps calculate the reputation of researchers, both as
authors and reviewers, and their research work. Additionally, ARM
also calculates the reputation of reviews.</p>
        <p>Concerning the reputation of authors, the most commonly used
reputation measure is currently the h-index [4]. However, the h-index
has its flaws. For instance, the h-index can be manipulated through
self-citations [1, 3]. A study has also found the h-index as not
providing a significantly more accurate measure of impact than the total
number of citations [9]. ARM, on the other hand, bases the reputation
of authors on the opinions that their papers receive from other
members in their academic community. We believe this should be a more
distribution of
researchers w.r.t.
review quality:
distribution of
researchers w.r.t.
review quality:
(a) ↵ R = 1 and</p>
        <p>R = 1
(b) ↵ R = 0.1 and</p>
        <p>R = 0.1
(c) ↵ R = 2 and</p>
        <p>R = 1
(d) ↵ R = 1 and</p>
        <p>R = 2
distribution of
researchers w.r.t.
review quality:
distribution of
researchers w.r.t.
review quality:
(e) ↵ R = 5 and</p>
        <p>R = 1
(f) ↵ R = 1 and</p>
        <p>R = 5
presented to the right of the results.
distribution of
researchers w.r.t.
review quality:
distribution of
researchers w.r.t.
review quality:
(a) ↵ R = 5,</p>
        <p>R = 1, and #co-authors = 0
(b) ↵ R = 1,</p>
        <p>R = 5, and #co-authors = 0
(c) ↵ R = 2,</p>
        <p>R = 1, and #co-authors = 1
(d) ↵ R = 1,</p>
        <p>R = 2, and #co-authors = 1
distribution of
researchers w.r.t.
review quality:
distribution of
researchers w.r.t.
review quality:
(e) ↵ R = 5,</p>
        <p>R = 1, and #co-authors = 2
(f) ↵ R = 1,</p>
        <p>R = 5, and #co-authors = 2
to the right of the results.
accurate approach, though future work should aim at comparing both
approaches.</p>
        <p>Concerning the reputation of papers, the most common measure
currently used is the total number of citations a paper gets. Again,
this measure can easily be manipulated through the self-citations. [7]
presents an alternative approach based on the propagation of
opinions in structural graphs. It allows papers to build reputation either
from the direct reviews it receives, or inherit reputation from the
place where the paper is published. In fact, a sophisticated
propagation model is proposed to allow reputation to propagate upwards
as well as downwards in structural graphs (e.g. from a section to a
chapter to a book, and vice versa). Simulations presented in [6]
illustrate the potential impact of this model. ARM does not have any
notion of propagation. The model is strictly based on direct opinions
(reviews and judgements), and when no opinions are present,
ignorance is assumed (as in the default reputation of authors and papers).</p>
        <p>Concerning the reputation of reviews and reviewers, to our
knowledge, these reputation measures have not been addressed yet.
Nevertheless, we believe these are important measures. Conference
management systems are witnessing a massive increase in paper
submissions, and in many disciplines, finding good reviewers is becoming a
challenging task. Deciding what papers to accept/reject is sometimes
a challenge for conference and workshop organisers. ARM is a
reputation model that addresses this issue by helping recognise the good
reviews/reviewers from the bad.</p>
        <p>The obvious next steps for ARM is applying it to a real dataset.
In fact, the model is currently being integrated with two
Spanish repositories: DIGITAL.CSIC (https://digital.csic.es) and e-IEO
(http://www.repositorio.ieo.es/e-ieo/). However, these repositories
do not have any opinions or judgements yet, and as such, time is
needed to start collecting this data. We are also working with the
IJCAI 2017 conference (http://ijcai-17.org) in order to allow
reviewers to review each other. We will collect the data of this conference,
which will provide us with the reviews and judgements needed for
evaluating our model. We will also continue to look through existing
datasets.</p>
        <p>Future work can investigate a number of additional issues. For
instance, we plan to provide data on the convergence performance of
the algorithm. One can also study the different types of attacks that
could impact the proposed computational model. While similarity
of reviews is now computed based on the similarity of the
quantitative opinions, the similarity between qualitative opinions may also
be used in future work by making use of natural language
processing techniques. Also, while we argue that direct opinion can help
the model avoid the pitfalls of the literature, it is also true that
direct opinions are usually scarce. As such, if needed, other
information sources for opinions may also be considered, such as citations.
This information can be translated into opinions, and the equations
of ARM should then change to give more weight to direct opinions
than other information sources.</p>
      </sec>
    </sec>
    <sec id="sec-12">
      <title>ACKNOWLEDGEMENTS</title>
      <p>This work has been supported by CollectiveMind (a project funded
by the Spanish Ministry of Economy &amp; Competitiveness (MINECO),
grant # TEC2013-49430-EXP), and Open Peer Review Module for
Repositories (a project funded by OpenAIRE, which in turn is an EU
funded project).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Christoph</given-names>
            <surname>Bartneck</surname>
          </string-name>
          and Servaas Kokkelmans, '
          <article-title>Detecting h-index manipulation through self-citation analysis'</article-title>
          ,
          <source>Scientometrics</source>
          ,
          <volume>87</volume>
          (
          <issue>1</issue>
          ),
          <fpage>85</fpage>
          -
          <lpage>98</lpage>
          , (
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Gunther</given-names>
            <surname>Eysenbach</surname>
          </string-name>
          , '
          <article-title>Citation advantage of open access articles'</article-title>
          ,
          <source>PLoS Biology</source>
          ,
          <volume>4</volume>
          (
          <issue>5</issue>
          ),
          <year>e157</year>
          , (
          <year>05 2006</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Emilio</given-names>
            <surname>Ferrara</surname>
          </string-name>
          and Alfonso E. Romero, '
          <article-title>Scientific impact evaluation and the effect of self-citations: Mitigating the bias by discounting the h-index'</article-title>
          ,
          <source>Journal of the American Society for Information Science and Technology</source>
          ,
          <volume>64</volume>
          (
          <issue>11</issue>
          ),
          <fpage>2332</fpage>
          -
          <lpage>2339</lpage>
          , (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>J. E.</given-names>
            <surname>Hirsch</surname>
          </string-name>
          , '
          <article-title>An index to quantify an individual's scientific research output'</article-title>
          ,
          <source>Proceedings of the National Academy of Sciences of the United States of America</source>
          ,
          <volume>102</volume>
          (
          <issue>46</issue>
          ),
          <fpage>16569</fpage>
          -
          <lpage>16572</lpage>
          , (
          <year>2005</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Nikolaus</given-names>
            <surname>Kriegeskorte</surname>
          </string-name>
          and Diana Deca, eds. Beyond open access:
          <article-title>visions for open evaluation of scientific papers by post-publication peer review, Frontiers in Computational Neuroscience</article-title>
          . Frontiers E-books,
          <year>November 2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Nardine</given-names>
            <surname>Osman</surname>
          </string-name>
          , Jordi Sabater-Mir,
          <string-name>
            <given-names>Carles</given-names>
            <surname>Sierra</surname>
          </string-name>
          , and Jordi MadrenasCiurana, 'Simulating research behaviour',
          <source>in Proceedings of the 12th International Conference on Multi-Agent-Based Simulation, MABS'11</source>
          , pp.
          <fpage>15</fpage>
          -
          <lpage>30</lpage>
          , Berlin, Heidelberg, (
          <year>2012</year>
          ). Springer-Verlag.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Nardine</given-names>
            <surname>Osman</surname>
          </string-name>
          , Carles Sierra, and
          <string-name>
            <surname>Jordi</surname>
          </string-name>
          Sabater-Mir, '
          <article-title>Propagation of opinions in structural graphs'</article-title>
          ,
          <source>in Proceedings of the 2010 Conference on ECAI 2010: 19th European Conference on Artificial Intelligence</source>
          , pp.
          <fpage>595</fpage>
          -
          <lpage>600</lpage>
          , Amsterdam, The Netherlands, The Netherlands, (
          <year>2010</year>
          ). IOS Press.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Seth</given-names>
            <surname>Tisue</surname>
          </string-name>
          and Uri Wilensky, '
          <article-title>Netlogo: Design and implementation of a multi-agent modeling environment'</article-title>
          ,
          <source>in In Proceedings of the Agent Conference</source>
          , pp.
          <fpage>161</fpage>
          -
          <lpage>184</lpage>
          , (
          <year>2004</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Alexander</given-names>
            <surname>Yong</surname>
          </string-name>
          , '
          <article-title>Critique of hirschs citation index: A combinatorial fermi problem'</article-title>
          ,
          <source>Notices of the American Mathematical Society</source>
          ,
          <volume>61</volume>
          (
          <issue>11</issue>
          ),
          <fpage>1040</fpage>
          -
          <lpage>1050</lpage>
          , (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>