Skip to main content

A LDA-based approach to promoting ranking diversity for genomics information retrieval

Abstract

Background

In the biomedical domain, there are immense data and tremendous increase of genomics and biomedical relevant publications. The wealth of information has led to an increasing amount of interest in and need for applying information retrieval techniques to access the scientific literature in genomics and related biomedical disciplines. In many cases, the desired information of a query asked by biologists is a list of a certain type of entities covering different aspects that are related to the question, such as cells, genes, diseases, proteins, mutations, etc. Hence, it is important of a biomedical IR system to be able to provide relevant and diverse answers to fulfill biologists' information needs. However traditional IR model only concerns with the relevance between retrieved documents and user query, but does not take redundancy between retrieved documents into account. This will lead to high redundancy and low diversity in the retrieval ranked lists.

Results

In this paper, we propose an approach which employs a topic generative model called Latent Dirichlet Allocation (LDA) to promoting ranking diversity for biomedical information retrieval. Different from other approaches or models which consider aspects on word level, our approach assumes that aspects should be identified by the topics of retrieved documents. We present LDA model to discover topic distribution of retrieval passages and word distribution of each topic dimension, and then re-rank retrieval results with topic distribution similarity between passages based on N-size slide window. We perform our approach on TREC 2007 Genomics collection and two distinctive IR baseline runs, which can achieve 8% improvement over the highest Aspect MAP reported in TREC 2007 Genomics track.

Conclusions

The proposed method is the first study of adopting topic model to genomics information retrieval, and demonstrates its effectiveness in promoting ranking diversity as well as in improving relevance of ranked lists of genomics search. Moreover, we proposes a distance measure to quantify how much a passage can increase topical diversity by considering both topical importance and topical coefficient by LDA, and the distance measure is a modified Euclidean distance.

Background

Traditional information retrieval (IR) system should respond with a ranked list of retrieved documents or passages to users, according to their probabilities of relevance to the query. The model only concerns with the relevance between retrieved documents and user query, but does not take redundancy between retrieved documents into account. The retrieved documents with similar contents thus tend to appear over and over again. Ideally, in order to provide a comprehensive picture of all interpretations to the query, it would be better for an information retrieval system to return a ranked list of retrieved documents or passages taking both relevance and diversity into account.

For genomics information retrieval, the problem is particularly prominent, on account of immense data and tremendous increase of genomics and biomedical relevant publications. The wealth of information has led to an increasing amount of interest in and need for applying information retrieval techniques to access the scientific literature in genomics and related biomedical disciplines. In many cases, the desired information of a question (query) asked by biologists is a list of a certain type of entities covering different aspects that are related to the question [1], such as cells, genes, diseases, proteins, mutations, etc. Hence, it is important of a biomedical IR system to be able to provide relevant and diverse answers to fulfill biologists' information needs. In recent years, the "aspect retrieval" was proposed in TREC Genomics tracks. The aim of the aspect retrieval task is to promote retrieval ranking diversity in the ranked list of retrieved passages. Aspects of a retrieved passages could be a list of named entities or MeSH terms [2], representing answers that cover different portions of a full answer to the query. Aspect Mean Average Precision (MAP) [2] was defined in the Genomics tracks. Its purpose is to study how a biomedical retrieval system can support a user to gather information about different aspects of a query. Biomedical retrieval system should return relevant information at the passage level; meanwhile, judges would comprehensively rate the retrieved passages by relevance as well as aspect diversity. Relevant passages that do not contribute any new aspects will not be used to accumulate Aspect MAP. Therefore, Aspect MAP is a measurement for both relevance and diversity of an IR ranked list.

