Recommending Questions Using the MDL-based Tree Cut Model

Size: px
Start display at page:

Download "Recommending Questions Using the MDL-based Tree Cut Model"

Transcription

1 WWW 2008 / Refereed Trak: Data Mining - Learning April 2-25, 2008 Beijing, China Reommending Questions Using the MDL-based Tree Cut Model Yunbo Cao,2, Huizhong Duan, Chin-Yew Lin 2, Yong Yu, and Hsiao-Wuen Hon 2 Shanghai Jiao Tong University, Shanghai, China, {summer, yyu}@apex.sjtu.edu.n 2 Mirosoft Researh Asia, Beijing, China, {yunbo.ao, yl, hon}@mirosoft.om ABSTRACT The paper is onerned with the problem of question reommendation. Speifially, given a question as query, we are to retrieve and rank other questions aording to their likelihood of being good reommendations of the queried question. A good reommendation provides alternative aspets around users interest. We takle the problem of question reommendation in two steps: first represent questions as graphs of topi terms, and then rank reommendations on the basis of the graphs. We formalize both steps as the tree-utting problems and then employ the MDL (Minimum Desription Length) for seleting the best uts. Experiments have been onduted with the real questions posted at Yahoo! Answers. The questions are about two domains, travel and omputers & internet. Experimental results indiate that the use of the MDL-based tree ut model an signifiantly outperform the baseline methods of word-based VSM or phrasebased VSM. The results also show that the use of the MDL-based tree ut model is essential to our approah. Categories and Subjet Desriptors H.3.3 [Information Storage and Retrieval]: Information Searh and Retrieval searh proess; H.4.m [Information Systems and Appliations]: Misellaneous - BSP; I.7.m [Doument and Text Proessing]: Misellaneous General Terms Algorithms, Experimentation, Human Fators Keywords Question Reommendation, Query Suggestion, Tree Cut Model, Minimum Desription Length. INTRODUCTION Community-based Q&A servie (referred to as QA) is a kind of web servie where people an post questions and answer other people s questions. The growth in QA has been one of the emerging trends at the age of Web 2.0. The typial examples provided by the ommerial searh engines inlude Yahoo! Answers, Live QnA 2, and Baidu Zhidao 3. The huge number of retail and business sites that provide FAQ servies an be viewed as the same type of system. Over time, QA servies build up very large arhives of previous questions and their answers. In order to avoid the lag time involved with waiting for a personal response, a QA servie will typially automatially searh this arhive to see if the same question has previously been asked. If the question is found, then a previous answer an be provided with very little delay. That is what we alled question searh. For example, given the question in the first row of Table, question searh is to return the question in the seond row, whih are semantially equivalent to the input question and expeted to have the same answer. Many methods have been proposed for takling the problem [3-5]. Table : Question searh vs. question reommendation Queried question: Any ool lubs in Berlin or Hamburg? Question searh: What are the best/most fun lubs in Berlin? Question reommendation How far is it from Berlin to Hamburg? Where to see between Hamburg and Berlin? Hong long does it take to get to Hamburg from Berlin on the train? Cheap hotel in Hamburg? In this paper, to omplement question searh, we are to explore a novel appliation whih we all question reommendation. We onsider a question as a ombination of question topi and question fous. Question topi usually presents the major ontext/onstraint of a question (e.g., Berlin, Hamburg) whih haraterizes users interest. Question fous (e.g., ool lub) presents ertain aspet (or desriptive features) of the question topi. When users ask questions, they usually are pretty lear about their question topis. However, they might not be aware that there exist several aspets around the question topis that are also worth exploring. Thus, it is desirable that an automati system an suggest alternative aspets of the queried question topi and reommend the related questions Copyright is held by the International World Wide Web Conferene Committee (IW3C2). Distribution of these papers is limited to lassroom use, and personal use by others. WWW 2008, April 2 25, 2008, Beijing, China. ACM /08/

2 WWW 2008 / Refereed Trak: Data Mining - Learning April 2-25, 2008 Beijing, China aordingly. For example, if a user wants to leave for Berlin and Hamburg, it will be very useful that the system an suggest the question where to see between Hamburg and Berlin? (or others in the third row of Table ) although her or his question is any ool lubs in Berlin or Hamburg? To the best of our knowledge, no existing study has been presented with regard to question reommendation. Query suggestion an be onsidered as an analog of question reommendation in the setting of web searh. However, it is not designed for long queries like questions. We takle the problem of question reommendation in two steps: first represent questions as graphs of topi terms, and then rank reommendation andidates on the basis of the graphs. To represent question as graphs of topi terms, we need have a method for the extration of topi terms. We onsider as topi terms all the terms that an be used to represent the question topi or the question fous. For example, Hamburg, Berlin, and ool lub an be extrated as topi terms from the query in Table. We an make use of all the noun phrases and ngrams as the andidate topi terms. However, the number of noun phrases and ngrams is usually too large to manage and some of them are too sparse to be aurately modeled. Therefore, we propose to redue some topi terms to their prefixes or suffixes. For example, given two topi terms embassy suite hotel and suite hotel, we may remove embassy suite hotel from the set of topi terms by onsidering it same as suite hotel. We an all this redution of topi terms. The redution an help redue the size of the voabulary of topi terms and moderate the sparseness problem. A good reommendation provides alternative aspets (question fous) around users interest (question topi). That is to say, a good reommendation should differ from the queried question in question fous and stik to the queried question in question topi. Thus, provided that questions are represented by topi terms, the step of ranking reommendations should be able to disriminate question topi from question fous. The disrimination problem an be omplex beause it should be based on all the related questions as well as the queried question. For the question in Table, for example, the topi terms Hamburg and Berlin are onsidered more likely to be question topis than the topi term ool lub, onsidering that, in the six questions in Table, the former two topi terms ours muh more than the latter one. In this paper, we propose using the MDL-based (Minimum Desription Length) tree ut model for handling the two issues raised above, redution of topi terms and disrimination between question topi and question fous. MDL is a priniple of data ompression and statistial estimation from information theory, whih enables the proposed approah to optimize balane between speifiity and generality. We empirially ondut the question reommendations with the questions about travel and the questions about omputers & internet. Both two kinds of questions are from Yahoo! Answers. Experimental shows that our proposed approah using the MDLbased tree-ut model an signifiantly outperform the baseline methods of the word-based VSM (Vetor Spae Model) and the phrase-based VSM. The word-based VSM is just the onventional VSM [22] for information retrieval in whih words are used to represent queries and douments (in our ase, they are questions). The phrase-based VSM differs from the word-based VSM in that it uses the extrated topi terms to represent questions. The ontribution of this paper an be summarized as, To the best of our knowledge, this paper is the first effort of question reommendation. As will be illustrated in Setion 2, the problem of question reommendation is different from query suggestion/substitution of the web searh. The MDL-based tree ut model is proposed to takle two important issues regarding question reommendations. The two issues are redution of topi terms and disrimination between question topi and question fous. The MDL-based approah enables the question reommendation to optimize balane between speifiity and generality. Extensive experiments have been onduted to evaluate the proposed approah using a large olletion of real questions provided at Yahoo! Answers. The rest of the paper is organized as follows: Setion 2 introdues the related work. In Setion 3, we formalize the problem of question reommendation. In Setion 4, we present our MDLbased approah to question reommendation. In Setion 5, we empirially verify the effetiveness of the proposed approah. Setion 6 summarizes our work and disusses the future work. 2. RELATED WORK 2. Question Searh As shown in Table, question searh is the researh area most related to question reommendation sine it also deals with questions as targets diretly. Given a queried question, question searh is to find the questions that are semantially similar to the queried question. The major fous of the researh is to takle the lexial hasm problem between questions. The researh of question searh is first onduted using FAQ data [3, 8, 23]. FAQ Finder [3] heuristially ombines statistial similarities and semanti similarities between questions to rank FAQs. Conventional vetor spae models are used to alulate the statistial similarity and WordNet [8] is used to estimate the semanti similarity. Sneiders [23] proposed template based FAQ retrieval systems. Lai et al. [8] proposed an approah to automatially mine FAQs from the Web. However, they did not study the use of these FAQs after they were olleted. Reently, the researh of question searh has been further extended to the QA. For example, Jeon et al. [3-5] ompared four different retrieval methods, i.e. osine similarity, Okapi, language model (LM), and statistial mahine translation model (SMT), for automatially fixing the lexial hasm between questions of question searh. They found that the SMT-based method performed the best. Atually, there is a bar between searh and reommendation. If we want to have lose question fous as well as question topi, it is more suitable to ahieve that with question searh; if we want to have further question fous around ertain question topi, it is better to leverage question reommendation. 2.2 Query Suggestion / Substitution In the setting of web searh, there are two researh areas related to the problem of question reommendation, namely query suggestion and query substitution. Query suggestion is a funtionality to help users of a searh engine to better speify their information need by suggesting related queries that has been frequently used by other users. The suggestions usually onsist of synonymous queries and relevant 82

