<!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>Beyond Skyline and Ranking Queries: Restricted Skylines (Extended Abstract)</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Paolo Ciaccia</string-name>
          <email>paolo.ciaccia@unibo.it</email>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Davide Martinenghi</string-name>
          <email>davide.martinenghi@polimi.it</email>
        </contrib>
      </contrib-group>
      <pub-date>
        <year>2018</year>
      </pub-date>
      <fpage>24</fpage>
      <lpage>27</lpage>
      <abstract>
        <p>Traditionally, skyline and ranking queries have been treated separately as alternative ways of discovering interesting data in potentially large datasets. While ranking queries adopt a speci c scoring function to rank tuples, skyline queries return the set of non-dominated tuples and are independent of attribute scales and scoring functions. Ranking queries are thus less general, but cheaper to compute and widely used. In this paper, we integrate these two approaches under the unifying framework of restricted skylines by applying the notion of dominance to a set of scoring functions of interest.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        When simultaneously optimizing di erent criteria (e.g., the di erent attributes
in a dataset), a problem known as multi-objective optimization, three approaches
are prevalent [4]: (
        <xref ref-type="bibr" rid="ref1">1</xref>
        ) ranking queries, which focus on a scoring function
expressing the relative importance of the di erent attributes; (
        <xref ref-type="bibr" rid="ref2">2</xref>
        ) lexicographical queries,
which establish a strict priority among the attributes; (
        <xref ref-type="bibr" rid="ref3">3</xref>
        ) skyline queries, which
return all the non-dominated objects (t dominates s i t is no worse than s on all
the attributes, and strictly better on at least one). As argued in the literature [4],
each of these methods has pros and cons (also refer to Table 1).
      </p>
      <p>Restricted skyline (R-skyline) queries, introduced in [2], consider arbitrary
families of scoring functions (induced, e.g., by constraints on the weights), thus
allowing greater exibility than skylines and ranking queries. The linchpin of
Rskylines is the novel concept of F -dominance: t F -dominates s when t is always
better than or equal to s according to all the scoring functions in the family F
(and strictly better for at least one scoring function in F ).</p>
      <p>In this paper, we present a synthesis of the results in [2], where we
introduced two R-skyline operators: nd, characterizing the set of non-F -dominated
tuples; po, referring to the tuples that are potentially optimal, i.e., best according
to some function in F . R-skylines capture in a single framework all the
practically relevant approaches to multi-objective optimization, traditionally dealt
with separately, and enable the study of other scenarios of practical interest. For
example, decision makers may encounter objectives in which the model
parameters are characterized by complex preferences, perhaps coming from preference
elicitation from a crowd (see, e.g., [3] and references therein for strategies for
collecting preferences between tuples).
2</p>
    </sec>
    <sec id="sec-2">
      <title>Restricted Skylines</title>
      <p>We consider a relational schema R(A1; : : : ; Ad), with d 1, where, w.l.o.g., each
attribute value ranges in [0; 1]; we refer to an instance r over R.</p>
      <p>
        The skyline of r, denoted Sky(r), is equivalently de ned (i) as the set of all
non-dominated tuples (Eq. (
        <xref ref-type="bibr" rid="ref1">1</xref>
        )), or (ii) as the set of potentially optimal tuples,
i.e., those that are better than all the others according to at least one monotone
scoring function [1] (Eq. (
        <xref ref-type="bibr" rid="ref2">2</xref>
        )).
      </p>
      <p>tg</p>
      <p>Sky(r) = ft 2 r j 9f 2 M: 8s 2 r: s 6= t ! f (t) &lt; f (s)g
where s t means \s dominates t", and M is the set of monotone scoring
functions. While the former view is typically adopted for skylines, the latter is
commonly applied to \top-k" queries (here with k = 1), i.e., those queries whose
goal is to return the k best tuples according to a given scoring function.</p>
      <p>We now introduce R-skylines, whose behavior is similar to Sky, but applied