Our work is inspired by several recent papers that concerned with promoting ranking diversity in IR ranked list. The most representative method is maximum marginal relevance (MMR) proposed by Carbonell et al.[3]. The MMR method selects a document that has the highest combination of a similarity score with respect to a query and a dissimilarity score with respect to the documents selected at earlier ranks at each iteration. Zhang et al.[4] presented four redundancy measures. They modeled relevance and redundancy separately. Since they focused on redundant document filtering, experiments in their study were only conducted on a set of relevant documents. Zhai et al.[5] proposed a sub-topic retrieval framework which models relevance and redundancy within the language modeling framework. In particular, they devised several methods based on the Kullback-Leibler divergence measure and a mixture model. The basic idea of above three methods is to penalize redundancy by lowering an item's rank if it is similar to the items already ranked. However, these methods often treat relevance ranking and diversity ranking separately, and sometimes with heuristic procedures. Rianne Kaptein et al.[6] employed a top down sliding window to diversify ranked list of retrieved documents. They kept the highest ranked result as is and chose from the next n documents the one that maximizes diversity according to some diversity indicators, such as the number of new terms or new links introduced by the next document. A recent study concerning on the Genomics aspect retrieval was conducted by Huang et al.[7]. Their experimental results demonstrated that the hidden property based re-ranking method can achieve promising and stable performance improvements. Yin et al.[8] proposed a cost-based re-ranking method to promote ranking diversity. This method concerns with finding the passages that cover more different aspects of a query topic. A side effect of these three re-ranking strategies is that they favor long documents, as the long documents tend to contain more distinct terms. In biomedical retrieval domain, Zhu et al.[9] proposed a clustering-based ranking algorithm called GRASSHOPPER to promote ranking diversity. GRASSHOPPER is an alternative to MMR and variants with a principled mathematical model and strong empirical performance on artificial data set. Unfortunately, this re-ranking method would reduce their system's performance and decrease the Aspect MAP of the original results for the genomics aspect retrieval [10].

However, the previous work considers the aspects of user query and retrieved documents mainly on word level. In other words, one word or more co-occurrence words are used to identify a specific aspect. For instance, given two retrieval passages: the first one is related to some disease research, in which kidneys of white rats are used as experimental materials; the second one is relevant to subject of kidney transplantation. Obviously, the aspect of kidney occurs in both passages. Under this situation, re-ranking order of the second passage is likely to be reduced because kidney aspect has occurred in the first passage we have observed. However, the second passage is not redundant in fact. The above problems are due to two following reasons: firstly, one or more co-occurrence words in a passage are used to identify the aspect. However, it is common sense for us that a specific word can express more than one latent topics according to different contexts in a passage. In this above case, the word kidney can be used to express the experimental material as well as the object of organ transplant; secondly, words in a passage are considered as independent to each other. However, some potential relationships between words might exist. As shown in the above instance, the word kidney represents two different topics in the two passages, as it has distinctive contexts and relationships with other words. Therefore, it is insufficient to identify aspect on word level.

In this paper, we aim at addressing both above problems simultaneously and assume that aspects should be identified by the topics of retrieved passages. We thus propose an approach which employs Latent Dirichlet Allocation (LDA) [11], a topic generative model, to promote diversity and reduce redundancy in the ranked list for biomedical information retrieval. Specifically, we discover topic distributions of retrieval passages and word distributions of each topic dimension using LDA model, and then re-rank retrieved passages with topic distribution similarity between passages based on a "N-size slide window" strategy. Experiments conducted on TREC 2007 Genomics track collection and two very different IR baseline runs demonstrate the effectiveness of our approach. The evaluation results show that our approach can achieve 8% improvement over the highest Aspect MAP reported in TREC 2007 Genomics track. Although the proposed method is not as good as the ones presented in [8] and [12] in terms of MAP performance, it is still promising because we do not employ other resources such as Wikipedia, which is more efficient in data preprocessing. Moreover, we can present aspect probability distributions for each topic.

Methods

Aspects from retrieved passages can not simply be identified on word level because a specific word can be used to represent more than one topic in different passage contexts. In this case, we assume that aspects should be identified by latent topics hidden in passages which are considered to be more abstract. In the rest of this paper, we use "topic" and "aspect" interchangeable. Furthermore, words in one passage are not independent, which together construct passage topics. It can be also observed that two passages even with the same words can express different topics. We thus assume that latent topics can be identified by word distribution. In this section, we will expound how we use a particular generative model called LDA to discover the topics covered by retrieved passage collection, and illustrate how these topics can be used to improve ranking diversity.

Aspect discovery and transformation

Aspect discovery using LDA