3 WWW 2008 / Refereed Trak: Data Mining - Learning April 2-25, 2008 Beijing, China queries. Thus, query suggestion is atually an analog of question searh as shown in Table in the setting of web searh. In ontrast to that, the suggestions provided by question reommendation may not be synonymous to the queried question. Typial methods for query suggestion exploit query logs [7, 9, 2, 24] and doument olletions [, 7], by assuming that in the same period of time, many users share the same or similar interests, whih an be expressed in different manners. However, none of the methods is aimed at handling the sentene-level reommendation as question reommendation does. Query substitution [6] replaes a user's original searh query by generating a new query ontaining terms losely related to the original query. To ompare that, as will be elaborated later, question reommendation is onduted to explore aspets whih diverge from the original (question) query. 3. PROBLEM STATEMENT Given an initial searh query of a question q, we wish to reommend a question q suh that q and q reflet different aspets of users interests. We do this by substituting appropriate phrases as shown shematially in Figure. Any ool lubs in Berlin or Hamburg? Hamburg Berlin heap hotel ool lub where to see how far how long does it take Where to see between Hamburg and Berlin? How far is it from Berlin to Hamburg? How long does it take to Hamburg from Berlin on the train? Cheap hotel in Hamburg? Figure. An example on question reommendation We onsider a question as a ombination of question topi and question fous. Question topi usually presents the major ontext/onstraint of a question (e.g., Berlin, Hamburg) whih haraterizes users interest. Question fous (e.g., ool lub) presents ertain aspet (or desriptive features) of the question topi. As for question reommendation, we are to substitute the question fous so that users an explore different aspets of their interests by reading reommendations. In Figure, we assume that there exists a tree (graph) of topi terms representing the queried question and targeted questions. In the tree, the nodes representing question topi are expeted to be loser to the root node than the nodes representing question fous. That is to say, the nodes representing question fous tend to appear as leaf nodes. Thus, as for question reommendation, we an then substitute the topi terms by beginning at the leaf nodes and stopping at ertain level of the tree. We all the tree representing questions as question tree. In order to ahieve the substitution-based reommendation as Figure exemplifies, we need to solve the following two sub-problems: Representing questions as trees (graphs) of topi terms: Regarding this, we have two questions to answer: ) how do we build the voabulary of topi terms suh that the voabulary well models both the given questions and the new queried question? 2) Given the voabulary of topi terms, how do we onstrut a question tree as that in Figure? Ranking of reommendation andidates Regarding this, we have also two questions to answer: ) how do we disriminate the question fous from the question topi so that we an substitute the question fous for exploring different aspets of users interest? Given a tree as presented in Figure, this question is equivalent to that of hoosing a ut indiated by the dash line. 2) Based on a ut of question tree, how do we rank various hoies of substitution? For example, in Figure, the possible substitutions inlude where to see, how far, how long does it take, and heap hotel. In the next setion, we are to explain our MDL-based approah to handling the issues raised by the questions above. 4. QUESTION RECOMMENDATION Our approah to question reommendation onsists of two steps: represent questions as trees (graphs) of topi terms and then rank reommendation andidates. In this setion, we are to explain the two steps in details. As our approah involves muh use of a MDL-based tree ut model, we will first introdue what a MDL-based tree ut model is before the detailed explanation of the two steps of our approah. 4. Tree Cut Model and MDL Formally, a tree ut model M [9] an be represented by a pair onsisting of a tree ut Γ, and a probability parameter vetor θ of the same length, that is, where Γ and θ are M = ( Γ, θ ) () Γ = [ C, C2,... Ck ], θ = [ p( C), p( C2 ),... p( Ck )] (2) where C, C2,... C k are lasses determined by a ut in the tree and k = p( C = i i ). A ut in a tree is any set of nodes in the tree that defines a partition of all the nodes, viewing eah node as representing the set of hild nodes as well as itself. For example, the ut indiated by the dash line in Figure 2 orresponds to three lasses: [ n, n 0 ], [ n 2, n2, n22, n23], and [ n, n 3 24 ]. In the next two sub-setions, eah node represents a topi term. n 0 n n n 2 3 n2 n 22 n n Figure 2. An example on the tree ut model A straightforward way for determining a ut of a tree is to ollapse the nodes of less frequeny into its parent node. However, the method is too heuristi for it relies muh on manually tuned frequeny threshold. In our pratie, we turn to use a theoretially 83

4 WWW 2008 / Refereed Trak: Data Mining - Learning April 2-25, 2008 Beijing, China well-motivated method based on the MDL (Minimum Desription Length) priniple. MDL is a priniple of data ompression and statistial estimation from information theory [2, 20, 2]. Given a sample S and a tree ut Γ, we employ MLE to estimate the parameters of the orresponding tree ut model M ˆ = ( Γ, ˆ θ), where θˆ denotes the estimated parameters. Aording to the MDL priniple, the desription length [9] L ( Mˆ, S) of the tree ut model Mˆ and the sample S is the sum of the model desription length L (Γ), the parameter desription length L ( ˆ θ Γ), and the data desription length L ( S Γ, ˆ θ ), i.e. L ( Mˆ, S) = L( Γ) + L( ˆ θ Γ) + L( S Γ, ˆ) θ (3) The model desription length L (Γ) is a subjetive quantity whih depends on the oding sheme employed. Here, we simply assume that eah tree ut model is equally likely a priori. The parameter desription length L ( ˆ θ Γ) is alulated as k L( ˆ θ Γ) = log S (4) 2 where S denotes the sample size and k denotes the number of free parameters in the tree ut model, i.e. k equals the number of nodes in Γ minus one. The data desription length L ( S Γ, ˆ θ ) is alulated as L ( S Γ, ˆ) θ = log pˆ( n) (5) n S where f ( C) (6) pˆ ( n) = C S where C denotes the lass of node n; f (C) denotes the total frequeny of nodes in lass C in the sample S. With the desription length defined as (3), we wish to selet a tree ut model with the minimum desription length and output it as the result of redution. Note that the model desription length an be ignored beause it is same for the tree ut models. The MDL-based tree ut model was originally introdued for handling the problem of generalizing ase frames using a thesaurus [9]. To the best of our knowledge, no existing work utilized it for question reommendation, or even query suggestion/substitution. This may be partially beause of the unavailability of the resoures (e.g., thesaurus) whih an be used for embodying the queries/questions in a tree struture. In the next two sub-setions, we will explain our methods for onstruting the tree struture of topi terms and questions. 4.2 Representing Questions as Trees (Graphs) of Topi Terms In our view, the problem of representing questions as trees of topi terms involves two issues: (a) aquiring topi terms; and (b) linking topi terms. We will elaborate our methods used to takle the two issues in the following subsetions Aquiring Topi Terms The topi term aquisition proess onsists of two phases: extration of topi terms and redution of topi terms. Extration of Topi Terms In general, there are many possible hoies of linguisti units suh as words, noun phrases, and n-grams, whih an be used to representing topis. A good topi term should, together with other topi terms, apture the major meaning of a sentene and distinguish one topi from others. Words are usually too speifi to outline the major meaning of sentenes. Therefore, in our pratie, the extration of topi terms only onsiders noun phrases and n-grams as andidates of topi terms. BaseNP: A base noun phrase (BaseNP) is defined as a simple and nonreursive noun phrase [4]. In many ases Base NPs represent holisti and no-divisible onepts, and thus we extrat BaseNPs (instead of noun phrases) as topi term andidates. The BaseNPs inlude both the multi-word terms (e.g., budget hotel, nie shopping mall) and the named entities (e.g., Berlin, Hamburg, Forbidden City). We make use of the tool introdued in [25] to extrat the BaseNPs. WH-ngram: Ngram [5] of words an also be used as the topi term andidates. However, most meaningful n-grams are already overed by the BaseNPs. Thus, to omplement the BaseNPs, we onsider only using the WH-ngrams, whih are the ngrams beginning with the WH-words. The WH-words inlude when, what, where, whih, and how. Many ngrams (e.g., where to ) are noisy terms. There are many methods [, 6] for testing whether an ngram is a meaningful olloation/phrase. In our pratie, we make use of the MDLbased tree ut model to eliminate the noisy WH-ngrams. Table 2. The examples on topi terms Type Topi Term Frequeny hotel 3983 suite hotel 3 embassy suite hotel nie suite hotel 2 western hotel 40 BaseNP good western hotel 4 inexpensive western hotel 2 beahfront hotel 5 good beahfront hotel 3 great beahfront hotel 3 nie hotel 224 affordable hotel 48 where 365 where to learn 6 where to learn omputer WH-ngram where to learn Japanese where to buy 5 where to buy ginseng where to buy insurane 23 where to buy tea 2 Table 2 provide the example BaseNPs ontaining hotel and the example WH-ngrams ontaining where. Note that the table doesn t inlude all the topi term andidates ontaining hotel or where. 84

5 WWW 2008 / Refereed Trak: Data Mining - Learning April 2-25, 2008 Beijing, China Redution of Topi Terms The redution of topi terms is needed in order to represent the extrated topi terms more ompatly as well as to judge the (degree of) reusability of the topi terms when applied to unseen data. That is to say, the redution is to generate a voabulary of topi terms whih well models both the given questions and the new queried question. For example, given the topi term andidates ontaining hotel as list in Table 2, we wish to redue the topi term embassy suite hotel as suite hotel beause embassy suite hotel is too sparse and unlikely to be hit by the new question posted by other users. At the same time, we wish to keep inexpensive western hotel although western hotel is also one of the topi terms. Formally, the redution of topi terms is a deision-making proess of, given a orpus of questions, what topi terms are more likely appliable to unseen questions. By the language of model seletion, it is to selet a model best fitting the given orpus and having good apability of generality. Within the model seletion, eah operation of redution of topi terms results in a different model. We make use of the MDL-based tree ut model for the model seletion. In the following, we are to explain how a tree of topi terms is onstruted suh that it an model the proess of reduing topi terms. As for redution, intuitively we want to ignore the modifier part of a topi term when reduing the topi term to another topi term. Thus, we define two types of redution: a) removing the prefixes of BaseNPs; b) removing the suffixes of WH-ngrams. We make use of the data struture of prefix tree (also known as trie) [0] for the representation of the BaseNPs or WH-ngrams. The two types of redution orrespond to two types of prefix tree, namely prefix tree of reversely-ordered BaseNPs and prefix tree of WH-ngrams. As for the reversely-ordered BaseNP, for example, beahfront hotel is rewritten as hotel beahfront. Figure 3 provides a prefix tree of the BaseNPs list in Table 2. Note that the orders of words are reversed before the BaseNPs are fed into the prefix tree. The numbers in the parentheses are the frequenies of the orresponding topi terms. For example, the node denoted by beahfront (5) means that the frequeny of beahfront hotel is 5, whih doesn t inlude the frequeny of good beahfront hotel and that of great beahfront hotel. Figure 4 provides a prefix tree of the WH-ngrams list in Table 2. Note that the funtional words suh as to and for are skipped when the WH-ngrams are fed into the prefix tree. For the prefix trees depited in Figure 3 and 4, the root node (required by the definition of prefix tree) whih is assoiated with empty string is ignored. Given a prefix tree of topi terms, we an then employ the MDL priniple for seleting the best ut. A prefix tree an have various uts whih orrespond to different hoies of topi terms. In Figure 3, the dot line and the dash line are just two of all the possible uts. The seletion given by the MDL is the ut indiated by the dash line, whih results in the new tree at the bottom of Figure 3. In the new tree, for example, the frequeny of beahfront hotel is updated as to inlude good beahfront hotel and great beahfront hotel. Similarly, the MDL an also give the best ut indiated by the dash line in Figure 4. Figure 3. The prefix tree of the BaseNPs about hotel Figure 4. The prefix tree of the WH-ngrams about where Linking Topi Terms Reall that our approah to question reommendation relies on a tree struture alled question tree whih onsists of all the topi terms ourring in either the queried question or the related questions. In this subsetion, with a series of definitions, we are to desribe how a question tree is onstruted from a olletion of questions. Definition (Topi Profile) The topi profile θ t of a topi term t in a ategorized text olletion is a probability distribution of ategories { p( t)} where C is a set of ategory. C where (365) buy (5) learn (6) tea (2) insurane (23) ginseng () omputer () tea (2) insurane (23) hotel (3983) nie (224) suite (3) western (40) embassy () nie (2) good (4) inexpensive (2) hotel (3983) where (3746) buy (6) learn (8) ount(, t) p( t) = (7) ount(, t) C where ount (, t) is the frequeny of the topi term t within the ategory. Clearly, we have p ( t) =. C beahfront (5) affordable (248) good (3) great (3) nie (224) suite (6) western (40) beahfront () affordable (248) good (4) inexpensive (2) Japanese () By ategorized questions, we refer to the questions that are organized in a tree of taxonomy. For example, at Yahoo! Answers, the question How do I install my wireless router is ategorized as Computers & Internet Computer Networking. 85