to a limited set of monotone scoring functions F M. To this end, we say that
t F -dominates s, s 6= t, denoted by t F s, i 8f 2 F : f (t) f (s).
Example 1. Consider the tuples t = h0:5; 0:5i, s = h0; 1i, the monotone scoring
functions f1(x; y) = x + y and f2(x; y) = x + 2y, and the set F = ff1; f2g. We
have t F s, since f1(t) = f1(s) = 1 and f2(t) = 1:5 &lt; f2(s) = 2. However,
t 6 M s, since M includes f3(x; y) = 2x + y, for which f3(t) = 1:5 &gt; f3(s) = 1.</p>
      <p>The non-dominated restricted skyline of r wrt. F , denoted by nd(r; F ), is
de ned as the set of non-F -dominated tuples:</p>
      <p>
        F tg:
Here, as a convention, we consider lower values to be better than higher ones.
(
        <xref ref-type="bibr" rid="ref1">1</xref>
        )
(
        <xref ref-type="bibr" rid="ref2">2</xref>
        )
(
        <xref ref-type="bibr" rid="ref3">3</xref>
        )
Note that the right-hand side of Eq. (
        <xref ref-type="bibr" rid="ref3">3</xref>
        ) is similar to that of Eq. (
        <xref ref-type="bibr" rid="ref1">1</xref>
        ), where
has been replaced by F . Observe that, clearly, M coincides with .
      </p>
      <p>The potentially optimal restricted skyline of r wrt. F , denoted by po(r; F ),
returns the tuples that are best (top 1) according to some scoring function in F .</p>
      <p>
        po(r; F ) = ft 2 r j 9f 2 F : 8s 2 r: s 6= t ! f (t) &lt; f (s)g:
The right-hand side of Eq. (
        <xref ref-type="bibr" rid="ref4">4</xref>
        ) is as in Eq. (
        <xref ref-type="bibr" rid="ref2">2</xref>
        ), with F instead of M.
      </p>
      <p>The following containment relationships between R-skylines and Sky hold:
po(r; F )
nd(r; F )</p>
      <p>Sky(r):
po(r; M) = nd(r; M) = Sky(r):
DR(t; F ) = fs 2 [0; 1]d j t</p>
      <p>F sg:</p>
      <p>
        The F -dominance region DR(t; F ) of a tuple t under F is the set of all points
in [0; 1]d that are F -dominated by t:
Such a region grows larger for smaller sets: DR(t; F1)
DR(t; F2), if F1
(
        <xref ref-type="bibr" rid="ref4">4</xref>
        )
(
        <xref ref-type="bibr" rid="ref5">5</xref>
        )
(
        <xref ref-type="bibr" rid="ref6">6</xref>
        )
(
        <xref ref-type="bibr" rid="ref7">7</xref>
        )
      </p>
      <p>F2.
( )=(</p>
      <p>)
( )=(
)
(a) Tuples from Example 2 in
[0; 1]d, d = 2. F-dominance
regions in gray.</p>
      <p>(b) Region of normalized
weights such that w1 w2 (in
gray).</p>
      <p>Example 2. Let F be the set of linear scoring functions f (x; y) = w1x+w2y with