Discovering aspects covered by each retrieved passage is the first step for re-ranking. Recently, a number of approaches [11, 13] to modeling document content are proposed and based on the principle that the probability distribution over words in a document can be expressed as a mixture of topics, where each topic is a probability distribution over words. LDA [11] is such a generative probabilistic model of document collection and has been used in many other applications such as computer vision [14], image modeling [15], social tagging system [16], etc. We thus employ this model for aspect discovery. Its basic idea is that documents are represented as random mixtures over latent topics, where each topic is characterized by a distribution over words.

The LDA model is represented (using plate notation) as a probabilistic graphical model in Figure 1. It can be seen clearly from the figure that the LDA representation has three levels and the generation of a document collection is modeled as a three-step process. First, for each document, a distribution over topics is sampled from a Dirichlet distribution. Second, for each word in the document, a single topic is chosen according to this distribution. Finally, each word is sampled from a multinomial distribution over words specific to the sampled topic. In this model, ϕ denotes the matrix of topic distributions, with a multinomial distribution over N word items for each of T topics being drawn independently from a symmetric Dirichlet(β) prior. θ is the matrix of document-specific mixture weights for these T topics, each being drawn independently from a symmetric Dirichlet(β) prior. For each word, z denotes the topic responsible for generating that word, drawn from the θ distribution for that document, and w is the word itself, drawn from the topic distribution ϕ corresponding to z. N d stands for the number of words in the document. D stands for the size of document collection. Estimating ϕ and θ provides information about the topics in a collection and the weights of those topics in each document. A host of algorithms have been used to estimate these parameters, ranging from Mean field variational methods [11], Expectation propagation [17], Gibbs sampling [18], Collapsed variational inference [19] to Fast Collapsed Gibbs Sampling [20]. Under this unsupervised model, documents can be associated with multiple topics and we could automatically discover the topics covered by document collection.

Figure 1
figure 1

LDA model. Figure 1 shows a probabilistic graphical representation of LDA model.

Aspect distribution transformation

We construct θ matrix of Eq.(1) in light of LDA model discussed in above subsection, which is the matrix of passage-specific mixture weights for these T aspects discovered. θ provides the information about the aspects in the retrieved passage collection and the weights of those aspects in each retrieved passage. θ i denotes the aspects distribution for each passage P i . a ij stands for the weight of the aspect A j given the passage P i such that j = 1 T a i j equals one.

θ = ( θ 1 , θ 2 , , θ D ) T = a 11 a 1 j a 1 T a 1 a i j a i T a D 1 a D j a D T ( 1 i D , 1 j T )
(1)

We have observed the following two interesting phenomena from the column of matrix θ. First, for some specific aspects, majority passages of the retrieved collection get large weight values; however, for some other specific aspects, a few passages get large weight values. This suggests that for each aspect the distribution of the retrieved passages is different. Second, even the same weight value in different columns of θ matrix would have a different importance for different aspects. For instance, given two specific aspects A m and A n , there exist two weights a pm and a qn for passage P p and P q respectively, which satisfies a pm = a qn (1 ≤ p, q ≤ D). If most of the passages have a smaller weight than a pm for aspect A m , and have a larger weight than a qn for aspect A n , then we can easily have a conclusion that it is more important of a pm for aspect A m than a qn for aspect A n . Therefore, we tend to make transformation of θ matrix to represent the importance of each passage in each aspect.

Given such a hypothesis that for each aspect, the importance of retrieved passages is a normal distribution, we can have T normal distributions, denoting by N = (N1, N2, ..., N T ). Given an normal distribution N i (1 ≤ i ≤ T ), mean μ i and variance σ i are referred to Eqs.(2) and (3) respectively.

μ i = j = 1 D a j i D
(2)
σ i = j = 1 D a j i - μ i 2 D
(3)

where a ji stands for the weight of the aspect A i for passage P j , and D denotes the number of retrieved passages. In addition, we get a new matrix Θ shown as Eq.(4) to measure the passages. importance for each aspect.

Θ = Θ 1 , Θ 2 , Θ T T = N 1 ( a 11 ) N 1 ( a j 1 ) N 1 ( a D 1 ) N i ( a 1 i ) N j ( a j i ) N i ( a D i ) N T ( a 1 T ) N T ( a j T ) N T ( a D T ) ( 1 i T , 1 j D )
(4)

where N i (a ji ) denotes the importance of passage P j for the aspect A i . Θ i denotes the importance distribution of passage collection for the aspect A i .

Re-ranking with N-size slide window