6 WWW 2008 / Refereed Trak: Data Mining - Learning April 2-25, 2008 Beijing, China Definition 2 (Speifiity) The speifiity s (t) of a topi term t is the inverse of the entropy of the topi profile θ t. More speifially, s( t) = ( p( t)log p( t) + ε ) (8) C where ε is a smoothing parameter used to ope with the topi terms whose entropy are 0. In our pratie, the value of ε is set as We use speifiity to represent how speifi a topi term is in haraterizing information needs of users who post questions. A topi term of high speifiity (e.g., Hamburg, Berlin) usually speifies the question topi orresponding to the main ontext of a question. Thus, a good question reommendation is required to keep it as muh as possible so that the reommendation an be around the same ontext. A topi term of low speifiity is usually used to represent the question fous (e.g., ool lub, where to see) whih is relatively volatile. Atually, it is natural to think about an alternative definition of speifiity. That is, defining speifiity of a topi term t as the inverse of the number of ategories in whih t is mentioned. s '( t) = δ ( ount(, t) > 0) C where δ ( ) is an indiator funtion suh that it equals to when the ondition is satisfied and 0 otherwise. Let s see why the alternative definition is not appropriate for weighing topi terms. For example, in the ategory Europe of Yahoo! Answers, you may find a question I am from Beijing and like to have your reommendation on where to see in Berlin. The similar questions ontaining Beijing an also be found in other ategories although most ourrenes of Beijing are in the ategory Asia Paifi China. The alternative definition of speifiity may mistakenly onsider Beijing as a very general topi term. Definition 3 (Topi Chain) A topi hain q of a question q is a sequene of ordered topi terms t t 2 t m suh that ) t is inluded in i q, i m ; 2) s ( tk ) > s( tl ), k < l m. For example, the topi hain of any ool lubs in Berlin or Hamburg? is Hamburg Berlin ool lub beause the speifiities for Hamburg, Berlin, and ool lub are 0.99, 0.62, and Definition 4 (Question Tree) A question tree of a question set N Q = { q i } is a prefix tree built over the topi hains N i= Q = { qi } i= of the question set Q. Clearly, if a question set ontains only one question, its question tree will be exatly same as the topi hain of the question. Note that the root node of a question tree is assoiated with empty string as the definition of prefix tree requires [0]. Given the following topi hains with respet to the questions in Figure, Hamburg Berlin ool lub Hamburg Berlin where to see Hamburg Berlin how far Hamburg Berlin how long does it take Hamburg heap hotel we an have the question tree presented in the middle of Figure. 4.3 Ranking Reommendation Candidates As introdued in Setion 3, question reommendation defined in this paper is onduted by substituting onsistent topi terms. Therefore, given a question represented as a topi hain, we should be able to ) determine what onsistent topi terms (representing question fous) should be substituted, and 2) sore the reommendation andidates rendered by various substitutions. We will address these two issues in the following sub-setions Determination of Substitutions The topi terms of low speifiity are usually used to represent the question fous (e.g., ool lub, where to see), whih are relatively volatile. Determination of substitutions is to disriminate these topi terms from those of high speifiity and then suggest them as substitutions. Reall that the topi terms in a topi hain of question are ordered aording to their speifiity values. Thus, a ut of a topi hain naturally gives a deision of disriminating the topi terms of low speifiity (representing question fous) from the topi terms of high speifiity (representing question topi). Given a topi hain of question onsisting of m topi terms, there exist ( m ) possible uts. Eah possible ut gives one kind of suggestion on substitution. A straightforward method is just to take the ( m ) uts and then on the basis of them suggest ( m ) kinds of substitutions. However, suh a simple method ompliates the problem of ranking reommendation andidates for it introdues too muh unertainty. In addition to that, the simple method annot leverage the related questions whih provide more observations of the topi terms. Thus, we propose using the MDL-based tree ut model for the searh of best ut of a topi hain. The best ut will be unique for a single topi hain. Given a topi hain q of a question q, we are to onstrut a question tree of the related questions as follow: ) Collet a set of topi hains N Q = { qi } suh that at least i= one topi term ours in both q and q i 2) Construt a question tree from the set of topi hains Q Uq Then, with the MDL-based tree ut model, we an obtain a best ut of the question tree, whih also gives a ut for eah topi hain (inluding q ). The uniqueness of the best ut an dramatially redue the unertainty of reommendation ranking, ompared to the simple method. In addition to that, the best ut is obtained by observing the distribution of topi terms over all the potential reommendations (all the questions related to a queried question), instead of the queried question only. A ut of a topi hain q separates the topi hain in two parts: HEAD and TAIL. HEAD (denoted as H ( q ) is the subsequene of the original topi hain q before the ut. TAIL (denoted as 86

