{"title": "Reconciling Real Scores with Binary Comparisons: A New Logistic Based Model for Ranking", "book": "Advances in Neural Information Processing Systems", "page_first": 25, "page_last": 32, "abstract": null, "full_text": "Reconciling Real Scores with Binary Comparisons: A Unified Logistic Model for Ranking\n\nNir Ailon Google Research NY 111 8th Ave, 4th FL New York NY 10011 nailon@gmail.com\n\nAbstract\nThe problem of ranking arises ubiquitously in almost every aspect of life, and in particular in Machine Learning/Information Retrieval. A statistical model for ranking predicts how humans rank subsets V of some universe U . In this work we define a statistical model for ranking that satisfies certain desirable properties. The model automatically gives rise to a logistic regression based approach to learning how to rank, for which the score and comparison based approaches are dual views. This offers a new generative approach to ranking which can be used for IR. There are two main contexts for this work. The first is the theory of econometrics and study of statistical models explaining human choice of alternatives. In this context, we will compare our model with other well known models. The second context is the problem of ranking in machine learning, usually arising in the context of information retrieval. Here, much work has been done in the discriminative setting, where different heuristics are used to define ranking risk functions. Our model is built rigorously and axiomatically based on very simple desirable properties defined locally for comparisons, and automatically implies the existence of a global score function serving as a natural model parameter which can be efficiently fitted to pairwise comparison judgment data by solving a convex optimization problem.\n\n1\n\nIntroduction\n\nRanking is an important task in information sciences. The most notable application is information retrieval (IR), where it is crucial to return results in a sorted order for the querier. The subject of preference and ranking has been thoroughly studied in the context of statistics and econometric theory [8, 7, 29, 36, 34, 31], combinatorial optimization [26, 37, 20, 3, 4, 14] and machine learning [6, 9, 33, 21, 19, 35, 23, 22, 25, 16, 17, 1, 13, 15, 28, 18]. Recently Ailon and Mehryar [5] following Balcan et al [9] have made significant progress in reducing the task of learning ranking to the binary classification problem of learning preferences. This comparison based approach is in contrast with a score based approach which tries to regress to a score function on the elements we wish to rank, and sort the elements based on this score as a final step. The difference between the score based and comparison approaches is an example of \"local vs. global\" views: A comparison is local (how do two elements compare with each other), and a score is global (how do we embed the universe on a scale). The score based approach seems reasonable in cases where the score can be defined naturally in terms of measurable utility. In some real world scenarios, either (i) an interpretable score is difficult to define (e.g. a relevance score in information retrieval) and (ii) an interpretable score is easy to define (e.g. how much a random person is willing\n\n\f\nto pay for product X in some population) but learning the score is difficult due to noisy or costly label acquisition for scores on individual points [7]. A well known phenomenon in the psychological study of human choice seems to potentially offer an elegant solution to the above difficulties: Human response to comparison questions is more stable in the sense that it is not easily affected by irrelevant alternatives. This phenomenon makes acquisition of comparison labels for learning tasks more appealing, but raises the question of how to go back and fit a latent score function that explains the comparisons. Moreover, the score parameter fitting must be computationally efficient. Much effort has been recently put in this subject from a machine learning perspective [6, 9, 33, 21, 19, 35, 23, 22, 25, 16, 17, 1, 13, 15, 28, 18].\n\n2\n\nRanking in Context\n\nThe study of ranking alternatives has not been introduced by ML/IR, and has been studied throughly from the early years of the 20th century in the context of statistics and econometrics. We mention work in ML/IR by Lebanon and Lafferty [27] and Cao et al. [12] who also draw from the classic work for information retrieval purposes. ML/IR is usually interested in the question of how a machine should correctly rank alternatives based on experience from human feedback, whereas in statistics and econometrics the focus is on the question of how a human chooses from alternatives (for the purpose of e.g. effective marketing or policy making). Therefore, there are notable differences between the modern and classic foci. Notwithstanding these differences, the classic foci is relevant to modern applications, and vice versa. For example, any attempt to correctly choose from a set (predominantly asked in the classic context) can be converted into a ranking algorithm by repeatedly choosing and removing from the set. Definition 2.1 A ranking model for U is a function D mapping any finite subset V  U to a distribution on rankings of V . In other words, D(V ) is a probability distribution on the |V |! possible orderings of V . A Thurstonian model for ranking (so named after L. Thurstone [36]) is one in which an independent random real valued variable Zv is associated with each v  V , and the ranking is obtained by sorting the elements if V in decreasing order (assuming the value represents utility). Often the distributions governing the Zv 's are members of a parametric family, with a location parameter representing an intrinsic \"value\". The source of variability in Zv is beyond the scope of this work. This model is related to the more general random utility model (RUM) approach studied in econometrics. A purely comparison based model is due to Babington and Smith: The parameter of the model is a matrix {puv }u,vU . Given items u, v , a subject would prefer u over v with probability puv = 1-pvu . Given a subset V , the subject flips a corresponding biased coin independently to decide on the preference of all pairs u, v  V , and repeats the process until the set of preferences is transitive. This model is unwieldy in full generality, and more succinct representations were proposed. Mallows [30] following Bradley and Terry [11] proposed to take puv as (u)/((u) + (v )), where the (v )'s are constants attached to each element. Note that the marginal probability of u being preferred over v in the context of a set V  {u, v } in the Babington-Smith model is in general not puv , even in Mallows's special case. In distance based models it is assumed that there is a \"modal\" ranking of the set V , and the probability of any ranking decreases with its distance from the mode. Several definitions of distances between permutations. Often the probability density itself is defined as an exponential model. We refer the reader to [31] for in depth analysis of such models. The Plackett-Luce model. The classic model most related to this work is Plackett and Luce's [29, 34] multistage model for ranking. Each element v  U has an assigned \"value\" parameter (v ). At v 1 each stage a choice is made. Given a set V , item u  V wins with probability (u)/ V (v ). The winner is removed from V and the process is repeated for the remaining elements, until a ranking is obtained. Yellott [38] made the surprising observation that the Luce-Plackett model is exactly Thurstone's model where the Zu 's are translated Gumbel (doubly-exponential) distributed\n1 This choice function is known as the multinomial logit (MNL) and is equivalent to the standard (dichotomous) logit when only two alternatives are available.\n\n\f\nvariables. The underlying winner choice model satisfies Luce's choice axiom [29] which, roughly speaking, stipulates that the probability of an element u winning in V is the same as the product of the probability of the winner contained in V   V and the probability of u winning in V  . It turns out that this axiom (often used as criticism of the model) implies the underlying choice function of the Plackett-Luce model. An interesting property of Plackett-Luce for our purpose is that it is asymmetric in the sense that it is winner-centric and not loser-centric. The model cannot explain both ranking by successive loser choice and successive winner choice simultaneously unless it is trivial (this point was noticed by McCullagh [32]). It is clear however that breaking down the process of ranking by humans to an iterated choice of winners ignores the process of elimination (placing alternatives at the bottom of the list). In the following sections we propose a new symmetric model for ranking, in which the basic discrete task is a comparison of pairs of elements, and not choice of an element from arbitrarily large sets (as in Plackett-Luce).\n\n3\n\nAn Axiomatic Approach for Defining a Pairwise-Stable Model for Ranking\n\nFor a ranking  of some subset V  U , we use the notation u  v to denote that u precedes2 v according to  . We let  (v )  {1, . . . , n} denote the rank of v  V , where lower numbers designate precedence (hence u  v if  (u) <  (v )). The inverse  -1 (i) is the unique element v of V with  (v ) = i. We overload notation and let  (u, v ) denote the indicator variable taking the value of 1 if u  v and 0 otherwise. Definition 3.1 A ranking model D for U satisfies pairwise stability if for any u, v  U and for any V1 , V2  {u, v }, PrD(V1 ) [u  v ] = PrD(V2 ) [u  v ]. Pairwise stability means that the preference (or comparison) of u, v is statistically independent of the context (subset) they are ranked in. Note that Plackett-Luce is pairwise stable (this follows from the fact that the model is Thurstonian) but Babington-Smith/Mallows is not. If a ranking model D satisfies pairwise stability, then the probability PrD [u  v ] is naturally defined and equals PrD(V ) [u  v ] for any V  {u, v }. Pairwise stability is a weak property which permits a very wide family of ranking distributions. In particular, if the universe U is a finite set then any distribution  on rankings on the entire universe U gives rise to a model D with D (V ) defined as the restriction of  to V . This model clearly satisfies pairwise stability but does not have a succint description and hence undesirable. We strengthen the conditions on our model by considering triplets of elements. Assume that a model D satisfies pairwise stability. Fix three elements u, v , w. Consider a process in which we randomly and independently decide how u and w should compare with v . What would be the induced distribution on the order of u and w, conditioned on them being placed on opposite sides of v ? If we sample from the distributions D({u, v }) and D({v , w}) to independently decide how to compare u with v and w with v (respectively), then we get Pr[u  w |( u  v  w)  (w  v  u)] = PrD [u  v ] PrD [v  w] . PrD [u  v ] PrD [v  w] + PrD [w  v ] PrD [v  u] What happens if we force this to equal PrD [u  w]? In words, this would mean that the comparison of u with w conditioned on the comparison being determined by pivoting around v is distributed like D({u, w}). We write this desired property as follows (the second line follows from the first):\n2 We choose in this work to use the convention that an element u precedes v if u is in a more favorable position. When a score function is introduced later, the convention will be that higher scores correspond to more favorable positions. We will use the symbol < (resp. >) to compare scores, which is semantically opposite to  (resp. ) by our convention.\n\n\f\nPrD [u  v ] PrD [v  w] D PrD [u  v ] PrD [v  w] + PrD [w  v ] PrD [v  u] PrD [w  v ] PrD [v  u] Pr[w  u] = . D PrD [w  v ] PrD [v  u] + PrD [u  v ] PrD [v  w] Pr[u  w] =\n\n(1)\n\nDefinition 3.2 Assume D is a ranking model for U satisfying pairwise stability. For a pair u, w  U and another element v  U we say that u and w satisfy the pivot condition with respect to v if (1) holds. Dividing the two desired equalities in (1), we get (assuming the ratio exists): PrD [u  w] PrD [u  v ] PrD [v  w] = . PrD [w  u] PrD [w  v ] PrD [v  u] (2)\n\nIf we denote by D (a, b) the \"comparison logit3 \": D (a, b) = log(PrD [a  b]/ PrD [b  a]) , then (2) implies D (u, v ) + D (v , w) + D (w, u) = 0 . This in turn implies that there exist numbers s1 , s2 , s3 such that (u, v ) = s1 - s2 , (v , w) = s2 - s3 and (w, u) = s1 - s3 . These numbers, defined up to any additive constant, should be called (additive) scores. We will see in what follows that the score function can be extended to a larger set by patching scores on triplets. By the symmetry it is now clear that the pivoting condition of u and w with respect to v implies the pivoting condition of u and v with respect to w and of v and w with respect to u. In other words, the pivoting condition is a property of the triplet {u, v , w}. Definition 3.3 Assume a ranking model D for U satisfies pairwise stability, and let D : U  U  R denote the comparison logit as defined above. A triplet {u, v , w}  U is said to satisfy the pivot condition in D if D (u, v ) + D (v , w) + D (w, u) = 0 . We say that U satisfies the pivot condition in D if {u, v , w} satisfies the pivot condition for all {u, v , w}  U . Lemma 3.1 If U satisfies the pivot condition in a pairwise stability model D for U , then there exists a real valued score function s : V  R such that for all a, b  V , D (a, b) = s(a) - s(b) . Proof Fix some element v  U and set s(v ) = 0. For every other element u  V \\ {v } set s(v ) = D (v , u). It is now immediate to verify that for all a, b  V one has D (a, b) = s(a)-s(b). Indeed, by construction s(a) - s(b) = D (a, u) - D (b, u) but by the pivot property this equals exactly D (a, b), as required (remember that D (a, b) = -D (a, b) by definition of D ). By starting with local assumptions (pairwise stability and the pivoting property), we obtained a natural global score function s on the universe of elements. The score function governs the probability of u preceding v via the difference s(u) - s(v ) passed through the inverse logit. Note that we used the assumption that the comparison logit is finite on all u, v (equivalently, that 0 < PrD (u  v ) < 1 for all u, v ), but this assumption can be dropped if we allow the score function to obtain values in R +  Z, where  is the limit ordinal of R. The Plackett-Luce model satisfies both pairwise stability and the pivot condition with s(u) = log (u). Hence our definitions are non empty. Inspired by recent work on the QuickSort algorithm [24] as a random process [4, 3, 5, 37], we define a new symmetric model based on a series of comparisons rather than choices from sets.\n\n4\n\nThe New Ranking Model\n\nWe define a model called QSs (short for QuickSort), parametrized by a score function s : U  R as follows. Given a finite subset V  U : 1. Pick a \"pivot element\" v uniformly at random from V .\n3\n\nThe \"logit of p\" is standard shorthand for the log-odds, or log(p/(1 - p)).\n\n\f\n2. For all u  V \\ {v }, place u to the left of v with probability 1/(1 + es(v)-s(u) ), and to the right with the remaining probability 1/(1 + es(u)-s(v) ), independently of all other choices. 3. Recurse on the left and on the right sides, and output the ranking of V obtained by joining the results in an obvious way (left  pivot  right). (The function 1/(1 + e-x ) is the inverse logit function.) We shall soon see that QuickSort gives us back all the desired statistical local properties of a ranking models. That the model QSs can be sampled efficiently is a simple consequence of the fact that QuickSort runs in expected time O(n log n) (some attention needs to be paid the fact that unlike in the textbook proofs for QuickSort the pivoting process is randomized, but this is not difficult [5]). Theorem 4.1 The ranking model QSs for U satisfies both pairwise stability and the pivoting condition. Additionally, for any subset V  U the mode of QSs (V ) is any ranking   satisfying u  v whenever s(u) > s(v ). Proof (of Theorem 4.1): First we note that if QSs satisfies pairwise stability, then the pivot property will be implied as well. Indeed, by taking V = {u, v } we would get from the model that PrQSs (u  v ) = 1/(1 + es(v)-s(u) ), immediately implying the pivot property. To see that QSs satisfies pairwise stability, we show that for any u, v and V  {u, v }, the probability of the event u  v is exactly 1/(1 + es(v)-s(u) ), where   QSs (V ). Indeed, the order of u, v can be determined in one of two ways. (i) Directly: u or v are chosen as pivot when the other is present in the same recursive call. We call this event E{u,v} . Conditioned on this event, clearly the probability that u  v is exactly the required probability 1/(1 + es(v)-s(u) ) by step 2 of QuickSort (note that it doesn't matter which one of v or u is the pivot). (ii) Indirectly: A third element w  V is the pivot when both u and v are present in the recursive call, and w sends u and v to opposite  recursion sides. We denote this event by E{u,v},w . Conditioned on this event, the probability that u  v , is exactly as required (by using the same logit calculus we used in Section 3). To conclude the proof of pairwise stabiliity, it remains to observe that the collection of events E  {E{u,v} }  s a pairwise disjoint cover of the probability space. This {u,v },w : w  V \\ {u, v } implies that PrQSs (V ) (u  v ) is the desired quantity 1/(1 + es(v)-s(u) ), concluding the proof of pairwise stability. We need to work harder to prove the intuitive mode argument. Let  ,  be two permutations on V such that a1  a2      ak  u  v  ak+1      an-2 a1  a2      ak  v  u  ak+1      an-2 , where V = {u, v }{a1 , . . . , an-2 }. In words,  and  differ on the order of exactly two consecutive elements u, v . Assume that s(u) > s(v ) (so  , placing u in a more favorable position than v , is intuitively more \"correct\"). We will prove that the probability of getting  is strictly higher than the probability of getting  from QSs . Since   , the permutation sorting by s, can be obtained from any permutation by a sequence of swapping incorrectly ordered (according to s) adjacent pairs, this would prove the theorem by a standard inductive argument. Let q = PrQS [ =  ], and similarly define q . To prove that q > q we need extra notation. Our QuickSort generative model gives rise to a random integer node-labeled ordered binary tree4 implicitly constructed as an execution side effect. This tree records the final position of the pivots chosen in each step as follows: The label L of the root of the tree is the rank of the pivot in the final solution (which equals the size of the left recursion plus 1). The left subtree is the tree recursively constructed on the left, and the right subtree is the tree recursively constructed on the right with L added to the labels of all the vertices. Clearly the resulting tree has exactly n nodes with each label in {1 . . . n} appearing exactly once. Let p,T denote the probability that QuickSort outputs a permutation  and (implicitly) constructs a pivot selection tree T . Let T denote the collection of all ordered labeled binary trees with node labels in {1, . . . , n}. For T  T and a node x  T let (x) denote the integer label on x. Let Tx denote the subtree rooted by x and let (Tx ) denote the\n4 By that we mean a tree in which each node has at most one left child node and at most one right child node, and the nodes are labeled with integers.\n\n\f\ncollection of labels on those nodes. By construction, if QuickSort outputted a ranking  with an (implicitly constructed) tree T , then at some point the recursive call to QuickSort took  -1 ((Tx )) as input and chose  -1 ((x)) as pivot, for any nodT x of T . By a standard probability argument e T (summing over a disjoint cover of events): q = T q ,T and q = T q,T . It suffices to show now that for any fixed T  T , q ,T > q,T . To compute q,T for  =  ,  we proceed as follows: At each node x of T we will attach a number P (x) which is the likelihood of the decisions made at that level, namely, the choice of the pivot itself and the separation of the rest of the elements to its right and left. y 1y P (x) = Pr[ -1 ((y ))   -1 ((x))]  Pr[ -1 ((x))   -1 ((y ))] , QS QS |Tx |\nTL (x) TR (x)\n\nWhere |Tx | is the number of nodes in Tx , TR (x) is the set of vertices in the left subtree of x and similarly for TL (x). The factor 1/|Tx | comes from the likelihood of uniformly at random having chosen the pivot  -1 ((x)) from the set of nodes of Tx . The first product corresponds to the random comparison dex isions made on the elements thrown to the left, and the second to right. By construction, c x p  ,T = T P (x) and similarly p,T = T P (x). Since u, v are adjacent in both  and  , it is clear that the two nodes x1 , x2  T labeled  (u) and  (v ) respectively have an ancestor-descendent relation in T (otherwise their least common ancestor in T would have been placed between them, violating the consecutiveness of u and v in our construction and implying p ,T = q ,T = 0). Also recall that  (u) =  (v ) and  (v ) =  (u). By our assumption that  and  differ only on the order of the adjacent elements u, v , P (x) and P (x) could differ only on nodes x on the path between x1 and x2 . Assume w.l.o.g. that x1 is an ancestor of x2 , and that x2 is a node in the left subtree of x1 . By our construction, x2 is the rightmost node5 in TL (x1 ). Let Y denote the set of nodes on the path from x1 to x2 (exclusive) in T . Let W denote the set of nodes in the left (and only) subtree of x2 , and let Z denote the set of remaining nodes in TL (x1 ): Z = TL (x1 ) \\ (W  Y  {x2 }). Since  -1 ((z )) =  -1 ((z )) for all z  Z we can define elt(z ) =  -1 ((z )) =  -1 ((z )) and similarly we can correspond each y  Y with a single element elt(y ) and each w  W with a single elements elt(w) of V . As claimed above, we only need to compare between P (x1 ) and P (x1 ), between P (x2 ) and P (x2 ) and P (y ) and P (y ) for y  Y . Carefully unfolding these products node by node, we see that it suffices to notice that for all y  Y , the probability of throwing elt(y ) to the left of u (pivoting on u) times the probability of throwing v to the right of elt(y ) (pivoting on elt(y )) as appears inside the product P (x1 )P (y ) is exactly the probability of throwing elt(y ) to the left of v (pivoting on v ) times the probability of throwing u to the right of elt(y ) (pivoting on elt(y )) as appears inside the product P (x1 )P (y ). Also for all w  W the probability of throwing elt(w) to the left of u (pivoting on u) times the probability of throwing elt(w) to the left of v (pivoting on v ) appears exactly once in both P (x1 )P (x2 ) and P (x1 )P (x2 ) (though in reversed order). Following these observations one can be convinced by the desired result of the theorem by noting that in virtue of s(u) > s(v ): (i) PrQS [v  u] > PrQS [u  v ], and (ii) for all z  Z , PrQS [elt(z )  u] > PrQS [elt(z )  v ].\n\n5\n\nComparison of Models\n\nThe stochastic QuickSort model as just defined as well as Plackett-Luce share much in common, but they are not identical for strictly more than 2 elements. Both satisfy the intuitive property that the mode of the distribution corresponding to a set V is any ranking which sorts the elements of V in decreasing s(v ) = log (v ) value. The stochastic QuickSort model, however, does not suffer from the asymmetry problem which is often stated as a criticism of Plackett-Luce. Indeed, the distributions QSs (V ) has the following property: If we draw from QSs (V ) and flip the resulting permutation, the resulting distribution is QS-s (V ). This property does not hold in general for Plackett-Luce, and hence serves as proof of their nonequivalence. Assume we want to fit s in the MLE sense by drawing random permutations from QSs (V ). This seems to be difficult due to the unknown choice of pivot. On the other hand, the log-likelihood function corresponding to Plackett-Luce is globally concave in the values of the function s on V , and hence a global maximum can be efficiently found. This also holds true in a generalized linear model, in which s(v ) is given as the dot product of a feature vector (v ) with an unknown weight\n5\n\nThe rightmost node of T is the root if it has no right descendent, or the rightmost node of its right subtree.\n\n\f\nvector which we estimate (as done in [10] in the context of predicting demand for electric cars). Hence, for the purpose of learning given full permutations of strictly more than two elements, the Plackett-Luce model is easier to work with. In practical IR settings, however, it is rare that training data is obtained as full permutations: such a task is tiresome. In most applications, the observables used for training are in the form of binary response vectors (either relevant or irrelevant for each alternative) or comparison of pairs of alternatives (either A better or B better given A,B). For the latter, Plackett-Luce is identical to QuickSort, and hence efficient fitting of parameters is easy (using logistic regression). As for the former, the process of generating a binary response vector can be viewed as the task performed at a single QuickSort recursive level. It turns out that by defining a nuisance parameter to represent the value s of an unknown pivot, MLE estimation can be performed efficiently and exactly [2].\n\nReferences\n[1] Shivani Agarwal and Partha Niyogi. Stability and generalization of bipartite ranking algorithms. In COLT, pages 3247, 2005. [2] N. Ailon. A simple linear ranking algorithm using query dependent intercept variables. arXiv:0810.2764v1. [3] Nir Ailon. Aggregation of partial rankings, p-ratings and top-m lists. In SODA, 2007. [4] Nir Ailon, Moses Charikar, and Alantha Newman. Aggregating inconsistent information: ranking and clustering. In Proceedings of the 37th Annual ACM Symposium on Theory of Computing, Baltimore, MD, USA, May 22-24, 2005, pages 684693. ACM, 2005. [5] Nir Ailon and Mehryar Mohri. An efficient reduction of ranking to classification. In COLT, 2008. [6] Erin L. Allwein, Robert E. Schapire, and Yoram Singer. Reducing multiclass to binary: A unifying approach for margin classifiers. Journal of Machine Learning Research, 1:113141, 2000. [7] D. Ariely, G. Loewenstein, and D. Prelec. Coherent arbitrariness: Stable demand curves without stable preferences. The Quarterly Journal of Economics, 118(1):73105, 2008. [8] K. J. Arrow. A difficulty in the concept of social welfare. Journal of Political Economy, 58(4):328346, August 1950. [9] Maria-Florina Balcan, Nikhil Bansal, Alina Beygelzimer, Don Coppersmith, John Langford, and Gregory B. Sorkin. Robust reductions from ranking to classification. In Nader H. Bshouty and Claudio Gentile, editors, COLT, volume 4539 of Lecture Notes in Computer Science, pages 604619. Springer, 2007. [10] S. Beggs and S. Cardell. Assessing the potential demand for electric cars. Journal of Econometrics, 17:119, 1981. [11] R.A. Bradley and M.A. Terry. Rank analysis of incomplete block designs. Biometrika, 39:324 345, 1952. [12] Zhe Cao, Tao Qin, Tie-Yan Liu, Ming-Feng Tsai, and Hang Li. Learning to rank: from pairwise approach to listwise approach. In ICML '07: Proceedings of the 24th international conference on Machine learning, pages 129136, New York, NY, USA, 2007. ACM. [13] William W. Cohen, Robert E. Schapire, and Yoram Singer. Learning to order things. J. Artif. Intell. Res. (JAIR), 10:243270, 1999. [14] D. Coppersmith, Lisa Fleischer, and Atri Rudra. Ordering by weighted number of wins gives a good ranking for weighted tournamnets. In Proceedings of the 17th Annual ACM-SIAM Symposium on Discrete Algorithms (SODA), 2006. [15] Corinna Cortes and Mehryar Mohri. AUC Optimization vs. Error Rate Minimization. In Advances in Neural Information Processing Systems (NIPS 2003), volume 16, Vancouver, Canada, 2004. MIT Press. [16] Corinna Cortes, Mehryar Mohri, and Ashish Rastogi. An Alternative Ranking Problem for Search Engines. In Proceedings of the 6th Workshop on Experimental Algorithms (WEA 2007), volume 4525 of Lecture Notes in Computer Science, pages 121, Rome, Italy, June 2007. Springer-Verlag, Heidelberg, Germany.\n\n\f\n[17] Corinna Cortes, Mehryar Mohri, and Ashish Rastogi. Magnitude-Preserving Ranking Algorithms. In Proceedings of the Twenty-fourth International Conference on Machine Learning (ICML 2007), Oregon State University, Corvallis, OR, June 2007. [18] David Cossock and Tong Zhang. Subset ranking using regression. In COLT, pages 605619, 2006. [19] Koby Crammer and Yoram Singer. Pranking with ranking. In Thomas G. Dietterich, Suzanna Becker, and Zoubin Ghahramani, editors, Advances in Neural Information Processing Systems 14 [Neural Information Processing Systems: Natural and Synthetic, NIPS 2001, December 3-8, 2001, Vancouver, British Columbia, Canada], pages 641647. MIT Press, 2001. [20] Ronald Fagin, Ravi Kumar, Mohammad Mahdian, D. Sivakumar, and Erik Vee. Comparing and aggregating rankings with ties. In Alin Deutsch, editor, Proceedings of the Twenty-third ACM SIGACT-SIGMOD-SIGART Symposium on Principles of Database Systems, June 14-16, 2004, Paris, France, pages 4758. ACM, 2004. [21] Yoav Freund, Raj D. Iyer, Robert E. Schapire, and Yoram Singer. An efficient boosting algorithm for combining preferences. Journal of Machine Learning Research, 4:933969, 2003. [22] Ralf Herbrich, Thore Graepel, Peter Bollmann-Sdorra, and Klaus Obermayer. Learning a preference relation in ir. In In Proceedings Workshop Text Categorization and Machine Learning, International Conference on Machine Learning, pages 8084, 1998. [23] Ralf Herbrich, Thore Graepel, and Klaus Obermayer. Large margin rank boundaries for ordinal regression. In Advances in Large Margin Classifiers, pages 115132, 2000. [24] C.A.R. Hoare. Quicksort: Algorithm 64. Comm. ACM, 4(7):321322, 1961. [25] Thorsten Joachims. Optimizing search engines using clickthrough data. In KDD '02: Proceedings of the eighth ACM SIGKDD international conference on Knowledge discovery and data mining, pages 133142, New York, NY, USA, 2002. ACM Press. [26] Claire Kenyon-Mathieu and Warren Schudy. How to rank with few errors. In STOC '07: Proceedings of the thirty-ninth annual ACM symposium on Theory of computing, pages 95 103, New York, NY, USA, 2007. ACM Press. [27] Guy Lebanon and John D. Lafferty. Cranking: Combining rankings using conditional probability models on permutations. In ICML '02: Proceedings of the Nineteenth International Conference on Machine Learning, pages 363370, San Francisco, CA, USA, 2002. Morgan Kaufmann Publishers Inc. [28] Erich L. Lehmann. Nonparametrics: Statistical Methods Based on Ranks. Holden-Day, San Francisco, California, 1975. [29] R.D. Luce. Individual choice behaviour. Wiley, 1959. [30] C.L. Mallows. Non-null ranking models. Biometrika, 44:113130, 1957. [31] John I. Marden. Analyzing and modeling rank data. Chapman & Hall, 1995. [32] P. McCullagh. Permutations and regression models. Probability models and statistical analyses for ranking data, pages 196215, 1993. [33] Mark H. Montague and Javed A. Aslam. Condorcet fusion for improved retrieval. In Proceedings of the 2002 ACM CIKM International Conference on Information and Knowledge Management, McLean, VA, USA, November 4-9, 2002, pages 538548. ACM, 2002. [34] R. L. Plackett. The analysis of permutations. Applied Statistics, 24:193202. [35] Cynthia Rudin, Corinna Cortes, Mehryar Mohri, and Robert E. Schapire. Margin-based ranking meets boosting in the middle. In Peter Auer and Ron Meir, editors, Learning Theory, 18th Annual Conference on Learning Theory, COLT 2005, Bertinoro, Italy, June 27-30, 2005, Proceedings, pages 6378. Springer, 2005. [36] L. L. Thurstone. A law of comparative judgement. Psychological Reviews, 34:273286. [37] David P. Williamson and Anke van Zuylen. \"deterministic algorithms for rank aggregation and other ranking and clustering problems\". In Proceedings of the 5th Workshop on Approximation and Online Algorithms (WAOA) (to appear), 2007. [38] J. Yellott. The relationship between luce's choice axiom, thurstone's theory of comparatice judgment, and the double exponential distribution. Journal of Mathematical Psychology, 15:109144, 1977.\n\n\f\n", "award": [], "sourceid": 3463, "authors": [{"given_name": "Nir", "family_name": "Ailon", "institution": null}]}