Re-ranking problem is defined as this: Given a query q and an initial ranking R produced for this query only with respect to relevance, we build a new ranking S taking account of both relevance and diversity. In terms of ranking R, our aim is that given a cut o position k of S, top k passages of S could deliver as many non-redundant aspects as possible. In this section, we introduce two re-ranking algorithms based on a slide window to promote ranking diversity. We set the slide window with size N, and put top N passages from R as candidate passages into the slide window when re-ranking. As we commonly set N with a small number, we suppose that there is no distinctive difference between passages in a slide window with respect to their query-relevance.

First, we choose a passage from the slide window as the first passage in ranking S, which contains the largest aspect coverage as show in Eq.(5).

M a x A s p C o v e r g = arg max q 1 , N t = 1 T N t ( a t q )
(5)

where N t (a tq ) denotes the importance of passage P q for the aspect A t and t = 1 T N t ( a t q ) stands for the aspect coverage of passage P q . After adding this passage into ranking S, we remove it from ranking R. For the rest of passages in R, if the number of passages in R is not less than N, we will put the top N passages in R into the slide window, or else we will put all the passages in R into slide window. Then we choose a passage from the slide window, which contains the most distinctive aspects compared with the observed passages in ranking S, add it into S, and remove it from R. The working scheme of this ranking method based on N size slide window is described in Algorithm 1, named rank - NWin.

Algorithm 1 rank-NWin Algorithm

1: Input: An initial passage ranking R produced for current user query only with respect to relevance, and the size N of the slide window

2: Output: A reranked passage list S

3: Process:

4: Given top N passages in R, we find a passage pass1 containing the most aspect coverage value using Eq.(5);

5: R ← R\{pass1};

6: S ← Ø{pass1};

7: while R:length ≠ 0 do

8:   Choose top N passages in R as candidate passages and if the length of rank R is less than N , take all passages in R as candidate passages;

9:   for each passage i of candidate passages do

10:    distance-R i = 0;

11:    for each passage j in S do

12:       distance-R i = distance-R i + Distance(R i , S j );

13:    end for

14:    distance-R i = distance-R i /S.length;

15: end for

16: Find the max distance R passage pass rest in candidate passages;

17: R ← R\{pass rest };

18: S ← S {pass rest };

19: end while

20: return S.

The advantage of the Algorithm 1 is that it considers aspect distinctions between candidate passages in the slide window and observed passages ranked in S. However, considering original query-relevance ranking R, it is not appropriate for Algorithm 1 to change in a wide range of R. Therefore, another algorithm named rank - NWin - Group is proposed to ensure that the new ranking S is just the original ranking R with slight adjustments. The key idea of this algorithm is described below. For the first passage in S, we still choose a passage containing the largest aspect coverage from the slide window, add it into S and remove it from R. Different from rank - NWin Algorithm, we first group rank R into several N size groups, and the size of last group may be less than N. We put each group into the slide window in turn, re-rank the passages in current group, and add them into S finally. The process of re-ranking in groups is similar to algorithm rank - NWin. Algorithm 2 describes the process of re-ranking by using N-size slide window to group ranking R.

Algorithm 2 rank - NWin - Group Algorithm

1: Input: An initial passage ranking R produced for current user query only with respect to relevance, and the size N of the slide window

2: Output: A reranked passage list S

3: Process:

4: Given top N passages in R, we find a passage pass1 containing the most aspect coverage value using Eq.(5);

5: R ← R\{pass1};

6: S ← Ø {pass1};

7: Group passages in R into [R.length/N] groups;

8: for each group i do

9:    for each passage j in group i do

10:       distance - R j = 0;

11:       for each passage k in S do

12:          distance - R j = distance - R j + Distance(R j . S k );

13:       end for

14:       distance - R j = distance - R j = S:length;

15:    end for

16:    Rank passages in group i according to distance R in a descend order.

17:    R ← R\{pass in group i};

18:    S ← S {pass in group i};

19: end while

20: return S.

Distance(i, j) in algorithms rank - NWin and rank - NWin_Group is the measurement of the aspect distinction between two passages. Given two passages, the more different the aspects are, the larger value of Distance(i, j) will be. In our work, we use two slightly different ways to evaluate it. The first one can be seen as the original Euclidean distance as shown in Eq.(6).