7 WWW 2008 / Refereed Trak: Data Mining - Learning T ( q ) is the subsequene of the original topi hain q after the ut. Thus, q = H ( q ) T ( q ) Sores of Reommendation Candidates The ranking of reommendation andidates an be based on a reommendation sore r ( q ~ q) defined over a queried question q and a reommendation andidate q ~ suh that, given that ~q and ~q are both reommendation andidates of the query 2 q, ~q is the better reommendation of q than ~q if 2 r ( q~ ) ( ~ q > r q2 q). Given that the topi hain of a queried question q is separated as q = H ( q ) T ( q ) by a ut and the topi hain of a reommendation andidate q ~ is separated as q ~ = H ( q ~ ) T ( q ~ ), we further require that the reommendation sore r ( q ~ q) satisfies, Speifiity: The more similar are H ( q ) and H ( q ~ ), the greater r ( q ~ q) is; Generality: The more similar are T ( q ) and T ( q ~ ), the less r ( q~ q) is. The requirements assure that the substitutions given by reommendation andidates fous on the TAIL part of the topi hain, whih provides users the opportunity of exploring different question fous (e.g., ool lub vs. where to see) around the same question topi (e.g., Hamburg, Berlin). In order to define the reommendation sore, we first introdue a sore sim q q ) measuring the similarity of the topi hain to q 2, ( 2 sim q2 ) (9) ( q ) = s( t PMI t t ) max (, t2 q 2 2 q t q where q represents the number of topi terms ontained in q. PMI ( t, t 2) represents the PMI (Pointwise Mutual Information) [6] of a pair of topi terms t and t 2. In our experiments, the PMI values are alulated over questions. Aording to the equation, the similarity between topi hains is basially determined by the assoiations between onsistent topi terms. The PMI values of individual pair of topi terms in the equation are weighed by the speifiity of topi terms ourring in q. Note that the similarity defined here is asymmetri. Then, we define the reommendation sore r ( q ~ q) as, ( ~ ( ~ ) ( ) ( )) ( ) ( ( ~ r q q = λ sim H q H q λ sim T q ) T( q )) (0) This equation balanes between the two requirements of speifiity and generality in a way of linear interpolation. The higher value of λ implies that the reommendations tend to be similar to the queried question. While, the lower value of λ enourages the reommendations to explore the question fous different from that of the queried questions. 5. EXPERIMENTAL RESULTS We have onduted experiments to verify the effetiveness of our approah to question reommendation. Partiularly, we have investigated the use of the MDL-based tree ut model. q 5. Dataset and Evaluation Measures Dataset We made use of the questions rawled from Yahoo! Answers for the evaluation. More speifially, we utilize the resolved questions under two of the top-level ategories at Yahoo! Answers, namely travel and omputers & internet. The rawled questions inlude 34,66 items from the travel ategory and 20,785 items from the omputers & internet ategory. Eah resolved question onsists of three fields: title, desription, and answers. We developed two test sets, one for the ategory travel denoted as TREVAL TST, and the other for omputers & internet denoted as COM-INT TST. In order to reate the test sets, we randomly seleted 00 questions for eah ategory. To obtain good question reommendations given a queried question, we employed the Vetor Spae Model (VSM) [22] to retrieve the top 20 results and did manual judgments. Given a returned result by VSM, an assessor is asked to label it with relevant or irrelevant. If a returned result is onsidered as a reommendation for the queried question, the assessor will label it relevant ; otherwise, the assessor will label it as irrelevant. Two assessors were involved in the manual judgments. Eah of them was asked to label 50 questions from TRAVEL TST and 50 from COM-INT TST. In the proess of manual judgment, the assessors were presented only the titles of the questions (for both the queried questions and the returned questions). We assume that the titles of the questions already provide enough ontextual information for understanding users information needs. Table 3 provides the statistis on the final test set. Table 3. Statistis on the test data # Queries # Returned # Relevant TRAVEL TST 00 2, COM-INT TST 00 2, Baseline and Evaluation Measures We utilized two baseline methods for demonstrating the effetiveness of our approah, the word-based VSM and the phrase-based VSM. The word-based VSM is just the onventional VSM [22] for information retrieval in whih words are used to represent queries and douments (in our ase, they are questions). The phrase-based VSM is similar to the word-based VSM but it uses the extrated topi terms to represent questions. We made use of three measures for evaluating the results of question reommendation methods. They are MAP, R-preision, and Top N preision (P@N). MAP is widely used in IR and is based on the assumption that there are two ategories: positive (relevant) and negative (irrelevant) in ranking of instanes (questions). MAP alulates the mean of average preisions over a set of queries. Given a query q i, its average preision (AvgP i ) is defined as the average of preision after eah positive (relevant) instane is retrieved. M P( j) pos( j) AvgPi = () number of positive instanes j= April 2-25, 2008 Beijing, China where j is the rank, M is the number of instanes retrieved, pos(j) is a binary funtion to indiate whether the instane in the rank j is positive (relevant), and P(j) is the preision at the given ut-off rank j: 87

8 WWW 2008 / Refereed Trak: Data Mining - Learning April 2-25, 2008 Beijing, China number of positive instanes in top j positions P( j) = (2) j R-preision is defined as K P( Ri ) i= (3) R preision = K where R i is number of reommendations (labeled as relevant ) for the query i in the ground truth. K is the total number of queries (topis) in the evaluation set. Top N preision (P@N) is defined as N Here, N =, 2,..,0. K i = = P ( N ) K (4) 5.2 Reommending Questions about Travel In the experiments, we made use of the questions about travel to test the performane of the proposed MDL-based approah to question reommendation. More speifially, we used the 00 queries in the test set TRAVEL TST to searh for reommendations from the 34,66 questions ategorized as travel. Note that only the questions ourring in the test set an be evaluated. We made use of the taxonomy of questions provided at Yahoo! Answers for the alulation of speifiity of topi terms. The taxonomy is organized in a tree struture. In the following experiments, we only utilized as the ategories of questions the leaf nodes of the taxonomy tree (regarding travel ), whih inludes 355 ategories. We utilized the question titles only for the extration of topi term and the alulation of PMI (Pointwise Mutual Information) [6]. We randomly divided the test queries into five even subsets and onduted 5-fold ross-validation experiments. In eah trial, we tuned the parameter λ in the equation (0) with four of the five subsets and then applied it to one remaining subset. The experimental results reported below (exept that in Figure 5) are those averaged over the five trials. Basi results: In Table 4, our approah inludes all the omponents based on the MDL suh as the MDL-based redution of topi terms and the MDL-based seletion of substitution. Table 4. Reommending questions about travel Methods R-Preision P@5 MAP VSM PVSM Our approah From Table 4, we see that our approah outperforms the baseline approahes VSM and PVSM in terms of all the measures. We onduted signifiant test (t-test) on the improvements of our approah over VSM and PVSM in terms of R-Preision and P@5. The result indiates that the improvements are statistially signifiant (p-value < 0.05). We also onduted t-test on the improvements of our approah over VSM and PVSM in terms of MAP. The result indiates that the improvements are not statistially signifiant. That is to say, ompared to the baseline methods, our approah does well on the top-rank results while ahieving omparable performane on all the returned results. Note that the average number of the relevant results for a queried question about travel is 4.05 (405/00), whih means that the R-Preision is an approximation of P@4. Table 5 provides the TOP-3 reommendations whih are given by VSM, PVSM, and our approah respetively. Both VSM and PVSM return as the top- reommendation the question whih is semantially equivalent to the queried question. The top-2/top-3 reommendations given by VSM and the top-2 given by PVSM provide the hotel information around the loations other than downtown Chiago. Atually, all these reommendations annot help the user (who posted the queried question) explore other aspets of users interest ( downtown Chiago ). The reason is that neither VSM nor PVSM is aware that the question topi of the queried question is the downtown Chiago. In ontrast, our approah an provide other aspets (question fous) about downtown Chiago beause of its awareness of the question topi. Table 5. Reommendations for What's a good but heap hotel/motel/anything in downtown Chiago? Methods Reommendations VSM. What is a lean, heap hotel near the downtown Chiago? 2. What is a good heap hotel/motel near Disneyland? 3. What is a good heap motel in Tapei? PVSM. What is a lean, heap hotel near the downtown Chiago? 2. Is there any heap hotel/motel in Calgary Alberta? 3. What is there to do in downtown Chiago? Our approah. What is there to do in downtown Chiago? 2. What are some fun heap/free things to do & see in downtown Chiago? 3. What's the ost of a ab in downtown Chiago? Effetiveness of MDL: The major advantage of our approah is that the MDL-based tree ut model enables itself to leverage the global ontext for both redution of topi terms and seletion of substitution. In redution of topi terms, the deision of reduing a topi term or not is made by observing the empirial distribution of all the extrated topi terms over the entire data olletion. In seletion of substitution, the deision of substituting a topi term or not is made by observing the entire related questions as well as the queried question. To see how muh the MDL-based tree ut model benefit the question reommendation, we introdue another three baseline methods for omparison. The first method (denoted as First ) is made by removing the omponent redution of topi terms. The seond (denoted as Seond ) is to replae the MDL-based seletion of substitution with the simple method of onsidering all the possible uts of topi hains. In the simple method, any link within the topi hain of the queried question is onsidered as a ut. The third method (denoted as Third ), both removing the redution of topi terms and replaing the MDL-based seletion of substitution, is the ombination of the first and the seond. 88

9 WWW 2008 / Refereed Trak: Data Mining - Learning April 2-25, 2008 Beijing, China Table 6. The advantage of the MDL-based tree ut model Methods R-Preision P@5 MAP First Seond Third Our approah Table 6 provides the omparison. From Table 6, we see that either removing redution of topi terms or replaing the MDL-based seletion of substitution impairs the performane of question reommendation. The t-test also onfirms that the performane drop rendered by replaing the MDL-based seletion of substitution is statistially signifiant (p-value < 0.05). Although the improvement ontributed by redution of topi terms is not statistially signifiant, we still argue its use. This is beause the improvement was ahieved while the size of the voabulary of topi terms was dereased dramatially. The size of the voabulary is 289,25 before the redution and 73,202 after the redution. The redution in size is about 40%. The Use of Different Types of Topi Term In this experiment, we are to see the use of the two types of topi term, namely BaseNP and WH-ngram. Table 7 illustrates that both BaseNPs and WH-ngrams are useful for haraterizing the questions. In Table 7, the method - BaseNP denotes that of solely using WH-ngams in extration of topi terms and - WHngram denotes that of solely using BaseNPs in extration of topi terms. To see what roles the BaseNPs and WH-ngrams play in the topi hains, we further analyzed the 00 test queries (not inluding the reommendations) whose best uts were given by the MDL-based tree ut model. The analysis results show that 63% (89/30) noun phrases our in the HEAD of topi hains and 4% (25/6) WH-ngrams our in the HEAD part. In other words, WH-ngrams are used as the question fous more often than noun phrases. Table 7. The use of noun phrases and WH-ngrams Methods R-Preision P@5 MAP - BaseNP WH-ngram Our approah Aggregation Strategy: The equation (9) provides one strategy, max, for aggregating the individual assoiation of topi terms from two topi hains. Alternatively we an also make use of another strategy, average, as given by the equation (5). sim( q (5) 2 q ) = s( t ) PMI( t, t2) q q 2 t q, t2 q2 With max strategy, the similarity of two topi hains is determined by the similarity of the pair of topi terms whih are most lose to eah other in terms of PMI. With the average strategy, the similarity of two topi hains is determined by the average of similarities of the pairs of topi terms. Table 8. Aggregation strategy: max vs. average Methods R-Preision MAP P@5 average max From Table 8, we see that the max strategy outperforms the average strategy signifiantly (p-value < 0.05). This suggests that the similarity of two topi hains is better basing on the similarity of the losest topi terms (in terms of PMI) from the two topi hains. Balane between Speifiity and Generality In equation (0), we use the parameter λ to trade-off the speifiity and generality of reommendations. The higher value of implies that the reommendations tend to be similar to the queried question. While, the lower value of λ biases the reommendations to explore the question fous different from that of the queried questions. In this experiment, we are to explore how influential the value of λ is on the performane of question reommendation. Figure 5 provides the hange of R-Preision with respet to λ. The result was obtained with the 00 queries diretly, instead of the five-fold ross-validation. From Figure 5, we see that the proposed approah performs best when λ is around 0.7. Therefore, at the point of 0.7, the question reommendation an best balane the speifiity and generality. Figure 5. Balaning between speifiity and generality. However, one might expet that the best λ is around 0.5. The reason for the existene of the ontroversy (0.7 vs. 0.5) is that the similarity between two topi terms in the HEAD of a topi hain is not of the same sale as that between topi terms in the TAIL. For example, it is unusual to see the o-ourrene of where to go and where to see within a single question, whih implies almost 00% negative assoiation. In ontrast, we an observe the o-ourrene of Hamburg and Berlin within a single question, whih gives a moderate positive assoiation. Thus, the question reommendation tends to use a bigger value of λ for the speifiity (the HEAD part of a topi hain) as a re-saling mehanism as well. 5.3 Reommending Questions about Computers & Internet In the experiments, we made use of the questions about omputers & internet to test the performane of the proposed MDL-based approah to question reommendation. More speifially, we used the 00 queries in the test set COM-INT TST to searh for reommendations from the 20,785 questions ategorized as omputers & internet. We utilized as the ategories of questions the leaf nodes of the taxonomy tree regarding omputers & Internet, whih inlude 23 ategories. We made use of only the question titles for the extration of topi term and the alulation of PMI. Again we onduted 5-fold ross-validation for the tuning of the parameter λ. The experimental results reported in Table 9 are averaged over the five trials. In Table 9, our approah made use of the same tehnique as presented in Table 4. 89

10 WWW 2008 / Refereed Trak: Data Mining - Learning April 2-25, 2008 Beijing, China Table 9. Reommending questions about omputers & Internet Methods R-Preision P@5 MAP VSM PVSM Our approah Again, we see that our approah outperforms the baseline approahes VSM and PVSM in terms of all the measures. We onduted signifiant test (t-test) on the improvements of our approah over VSM and PVSM. The result indiates that the improvements in terms of R-Preision and P@5 are statistially signifiant (p-value < 0.05). Thus, we an draw the same onlusion with the omputers & internet data as that with the travel data. That is, ompared to the baseline methods, our approah does well on the top-rank results while ahieving omparable performane on all the returned results. Note that the average number of the relevant results for a queried question about omputers & internet is 3.86 (386/00), whih means that the R-Preision is an approximation of P@4. 6. CONCLUSIONS In this paper, we have proposed to address the problem of question reommendation as a omplement of question searh. The question reommendation was defined as substituting question fous. Under the setting, we have developed a new approah whih onsists of two steps: representing questions as trees (graphs) of topi terms and ranking reommendation andidates. We have proposed using the MDL-based tree ut model for takling the issues involved in these two steps. Experimental results indiate that our approah performs signifiantly better than the baseline methods of the word-based VSM and the phrase-based VSM. The results also show that the use of the MDL-based tree ut model is essential to our approah. Though only utilizing the data from ommunity-based question answering servie (QA), we also an find the ategorized questions at forum sites or FAQ sites. Thus, as one of our future work, we will try to investigate the effetiveness of the proposed approah for other kinds of web servies. The proposed approah is not limited to question reommendation. Long queries of web searh usually provide enough ontext information suh as topi and fous as questions do. Thus, as the other future work, we will try to apply the proposed approah to query suggestion of long queries. ACKNOWLEDGMENTS We thank the anonymous reviewers for their valuable omments and suggestions to this paper. REFERENCES [] Banerjee, S. and Pedersen, T. The design, implementation, and use of the ngram statistis pakage. In Pro. of the 4 th CICLing'03. [2] Barron, A., Rissanen, J., and Yu, B. The minimum desription length priniple in oding and modeling. IEEE Trans. Information Theory, vol. 44 (998), pp [3] Burke, R. D., Hammond, K. J., Kulyukin, V. A., Lytinen, S. L., Tomuro, N., and Shoenberg, S. Question answering from frequently asked question files: Experienes with the faq finder system. Tehnial report, 997. [4] Cao, Y. and Li, H. Base noun phrase translation using web data and the EM algorithm. In Pro. of COLING'02. [5] Christopher, M. D. and Hinrih, S. Foundations of Statistial Natural Language Proessing. MIT Press: 999. [6] Churh, K. W. and Hanks, P. Word assoiation norms, mutual information, and lexiography. In Pro. of ACL'89. [7] Cuerzan, S. and White, R. W. Query Suggestion based on landing pages. In Pro. of SIGIR'07. [8] Fellbaum, C. WordNet: An Eletroni Lexial Database. MIT Press, 998. [9] Fonsea, B. M., Golgher, P. B., Moura, E. S., Possas, B., and Ziviani, N. Disovering searh engine related queries using assoiation rules. Journal of Web Engineering, [0] Fredkin, E. Trie Memory. Communiations of the ACM, D. 3(9): , 960. [] Gleih, D. and Zhukov, L. SVD based term suggestion and ranking system. In Pro. of ICDM'04. [2] Jensen, E. C., Beitzel, S. M., Chowdhury, A., and Frieder, O. Query phrase suggestion from topially tagged session logs. In Pro. of FQAS'06. [3] Jeon, J. and Croft, W. B. Learning translation-based language models using Q&A arhives. Tehnial Report, University of Massahusetts. [4] Jeon, J., Croft, W. B., and Lee, J. Finding similar questions in large question and answer arhives. In Pro. of CIKM'05. [5] Jeon, J., Croft, W. B., and Lee, J. H. Finding semantially similar questions based on their answers. In Pro. of SIGIR'05. [6] Jones, R., Rey, B., Madani, O., and Greiner, W. Generating query substitutions. In Pro. of WWW'06. [7] Kawamae, N., Suzuki, H., and Mizuno, O. Query and ontent suggestion based on latent interest and topi lass. In Pro. of WWW'04. [8] Lai, Y.-S., Fung, K.-A., and Wu, C.-H. Faq mining via list detetion. In Pro. of the Workshop on Multilingual Summarization and Question Answering, [9] Li, H. and Abe, N. Generalizing Case Frames using a thesaurus and the MDL priniple. Computational Linguistis, 24(2), pp , 998. [20] Rissanen, J. Modeling by shortest data desription. Automatia, vol. 4 (978), pp [2] Rissanen, J. Universal oding information, predition and estimation. IEEE Transation on Information Theory, vol. 30(4): [22] Salton, G., Wong, A., and Yang, C. S. A vetor spae model for automati indexing. Communiations of the ACM, vol. 8, nr., pages [23] Sneiders, E. Automated question answering using question templates that over the oneptual model of the database. In Pro. of the 6 th NLDB'02. [24] Wen, J. R., Nie, J.-Y., and Zhang, H. J. Query lustering using user logs. ACM Trans. Information Systems, 20():59-8, [25] Xun, E. D., Huang, C.N., and Zhou, M. A unified statistial model for the identifiation of English BaseNP. In Pro. of ACL'00. 90

Searching Questions by Identifying Question Topic and Question Focus

Searching Questions by Identifying Question Topic and Question Focus Searching Questions by Identifying Question Topic and Question Focus Huizhong Duan 1, Yunbo Cao 1,2, Chin-Yew Lin 2 and Yong Yu 1 1 Shanghai Jiao Tong University, Shanghai, China, 200240 {summer, yyu}@apex.sjtu.edu.cn

More information

A Holistic Method for Selecting Web Services in Design of Composite Applications

A Holistic Method for Selecting Web Services in Design of Composite Applications A Holisti Method for Seleting Web Servies in Design of Composite Appliations Mārtiņš Bonders, Jānis Grabis Institute of Information Tehnology, Riga Tehnial University, 1 Kalu Street, Riga, LV 1658, Latvia,

More information

Hierarchical Clustering and Sampling Techniques for Network Monitoring

Hierarchical Clustering and Sampling Techniques for Network Monitoring S. Sindhuja Hierarhial Clustering and Sampling Tehniques for etwork Monitoring S. Sindhuja ME ABSTRACT: etwork monitoring appliations are used to monitor network traffi flows. Clustering tehniques are

More information

Ranking Community Answers by Modeling Question-Answer Relationships via Analogical Reasoning

Ranking Community Answers by Modeling Question-Answer Relationships via Analogical Reasoning Ranking Community Answers by Modeling Question-Answer Relationships via Analogial Reasoning Xin-Jing Wang Mirosoft Researh Asia 4F Sigma, 49 Zhihun Road Beijing, P.R.China xjwang@mirosoft.om Xudong Tu,Dan

More information

BUILDING A SPAM FILTER USING NAÏVE BAYES. CIS 391- Intro to AI 1

BUILDING A SPAM FILTER USING NAÏVE BAYES. CIS 391- Intro to AI 1 BUILDING A SPAM FILTER USING NAÏVE BAYES 1 Spam or not Spam: that is the question. From: "" Subjet: real estate is the only way... gem oalvgkay Anyone an buy real estate with no

More information

FOOD FOR THOUGHT Topical Insights from our Subject Matter Experts

FOOD FOR THOUGHT Topical Insights from our Subject Matter Experts FOOD FOR THOUGHT Topial Insights from our Sujet Matter Experts DEGREE OF DIFFERENCE TESTING: AN ALTERNATIVE TO TRADITIONAL APPROACHES The NFL White Paper Series Volume 14, June 2014 Overview Differene

More information

Channel Assignment Strategies for Cellular Phone Systems

Channel Assignment Strategies for Cellular Phone Systems Channel Assignment Strategies for Cellular Phone Systems Wei Liu Yiping Han Hang Yu Zhejiang University Hangzhou, P. R. China Contat: wliu5@ie.uhk.edu.hk 000 Mathematial Contest in Modeling (MCM) Meritorious

More information

A Context-Aware Preference Database System

A Context-Aware Preference Database System J. PERVASIVE COMPUT. & COMM. (), MARCH 005. TROUBADOR PUBLISHING LTD) A Context-Aware Preferene Database System Kostas Stefanidis Department of Computer Siene, University of Ioannina,, kstef@s.uoi.gr Evaggelia

