| { |
| "paper_id": "N07-1013", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T14:48:44.043821Z" |
| }, |
| "title": "Improving Diversity in Ranking using Absorbing Random Walks", |
| "authors": [ |
| { |
| "first": "Xiaojin", |
| "middle": [], |
| "last": "Zhu", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Wisconsin", |
| "location": { |
| "postCode": "53705", |
| "settlement": "Madison Madison", |
| "region": "WI" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Andrew", |
| "middle": [ |
| "B" |
| ], |
| "last": "Goldberg", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Wisconsin", |
| "location": { |
| "postCode": "53705", |
| "settlement": "Madison Madison", |
| "region": "WI" |
| } |
| }, |
| "email": "goldberg@cs.wisc.edu" |
| }, |
| { |
| "first": "Jurgen", |
| "middle": [], |
| "last": "Van", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Wisconsin", |
| "location": { |
| "postCode": "53705", |
| "settlement": "Madison Madison", |
| "region": "WI" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Gael", |
| "middle": [ |
| "David" |
| ], |
| "last": "Andrzejewski", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Wisconsin", |
| "location": { |
| "postCode": "53705", |
| "settlement": "Madison Madison", |
| "region": "WI" |
| } |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "We introduce a novel ranking algorithm called GRASSHOPPER, which ranks items with an emphasis on diversity. That is, the top items should be different from each other in order to have a broad coverage of the whole item set. Many natural language processing tasks can benefit from such diversity ranking. Our algorithm is based on random walks in an absorbing Markov chain. We turn ranked items into absorbing states, which effectively prevents redundant items from receiving a high rank. We demonstrate GRASSHOP-PER's effectiveness on extractive text summarization: our algorithm ranks between the 1st and 2nd systems on DUC 2004 Task 2; and on a social network analysis task that identifies movie stars of the world.", |
| "pdf_parse": { |
| "paper_id": "N07-1013", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "We introduce a novel ranking algorithm called GRASSHOPPER, which ranks items with an emphasis on diversity. That is, the top items should be different from each other in order to have a broad coverage of the whole item set. Many natural language processing tasks can benefit from such diversity ranking. Our algorithm is based on random walks in an absorbing Markov chain. We turn ranked items into absorbing states, which effectively prevents redundant items from receiving a high rank. We demonstrate GRASSHOP-PER's effectiveness on extractive text summarization: our algorithm ranks between the 1st and 2nd systems on DUC 2004 Task 2; and on a social network analysis task that identifies movie stars of the world.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Many natural language processing tasks involve ranking a set of items. Sometimes we want the top items to be not only good individually but also diverse collectively. For example, extractive text summarization generates a summary by selecting a few good sentences from one or more articles on the same topic (Goldstein et al., 2000) . This can be formulated as ranking all the sentences, and taking the top ones. A good sentence is one that is representative, i.e., similar to many other sentences, so that it likely conveys the central meaning of the articles. On the other hand, we do not want multiple nearidentical sentences. The top sentences should be diverse.", |
| "cite_spans": [ |
| { |
| "start": 308, |
| "end": 332, |
| "text": "(Goldstein et al., 2000)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "As another example, in information retrieval on news events, an article is often published by multiple newspapers with only minor changes. It is undesirable to rank all copies of the same article highly, even though it may be the most relevant. Instead, the top results should be different and complementary. In other words, one wants 'subtopic diversity' in retrieval results (Zhai et al., 2003) .", |
| "cite_spans": [ |
| { |
| "start": 377, |
| "end": 396, |
| "text": "(Zhai et al., 2003)", |
| "ref_id": "BIBREF16" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The need for diversity in ranking is not unique to natural language processing. In social network analysis, people are connected by their interactions, e.g., phone calls. Active groups of people have strong interactions among them, but many groups may exist with fewer interactions. If we want a list of people that represent various groups, it is important to consider both activity and diversity, and not to fill the list with people from the same active groups.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Given the importance of diversity in ranking, there has been significant research in this area. Perhaps the most well-known method is maximum marginal relevance (MMR) (Carbonell and Goldstein, 1998) , as well as cross-sentence informational subsumption (Radev, 2000) , mixture models (Zhang et al., 2002) , subtopic diversity (Zhai et al., 2003) , diversity penalty (Zhang et al., 2005) , and others. The basic idea is to penalize redundancy by lowering an item's rank if it is similar to items already ranked. However, these methods often treat centrality ranking and diversity ranking separately, sometimes with heuristic procedures.", |
| "cite_spans": [ |
| { |
| "start": 167, |
| "end": 198, |
| "text": "(Carbonell and Goldstein, 1998)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 253, |
| "end": 266, |
| "text": "(Radev, 2000)", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 284, |
| "end": 304, |
| "text": "(Zhang et al., 2002)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 326, |
| "end": 345, |
| "text": "(Zhai et al., 2003)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 366, |
| "end": 386, |
| "text": "(Zhang et al., 2005)", |
| "ref_id": "BIBREF18" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "We propose GRASSHOPPER (Graph Random-walk with Absorbing StateS that HOPs among PEaks for Ranking), a novel ranking algorithm that encourages diversity. GRASSHOPPER is an alternative to MMR and variants, with a principled mathematical model and strong empirical performance. It ranks a set of items such that: 1. A highly ranked item is representative of a local group in the set, i.e., it is similar to many other items (centrality); 2. The top items cover as many distinct groups as possible (diversity); 3. It incorporates an arbitrary pre-specified ranking as prior knowledge (prior). Importantly GRASSHOPPER achieves these in a unified framework of absorbing Markov chain random walks. The key idea is the following: We define a random walk on a graph over the items. Items which have been ranked so far become absorbing states. These absorbing states 'drag down' the importance of similar unranked states, thus encouraging diversity. Our model naturally balances centrality, diversity, and prior. We discuss the algorithm in Section 2. We present GRASSHOPPER's empirical results on text summarization and social network analysis in Section 3.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "GRASSHOPPER requires three inputs: a graph W , a probability distribution r that encodes the prior ranking, and a weight \u03bb \u2208 [0, 1] that balances the two.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Input", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "The user needs to supply a graph with n nodes, one for each item. The graph is represented by an n \u00d7 n weight matrix W , where w ij is the weight on the edge from i to j. It can be either directed or undirected. W is symmetric for undirected graphs. The weights are non-negative. The graph does not need to be fully connected: if there is no edge from item i to j, then w ij = 0. Self-edges are allowed. For example, in text summarization one can create an undirected, fully connected graph on the sentences. The edge between sentences i, j has weight w ij , their cosine similarity. In social network analysis one can create a directed graph with w ij being the number of phone calls i made to j. The graph should be constructed carefully to reflect domain knowledge. For examples, see (Erkan and Radev, 2004; Mihalcea and Tarau, 2004; Pang and Lee, 2004) .", |
| "cite_spans": [ |
| { |
| "start": 787, |
| "end": 810, |
| "text": "(Erkan and Radev, 2004;", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 811, |
| "end": 836, |
| "text": "Mihalcea and Tarau, 2004;", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 837, |
| "end": 856, |
| "text": "Pang and Lee, 2004)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Input", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "The user can optionally supply an arbitrary ranking on the items as prior knowledge. In this case GRASSHOPPER can be viewed as a re-ranking method. For example, in information retrieval, the prior ranking can be the ranking by relevance scores. In text summarization, it can be the position of sentences in the original article. (There is evidence that the first few sentences in an article are likely good summaries.) Somewhat unconventionally, the prior ranking is represented as a probability distribution r", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Input", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "= (r 1 , \u2022 \u2022 \u2022 , r n ) \u22a4 such that r i \u2265 0, n i=1 r i = 1.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Input", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "The highest-ranked item has the largest probability, the next item has smaller probability, and so on. A distribution gives the user more control. For example r a = (0.1, 0.7, 0.2) \u22a4 and r b = (0.3, 0.37, 0.33) \u22a4 both represent the same ranking of items 2, 3, 1, but with different strengths. When there is no prior ranking, one can let r = (1/n, \u2022 \u2022 \u2022 , 1/n) \u22a4 , the uniform distribution.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Input", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "We find the first item in GRASSHOPPER ranking by teleporting random walks. Imagine a random walker on the graph. At each step, the walker may do one of two things: with probability \u03bb, she moves to a neighbor state 1 according to the edge weights; otherwise she is teleported to a random state according to the distribution r. Under mild conditions (which are satisfied in our setting, see below), the stationary distribution of the random walk defines the visiting probabilities of the nodes. The states with large probabilities can be regarded as central items, an idea used in Google PageRank (Page et al., 1998) and other information retrieval systems (Kurland and Lee, 2005; Zhang et al., 2005 ), text summarization (Erkan and Radev, 2004) , keyword extraction (Mihalcea and Tarau, 2004) and so on. Depending on \u03bb, items high on the user-supplied prior ranking r may also have large stationary probabilities, which is a way to incorporate the prior ranking.", |
| "cite_spans": [ |
| { |
| "start": 595, |
| "end": 614, |
| "text": "(Page et al., 1998)", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 655, |
| "end": 678, |
| "text": "(Kurland and Lee, 2005;", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 679, |
| "end": 697, |
| "text": "Zhang et al., 2005", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 720, |
| "end": 743, |
| "text": "(Erkan and Radev, 2004)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 765, |
| "end": 791, |
| "text": "(Mihalcea and Tarau, 2004)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finding the First Item", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "As an example, we created a toy data set with 300 points in Figure 1 (a). There are roughly three groups with different densities. We created a fully connected graph on the data, with larger edge weights if points are closer 2 . Figure 1(b) shows the stationary distribution of the random walk on the graph. The stationary distribution \u03c0 reflects centrality. The item with the largest probability is selected as the first item g 1 . (c) The expected number of visits v to each node after g 1 becomes an absorbing state. (d) After both g 1 and g 2 become absorbing states. Note the diversity in g 1 , g 2 , g 3 as they come from different groups.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 60, |
| "end": 68, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| }, |
| { |
| "start": 229, |
| "end": 240, |
| "text": "Figure 1(b)", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Finding the First Item", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Items at group centers have higher probabilities, and tighter groups have overall higher probabilities.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finding the First Item", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "However, the stationary distribution does not address diversity at all. If we were to rank the items by their stationary distribution, the top list would be dominated by items from the center group in Figure 1(b). Therefore we only use the stationary distribution to find the first item, and use a method described in the next section to rank the remaining items.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 201, |
| "end": 207, |
| "text": "Figure", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Finding the First Item", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Formally we first define an n \u00d7 n raw transition matrixP by normalizing the rows of W :P ij = w ij / n k=1 w ik , so thatP ij is the probability that the walker moves to j from i. We then make the walk a teleporting random walk P by interpolating each row with the user-supplied initial distribution r:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finding the First Item", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P = \u03bbP + (1 \u2212 \u03bb)1r \u22a4 ,", |
| "eq_num": "(1)" |
| } |
| ], |
| "section": "Finding the First Item", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "where 1 is an all-1 vector, and 1r \u22a4 is the outer product. If \u03bb < 1 and r does not have zero elements, our teleporting random walk P is irreducible (possible to go to any state from any state by teleporting), aperiodic (the walk can return to a state after any number of steps), all states are positive recurrent (the expected return time to any state is finite) and thus ergodic (Grimmett and Stirzaker, 2001) . Therefore P has a unique stationary distribution \u03c0 = P \u22a4 \u03c0.", |
| "cite_spans": [ |
| { |
| "start": 380, |
| "end": 410, |
| "text": "(Grimmett and Stirzaker, 2001)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finding the First Item", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "We take the state with the largest stationary probability to be the first item g 1 in GRASSHOPPER ranking:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finding the First Item", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "g 1 = argmax n i=1 \u03c0 i .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finding the First Item", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "As mentioned early, the key idea of GRASSHOPPER is to turn ranked items into absorbing states. We first turn g 1 into an absorbing state. Once the random walk reaches an absorbing state, the walk is absorbed and stays there. It is no longer informative to compute the stationary distribution of an absorbing Markov chain, because the walk will eventually be absorbed. Nonetheless, it is useful to compute the expected number of visits to each node before absorption. Intuitively, those nodes strongly connected to g 1 will have many fewer visits by the random walk, because the walk tends to be absorbed soon after visiting them. In contrast, groups of nodes far away from g 1 still allow the random walk to linger among them, and thus have more visits. In Figure 1(c), once g 1 becomes an absorbing node (represented by a circle 'on the floor'), the center group is no longer the most prominent: nodes in this group have fewer visits than the left group. Note now the y-axis is the number of visits instead of probability.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 757, |
| "end": 763, |
| "text": "Figure", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Ranking the Remaining Items", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "GRASSHOPPER selects the second item g 2 with the largest expected number of visits in this absorbing Markov chain. This naturally inhibits items similar to g 1 and encourages diversity. In Figure 1 (c), the item near the center of the left group is selected as g 2 . Once g 2 is selected, it is converted into an absorbing state, too. This is shown in Figure 1(d) . The right group now becomes the most prominent, since both the left and center groups contain an absorbing state. The next item g 3 in ranking will come from the right group. Also note the range of y-axis is smaller: with more absorbing states, the random walk will be absorbed sooner. The procedure is repeated until all items are ranked. The name GRASSHOPPER reflects the 'hopping' behavior on the peaks.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 189, |
| "end": 197, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| }, |
| { |
| "start": 352, |
| "end": 363, |
| "text": "Figure 1(d)", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Ranking the Remaining Items", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "It is therefore important to compute the expected number of visits in an absorbing Markov chain. Let G be the set of items ranked so far. We turn the states g \u2208 G into absorbing states by setting P gg = 1 and P gi = 0, \u2200i = g. If we arrange items so that ranked ones are listed before unranked ones, we can write P as", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Ranking the Remaining Items", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P = I G 0 R Q .", |
| "eq_num": "(2)" |
| } |
| ], |
| "section": "Ranking the Remaining Items", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "Here I G is the identity matrix on G. Submatrices R and Q correspond to rows of unranked items, those from (1). It is known that the fundamental matrix", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Ranking the Remaining Items", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "N = (I \u2212 Q) \u22121", |
| "eq_num": "(3)" |
| } |
| ], |
| "section": "Ranking the Remaining Items", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "gives the expected number of visits in the absorbing random walk (Doyle and Snell, 1984) . In particular N ij is the expected number of visits to state j before absorption, if the random walk started at state i.", |
| "cite_spans": [ |
| { |
| "start": 65, |
| "end": 88, |
| "text": "(Doyle and Snell, 1984)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Ranking the Remaining Items", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "We then average over all starting states to obtain v j , the expected number of visits to state j. In matrix notation,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Ranking the Remaining Items", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "v = N \u22a4 1 n \u2212 |G| ,", |
| "eq_num": "(4)" |
| } |
| ], |
| "section": "Ranking the Remaining Items", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "where |G| is the size of G. We select the state with the largest expected number of visits as the next item g |G|+1 in GRASSHOPPER ranking:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Ranking the Remaining Items", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "g |G|+1 = argmax n i=|G|+1 v i .", |
| "eq_num": "(5)" |
| } |
| ], |
| "section": "Ranking the Remaining Items", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "The complete GRASSHOPPER algorithm is summarized in Figure 2 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 52, |
| "end": 60, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Ranking the Remaining Items", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "To see how \u03bb controls the tradeoff, note when \u03bb = 1 we ignore the user-supplied prior ranking r, while when \u03bb = 0 one can show that GRASSHOPPER returns the ranking specified by r. Our data in Figure 1 (a) has a cluster structure. Many methods have exploited such structure, e.g., (Hearst and Pedersen, 1996; Leuski, 2001; Liu and Croft, 2004) . In fact, a heuristic algorithm is to first cluster the items, then pick the central items from each cluster in turn. But it can be difficult to Input: W , r, \u03bb 1. Create the initial Markov chain P from W, r, \u03bb (1).", |
| "cite_spans": [ |
| { |
| "start": 280, |
| "end": 307, |
| "text": "(Hearst and Pedersen, 1996;", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 308, |
| "end": 321, |
| "text": "Leuski, 2001;", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 322, |
| "end": 342, |
| "text": "Liu and Croft, 2004)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 192, |
| "end": 200, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Some Discussions", |
| "sec_num": "2.4" |
| }, |
| { |
| "text": "2. Compute P 's stationary distribution \u03c0. Pick the first item g 1 = argmax i \u03c0 i .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Some Discussions", |
| "sec_num": "2.4" |
| }, |
| { |
| "text": "3. Repeat until all items are ranked:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Some Discussions", |
| "sec_num": "2.4" |
| }, |
| { |
| "text": "(a) Turn ranked items into absorbing states (2). (b) Compute the expected number of visits v for all remaining items (4). Pick the next item g |G|+1 = argmax i v i Figure 2 : The GRASSHOPPER algorithm determine the appropriate number and control the shape of clusters. In contrast, GRASSHOPPER does not involve clustering. However it is still able to automatically take advantage of cluster structures in the data.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 164, |
| "end": 172, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Some Discussions", |
| "sec_num": "2.4" |
| }, |
| { |
| "text": "In each iteration we need to compute the fundamental matrix (3). This involves inverting an (n \u2212 |G|) \u00d7 (n \u2212 |G|) matrix, which is expensive. However the Q matrix is reduced by one row and one column in every iteration, but is otherwise unchanged. This allows us to apply the matrix inversion lemma (Sherman-Morrison-Woodbury formula) (Press et al., 1992 ). Then we only need to invert the matrix once in the first iteration, but not in subsequent iterations. Space precludes a full discussion, but we point out that it presents a significant speed up. A Matlab implementation can be found at http://www.cs.wisc.edu/ \u223c jerryzhu/ pub/grasshopper.m.", |
| "cite_spans": [ |
| { |
| "start": 335, |
| "end": 354, |
| "text": "(Press et al., 1992", |
| "ref_id": "BIBREF14" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Some Discussions", |
| "sec_num": "2.4" |
| }, |
| { |
| "text": "Multi-document extractive text summarization is a prime application for GRASSHOPPER. In this task, we must select and rank sentences originating from a set of documents about a particular topic or event. The goal is to produce a summary that includes all the relevant facts, yet avoids repetition that may result from using similar sentences from multiple documents. In this section, we demonstrate that GRASSHOPPER's balance of centrality and diversity makes it successful at this task. We present empirical evidence that GRASSHOPPER achieves results competitive with the top text summarizers in the 2004 Document Understanding Conference (http: //duc.nist.gov). DUC is a yearly text summarization community evaluation, with several tasks in recent years concentrating on multi-document summarization (described in more detail below).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Text Summarization", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Many successful text summarization systems achieve a balance between sentence centrality and diversity in a two-step process. Here we review the LexRank system (Erkan and Radev, 2004) , which is most similar to our current approach. LexRank works by placing sentences in a graph, with edges based on the lexical similarity between the sentences (as determined by a cosine measure). Each sentence is then assigned a centrality score by finding its probability under the stationary distribution of a random walk on this graph. Unlike the similar PageRank algorithm (Page et al., 1998) , LexRank uses an undirected graph of sentences rather than Web pages, and the edge weights are either cosine values or 0/1 with thresholding. The LexRank centrality can be combined with other centrality measures, as well as sentence position information. After this first step of computing centrality, a second step performs re-ranking to avoid redundancy in the highly ranked sentences. LexRank uses crosssentence informational subsumption (Radev, 2000) to this end, but MMR (Carbonell and Goldstein, 1998) has also been widely used in the text summarization community. These methods essentially disqualify sentences that are too lexically similar to sentences ranked higher by centrality. In short, similar graph-based approaches to text summarization rely on two distinct processes to measure each sentence's importance and ensure some degree of diversity. GRASSHOPPER, on the other hand, achieves the same goal in a unified procedure.", |
| "cite_spans": [ |
| { |
| "start": 160, |
| "end": 183, |
| "text": "(Erkan and Radev, 2004)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 563, |
| "end": 582, |
| "text": "(Page et al., 1998)", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 1025, |
| "end": 1038, |
| "text": "(Radev, 2000)", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 1060, |
| "end": 1091, |
| "text": "(Carbonell and Goldstein, 1998)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Text Summarization", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "We apply GRASSHOPPER to text summarization in the following manner. Our graph contains nodes for all the sentences in a document set. We used the Clair Library (http://tangra.si. umich.edu/clair/clairlib) to split documents into sentences, apply stemming, and create a cosine matrix for the stemmed sentences. Cosine values are computed using TF-IDF vectors. As in LexRank, edges in the graph correspond to text similarity. To create a sparse graph, we use the cosine threshold value of 0.1 obtained in (Erkan and Radev, 2004) . Specifically, the edge weight between sentence vectors s i and s j is defined as", |
| "cite_spans": [ |
| { |
| "start": 503, |
| "end": 526, |
| "text": "(Erkan and Radev, 2004)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Text Summarization", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "w ij = 1 if s \u22a4 i s j s i \u2022 s j > 0.1 0 otherwise .", |
| "eq_num": "(6)" |
| } |
| ], |
| "section": "Text Summarization", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "The second input for GRASSHOPPER is an initial ranking distribution, which we derive from the position of each sentence in its originating document. Position forms the basis for lead-based summaries (i.e., using the first N sentences as the summary) and leads to very competitive summaries (Brandow et al., 1995) . We form an initial ranking for each sentence by computing p \u2212\u03b1 , where p is the position of the sentence in its document, and \u03b1 is a positive parameter trained on a development dataset. We then normalize over all sentences in all documents to form a valid distribution r \u221d p \u2212\u03b1 that gives high probability to sentences closer to the beginning of documents. With a larger \u03b1, the probability assigned to later sentences decays more rapidly.", |
| "cite_spans": [ |
| { |
| "start": 290, |
| "end": 312, |
| "text": "(Brandow et al., 1995)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Text Summarization", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "To evaluate GRASSHOPPER, we experimented with DUC datasets. We train our parameters (\u03b1 and \u03bb) using the DUC 2003 Task 2 data. This dataset contains 30 document sets, each with an average of 10 documents about a news event. We test GRASSHOP-PER's performance on the DUC 2004 Task 2, Tasks 4a and 4b data. DUC 2004 Task 2 has 50 document sets of 10 documents each. Tasks 4a and 4b explored cross-lingual summarization. These datasets consist of Arabic-to-English translations of news stories. The documents in Task 4a are machine-translated, while Task 4b's are manually-translated. Note that we handle the translated documents in exactly the same manner as the English documents.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Text Summarization", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "We evaluate our results using the standard text summarization metric ROUGE (http://www. isi.edu/ \u223c cyl/ROUGE/). This is a recall-based measure of text co-occurrence between a machinegenerated summary and model summaries manually created by judges. ROUGE metrics exist based on bigram, trigram, and 4-gram overlap, but ROUGE-1 (based on unigram matching) has been found to correlate best with human judgments (Lin and Hovy, 2003) .", |
| "cite_spans": [ |
| { |
| "start": 408, |
| "end": 428, |
| "text": "(Lin and Hovy, 2003)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Text Summarization", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Using the DUC 2003 training data, we tuned \u03b1 and \u03bb on a small grid (\u03b1 \u2208 {0.125, 0.25, 0.5, 1.0}; \u03bb \u2208 {0.0, 0.0625, 0.125, 0.25, 0.5, 0.95}). Specifically, for each of the 30 DUC 2003 Task 2 document sets, we computed ROUGE-1 scores comparing our generated summary to 4 model summaries. We averaged the resulting ROUGE-1 scores across all 30 sets to produce a single average ROUGE-1 score to assess a particular parameter configuration. After examining the results for all 24 configurations, we selected the best one: \u03b1 = 0.25 and \u03bb = 0.5. Table 1 presents our results using these parameter values to generate summaries for the three DUC 2004 datasets. Note that the averages listed are actually averages over 4 model summaries per set, and over all the sets. Following the standard DUC protocol, we list the confidence intervals calculated by ROUGE using a bootstrapping technique. The final column compares our results to the official systems that participated in the DUC 2004 evaluation. GRASSHOPPER is highly competitive in these text summarization tasks: in particular it ranks between the 1st and 2nd automatic systems on 2004 Task 2. The lower performance in Task 4a is potentially due to the documents being machine-translated. If they contain poorly translated sentences, graph edges based on cosine similarity could be less meaningful. For such a task, more advanced text processing is probably required.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 539, |
| "end": 546, |
| "text": "Table 1", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Text Summarization", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "As another application of GRASSHOPPER, we identify the nodes in a social network that are the most prominent, and at the same time maximally cover the network. A node's prominence comes from its intrinsic stature, as well as the prominence of the nodes it touches. However, to ensure that the topranked nodes are representative of the larger graph structure, it is important to make sure the results are not dominated by a small group of highly prominent nodes who are closely linked to one another. This requirement makes GRASSHOPPER a useful algorithm for this task.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Social Network Analysis", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "We created a dataset from the Internet Movie Database (IMDb) that consists of all comedy movies produced between 2000 and 2006, and have received more than 500 votes by IMDb users. This results in 1027 movies. We form a social network of actors by co-star relationship. Not surprisingly, actors from the United States dominate our dataset, although a total of 30 distinct countries are represented. We seek an actor ranking such that the top actors are prominent. However, we also want the top actors to be diverse, so they represent comedians from around the world.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Social Network Analysis", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "This problem is framed as a GRASSHOPPER ranking problem. For each movie, we considered only the main stars, i.e., the first five cast members, who tend to be the most important. The resulting list contains 3452 unique actors. We formed a social network where the nodes are the actors, and undirected weighted edges connect actors who have appeared in a movie together. The edge weights are equal to the number of movies from our dataset in which both actors were main stars. Actors are also given a selfedge with weight 1. The co-star graph is given to GRASSHOPPER as an input. For the prior actor ranking, we simply let r be proportional to the number of movies in our dataset in which an actor has appeared. We set the weight \u03bb = 0.95. It is important to note that no country information is ever given to GRASSHOPPER.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Social Network Analysis", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "We use two measurements, 'country coverage' and 'movie coverage', to study the diversity and prominence of the ranking produced by GRASSHOP-PER. We compare GRASSHOPPER to two baselines: ranking based solely on the number of movies an actor has appeared in, MOVIECOUNT, and a randomly generated ranking, RANDOM.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Social Network Analysis", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "First, we calculate 'country coverage' as the number of different countries represented by the top k actors, for all k values. Each actor represents a single country-the country that the actor has appeared in the most. We hypothesize that actors are more likely to have co-star connections to actors within the same country, so our social network may have, to some extent, a clustering structure by country. 'Country coverage' approximates the number of clusters represented at different ranks.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Social Network Analysis", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Figure 3(a) shows that country coverage grows much more rapidly for GRASSHOPPER than for MOVIECOUNT. That is, we see more comedians from around the world ranked highly by GRASSHOPPER. In contrast, the top ranks of MOVIECOUNT are dominated by US actors, due to the relative abundance of US movies on IMDb. Many other countries are not represented until further down in the ranked list. This demonstrates that GRASSHOPPER ranking is successful in returning a more diverse ranking. Because of the absorbing states in GRASSHOPPER, the first few highly ranked US actors encourage the selection of actors from other regions of the co-star graph, which roughly correspond to different countries. RANDOM achieves even higher country coverage initially, but is quickly surpassed by GRASSHOP-PER. The initial high coverage comes from the random selection of actors. However these randomly selected actors are often not prominent, as we show next.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Social Network Analysis", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Second, we calculate 'movie coverage' as the total number of unique movies the top k actors are in. We expect that actors who have been in more movies are more prominent. This is reasonable because we count an actor in a movie only if the actor is among the top five actors from that movie. Our counts thus exclude actors who had only small roles in numerous movies. Therefore high movie coverage roughly corresponds to ranking more prominent actors highly. It is worth noting that this measure also partially accounts for diversity, since an actor whose movies completely overlap with those of higher-ranked actors contributes nothing to movie coverage (i.e., his/her movies are already covered by higher-ranked actors). Figure 3(b) shows that the movie coverage of GRASSHOPPER grows more rapidly than MOVIECOUNT, and much more rapidly than RAN-DOM. The results show that, while the RANDOM ranking is diverse, it is not of high quality because it fails to include many prominent actors in its high ranks. This is to be expected of a random ranking. Since the vast majority of the actors appear in only one movie, the movie cover-age curve is roughly linear in the number of actors. By ranking more prominent actors highly, the GRASSHOPPER and MOVIECOUNT movie coverage curves grow faster. Many of the US actors highly ranked by MOVIECOUNT are co-stars of one another, so GRASSHOPPER outperforms MOVIECOUNT in terms of movie coverage too.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 722, |
| "end": 733, |
| "text": "Figure 3(b)", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Social Network Analysis", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "We inspect the GRASSHOPPER ranking, and find the top 5 actors to be Ben Stiller, Anthony Anderson, Johnny Knoxville, Eddie Murphy and Adam Sandler. GRASSHOPPER also brings many countries, and major stars from those countries, into the high ranks. Examples include Mads Mikkelsen (\"synonym to the great success the Danish film industry has had\"), Cem Yilmaz (\"famous Turkish comedy actor, caricaturist and scenarist\"), Jun Ji-Hyun (\"face of South Korean cinema\"), Tadanobu Asano (\"Japan's answer to Johnny Depp\"), Aamir Khan (\"prominent Bollywood film actor\"), and so on 3 . These actors are ranked significantly lower by MOVIECOUNT. These results indicate that GRASSHOPPER achieves both prominence and diversity in ranking actors in the IMDb co-star graph.", |
| "cite_spans": [ |
| { |
| "start": 621, |
| "end": 632, |
| "text": "MOVIECOUNT.", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Social Network Analysis", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "GRASSHOPPER ranking provides a unified approach for achieving both diversity and centrality. We have shown its effectiveness in text summarization and social network analysis. As future work, one direction is \"partial absorption,\" where at each absorbing state the random walk has an escape probability to continue the random walk instead of being absorbed. Tuning the escape probability creates a continuum between PageRank (if the walk always escapes) and GRASSHOPPER (if always absorbed). In addition, we will explore the issue of parameter learning, and user feedback (e.g., \"This item should be ranked higher.\"). We also plan to apply GRASSHOPPER to a variety of tasks, including information retrieval (for example ranking news articles on the same event as in Google News, where many newspapers might use the same report and thus result in a lack of diversity), image collection summarization, and social network analysis for national security and business intelligence.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "4" |
| }, |
| { |
| "text": "We use state, node and item interchangeably.2 We use wij = exp(\u2212 xi \u2212 xj 2 /0.16), \u03bb = 1.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Quotes from IMDb and Wikipedia.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "We thank Mark Craven and the anonymous reviewers for helpful comments. This work is supported in part by Wisconsin Alumni Research Foundation (WARF) and NLM training grant 5T15LM07359.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgment", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Automatic condensation of electronic publications by sentence selection", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Brandow", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Mitze", |
| "suffix": "" |
| }, |
| { |
| "first": "Lisa", |
| "middle": [ |
| "F" |
| ], |
| "last": "Rau", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Inf. Process. Manage", |
| "volume": "31", |
| "issue": "5", |
| "pages": "675--685", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "R. Brandow, K. Mitze, and Lisa F. Rau. 1995. Automatic con- densation of electronic publications by sentence selection. Inf. Process. Manage., 31(5):675-685.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "The use of MMR, diversity-based reranking for reordering documents and producing summaries", |
| "authors": [ |
| { |
| "first": "Jaime", |
| "middle": [], |
| "last": "Carbonell", |
| "suffix": "" |
| }, |
| { |
| "first": "Jade", |
| "middle": [], |
| "last": "Goldstein", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "SIGIR'98", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jaime Carbonell and Jade Goldstein. 1998. The use of MMR, diversity-based reranking for reordering documents and pro- ducing summaries. In SIGIR'98.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Random Walks and Electric Networks", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [ |
| "G" |
| ], |
| "last": "Doyle", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "L" |
| ], |
| "last": "Snell", |
| "suffix": "" |
| } |
| ], |
| "year": 1984, |
| "venue": "Mathematical Assoc. of America", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "P.G. Doyle and J.L. Snell. 1984. Random Walks and Electric Networks. Mathematical Assoc. of America.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "LexRank: Graphbased centrality as salience in text summarization", |
| "authors": [ |
| { |
| "first": "G\u00fcne\u015f", |
| "middle": [], |
| "last": "Erkan", |
| "suffix": "" |
| }, |
| { |
| "first": "Dragomir", |
| "middle": [ |
| "R" |
| ], |
| "last": "Radev", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Journal of Artificial Intelligence Research", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "G\u00fcne\u015f Erkan and Dragomir R. Radev. 2004. LexRank: Graph- based centrality as salience in text summarization. Journal of Artificial Intelligence Research.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Multi-document summarization by sentence extraction", |
| "authors": [ |
| { |
| "first": "Jade", |
| "middle": [], |
| "last": "Goldstein", |
| "suffix": "" |
| }, |
| { |
| "first": "Vibhu", |
| "middle": [], |
| "last": "Mittal", |
| "suffix": "" |
| }, |
| { |
| "first": "Jaime", |
| "middle": [], |
| "last": "Carbonell", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Kantrowitz", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "NAACL-ANLP 2000 Workshop on Automatic summarization", |
| "volume": "", |
| "issue": "", |
| "pages": "40--48", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jade Goldstein, Vibhu Mittal, Jaime Carbonell, and Mark Kantrowitz. 2000. Multi-document summarization by sen- tence extraction. In NAACL-ANLP 2000 Workshop on Auto- matic summarization, pages 40-48.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Probability and Random Processes", |
| "authors": [ |
| { |
| "first": "Geoffrey", |
| "middle": [ |
| "R" |
| ], |
| "last": "Grimmett", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [ |
| "R" |
| ], |
| "last": "Stirzaker", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Geoffrey R. Grimmett and David R. Stirzaker. 2001. Proba- bility and Random Processes. Oxford Science Publications, third edition.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Reexamining the cluster hypothesis: Scatter/gather on retrieval results", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Marti", |
| "suffix": "" |
| }, |
| { |
| "first": "Jan", |
| "middle": [ |
| "O" |
| ], |
| "last": "Hearst", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Pedersen", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "SIGIR-96", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Marti A. Hearst and Jan O. Pedersen. 1996. Reexamining the cluster hypothesis: Scatter/gather on retrieval results. In SIGIR-96.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "PageRank without hyperlinks: Structural re-ranking using links induced by language models", |
| "authors": [ |
| { |
| "first": "Oren", |
| "middle": [], |
| "last": "Kurland", |
| "suffix": "" |
| }, |
| { |
| "first": "Lillian", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "SIGIR'05", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Oren Kurland and Lillian Lee. 2005. PageRank without hyper- links: Structural re-ranking using links induced by language models. In SIGIR'05.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Evaluating document clustering for interactive information retrieval", |
| "authors": [ |
| { |
| "first": "Anton", |
| "middle": [], |
| "last": "Leuski", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "CIKM'01", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Anton Leuski. 2001. Evaluating document clustering for inter- active information retrieval. In CIKM'01.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Automatic evaluation of summaries using n-gram co-occurrence statistics", |
| "authors": [ |
| { |
| "first": "Chin-Yew", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| }, |
| { |
| "first": "Eduard", |
| "middle": [], |
| "last": "Hovy", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "NAACL'03", |
| "volume": "", |
| "issue": "", |
| "pages": "71--78", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chin-Yew Lin and Eduard Hovy. 2003. Automatic evalua- tion of summaries using n-gram co-occurrence statistics. In NAACL'03, pages 71-78.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Cluster-based retrieval using language models", |
| "authors": [ |
| { |
| "first": "Xiaoyong", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| }, |
| { |
| "first": "W. Bruce", |
| "middle": [], |
| "last": "Croft", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "SIGIR'04", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xiaoyong Liu and W. Bruce Croft. 2004. Cluster-based re- trieval using language models. In SIGIR'04.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "TextRank: Bringing order into texts", |
| "authors": [ |
| { |
| "first": "Rada", |
| "middle": [], |
| "last": "Mihalcea", |
| "suffix": "" |
| }, |
| { |
| "first": "Paul", |
| "middle": [], |
| "last": "Tarau", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "EMNLP'04", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Rada Mihalcea and Paul Tarau. 2004. TextRank: Bringing order into texts. In EMNLP'04.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "The PageRank citation ranking: Bringing order to the web", |
| "authors": [ |
| { |
| "first": "Lawrence", |
| "middle": [], |
| "last": "Page", |
| "suffix": "" |
| }, |
| { |
| "first": "Sergey", |
| "middle": [], |
| "last": "Brin", |
| "suffix": "" |
| }, |
| { |
| "first": "Rajeev", |
| "middle": [], |
| "last": "Motwani", |
| "suffix": "" |
| }, |
| { |
| "first": "Terry", |
| "middle": [], |
| "last": "Winograd", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lawrence Page, Sergey Brin, Rajeev Motwani, and Terry Wino- grad. 1998. The PageRank citation ranking: Bringing order to the web. Technical report, Stanford Digital Library Tech- nologies Project.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "A sentimental education: Sentiment analysis using subjectivity summarization based on minimum cuts", |
| "authors": [ |
| { |
| "first": "Bo", |
| "middle": [], |
| "last": "Pang", |
| "suffix": "" |
| }, |
| { |
| "first": "Lillian", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "271--278", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bo Pang and Lillian Lee. 2004. A sentimental education: Sen- timent analysis using subjectivity summarization based on minimum cuts. In ACL, pages 271-278.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Numerical recipes in C: the art of scientific computing", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [ |
| "H" |
| ], |
| "last": "Press", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [ |
| "A" |
| ], |
| "last": "Teukolsky", |
| "suffix": "" |
| }, |
| { |
| "first": "W", |
| "middle": [ |
| "T" |
| ], |
| "last": "Vetterling", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [ |
| "P" |
| ], |
| "last": "Flannery", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "W.H. Press, S.A. Teukolsky, W.T. Vetterling, and B.P. Flannery. 1992. Numerical recipes in C: the art of scientific comput- ing. Cambridge University Press New York, NY, USA.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "A common theory of information fusion from multiple text sources, step one: Cross-document structure", |
| "authors": [ |
| { |
| "first": "Dragomir", |
| "middle": [], |
| "last": "Radev", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proceedings of the 1st ACL SIGDIAL Workshop on Discourse and Dialogue", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dragomir Radev. 2000. A common theory of information fu- sion from multiple text sources, step one: Cross-document structure. In Proceedings of the 1st ACL SIGDIAL Workshop on Discourse and Dialogue.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Beyond independent relevance: Methods and evaluation metrics for subtopic retrieval", |
| "authors": [ |
| { |
| "first": "Chengxiang", |
| "middle": [], |
| "last": "Zhai", |
| "suffix": "" |
| }, |
| { |
| "first": "William", |
| "middle": [ |
| "W" |
| ], |
| "last": "Cohen", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Lafferty", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "SIGIR'03", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "ChengXiang Zhai, William W. Cohen, and John Lafferty. 2003. Beyond independent relevance: Methods and evaluation metrics for subtopic retrieval. In SIGIR'03.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Novelty and redundancy detection in adaptive filtering", |
| "authors": [ |
| { |
| "first": "Yi", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "Jamie", |
| "middle": [], |
| "last": "Callan", |
| "suffix": "" |
| }, |
| { |
| "first": "Thomas", |
| "middle": [], |
| "last": "Minka", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "SIGIR'02", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yi Zhang, Jamie Callan, and Thomas Minka. 2002. Novelty and redundancy detection in adaptive filtering. In SIGIR'02.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Improving web search results using affinity graph", |
| "authors": [ |
| { |
| "first": "Benyu", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "Hua", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Yi", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| }, |
| { |
| "first": "Lei", |
| "middle": [], |
| "last": "Ji", |
| "suffix": "" |
| }, |
| { |
| "first": "Wensi", |
| "middle": [], |
| "last": "Xi", |
| "suffix": "" |
| }, |
| { |
| "first": "Weiguo", |
| "middle": [], |
| "last": "Fan", |
| "suffix": "" |
| }, |
| { |
| "first": "Zheng", |
| "middle": [], |
| "last": "Chen", |
| "suffix": "" |
| }, |
| { |
| "first": "Wei-Ying", |
| "middle": [], |
| "last": "Ma", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "SIGIR'05", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Benyu Zhang, Hua Li, Yi Liu, Lei Ji, Wensi Xi, Weiguo Fan, Zheng Chen, and Wei-Ying Ma. 2005. Improving web search results using affinity graph. In SIGIR'05.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "num": null, |
| "text": "(a) A toy data set. (b)", |
| "uris": null, |
| "type_str": "figure" |
| }, |
| "FIGREF1": { |
| "num": null, |
| "text": "(a) Country coverage at ranks up to 500, showing that GRASSHOPPER and RANDOM rankings are more diverse than MOVIECOUNT. (b) Movie coverage at ranks up to 500, showing that GRASSHOPPER and MOVIECOUNT have more prominent actors than RANDOM. Overall, GRASSHOPPER is the best.", |
| "uris": null, |
| "type_str": "figure" |
| }, |
| "TABREF1": { |
| "html": null, |
| "text": "Text summarization results on DUC 2004 datasets. GRASSHOPPER was configured using parameters tuned on the DUC 2003 Task 2 dataset. The rightmost column lists what our rank would have been if we had participated in the DUC 2004 evaluation.", |
| "content": "<table/>", |
| "num": null, |
| "type_str": "table" |
| } |
| } |
| } |
| } |