Distance ( i , j ) = t = 1 T ( N t ( a t i ) - N t ( a t j ) ) 2 ( i j )
(6)

Furthermore, we assume that the importance of each aspect is different, and μ t (1 ≤ t ≤ T ) as discussed in the last subsection denotes the mean distribution of the whole passage collection for the A t aspect. We thus regard μ t as the weight value and then get another equation for Euclidean distance as shown in Eq.(7).

Distance ( i , j ) * = t = 1 T μ t ( N t ( a t i ) - N t ( a t j ) ) 2 ( i j )
(7)

Results

Dataset and evaluation metrics

In order to evaluate our proposed approach for promoting ranking diversity in biomedical information retrieval, we employ TREC 2007 Genomics track collection as the test data set. It is a full-text biomedical collection consisting of 162,259 documents from about 49 genomics-related journals indexed by MEDLINE [1, 2]. These documents come from the Highwire Press (http://www.highwire.org) electronic distribution of journals and are in HTML format, which preserves the formatting, structure, table and figure legends, etc. There are 36 official topics for the track in 2007, which are in the form of questions asking for lists of specific entities that cover different portions of full answers. Here "topic" means "query" [1, 2].

The followings are examples of queries from the 2007 Genomics Track:

  • Query 200: What serum [PROTEINS] change expression in association with high disease activity in lupus?

  • Query 221: Which [PATHWAYS] are mediated by CD44?

  • Query 231: What [TUMOR TYPES] are found in zebrafish?

For TREC 2007 Genomics track, there are three levels of retrieval performance measured: passage retrieval, aspect retrieval, and document retrieval. Each of these provides insight into the overall performance for a user trying to answer the given questions. These three levels were measured by some variant of MAP. Passage MAP, Passage2 MAP, Aspect MAP and Document MAP, defined in [1] and [2], are four evaluation metrics corresponding to the three levels of retrieval performance. In this paper, we mainly focus on two evaluation metrics, Aspect MAP and Passage2 MAP, since our objective is to promote diversity in the ranked list of retrieved passages. Furthermore, aspect retrieval and passage retrieval are also the major tasks in TREC 2007 Genomics tracks.

Genomics collections only contain a fraction of millions of biomedical literatures indexed by MEDLINE, but as far as we know, they are the largest and the only biomedical text collections with both manual relevance assessments and diversity evaluation available for biomedical text retrieval research.

Retrieval baselines

We employ two retrieval baseline runs, NLMinter [21] and UniNE2 [22]. NLMinter developed by U.S. National Library of Medicine achieved the best performance in TREC 2007 Genomics track in terms of Aspect MAP, Passage2 MAP and Document MAP. UniNE2 which is developed by University of Neuchatel Rue Emile-Argand combined different search strategies. This baseline run proposes a new approach to the generation of orthographic variants of search terms, and the generation of the I(n)B2 [23] with the article title included in each passage, or with both the article and orthographic variants. The performance of UniNE2 was above average among all results reported in TREC 2007 Genomics track.

Re-ranking performance

We preprocessed the retrieved passages of two baseline runs. For instance, any delimiting character, including hyphen, was used to separate words, and we deleted any words that occurred only once in one passage or belonged to the standard "stop" list (http://www.link-assistant.com/seo-stop-words.html) used in Google retrieval engine.

Re-ranking results of the proposed methods on TREC 2007 Genomics collection are shown in Table 1 and Table 2. The values in the parentheses are the relative rates of improvement over the original results. It can be seen from the table that our approaches can make improvements over both baseline runs. For the efficiency reason, we re-ranked only the top 100 passages. Distinctive improvements over all baseline runs in terms of Aspect MAP can be observed.

Table 1 Re-ranking performance with NLMinter
Table 2 Re-ranking performance with UniNE2

Re-ranking performance is effected by the parameters chosen from LDA model. Comparison with NLMinter baseline run, we only show the re-ranking results with parameters of β whose values are equal to 0.04 in algorithm 1 and 0.06 in algorithm 2, respectively. For UniNE2 baseline run, we show re-ranking results with parameters of β whose values are equal to 0.004 in algorithm 1 and 0.008 in algorithm 2, respectively. The choosing of the parameters in LDA will be discussed in the next subsection.

Discussion

Impact of parameter β

The statistical model LDA we have described is conditioned on three parameters, the Dirichlet hyper-parameters α and β, and the number of topics T. The choice of α and β can have important implications for the results produced by the model. In particular, the value of β affects the granularity of the model. Increasing β can be expected to decrease the number of topics used to describe retrieved passages. In other words, retrieved passages can be sensibly factorized into a set of topics at several different scales, and the particular scale of the topics assessed by the model will be set by β. A large value of β would lead the model to find a relatively small number of topics. Since we focus on biomedical domain, we tend to employ smaller values of β, which will result in more topics that address specific fields.

We should choose the value of β for each specific user query. In order to improve experimental efficiency, we choose β according to the retrieval passages instead. As preprocess give us two word sets of 10,222 words and 2,387 words for retrieved passages by NLMinter and UniNE2 baseline runs respectively, we give two different settings of β. For NLMinter, we set the values of β [0.01, 0.08] in steps of 0.01. However, for baseline UniNE2, we set the values of β [0.002, 0.009] in steps of 0.001. These values of β are relatively small and can be expected to give rise to a fine-grained decomposition of the collection into topics that address specific research fields.

Impact of parameters α and T

Given values of β, the problem of choosing appropriate values for α and T thus is a problem of model selection. We let αT = constant to keep constant the sum of the Dirichlet hyper-parameters, which can be interpreted as the number of virtual samples contributing to the smoothing of θ [18]. Moreover, because our strategy in this article is to fix αT = constant(Here, we set constant = 10 in order to make α not larger than 1 [18].) and β, and explore the consequences of varying T , for each fixed β value we set the values of T from 10 to 100 in steps of 10 consecutively. To evaluate the consequences of changing the number of topics T , we used the Gibbs sampling algorithm [18] to obtain samples from the posterior distribution over z at several choices of T.

Next, we need to choose an appropriate value of T for each specific query. In our case, the data are the words in the retrieved passages, w, and the model is specified by the number of topics, T , thus we wish to compute the likelihood p(w|T ). However, this requires to sum over all possible assignments of words to topics z. We can approximate p(w|T ) by the harmonic mean of a set of values of p(w|z, T ) when z is sampled from the posterior p(z|w, T ) [18]. In all cases, p(w|T ) increases at the beginning, and decreases after reaching a peak.

Figure 2 shows the log-likelihood of the data for different settings of the number of topics T for query 200, 221 and 231 in our data collection with β being equal to 0.06. For example, for query 200, the results suggest that the data are best accounted for by a model incorporating 50 topics. p(w|T ) initially increases as a function of T , reaches a peak at T = 50, and then decreases thereafter.

Figure 2
figure 2

Model selection results. Figure 2 shows the log-likelihood of the data for different settings of the number of topics T for query 200, 221 and 231 with β being equal to 0.06.

As mentioned above, the value of T depends on the choices of α and β, which will also be affected by specific decisions made in forming the dataset such as the use of stop-word list, etc. The distribution over topics illustrates how this statistical model can capture similarity in the semantic content of documents.

Comparison of the two reranking strategies

The parameter β indicates the scale of topics for the retrieved passages. Given different β, retrieved passages can be factorized into a series of topics at different scales. We propose two re-ranking algorithms and two distance metrics, and therefore have four re-ranking algorithms, whose re-raking performance can be also shown in Figure 3. As the aspect level retrieval and the passage level retrieval were two major tasks in the TREC 2007 Genomics tracks, system performances at these two levels with different β are also shown in Figure 3.

Figure 3
figure 3

Impact of β parameter. Figure 3 shows NLMinter and UniNE2 system performance with varying β.

Figures 3(a) and 3(b) respectively show NLMinter and UniNE2 system performances at aspect level with different β. It can be seen from Figure 3(a) that when β's value is between 0.03 and 0.07, performance improvements on aspect level can be achieved for all re-ranking strategies. For ranking strategies rank - NWin and rank - NWin* , the Aspect MAP increases with the increase of β, reaches at a peak for β = 0.04, then decreases, and reaches at a local peak when β = 0.07, and finally it plummets. For rank - NWin_Group and rank - NWin_Group*, the Aspect MAP increases from β = 0.02, reaches at a local peak when β = 0.03, then drops down and jumps to a peak for β = 0.06, and thereafter falls down. Figure 3(b) shows that retrieval results at aspect level are better than the baseline runs with all β s for rank - NWin_Group and rank - NWin Group*. Aspect Map increases as β increases, reaches a local peak when β = 0.004, and then decreases slightly, after that grows when β = 0.006, reaches the maximum, and then drops down quickly. For rank - NWin and rank - NWin* , the performance improvements on aspect level are achieved when β = 0.004 and 0.005.

NLMinter and UniNE2 system performances at passage level with different β are shown in Figures 3(c) and 3(d). Comparing Figures 3(a) and 3(b) with Figures 3(c) and 3(d) respectively, we could observe that the trends of performances on aspect level and passage level are generally in agreement with rank - NWin - Group and rank - NWin_Group*. The observation illustrates that there are a clear correlation between Aspect MAP and Passage MAP. However, for rank - NWin and rank - NWin*, the trends of performances on aspect level is different from passage level. This could be caused by the reason that rank - NWin and rank - NWin* algorithms change original passage ranking within a large ranges. Furthermore, we demonstrate that two different distance metrics, with or without weight, do not influence re-ranking performance significantly.

The comparison results shown in Figure 3 indicate that both of the two proposed re-ranking methods are effective in promoting diversity for biomedical information retrieval, and rank - NWin - Group outperforms rank - NWin in most cases.

Conclusions

In this paper, we propose an approach which employs LDA, a topic generative model, to promoting ranking diversity for biomedical information retrieval. Our contribution is three-fold. First, to the best of our knowledge, this is the first study of adopting topic model to biomedical IR. Different from other approaches considering aspects on word level, our approach assumes that aspects should be identified by the topics of retrieved documents. We employ LDA model to discover topic distribution of retrieval passages and word distribution of each topic dimension. Second, since retrieved passages' distribution for each aspect is different, even the same weight value in different aspects would be of different importance, we made transformations with topic distribution. Third, two re-ranking algorithms based on "N-size slide window" are proposed, which take both passage novelty and relevance into account. Experiments conducted on TREC 2007 Genomics track collection demonstrate the e effectiveness of our approach. The evaluation results show that our approach can achieve 8% improvement over the highest Aspect MAP reported in TREC 2007 Genomics track.

In future research, we intend to extend this work by exploring both more complex models and more sophisticated algorithms. We have shown the e effectiveness of our approach in biomedical information retrieval area, and this approach can be adopted to a variety of other domains. For example, we could apply our approach to other test collections, such as ClueWeb09 collection, to investigate whether the approach is still effective for improving ranking diversity in the Web search. Furthermore, ranking diversity plays an important role in a range of tasks or applications, such as information retrieval, social network analysis and recommendation system, etc. We thus plan to further improve our approach to solve the diversification in the above mentioned fields.

References

  1. Hersh W, Cohen A, Ruslen L, Roberts P: TREC 2007 Genomics track overview. Proc of TREC-16. 2007

    Google Scholar 

  2. Hersh W, Cohen A, Roberts P, Rekapalli H: TREC 2006 Genomics track overview. Proc of TREC-15. 2006

    Google Scholar 

  3. Carbonell J, Goldstein J: The use of MMR, diversity-based reranking for reordering documents and producing summaries. Proc of the 21st ACM SIGIR. 1998

    Google Scholar 

  4. Zhang Y, Callan J, Minka T: Novelty and redundancy detection in adaptive filtering. Proc of the 25th ACM SIGIR. 2002

    Google Scholar 

  5. Zhai C, Cohen W, Lafferty J: Beyond independent relevance: methods and evaluation metrics for subtopic retrieval. Proc of the 26th ACM SIGIR. 2003

    Google Scholar 

  6. Kaptein R, Koolen M, Kamps J: Experiments with result diversity and entity ranking: text, anchors, links, and Wikipedia. Proc of TREC-18. 2009

    Google Scholar 

  7. Huang X, Hu Q: A bayesian learning approach to promoting diversity in ranking for biomedical information retrieval. Proc of the 32nd ACM SIGIR. 2009, 307-314.

    Google Scholar 

  8. Yin X, Huang X, Li Z: Promoting ranking diversity for biomedical information retrieval using Wikipedia. Proc of the 32nd European Conference on Information Retrieval. 2010

    Google Scholar 

  9. Zhu X, Goldberg A, Gael JV, Andrzejewski D: Improving diversity in ranking using absorbing random walks. Human Language Technologies 2007: The Conference of the North American Chapter of the Association for Computational Linguistics; Proc of the Main Conference. 2007

    Google Scholar 

  10. Goldbery A, Gael DAJ, Settles B, Zhu X, Craven M: Ranking biomedical passages for relevance and diversity. University of Wisconsin, Madison at TREC Genomics 2006; Proc of TREC-15. 2006

    Google Scholar 

  11. Blei D, Ng A, Jordan M: Latent Dirichlet allocation. J Mach Learn Res. 2003, 3: 993-1022.

    Google Scholar 

  12. Yin X, Huang X, Zhou X, Li Z: A survival modeling approach to biomedical search result diversification. Proc of the 33nd ACM SIGIR. 2010, 901-902.

    Google Scholar 

  13. Hofmann T: Probabilistic latent semantic indexing. Proc of the 22nd ACM SIGIR. 1999

    Google Scholar 

  14. Li F, Pietro P: A Bayesian hierarchical model for learning natural scene categories. Proc of the 10th IEEE CVPR. 2005, 2: 524-531.

    Google Scholar 

  15. Lu C, Hu X, Chen X, Park J, He T, Li Z: Probabilistic models for topic learning from images and captions in online biomedical literatures. Proc of the 18th ACM CIKM. 2009

    Google Scholar 

  16. Chen X, Lu C, An Y, Achananuparp P: The topic-perspective model for social tagging system. Proc of the 16th KDD. 2010

    Google Scholar 

  17. Minka T, Lafferty J: Expectation-propagation for the generative aspect model. Proc of 18th Conference on Uncertainty in Artificial Intelligence. 2002

    Google Scholar 

  18. Griffiths T, Steyvers M: Finding scientific topics. Proc Natl Acad Sci USA. 2004, 101 (Suppl 1): 5228-5235.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  19. The Y, Newman D: A collapsed variational Bayesian inference algorithm for latent Dirichlet allocation. Proc of 20th NIPS. 2006

    Google Scholar 

  20. Porteous I, Newman D, Ihler A, Asuncion A, Smyth P, Welling M: Fast collapsed Gibbs sampling for latent Dirichlet allocation. Proc of the 14th KDD. 2008

    Google Scholar 

  21. Demner-Fushman D, Humphrey S, Ide N, Loane R, Mork J, Ruch P, Ruiz M, Smith L, Wilbur W, Aronsona A: Combining resources to find answers to biomedical questions. Proc of TREC-16. 2007

    Google Scholar 

  22. Abdou A, Savoy J: Report on the TREC 2006 Genomics experiment. Proc of TREC-15. 2006

    Google Scholar 

  23. Amati G, Rijsbergen CV: Probabilistic models of information retrieval based on measuring the divergence from randomness. ACM Transactions on Information Systems. 2002, 20 (4): 357-389. 10.1145/582415.582416.

    Article  Google Scholar 

Download references

Acknowledgements

The authors would like to thank anonymous reviewers for their valuable comments and suggestions. This research is supported by the Fund of State Key Laboratory of Software Development Environment (under grant no. SKLSDE-2011ZX-03) and the National Natural Science Foundation of China (under grant no. 61170189).

This article has been published as part of BMC Genomics Volume 13 Supplement 3, 2012: Selected articles from the IEEE International Conference on Bioinformatics and Biomedicine 2011: Genomics. The full contents of the supplement are available online at http://www.biomedcentral.com/bmcgenomics/supplements/13/S3.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Zhoujun Li.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

YC proposed reranking strategies, carried on the experiments and drafted the manuscript. XY and JXH contributed in the study design and experiments. ZL, XH and JXH supervised the study and revised the manuscript.

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Chen, Y., Yin, X., Li, Z. et al. A LDA-based approach to promoting ranking diversity for genomics information retrieval. BMC Genomics 13 (Suppl 3), S2 (2012). https://doi.org/10.1186/1471-2164-13-S3-S2

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/1471-2164-13-S3-S2

Keywords