More information

Deadline-based Escalation in Process-Aware Information Systems

Deadline-based Escalation in Process-Aware Information Systems Deadline-based Esalation in Proess-Aware Information Systems Wil M.P. van der Aalst 1,2, Mihael Rosemann 2, Marlon Dumas 2 1 Department of Tehnology Management Eindhoven University of Tehnology, The Netherlands

More information

Chapter 1 Microeconomics of Consumer Theory

Chapter 1 Microeconomics of Consumer Theory Chapter 1 Miroeonomis of Consumer Theory The two broad ategories of deision-makers in an eonomy are onsumers and firms. Eah individual in eah of these groups makes its deisions in order to ahieve some

More information

Discovering Trends in Large Datasets Using Neural Networks

Discovering Trends in Large Datasets Using Neural Networks Disovering Trends in Large Datasets Using Neural Networks Khosrow Kaikhah, Ph.D. and Sandesh Doddameti Department of Computer Siene Texas State University San Maros, Texas 78666 Abstrat. A novel knowledge

More information

Trade Information, Not Spectrum: A Novel TV White Space Information Market Model

Trade Information, Not Spectrum: A Novel TV White Space Information Market Model Trade Information, Not Spetrum: A Novel TV White Spae Information Market Model Yuan Luo, Lin Gao, and Jianwei Huang 1 Abstrat In this paper, we propose a novel information market for TV white spae networks,

More information

Henley Business School at Univ of Reading. Pre-Experience Postgraduate Programmes Chartered Institute of Personnel and Development (CIPD)

Henley Business School at Univ of Reading. Pre-Experience Postgraduate Programmes Chartered Institute of Personnel and Development (CIPD) MS in International Human Resoure Management For students entering in 2012/3 Awarding Institution: Teahing Institution: Relevant QAA subjet Benhmarking group(s): Faulty: Programme length: Date of speifiation:

More information

An Efficient Network Traffic Classification Based on Unknown and Anomaly Flow Detection Mechanism

An Efficient Network Traffic Classification Based on Unknown and Anomaly Flow Detection Mechanism An Effiient Network Traffi Classifiation Based on Unknown and Anomaly Flow Detetion Mehanism G.Suganya.M.s.,B.Ed 1 1 Mphil.Sholar, Department of Computer Siene, KG College of Arts and Siene,Coimbatore.

More information

A Keyword Filters Method for Spam via Maximum Independent Sets

A Keyword Filters Method for Spam via Maximum Independent Sets Vol. 7, No. 3, May, 213 A Keyword Filters Method for Spam via Maximum Independent Sets HaiLong Wang 1, FanJun Meng 1, HaiPeng Jia 2, JinHong Cheng 3 and Jiong Xie 3 1 Inner Mongolia Normal University 2

More information

Interpretable Fuzzy Modeling using Multi-Objective Immune- Inspired Optimization Algorithms

Interpretable Fuzzy Modeling using Multi-Objective Immune- Inspired Optimization Algorithms Interpretable Fuzzy Modeling using Multi-Objetive Immune- Inspired Optimization Algorithms Jun Chen, Mahdi Mahfouf Abstrat In this paper, an immune inspired multi-objetive fuzzy modeling (IMOFM) mehanism

More information

Behavior Analysis-Based Learning Framework for Host Level Intrusion Detection

Behavior Analysis-Based Learning Framework for Host Level Intrusion Detection Behavior Analysis-Based Learning Framework for Host Level Intrusion Detetion Haiyan Qiao, Jianfeng Peng, Chuan Feng, Jerzy W. Rozenblit Eletrial and Computer Engineering Department University of Arizona

More information

Granular Problem Solving and Software Engineering

Granular Problem Solving and Software Engineering Granular Problem Solving and Software Engineering Haibin Zhu, Senior Member, IEEE Department of Computer Siene and Mathematis, Nipissing University, 100 College Drive, North Bay, Ontario, P1B 8L7, Canada

More information

Capacity at Unsignalized Two-Stage Priority Intersections

Capacity at Unsignalized Two-Stage Priority Intersections Capaity at Unsignalized Two-Stage Priority Intersetions by Werner Brilon and Ning Wu Abstrat The subjet of this paper is the apaity of minor-street traffi movements aross major divided four-lane roadways

More information

INCOME TAX WITHHOLDING GUIDE FOR EMPLOYERS