w1 w2 and let r consist of t1 = h0:3; 0:6i, t2 = h0:4; 0:45i, t3 = h0:5; 0:2i, t4 =
h0:6; 0:15i (Figure 1a). We have po(r; F ) = ft1; t3g nd(r; F ) = ft1; t2; t3g
Sky(r) = r. Indeed, no tuple in r dominates any other tuple in r, and so
Sky(r) = r. However, t3 F t4, since f (t3) f (t4) holds for any f 2 F ,
as w1(0:5 0:6) w2(0:15 0:2) always holds when w1 w2. Therefore
t4 2= nd(r; F ). Figure 1a shows in gray the region of [0; 1]d whose points
(including tuple t4) are F -dominated by some tuple in r, i.e., [t2rDR(t; F ); Figure 1b
shows in gray the region of normalized weights such that w1 w2.</p>
      <p>Finally, with linear scoring functions, as is well known [7], top-1 tuples can
only lie in the boundary of the convex hull of the F -dominated region, thus
t2 2= po(r; F ), since there is no function f 2 F for which both f (t2) &lt; f (t1) and
f (t2) &lt; f (t3), as there are no w1; w2 such that w1(0:4 0:3) &lt; w2(0:6 0:45),
w1(0:4 0:5) &lt; w2(0:2 0:45), and w1 w2 all hold.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Restricted Skylines and Lp Norms</title>
      <p>A practically relevant case to consider is that of the weighted Lp norms, de ned
as follows, where W = (w1; : : : ; wd) 2 W is a normalized weight vector, i.e.,
W [0; 1]d and, for each W = (w1; : : : ; wd) 2 W, we have Pid=1 wi = 1:
LpW (t) =</p>
      <p>d
X wit[Ai]p
i=1
!1=p
;
p 2 N:
We therefore turn our attention to the case in which the set of monotone scoring
functions coincides with the family Lp of weighted Lp norms:</p>
      <p>Lp = fLpW j W 2 Wg;
p 2 N.</p>
      <p>The behaviors of nd and po are very di erent under Lp.</p>
      <p>Theorem 1. For every value of p and every r, nd(r; Lp) = Sky(r).
Thus, any Lp family is \powerful enough" to reveal all skyline points with nd.
However, this does not hold for po, as indicated in the following theorems.
Theorem 2. Let p &lt; p0, with p; p0 2 N. Then, for every r, po(r; Lp)
po(r; Lp0 ).</p>
      <p>Theorem 3. For each p 2 N, there exists r such that po(r; Lp)
Sky(r).</p>
      <p>The results of Theorems 1, 2 and 3 suggest that, by imposing some constraints
on the weights, one can use any Lp family to smoothly move from the skyline
(no constraints) to top-1 queries (a single weight vector satis es the constraints).</p>
      <p>Checking F -dominance for Lp norms with linear constraints on the weights
can be done in PTIME. Let LpC indicate the set Lp with linear constraints C =
fC1; : : : ; Ccg on weights, where Cj = Pd
i=1 ajiwi
kj (for j 2 f1; : : : ; cg).</p>
      <p>Theorem 4 (F -dominance test). t LpC s i the following linear
programming problem in the unknowns W = (w1; : : : ; wd) has a non-negative solution:
(8)
(9)
(10)
minimize
subject to</p>
      <p>Pd
i=1 wi(s[Ai]p</p>
      <p>t[Ai]p)
wi 2 [0; 1]
Pd</p>
      <p>i=1 wi = 1
Pd
i=1 ajiwi
kj</p>
      <p>Computing nd(r; F ) using Theorem 4 is likely to be time-consuming, since
a di erent linear programming (LP) problem needs to be solved for each F
dominance test. An alternative approach is to explicitly compute the F -dominance
regions of tuples, and then discard those tuples that belong to at least one of
such regions. The advantage of this approach is that the computation of the
F -dominance region of a tuple t can be performed just once, thus independently
of how many F -dominance tests involve t.</p>
      <p>
        In order to compute DR(t; LpC), we observe that the subset of W that satis es
C, denoted W(C), is a convex polytope contained in the unit (d 1)-simplex.
Theorem 5 (F -dominance region). Let W (
        <xref ref-type="bibr" rid="ref1">1</xref>
        ); : : : ; W (q) be W(C)'s vertices,
with W (`) = (w1(`); : : : ; wd(`)) for ` 2 f1; : : : ; qg. The dominance region DR(t; LpC)
of a tuple t under LpC is the locus of points s de ned by the q inequalities:
d
X wi(`)s[Ai]p
i=1
      </p>
      <p>
        d
X wi(`)t[Ai]p;
i=1
` 2 f1; : : : ; qg:
Example 3. Let d = 2, p = 1, and consider tuples t1 = h0:3; 0:6i, t3 = h0:5; 0:2i,
t4 = h0:6; 0:15i from Example 2. For C = fw1 w2g and considering that
w1 + w2 = 1 and 0 w1; w2 1, the vertices of W(C) are W (
        <xref ref-type="bibr" rid="ref1">1</xref>
        ) = (1; 0) and
W (
        <xref ref-type="bibr" rid="ref2">2</xref>
        ) = (0:5; 0:5). Figure 1a shows the tuples along with their L1C-dominance
regions, while Figure 1b shows W(C). By Theorem 5, DR(t3; L1C) is characterized
by the system of inequalities:
fs[A1]
fs[A1]
0:5;
      </p>
      <p>s[A1] + s[A2]
0:3;
s[A1] + s[A2]
0:7g:
0:9g:
(11)
(12)
(13)
Tuple t4 satis es (12) and thus t3</p>
      <p>L1C t4. For tuple t1, the system becomes:
Here, t4 does not satisfy (13) and therefore t1 6 L1C t4.</p>
      <p>As Example 3, Figure 1a and Inequalities (11) suggest, the \shape" of DR(t; LpC)
(modulo cropping in the [0; 1]d hypercube) is independent of t, since the left-hand
sides are the same and the right-hand sides are, for any given t, a constant. The
only signi cant overhead introduced by this approach is the enumeration of the
vertices of W(C). However, this has to be done just once for all tuples.</p>
      <p>For any set F , po(r; F ) can be computed from nd(r; F ) by retaining only the
tuples that are not F -dominated by any \virtual" tuple obtained by combining
other tuples in nd(r; F ). When F = LpC, this is done by solving an LP problem.
Theorem 6 (po test). Let nd(r; LpC) = ft1; t2; : : : ; t ; tg. Then, t 2 po(r; LpC)
i there is no convex combination s of t1; : : : ; t such that s LpC t, i.e., i the
following linear system in the unknowns = ( 1; : : : ; ) is unsatis able:
Pid=1 wi(`)(Pj=1 j tj [Ai]p)</p>
      <p>i=1 wi(`)t[Ai]p
Pd
` 2 f1; : : : ; qg
(14)
Pj=1 j = 1:
j 2 [0; 1] j 2 f1; : : : ; g</p>
      <sec id="sec-3-1">
        <title>Algorithm 1: SVE1F for nd.</title>
        <p>
          Input: relation r, constraints C, family F = LpC. Output: nd(r; F).
1. let ND := ;; let W (
          <xref ref-type="bibr" rid="ref1">1</xref>
          ); : : : ; W (q) be the vertices of W(C)
2. sort r using the coordinates of the centroid of W(C) as weights
3. for each s in r // candidate F-dominated tuple
4. compute left-hand sides of Inequalities (11)
5. for each t in ND // candidate F-dominant tuple
6. if t s _ t F s then continue to line 3
7. let ND := ND [ fsg
8. return ND
        </p>
        <p>Besides the LpC family, Theorems 4, 5, and 6 also hold for any set F whose
functions are weighted sums of monotone functions of single attributes and
monotonic transforms thereof.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Algorithms and Experiments</title>
      <p>We considered several algorithmic opportunities for the computation of nd.
{ Appropriately sorting the dataset beforehand produces a topological sort
with respect to the F -dominance relation. With that, if tuple t precedes
tuple s in the sorted relation, then s 6 F t.
{ The F -dominance test can be executed by either i) solving an LP problem
as in Theorem 4 or ii) checking whether t 2 DR(s; F ) as in Theorem 5
through vertex enumeration of the polytope W(C).
{ We can either i) rst compute Sky and then remove F -dominated tuples
(two phases), or ii) integrate dominance and F -dominance tests (one phase).</p>
      <p>The best choice is to use sorting, vertex enumeration and a single phase.
The corresponding pseudocode is shown in Algorithm 1, called SVE1F. The main
idea is to scan the tuples sortedly and to populate a current window ND of
nonF -dominated tuples. No tuple will ever be removed from ND, as no tuple can
be F -dominated by a tuple found later in the sorted relation. The vertices of
the polytope W(C) are computed just once (line 1). Algorithm 1 interleaves
dominance and F -dominance tests, thus performing, for each new tuple s, a
single pass over ND. Every candidate F -dominated tuple s (line 3) is compared
against every candidate F -dominant tuple t (line 6) to decide whether s should
be added to ND. The F -dominance test of line 6 is done via Theorem 5 and, thus,
it is useful to precompute the left-hand sides of Inequality (11) already at line 4.</p>
      <p>For the computation of po(r; F ), we start from the tuples in nd(r; F ) and, by
Theorem 6, we discard any tuple t that is F -dominated by a convex combination
of tuples in nd(r; F ) n ftg. However, directly checking F -dominance via (14) may
be prohibitively time consuming when = jnd(r; F )j 1 is large. We therefore
try, in Algorithm 2 (POND, i.e. po via nd), to reduce as early as possible the set
of candidate potentially optimal tuples (PO) by adopting the following heuristics:
i) we start with a convex combination of only ~ = 2 tuples (line 2), which will
give rise to smaller, faster-to-solve systems (14) for testing F -dominance; as long</p>
      <sec id="sec-4-1">
        <title>Algorithm 2: POND for po.</title>
        <p>Input: relation r, constraints C, family F = LpC. Output: po(r; F).
1. let PO := nd(r; F) // via SVE1F
2. let ~ := 2; let lastRound := false
3. while(:lastRound)
4. if ~ jPOj 1 then lastRound := true
5. for each t in PO in reverse order // candidate F-dominated tuple
6. if 9s: s F t; s is convex comb. of the rst min(~; jPOj 1) tuples in POnftg then let PO:=POnftg
7. let ~ := ~ 2
8. return PO
as ~ &lt; jPOj 1, this condition is only su cient for pruning, but not necessary;
after each round, we double ~ (line 7); ii) we sortedly enumerate candidate F
dominated tuples from PO in reverse order (line 5), as the worst tuples wrt. the
ordering are the most likely to be F -dominated; iii) using linear system (14), we
check the existence of a convex combination of the rst ~ tuples in PO (line 6),
as they are the best wrt. the ordering and thus more likely to F -dominate other
tuples. In the last round (enabled by line 4) all the remaining tuples are checked
against a convex combination of all the other tuples still in po, which is now a
necessary and su cient condition for pruning, as in Theorem 6.</p>
        <p>In [2], e ciency and e ectiveness of the proposed algorithms have been