INCOME TAX WITHHOLDING GUIDE FOR EMPLOYERS Virginia Department of Taxation INCOME TAX WITHHOLDING GUIDE FOR EMPLOYERS www.tax.virginia.gov 2614086 Rev. 07/14 * Table of Contents Introdution... 1 Important... 1 Where to Get Assistane... 1 Online

More information

Customer Efficiency, Channel Usage and Firm Performance in Retail Banking

Customer Efficiency, Channel Usage and Firm Performance in Retail Banking Customer Effiieny, Channel Usage and Firm Performane in Retail Banking Mei Xue Operations and Strategi Management Department The Wallae E. Carroll Shool of Management Boston College 350 Fulton Hall, 140

More information

Improved Vehicle Classification in Long Traffic Video by Cooperating Tracker and Classifier Modules

Improved Vehicle Classification in Long Traffic Video by Cooperating Tracker and Classifier Modules Improved Vehile Classifiation in Long Traffi Video by Cooperating Traker and Classifier Modules Brendan Morris and Mohan Trivedi University of California, San Diego San Diego, CA 92093 {b1morris, trivedi}@usd.edu

More information

INCOME TAX WITHHOLDING GUIDE FOR EMPLOYERS

INCOME TAX WITHHOLDING GUIDE FOR EMPLOYERS Virginia Department of Taxation INCOME TAX WITHHOLDING GUIDE FOR EMPLOYERS www.tax.virginia.gov 2614086 Rev. 01/16 Table of Contents Introdution... 1 Important... 1 Where to Get Assistane... 1 Online File

More information

Sebastián Bravo López

Sebastián Bravo López Transfinite Turing mahines Sebastián Bravo López 1 Introdution With the rise of omputers with high omputational power the idea of developing more powerful models of omputation has appeared. Suppose that

More information

Big Data Analysis and Reporting with Decision Tree Induction

Big Data Analysis and Reporting with Decision Tree Induction Big Data Analysis and Reporting with Deision Tree Indution PETRA PERNER Institute of Computer Vision and Applied Computer Sienes, IBaI Postbox 30 11 14, 04251 Leipzig GERMANY pperner@ibai-institut.de,

More information

Improved SOM-Based High-Dimensional Data Visualization Algorithm

Improved SOM-Based High-Dimensional Data Visualization Algorithm Computer and Information Siene; Vol. 5, No. 4; 2012 ISSN 1913-8989 E-ISSN 1913-8997 Published by Canadian Center of Siene and Eduation Improved SOM-Based High-Dimensional Data Visualization Algorithm Wang

More information

The Application of Mamdani Fuzzy Model for Auto Zoom Function of a Digital Camera

The Application of Mamdani Fuzzy Model for Auto Zoom Function of a Digital Camera (IJCSIS) International Journal of Computer Siene and Information Seurity, Vol. 6, No. 3, 2009 The Appliation of Mamdani Fuzzy Model for Auto Funtion of a Digital Camera * I. Elamvazuthi, P. Vasant Universiti

More information

Computer Networks Framing

Computer Networks Framing Computer Networks Framing Saad Mneimneh Computer Siene Hunter College of CUNY New York Introdution Who framed Roger rabbit? A detetive, a woman, and a rabbit in a network of trouble We will skip the physial

More information

FIRE DETECTION USING AUTONOMOUS AERIAL VEHICLES WITH INFRARED AND VISUAL CAMERAS. J. Ramiro Martínez-de Dios, Luis Merino and Aníbal Ollero

FIRE DETECTION USING AUTONOMOUS AERIAL VEHICLES WITH INFRARED AND VISUAL CAMERAS. J. Ramiro Martínez-de Dios, Luis Merino and Aníbal Ollero FE DETECTION USING AUTONOMOUS AERIAL VEHICLES WITH INFRARED AND VISUAL CAMERAS. J. Ramiro Martínez-de Dios, Luis Merino and Aníbal Ollero Robotis, Computer Vision and Intelligent Control Group. University

More information

protection p1ann1ng report

protection p1ann1ng report ( f1re protetion p1ann1ng report I BUILDING CONSTRUCTION INFORMATION FROM THE CONCRETE AND MASONRY INDUSTRIES NO. 15 OF A SERIES A Comparison of Insurane and Constrution Costs for Low-Rise Multifamily

More information

Robust Classification and Tracking of Vehicles in Traffic Video Streams

Robust Classification and Tracking of Vehicles in Traffic Video Streams Proeedings of the IEEE ITSC 2006 2006 IEEE Intelligent Transportation Systems Conferene Toronto, Canada, September 17-20, 2006 TC1.4 Robust Classifiation and Traking of Vehiles in Traffi Video Streams

More information

Static Fairness Criteria in Telecommunications

Static Fairness Criteria in Telecommunications Teknillinen Korkeakoulu ERIKOISTYÖ Teknillisen fysiikan koulutusohjelma 92002 Mat-208 Sovelletun matematiikan erikoistyöt Stati Fairness Criteria in Teleommuniations Vesa Timonen, e-mail: vesatimonen@hutfi

More information

A Survey of Usability Evaluation in Virtual Environments: Classi cation and Comparison of Methods

A Survey of Usability Evaluation in Virtual Environments: Classi cation and Comparison of Methods Doug A. Bowman bowman@vt.edu Department of Computer Siene Virginia Teh Joseph L. Gabbard Deborah Hix [ jgabbard, hix]@vt.edu Systems Researh Center Virginia Teh A Survey of Usability Evaluation in Virtual

More information

Open and Extensible Business Process Simulator

Open and Extensible Business Process Simulator UNIVERSITY OF TARTU FACULTY OF MATHEMATICS AND COMPUTER SCIENCE Institute of Computer Siene Karl Blum Open and Extensible Business Proess Simulator Master Thesis (30 EAP) Supervisors: Luiano Garía-Bañuelos,

More information

The Optimal Deterrence of Tax Evasion: The Trade-off Between Information Reporting and Audits

The Optimal Deterrence of Tax Evasion: The Trade-off Between Information Reporting and Audits The Optimal Deterrene of Tax Evasion: The Trade-off Between Information Reporting and Audits Yulia Paramonova Department of Eonomis, University of Mihigan Otober 30, 2014 Abstrat Despite the widespread

More information

Findings and Recommendations

Findings and Recommendations Contrating Methods and Administration Findings and Reommendations Finding 9-1 ESD did not utilize a formal written pre-qualifiations proess for seleting experiened design onsultants. ESD hose onsultants

More information

' R ATIONAL. :::~i:. :'.:::::: RETENTION ':: Compliance with the way you work PRODUCT BRIEF

' R ATIONAL. :::~i:. :'.:::::: RETENTION ':: Compliance with the way you work PRODUCT BRIEF ' R :::i:. ATIONAL :'.:::::: RETENTION ':: Compliane with the way you work, PRODUCT BRIEF In-plae Management of Unstrutured Data The explosion of unstrutured data ombined with new laws and regulations

More information

WORKFLOW CONTROL-FLOW PATTERNS A Revised View

WORKFLOW CONTROL-FLOW PATTERNS A Revised View WORKFLOW CONTROL-FLOW PATTERNS A Revised View Nik Russell 1, Arthur H.M. ter Hofstede 1, 1 BPM Group, Queensland University of Tehnology GPO Box 2434, Brisbane QLD 4001, Australia {n.russell,a.terhofstede}@qut.edu.au

More information

Henley Business School at Univ of Reading. Chartered Institute of Personnel and Development (CIPD)

Henley Business School at Univ of Reading. Chartered Institute of Personnel and Development (CIPD) MS in International Human Resoure Management (full-time) For students entering in 2015/6 Awarding Institution: Teahing Institution: Relevant QAA subjet Benhmarking group(s): Faulty: Programme length: Date

More information

An integrated optimization model of a Closed- Loop Supply Chain under uncertainty

An integrated optimization model of a Closed- Loop Supply Chain under uncertainty ISSN 1816-6075 (Print), 1818-0523 (Online) Journal of System and Management Sienes Vol. 2 (2012) No. 3, pp. 9-17 An integrated optimization model of a Closed- Loop Supply Chain under unertainty Xiaoxia

More information

SLA-based Resource Allocation for Software as a Service Provider (SaaS) in Cloud Computing Environments

SLA-based Resource Allocation for Software as a Service Provider (SaaS) in Cloud Computing Environments 2 th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing SLA-based Resoure Alloation for Software as a Servie Provider (SaaS) in Cloud Computing Environments Linlin Wu, Saurabh Kumar

More information

) ( )( ) ( ) ( )( ) ( ) ( ) (1)

) ( )( ) ( ) ( )( ) ( ) ( ) (1) OPEN CHANNEL FLOW Open hannel flow is haraterized by a surfae in ontat with a gas phase, allowing the fluid to take on shapes and undergo behavior that is impossible in a pipe or other filled onduit. Examples

More information

Pattern Recognition Techniques in Microarray Data Analysis

Pattern Recognition Techniques in Microarray Data Analysis Pattern Reognition Tehniques in Miroarray Data Analysis Miao Li, Biao Wang, Zohreh Momeni, and Faramarz Valafar Department of Computer Siene San Diego State University San Diego, California, USA faramarz@sienes.sdsu.edu

More information

Intelligent Measurement Processes in 3D Optical Metrology: Producing More Accurate Point Clouds

Intelligent Measurement Processes in 3D Optical Metrology: Producing More Accurate Point Clouds Intelligent Measurement Proesses in 3D Optial Metrology: Produing More Aurate Point Clouds Charles Mony, Ph.D. 1 President Creaform in. mony@reaform3d.om Daniel Brown, Eng. 1 Produt Manager Creaform in.

More information

Learning Curves and Stochastic Models for Pricing and Provisioning Cloud Computing Services

Learning Curves and Stochastic Models for Pricing and Provisioning Cloud Computing Services T Learning Curves and Stohasti Models for Priing and Provisioning Cloud Computing Servies Amit Gera, Cathy H. Xia Dept. of Integrated Systems Engineering Ohio State University, Columbus, OH 4310 {gera.,

More information

Fixed-income Securities Lecture 2: Basic Terminology and Concepts. Present value (fixed interest rate) Present value (fixed interest rate): the arb

Fixed-income Securities Lecture 2: Basic Terminology and Concepts. Present value (fixed interest rate) Present value (fixed interest rate): the arb Fixed-inome Seurities Leture 2: Basi Terminology and Conepts Philip H. Dybvig Washington University in Saint Louis Various interest rates Present value (PV) and arbitrage Forward and spot interest rates

More information

Weighting Methods in Survey Sampling

Weighting Methods in Survey Sampling Setion on Survey Researh Methods JSM 01 Weighting Methods in Survey Sampling Chiao-hih Chang Ferry Butar Butar Abstrat It is said that a well-designed survey an best prevent nonresponse. However, no matter

More information

Asymmetric Error Correction and Flash-Memory Rewriting using Polar Codes

Asymmetric Error Correction and Flash-Memory Rewriting using Polar Codes 1 Asymmetri Error Corretion and Flash-Memory Rewriting using Polar Codes Eyal En Gad, Yue Li, Joerg Kliewer, Mihael Langberg, Anxiao (Andrew) Jiang and Jehoshua Bruk Abstrat We propose effiient oding shemes

More information

Deduplication with Block-Level Content-Aware Chunking for Solid State Drives (SSDs)

Deduplication with Block-Level Content-Aware Chunking for Solid State Drives (SSDs) 23 IEEE International Conferene on High Performane Computing and Communiations & 23 IEEE International Conferene on Embedded and Ubiquitous Computing Dedupliation with Blok-Level Content-Aware Chunking

More information

An Enhanced Critical Path Method for Multiple Resource Constraints

An Enhanced Critical Path Method for Multiple Resource Constraints An Enhaned Critial Path Method for Multiple Resoure Constraints Chang-Pin Lin, Hung-Lin Tai, and Shih-Yan Hu Abstrat Traditional Critial Path Method onsiders only logial dependenies between related ativities

More information

Chapter 5 Single Phase Systems

Chapter 5 Single Phase Systems Chapter 5 Single Phase Systems Chemial engineering alulations rely heavily on the availability of physial properties of materials. There are three ommon methods used to find these properties. These inlude

More information

Paid Placement Strategies for Internet Search Engines

Paid Placement Strategies for Internet Search Engines Paid Plaement Strategies for Internet Searh Engines Hemant K. Bhargava Smeal College of Business Penn State University 342 Beam Building University Park, PA 16802 bhargava@omputer.org Juan Feng Smeal College

More information

Neural network-based Load Balancing and Reactive Power Control by Static VAR Compensator

Neural network-based Load Balancing and Reactive Power Control by Static VAR Compensator nternational Journal of Computer and Eletrial Engineering, Vol. 1, No. 1, April 2009 Neural network-based Load Balaning and Reative Power Control by Stati VAR Compensator smail K. Said and Marouf Pirouti

More information

3 Game Theory: Basic Concepts

3 Game Theory: Basic Concepts 3 Game Theory: Basi Conepts Eah disipline of the soial sienes rules omfortably ithin its on hosen domain: : : so long as it stays largely oblivious of the others. Edard O. Wilson (1998):191 3.1 and and

More information

TECHNOLOGY-ENHANCED LEARNING FOR MUSIC WITH I-MAESTRO FRAMEWORK AND TOOLS

TECHNOLOGY-ENHANCED LEARNING FOR MUSIC WITH I-MAESTRO FRAMEWORK AND TOOLS TECHNOLOGY-ENHANCED LEARNING FOR MUSIC WITH I-MAESTRO FRAMEWORK AND TOOLS ICSRiM - University of Leeds Shool of Computing & Shool of Musi Leeds LS2 9JT, UK +44-113-343-2583 kia@i-maestro.org www.i-maestro.org,

More information

Procurement auctions are sometimes plagued with a chosen supplier s failing to accomplish a project successfully.

Procurement auctions are sometimes plagued with a chosen supplier s failing to accomplish a project successfully. Deision Analysis Vol. 7, No. 1, Marh 2010, pp. 23 39 issn 1545-8490 eissn 1545-8504 10 0701 0023 informs doi 10.1287/dea.1090.0155 2010 INFORMS Managing Projet Failure Risk Through Contingent Contrats

More information

GABOR AND WEBER LOCAL DESCRIPTORS PERFORMANCE IN MULTISPECTRAL EARTH OBSERVATION IMAGE DATA ANALYSIS

GABOR AND WEBER LOCAL DESCRIPTORS PERFORMANCE IN MULTISPECTRAL EARTH OBSERVATION IMAGE DATA ANALYSIS HENRI COANDA AIR FORCE ACADEMY ROMANIA INTERNATIONAL CONFERENCE of SCIENTIFIC PAPER AFASES 015 Brasov, 8-30 May 015 GENERAL M.R. STEFANIK ARMED FORCES ACADEMY SLOVAK REPUBLIC GABOR AND WEBER LOCAL DESCRIPTORS

More information

5.2 The Master Theorem

5.2 The Master Theorem 170 CHAPTER 5. RECURSION AND RECURRENCES 5.2 The Master Theorem Master Theorem In the last setion, we saw three different kinds of behavior for reurrenes of the form at (n/2) + n These behaviors depended

More information

Classical Electromagnetic Doppler Effect Redefined. Copyright 2014 Joseph A. Rybczyk

Classical Electromagnetic Doppler Effect Redefined. Copyright 2014 Joseph A. Rybczyk Classial Eletromagneti Doppler Effet Redefined Copyright 04 Joseph A. Rybzyk Abstrat The lassial Doppler Effet formula for eletromagneti waves is redefined to agree with the fundamental sientifi priniples

More information

The Basics of International Trade: A Classroom Experiment

The Basics of International Trade: A Classroom Experiment The Basis of International Trade: A Classroom Experiment Alberto Isgut, Ganesan Ravishanker, and Tanya Rosenblat * Wesleyan University Abstrat We introdue a simple web-based lassroom experiment in whih

More information

Chapter 1: Introduction

Chapter 1: Introduction Chapter 1: Introdution 1.1 Pratial olumn base details in steel strutures 1.1.1 Pratial olumn base details Every struture must transfer vertial and lateral loads to the supports. In some ases, beams or

More information

State of Maryland Participation Agreement for Pre-Tax and Roth Retirement Savings Accounts

State of Maryland Participation Agreement for Pre-Tax and Roth Retirement Savings Accounts State of Maryland Partiipation Agreement for Pre-Tax and Roth Retirement Savings Aounts DC-4531 (08/2015) For help, please all 1-800-966-6355 www.marylandd.om 1 Things to Remember Complete all of the setions

More information

A novel active mass damper for vibration control of bridges

A novel active mass damper for vibration control of bridges IABMAS 08, International Conferene on Bridge Maintenane, Safety and Management, 3-7 July 008, Seoul, Korea A novel ative mass damper for vibration ontrol of bridges U. Starossek & J. Sheller Strutural

More information

SOFTWARE ENGINEERING I

SOFTWARE ENGINEERING I SOFTWARE ENGINEERING I CS 10 Catalog Desription PREREQUISITE: CS 21. Introdution to the systems development life yle, software development models, analysis and design tehniques and tools, and validation

More information

UNIVERSITY AND WORK-STUDY EMPLOYERS WEB SITE USER S GUIDE

UNIVERSITY AND WORK-STUDY EMPLOYERS WEB SITE USER S GUIDE UNIVERSITY AND WORK-STUDY EMPLOYERS WEB SITE USER S GUIDE September 8, 2009 Table of Contents 1 Home 2 University 3 Your 4 Add 5 Managing 6 How 7 Viewing 8 Closing 9 Reposting Page 1 and Work-Study Employers

More information

Chapter 6 A N ovel Solution Of Linear Congruenes Proeedings NCUR IX. (1995), Vol. II, pp. 708{712 Jerey F. Gold Department of Mathematis, Department of Physis University of Utah Salt Lake City, Utah 84112

More information

1.3 Complex Numbers; Quadratic Equations in the Complex Number System*

1.3 Complex Numbers; Quadratic Equations in the Complex Number System* 04 CHAPTER Equations and Inequalities Explaining Conepts: Disussion and Writing 7. Whih of the following pairs of equations are equivalent? Explain. x 2 9; x 3 (b) x 29; x 3 () x - 2x - 22 x - 2 2 ; x

More information

A Design Environment for Migrating Relational to Object Oriented Database Systems

A Design Environment for Migrating Relational to Object Oriented Database Systems To appear in: 1996 International Conferene on Software Maintenane (ICSM 96); IEEE Computer Soiety, 1996 A Design Environment for Migrating Relational to Objet Oriented Database Systems Jens Jahnke, Wilhelm

More information

RISK-BASED IN SITU BIOREMEDIATION DESIGN JENNINGS BRYAN SMALLEY. A.B., Washington University, 1992 THESIS. Urbana, Illinois

RISK-BASED IN SITU BIOREMEDIATION DESIGN JENNINGS BRYAN SMALLEY. A.B., Washington University, 1992 THESIS. Urbana, Illinois RISK-BASED IN SITU BIOREMEDIATION DESIGN BY JENNINGS BRYAN SMALLEY A.B., Washington University, 1992 THESIS Submitted in partial fulfillment of the requirements for the degree of Master of Siene in Environmental

More information

Recovering Articulated Motion with a Hierarchical Factorization Method

Recovering Articulated Motion with a Hierarchical Factorization Method Reovering Artiulated Motion with a Hierarhial Fatorization Method Hanning Zhou and Thomas S Huang University of Illinois at Urbana-Champaign, 405 North Mathews Avenue, Urbana, IL 680, USA {hzhou, huang}@ifpuiuedu

More information

Price-based versus quantity-based approaches for stimulating the development of renewable electricity: new insights in an old debate

Price-based versus quantity-based approaches for stimulating the development of renewable electricity: new insights in an old debate Prie-based versus -based approahes for stimulating the development of renewable eletriity: new insights in an old debate uthors: Dominique FINON, Philippe MENNTEU, Marie-Laure LMY, Institut d Eonomie et

More information

Masters Thesis- Criticality Alarm System Design Guide with Accompanying Alarm System Development for the Radioisotope Production L

Masters Thesis- Criticality Alarm System Design Guide with Accompanying Alarm System Development for the Radioisotope Production L PNNL-18348 Prepared for the U.S. Department of Energy under Contrat DE-AC05-76RL01830 Masters Thesis- Critiality Alarm System Design Guide with Aompanying Alarm System Development for the Radioisotope

More information

RATING SCALES FOR NEUROLOGISTS

RATING SCALES FOR NEUROLOGISTS RATING SCALES FOR NEUROLOGISTS J Hobart iv22 WHY Correspondene to: Dr Jeremy Hobart, Department of Clinial Neurosienes, Peninsula Medial Shool, Derriford Hospital, Plymouth PL6 8DH, UK; Jeremy.Hobart@

More information

SupermarketPricingStrategies

SupermarketPricingStrategies SupermarketPriingStrategies PaulB.Ellikson Duke University SanjogMisra University of Rohester November 13, 2006 Abstrat Most supermarket firms hoose to position themselves by offering either Every Day

More information

Srinivas Bollapragada GE Global Research Center. Abstract

Srinivas Bollapragada GE Global Research Center. Abstract Sheduling Commerial Videotapes in Broadast Television Srinivas Bollapragada GE Global Researh Center Mihael Bussiek GAMS Development Corporation Suman Mallik University of Illinois at Urbana Champaign

More information

THE PERFORMANCE OF TRANSIT TIME FLOWMETERS IN HEATED GAS MIXTURES

THE PERFORMANCE OF TRANSIT TIME FLOWMETERS IN HEATED GAS MIXTURES Proeedings of FEDSM 98 998 ASME Fluids Engineering Division Summer Meeting June 2-25, 998 Washington DC FEDSM98-529 THE PERFORMANCE OF TRANSIT TIME FLOWMETERS IN HEATED GAS MIXTURES John D. Wright Proess

More information

User s Guide VISFIT: a computer tool for the measurement of intrinsic viscosities

User s Guide VISFIT: a computer tool for the measurement of intrinsic viscosities File:UserVisfit_2.do User s Guide VISFIT: a omputer tool for the measurement of intrinsi visosities Version 2.a, September 2003 From: Multiple Linear Least-Squares Fits with a Common Interept: Determination

More information

STRATEGIC DESIGN FOR THE SUPPLY NETWORK OF MULTI-SITE ENTERPRISES: A MATHEMATICAL MODEL AND SOLVING APPROACHES

STRATEGIC DESIGN FOR THE SUPPLY NETWORK OF MULTI-SITE ENTERPRISES: A MATHEMATICAL MODEL AND SOLVING APPROACHES STRATEGIC DESIGN FOR THE SUPPLY NETWORK OF MULTI-SITE ENTERPRISES: A MATHEMATICAL MODEL AND SOLVING APPROACHES Florene Pirard 1, Fouad Riane 2, Serguei Iassinovski 2, Valérie Botta-Genoulaz 1 1 Laboratoire

More information

Parametric model of IP-networks in the form of colored Petri net

Parametric model of IP-networks in the form of colored Petri net Parametri model of IP-networks in the form of olored Petri net Shmeleva T.R. Abstrat A parametri model of IP-networks in the form of olored Petri net was developed; it onsists of a fixed number of Petri

More information

university of illinois library AT URBANA-CHAMPAIGN BOOKSTACKS

university of illinois library AT URBANA-CHAMPAIGN BOOKSTACKS university of illinois library AT URBANA-CHAMPAIGN BOOKSTACKS CENTRAL CIRCULATION BOOKSTACKS The person harging this material is responsible for its renewal or its return to the library from whih it was

More information

Impedance Method for Leak Detection in Zigzag Pipelines

Impedance Method for Leak Detection in Zigzag Pipelines 10.478/v10048-010-0036-0 MEASUREMENT SCIENCE REVIEW, Volume 10, No. 6, 010 Impedane Method for Leak Detetion in igzag Pipelines A. Lay-Ekuakille 1, P. Vergallo 1, A. Trotta 1 Dipartimento d Ingegneria

More information

Scalable Hierarchical Multitask Learning Algorithms for Conversion Optimization in Display Advertising

Scalable Hierarchical Multitask Learning Algorithms for Conversion Optimization in Display Advertising Salable Hierarhial Multitask Learning Algorithms for Conversion Optimization in Display Advertising Amr Ahmed Google amra@google.om Abhimanyu Das Mirosoft Researh abhidas@mirosoft.om Alexander J. Smola

More information

protection p1ann1ng report

protection p1ann1ng report f1re~~ protetion p1ann1ng report BUILDING CONSTRUCTION INFORMATION FROM THE CONCRETE AND MASONRY INDUSTRIES Signifiane of Fire Ratings for Building Constrution NO. 3 OF A SERIES The use of fire-resistive

More information

A Comparison of Service Quality between Private and Public Hospitals in Thailand

A Comparison of Service Quality between Private and Public Hospitals in Thailand International Journal of Business and Soial Siene Vol. 4 No. 11; September 2013 A Comparison of Servie Quality between Private and Hospitals in Thailand Khanhitpol Yousapronpaiboon, D.B.A. Assistant Professor

More information

Agent-Based Grid Load Balancing Using Performance-Driven Task Scheduling

Agent-Based Grid Load Balancing Using Performance-Driven Task Scheduling Agent-Based Grid Load Balaning Using Performane-Driven Task Sheduling Junwei Cao *1, Daniel P. Spooner, Stephen A. Jarvis, Subhash Saini and Graham R. Nudd * C&C Researh Laboratories, NEC Europe Ltd.,

More information

JEFFREY ALLAN ROBBINS. Bachelor of Science. Blacksburg, Virginia

JEFFREY ALLAN ROBBINS. Bachelor of Science. Blacksburg, Virginia A PROGRAM FOR SOLUtiON OF LARGE SCALE VEHICLE ROUTING PROBLEMS By JEFFREY ALLAN ROBBINS Bahelor of Siene Virginia Polytehni Institute and State University Blaksburg, Virginia 1974 II Submitted to the Faulty

More information

i_~f e 1 then e 2 else e 3

i_~f e 1 then e 2 else e 3 A PROCEDURE MECHANISM FOR BACKTRACK PROGRAMMING* David R. HANSON + Department o Computer Siene, The University of Arizona Tuson, Arizona 85721 One of the diffiulties in using nondeterministi algorithms

More information

Optimal Sales Force Compensation

Optimal Sales Force Compensation Optimal Sales Fore Compensation Matthias Kräkel Anja Shöttner Abstrat We analyze a dynami moral-hazard model to derive optimal sales fore ompensation plans without imposing any ad ho restritions on the

More information

How To Fator

How To Fator CHAPTER hapter 4 > Make the Connetion 4 INTRODUCTION Developing seret odes is big business beause of the widespread use of omputers and the Internet. Corporations all over the world sell enryption systems

More information

Impact Simulation of Extreme Wind Generated Missiles on Radioactive Waste Storage Facilities

Impact Simulation of Extreme Wind Generated Missiles on Radioactive Waste Storage Facilities Impat Simulation of Extreme Wind Generated issiles on Radioative Waste Storage Failities G. Barbella Sogin S.p.A. Via Torino 6 00184 Rome (Italy), barbella@sogin.it Abstrat: The strutural design of temporary

More information

Context-Sensitive Adjustments of Cognitive Control: Conflict-Adaptation Effects Are Modulated by Processing Demands of the Ongoing Task

Context-Sensitive Adjustments of Cognitive Control: Conflict-Adaptation Effects Are Modulated by Processing Demands of the Ongoing Task Journal of Experimental Psyhology: Learning, Memory, and Cognition 2008, Vol. 34, No. 3, 712 718 Copyright 2008 by the Amerian Psyhologial Assoiation 0278-7393/08/$12.00 DOI: 10.1037/0278-7393.34.3.712

More information

THE UNIVERSITY OF TEXAS AT ARLINGTON COLLEGE OF NURSING. NURS 6390-004 Introduction to Genetics and Genomics SYLLABUS

THE UNIVERSITY OF TEXAS AT ARLINGTON COLLEGE OF NURSING. NURS 6390-004 Introduction to Genetics and Genomics SYLLABUS THE UNIVERSITY OF TEXAS AT ARLINGTON COLLEGE OF NURSING NURS 6390-004 Introdution to Genetis and Genomis SYLLABUS Summer Interession 2011 Classroom #: TBA and 119 (lab) The University of Texas at Arlington

More information

A Theoretical Analysis of Credit Card Reform in Australia *

A Theoretical Analysis of Credit Card Reform in Australia * A Theoretial Analysis of Credit Card Reform in Australia * by Joshua S. Gans and Stephen P. King Melbourne Business Shool University of Melbourne First Draft: 12 th May, 2001 This Version: 5 th May, 2003

More information

MEDICATION MANAGEMENT ASSESSMENT

MEDICATION MANAGEMENT ASSESSMENT MEDICATION MANAGEMENT ASSESSMENT The Mediation Management Assessment provides evidene-based reommendations/standards for Minnesota hospitals in the development of a omprehensive mediation safety program.

More information

AUDITING COST OVERRUN CLAIMS *

AUDITING COST OVERRUN CLAIMS * AUDITING COST OVERRUN CLAIMS * David Pérez-Castrillo # University of Copenhagen & Universitat Autònoma de Barelona Niolas Riedinger ENSAE, Paris Abstrat: We onsider a ost-reimbursement or a ost-sharing

More information

Bypassing Space Explosion in Regular Expression Matching for Network Intrusion Detection and Prevention Systems

Bypassing Space Explosion in Regular Expression Matching for Network Intrusion Detection and Prevention Systems Bypassing Spae Explosion in Regular Expression Mathing for Network Intrusion Detetion and Prevention Systems Jignesh Patel Alex X. Liu Eri Torng Department of Computer Siene and Engineering Mihigan State

More information

A Comparison of Default and Reduced Bandwidth MR Imaging of the Spine at 1.5 T

A Comparison of Default and Reduced Bandwidth MR Imaging of the Spine at 1.5 T 9 A Comparison of efault and Redued Bandwidth MR Imaging of the Spine at 1.5 T L. Ketonen 1 S. Totterman 1 J. H. Simon 1 T. H. Foster 2. K. Kido 1 J. Szumowski 1 S. E. Joy1 The value of a redued bandwidth

More information

Design Implications for Enterprise Storage Systems via Multi-Dimensional Trace Analysis

Design Implications for Enterprise Storage Systems via Multi-Dimensional Trace Analysis Design Impliations for Enterprise Storage Systems via Multi-Dimensional Trae Analysis Yanpei Chen, Kiran Srinivasan, Garth Goodson, Randy Katz University of California, Berkeley, NetApp In. {yhen2, randy}@ees.berkeley.edu,

More information

RESEARCH SEMINAR IN INTERNATIONAL ECONOMICS. Discussion Paper No. 475. The Evolution and Utilization of the GATT/WTO Dispute Settlement Mechanism

RESEARCH SEMINAR IN INTERNATIONAL ECONOMICS. Discussion Paper No. 475. The Evolution and Utilization of the GATT/WTO Dispute Settlement Mechanism RESEARCH SEMINAR IN INTERNATIONAL ECONOMICS Shool of Publi Poliy The University of Mihigan Ann Arbor, Mihigan 48109-1220 Disussion Paper No. 475 The Evolution and Utilization of the GATT/WTO Dispute Settlement

More information

In many services, the quality or value provided by the service increases with the time the service provider

In many services, the quality or value provided by the service increases with the time the service provider MANAGEMENT SCIENCE Vol. 57, No. 1, January 2011, pp. 40 56 issn 0025-1909 eissn 1526-5501 11 5701 0040 informs doi 10.1287/mns.1100.1250 2011 INFORMS Quality Speed Conundrum: Trade-offs in Customer-Intensive

More information