measured on both real and synthetic scenarios with varying i) data distribution,
ii) dataset size, iii) number of dimensions, and iv) number of constraints. With
default settings (anticorrelated data, N = 100K tuples, d = 6 dimensions,
F = L1C family with jCj = 3 constraints), our algorithms incur sub-second
execution times. Such times increase as N increases, d increases and jCj decreases.</p>
        <p>Both nd and po reduce the size of the result wrt. Sky (Fig. 2a). For default
values, their e ectiveness is remarkable (9.8% of the Sky points are in nd and
only 1% in po). Somewhat surprisingly, computing nd via SVE1F may require
much less time than computing Sky, because F -dominance tests, albeit more
costly than dominance tests, are more e ective in pruning redundant tuples.
/)
( ⨯
○
⨯ ⨯
○ ○
⨯○ ⨯○
⨯
○
| | | | | |
( )
( )
( )
( )
( )
( )
(a) jndj=jSkyj and jpoj=jSkyj cardinality (b) Precision and recall of top-k queries wrt. Sky,
ratios as dataset size N varies. nd, and po. Centroid of the W(C) as weight vector;</p>
        <p>N = 100K tuples in the dataset.</p>
        <p>Fig. 2: R-skylines vs. skyline and ranking queries (anticorrelated data with d = 6, F = L1C, jCj = 3).</p>
        <p>Let Tk(r; f ) indicate the set of top-k tuples in relation r wrt. a scoring
function f . The precision of Tk(r; f ) wrt. a set S is de ned as pre(S) =
jS \ Tk(r; f )j=k, whereas the recall is rec(S) = jS \ Tk(r; f )j=jSj. Figure 2b
shows precision and recall when f is the most representative weighted sum in
F (i.e., f 's weight vector is the centroid of W(C)). Recall grows with k, while
precision decreases. With standard parameter values, when k = jSj (and thus
precision and recall are equal), rec(nd) is 50%, while rec(po) is 38%.
Retrieving the entire nd with a top-k query may however require to scan almost the
entire dataset. As expected, top-k queries incur a small fraction of the execution
time of SVE1F (below 7%).
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Discussion</title>
      <p>In this paper, we have presented a framework aiming to unify skyline and ranking
queries. We have done so by introducing two R-skyline operators implementing
the notions of non-dominated (nd) and potentially optimal (po) tuples with
respect to a set of scoring functions F . The greater exibility of these operators
captures not only standard skyline and top-1 queries, but also constraints on the
weights in the scoring functions, which are highly relevant in practice.</p>
      <p>It is well known that choosing the \right" weights for a scoring function is a
di cult task for users, since it is usually hard to predict the e ects on ranking
of changing one or more parameters. Replacing precise values with constraints
on weights, as R-skylines do, is therefore a viable way to alleviate the problem.</p>
      <p>We have shown that both nd and po are very e ective in focusing on tuples
of interest, even in very large datasets. In practical cases, computing nd requires
no more than a few seconds. For the more complex problem of computing po,
we have developed heuristics to reduce the number of LP problems to be solved.</p>
      <p>Natural extensions of this framework include the notions of top-k query and
k-skyband, with k &gt; 1 [6].</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>J.</given-names>
            <surname>Chomicki</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Ciaccia</surname>
          </string-name>
          , and
          <string-name>
            <given-names>N.</given-names>
            <surname>Meneghetti</surname>
          </string-name>
          .
          <article-title>Skyline queries, front and back</article-title>
          .
          <source>SIGMOD Record</source>
          ,
          <volume>42</volume>
          (
          <issue>3</issue>
          ):6{
          <fpage>18</fpage>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>P.</given-names>
            <surname>Ciaccia</surname>
          </string-name>
          and
          <string-name>
            <given-names>D.</given-names>
            <surname>Martinenghi</surname>
          </string-name>
          .
          <article-title>Reconciling skyline and ranking queries</article-title>
          .
          <source>PVLDB</source>
          ,
          <volume>10</volume>
          (
          <issue>11</issue>
          ):
          <volume>1454</volume>
          {
          <fpage>1465</fpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>E.</given-names>
            <surname>Ciceri</surname>
          </string-name>
          et al.
          <article-title>Crowdsourcing for top-k query processing over uncertain data</article-title>
          .
          <source>TKDE</source>
          ,
          <volume>28</volume>
          (
          <issue>1</issue>
          ):
          <volume>41</volume>
          {
          <fpage>53</fpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>A. A.</given-names>
            <surname>Freitas</surname>
          </string-name>
          .
          <article-title>A critical review of multi-objective optimization in data mining: a position paper</article-title>
          .
          <source>SIGKDD Explorations</source>
          ,
          <volume>6</volume>
          (
          <issue>2</issue>
          ):
          <volume>77</volume>
          {
          <fpage>86</fpage>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>D.</given-names>
            <surname>Mindolin</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Chomicki</surname>
          </string-name>
          .
          <article-title>Preference elicitation in prioritized skyline queries</article-title>
          .
          <source>VLDB J</source>
          .,
          <volume>20</volume>
          (
          <issue>2</issue>
          ):
          <volume>157</volume>
          {
          <fpage>182</fpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>D.</given-names>
            <surname>Papadias</surname>
          </string-name>
          et al.
          <article-title>Progressive skyline computation in database systems</article-title>
          .
          <source>TODS</source>
          ,
          <volume>30</volume>
          (
          <issue>1</issue>
          ):
          <volume>41</volume>
          {
          <fpage>82</fpage>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Soliman</surname>
          </string-name>
          et al.
          <article-title>Ranking with uncertain scoring functions: semantics and sensitivity measures</article-title>
          .
          <source>In SIGMOD</source>
          , pages
          <volume>805</volume>
          {
          <fpage>816</fpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>