Concept Discovery from Text

Size: px
Start display at page:

Download "Concept Discovery from Text"

Transcription

1 Conept Dsovery from Text Dekang Ln and Patrk Pantel Department of Computng Sene Unversty of Alberta Edmonton, Alberta, Canada, T6G 2E8 Abstrat Broad-overage lexal resoures suh as WordNet are extremely useful. However, they often nlude many rare senses whle mssng doman-spef senses. We present a lusterng algorthm alled CBC (Clusterng By Commttee) that automatally dsovers onepts from text. It ntally dsovers a set of tght lusters alled ommttees that are well sattered n the smlarty spae. The entrod of the members of a ommttee s used as the feature vetor of the luster. We proeed by assgnng elements to ther most smlar luster. Evaluatng luster qualty has always been a dffult task. We present a new evaluaton methodology that s based on the edtng dstane between output lusters and lasses extrated from WordNet (the answer key). Our experments show that CBC outperforms several well-known lusterng algorthms n luster qualty. 1 Introduton Broad-overage lexal resoures suh as WordNet are extremely useful n applatons suh as Word Sense Dsambguaton (Leaok, Chodorow, Mller 1998) and Queston- Answerng (Pasa and Harabagu 2001). However, they often nlude many rare senses whle mssng doman-spef senses. For example, n WordNet, the words dog, omputer and ompany all have a sense that s a hyponym of person. Suh rare senses make t dffult for a oreferene resoluton system to use WordNet to enfore the onstrant that personal pronouns (e.g. he or she) must refer to a person. On the other hand, WordNet msses the user-nterfaeobet sense of the word dalog (as often used n software manuals). One way to deal wth these problems s to use a lusterng algorthm to automatally ndue semant lasses (Ln and Pantel 2001). Many lusterng algorthms represent a luster by the entrod of all of ts members (e.g., K- means) (MQueen 1967) or by a representatve element (e.g., K-medods) (Kaufmann and Rousseeuw 1987). When averagng over all elements n a luster, the entrod of a luster may be unduly nfluened by elements that only margnally belong to the luster or by elements that also belong to other lusters. For example, when lusterng words, we an use the ontexts of the words as features and group together the words that tend to appear n smlar ontexts. For nstane, U.S. state names an be lustered ths way beause they tend to appear n the followng ontexts: (Lst A) appellate ourt ampagn n aptal governor of drver's lense llegal n outlaws sth. prmary n 's sales tax senator for If we reate a entrod of all the state names, the entrod wll also ontan features suh as: (Lst B) 's arport arhbshop of 's busness dstrt fly to 's mayor mayor of 's subway outskrts of beause some of the state names (lke New York and Washngton) are also names of tes. Usng a sngle representatve from a luster may be problemat too beause eah ndvdual element has ts own dosynrases that may not be shared by other members of the luster. In ths paper, we propose a lusterng algorthm, CBC (Clusterng By Commttee), n whh the entrod of a luster s onstruted by averagng the feature vetors of a subset of the luster members. The subset s vewed as a ommttee that determnes whh other elements belong to the luster. By arefully hoosng ommttee members, the features of the entrod tend to be the more typal features of the target

2 lass. For example, our system hose the followng ommttee members to ompute the entrod of the state luster: Illnos, Mhgan, Mnnesota, Iowa, Wsonsn, Indana, Nebraska and Vermont. As a result, the entrod ontans only features lke those n Lst A. Evaluatng lusterng results s a very dffult task. We ntrodue a new evaluaton methodology that s based on the edtng dstane between output lusters and lasses extrated from WordNet (the answer key). 2 Prevous Work Clusterng algorthms are generally ategorzed as herarhal and parttonal. In herarhal agglomeratve algorthms, lusters are onstruted by teratvely mergng the most smlar lusters. These algorthms dffer n how they ompute luster smlarty. In sngle-lnk lusterng, the smlarty between two lusters s the smlarty between ther most smlar members whle omplete-lnk lusterng uses the smlarty between ther least smlar members. Average-lnk lusterng omputes ths smlarty as the average smlarty between all pars of elements aross lusters. The omplexty of these algorthms s O(n 2 logn), where n s the number of elements to be lustered (Jan, Murty, Flynn 1999). Chameleon s a herarhal algorthm that employs dynam modelng to mprove lusterng qualty (Karyps, Han, Kumar 1999). When mergng two lusters, one mght onsder the sum of the smlartes between pars of elements aross the lusters (e.g. average-lnk lusterng). A drawbak of ths approah s that the exstene of a sngle par of very smlar elements mght unduly ause the merger of two lusters. An alternatve onsders the number of pars of elements whose smlarty exeeds a ertan threshold (Guha, Rastog, Kyuseok 1998). However, ths may ause undesrable mergers when there are a large number of pars whose smlartes barely exeed the threshold. Chameleon lusterng ombnes the two approahes. K-means lusterng s often used on large data sets sne ts omplexty s lnear n n, the number of elements to be lustered. K-means s a famly of parttonal lusterng algorthms that teratvely assgns eah element to one of K lusters aordng to the entrod losest to t and reomputes the entrod of eah luster as the average of the luster s elements. K-means has omplexty O(K T n) and s effent for many lusterng tasks. Beause the ntal entrods are randomly seleted, the resultng lusters vary n qualty. Some sets of ntal entrods lead to poor onvergene rates or poor luster qualty. Bsetng K-means (Stenbah, Karyps, Kumar 2000), a varaton of K-means, begns wth a set ontanng one large luster onsstng of every element and teratvely pks the largest luster n the set, splts t nto two lusters and replaes t by the splt lusters. Splttng a luster onssts of applyng the bas K-means algorthm α tmes wth K=2 and keepng the splt that has the hghest average elemententrod smlarty. Hybrd lusterng algorthms ombne herarhal and parttonal algorthms n an attempt to have the hgh qualty of herarhal algorthms wth the effeny of parttonal algorthms. Bukshot (Cuttng, Karger, Pedersen, Tukey 1992) addresses the problem of randomly seletng ntal entrods n K-means by ombnng t wth average-lnk lusterng. Bukshot frst apples average-lnk to a random sample of n elements to generate K lusters. It then uses the entrods of the lusters as the ntal K entrods of K-means lusterng. The sample sze ounterbalanes the quadrat runnng tme of average-lnk to make Bukshot effent: O(K T n + nlogn). The parameters K and T are usually onsdered to be small numbers. 3 Word Smlarty Followng (Ln 1998), we represent eah word by a feature vetor. Eah feature orresponds to a ontext n whh the word ours. For example, threaten wth s a ontext. If the word handgun ourred n ths ontext, the ontext s a feature of handgun. The value of the feature s the pontwse mutual nformaton (Mannng and Shütze 1999 p.178) between the feature and the word. Let be a ontext and F (w) be the frequeny ount of a word w ourrng n ontext. The pontwse mutual nformaton between and w s defned as: m w, = F N ( w) F N ( w) F ( ) N

3 where N = ( ) F s the total frequeny ounts of all words and ther ontexts. A wellknown problem wth mutual nformaton s that t s based towards nfrequent words/features. We therefore multpled m w, wth a dsountng fator: F F ( w) ( w) + mn F 1 mn F ( w ), F ( ) ( w ), F ( ) + 1 We ompute the smlarty between two words w and w usng the osne oeffent (Salton and MGll 1983) of ther mutual nformaton vetors: ( ) sm w,w = 4 CBC Algorthm m m w 2 w m w m 2 w CBC onssts of three phases. In Phase I, we ompute eah element s top-k smlar elements. In our experments, we used k = 20. In Phase II, we onstrut a olleton of tght lusters, where the elements of eah luster form a ommttee. The algorthm tres to form as many ommttees as possble on the ondton that eah newly formed ommttee s not very smlar to any exstng ommttee. If the ondton s volated, the ommttee s smply dsarded. In the fnal phase of the algorthm, eah element s assgned to ts most smlar luster Phase I: Fnd top-smlar elements Computng the omplete smlarty matrx between pars of elements s obvously quadrat. However, one an dramatally redue the runnng tme by takng advantage of the fat that the feature vetor s sparse. By ndexng the features, one an retreve the set of elements that have a gven feature. To ompute the top smlar words of a word w, we frst sort w s features aordng to ther mutual nformaton wth w. We only ompute parwse smlartes between w and the words that share a hgh mutual nformaton feature wth w Phase II: Fnd ommttees The seond phase of the lusterng algorthm reursvely fnds tght lusters sattered n the smlarty spae. In eah reursve step, the Input: Step 1: Step 2: Step 3: A lst of elements E to be lustered, a smlarty database S from Phase I, thresholds θ 1 and θ 2. For eah element e E Cluster the top smlar elements of e from S usng average-lnk lusterng. For eah luster dsovered ompute the followng sore: avgsm(), where s the number of elements n and avgsm() s the average parwse smlarty between elements n. Store the hghest-sorng luster n a lst L. Sort the lusters n L n desendng order of ther sores. Let C be a lst of ommttees, ntally empty. For eah luster L n sorted order Compute the entrod of by averagng the frequeny vetors of ts elements and omputng the mutual nformaton vetor of the entrod n the same way as we dd for ndvdual elements. If s smlarty to the entrod of eah ommttee prevously added to C s below a threshold θ 1, add to C. Step 4: If C s empty, we are done and return C. Step 5: For eah element e E If e s smlarty to every ommttee n C s below threshold θ 2, add e to a lst of resdues R. Step 6: If R s empty, we are done and return C. Otherwse, return the unon of C and the output of a reursve all to Phase II usng the same nput exept replang E wth R. Output: A lst of ommttees. Fgure 1. Phase II of CBC. algorthm fnds a set of tght lusters, alled ommttees, and dentfes resdue elements that are not overed by any ommttee. We say a ommttee overs an element f the element s smlarty to the entrod of the ommttee exeeds some hgh smlarty threshold. The algorthm then reursvely attempts to fnd more ommttees among the resdue elements. The output of the algorthm s the unon of all ommttees found n eah reursve step. The detals of Phase II are presented n Fgure 1. In Step 1, the sore reflets a preferene for bgger and tghter lusters. Step 2 gves preferene to hgher qualty lusters n Step 3, where a luster s only kept f ts smlarty to all prevously kept lusters s below a fxed threshold. In our experments, we set θ 1 = 0.35.

4 Step 4 termnates the reurson f no ommttee s found n the prevous step. The resdue elements are dentfed n Step 5 and f no resdues are found, the algorthm termnates; otherwse, we reursvely apply the algorthm to the resdue elements. Eah ommttee that s dsovered n ths phase defnes one of the fnal output lusters of the algorthm Phase III: Assgn elements to lusters In Phase III, every element s assgned to the luster ontanng the ommttee to whh t s most smlar. Ths phase resembles K-means n that every element s assgned to ts losest entrod. Unlke K-means, the number of lusters s not fxed and the entrods do not hange (.e. when an element s added to a luster, t s not added to the ommttee of the luster). 5 Evaluaton Methodology Many luster evaluaton shemes have been proposed. They generally fall under two ategores: omparng luster outputs wth manually generated answer keys (hereon referred to as lasses); or embeddng the lusters n an applaton and usng ts evaluaton measure. An example of the frst approah onsders the average entropy of the lusters, whh measures the purty of the lusters (Stenbah, Karyps, and Kumar 2000). However, maxmum purty s trvally aheved when eah element forms ts own luster. An example of the seond approah evaluates the lusters by usng them to smooth probablty dstrbutons (Lee and Perera 1999). Lke the entropy sheme, we assume that there s an answer key that defnes how the elements are supposed to be lustered. Let C be a set of lusters and A be the answer key. We defne the edtng dstane, dst(c, A), as the number of operatons requred to make C onsstent wth A. We say that C s onsstent wth A f there s a one to one mappng between lusters n C and the lasses n A suh that for eah luster n C, all elements of belong to the same lass n A. We allow two edtng operatons: merge two lusters; and move an element from one luster to another. a A) b d B) e e a C) D) b d E) e a d Fgure 2. An example of applyng the transformaton rules to three lusters. A) The lasses n the answer key; B) the lusters to be transformed; C) the sets used to reonstrut the lasses (Rule 1); D) the sets after three merge operatons (Step 2); E) the sets after one move operaton (Step 3). Let B be the baselne lusterng where eah element s ts own luster. We defne the qualty of a set of lusters C as follows: dst 1 dst ( C, A) ( B, A) Suppose the goal s to onstrut a lusterng onsstent wth the answer key. Ths measure an be nterpreted as the perentage of operatons saved by startng from C versus startng from the baselne. We am to onstrut a lusterng onsstent wth A as opposed to a lusterng dental to A beause some senses n A may not exst n the orpus used to generate C. In our experments, we extrat answer lasses from WordNet. The word dog belongs to both the Person and Anmal lasses. However, n the newspaper orpus, the Person sense of dog s at best extremely rare. There s no reason to expet a lusterng algorthm to dsover ths sense of dog. The baselne dstane dst(b, A) s exatly the number of elements to be lustered. We made the assumpton that eah element belongs to exatly one luster. The transformaton proedure s as follows: 1. Suppose there are m lasses n the answer key. We start wth a lst of m empty sets, eah of whh s labeled wth a lass n the answer key. 2. For eah luster, merge t wth the set whose lass has the largest number of elements n the luster (a te s broken arbtrarly). 3. If an element s n a set whose lass s not the same as one of the element s lasses, move the element to a set where t belongs. dst(c, A) s the number of operatons performed usng the above transformaton rules on C. b e a b d e

5 Fgure 2 shows an example. In D) the luster ontanng e ould have been merged wth ether set (we arbtrarly hose the seond). The total number of operatons s 4. 6 Expermental Results We generated lusters from a news orpus usng CBC and ompared them wth lasses extrated from WordNet (Mller 1990) Test Data To extrat lasses from WordNet, we frst estmate the probablty of a random word belongng to a subherarhy (a synset and ts hyponyms). We use the frequeny ounts of synsets n the SemCor orpus (Landes, Leaok, Teng 1998) to estmate the probablty of a subherarhy. Sne SemCor s a farly small orpus, the frequeny ounts of the synsets n the lower part of the WordNet herarhy are very sparse. We smooth the probabltes by assumng that all sblngs are equally lkely gven the parent. A lass s then defned as the maxmal subherarhy wth probablty less than a threshold (we used e -2 ). We used Mnpar 1 (Ln 1994), a broadoverage Englsh parser, to parse about 1GB (144M words) of newspaper text from the TREC olleton (1988 AP Newswre, LA Tmes, and 1991 San Jose Merury) at a speed of about 500 words/seond on a PIII-750 wth 512MB memory. We olleted the frequeny ounts of the grammatal relatonshps (ontexts) output by Mnpar and used them to ompute the pontwse mutual nformaton values from Seton 3. The test set s onstruted by ntersetng the words n WordNet wth the nouns n the orpus whose total mutual nformaton wth all of ts ontexts exeeds a threshold m. Sne WordNet has a low overage of proper names, we removed all aptalzed nouns. We onstruted two test sets: S onsstng of words (m = 250) and S 3566 onsstng of 3566 words (m = 3500). We then removed from the answer lasses the words that dd not our n the test sets. Table 1 summarzes the test sets. The szes of the WordNet lasses vary a lot. For S there are 99 lasses that ontan three words or less and the largest lass ontans 3246 words. For S 3566, 78 lasses have three or less words and the largest lass ontans 1181 words. 1 Avalable at Table 1. A desrpton of the test sets n our experments. DATA SET SET TOTAL WORDS 6.2. Cluster Evaluaton We lustered the test sets usng CBC and the lusterng algorthms of Seton 2 and appled the evaluaton methodology from the prevous seton. Table 2 shows the results. The olumns are our edtng dstane based evaluaton measure. Test set S 3566 has a hgher sore for all algorthms beause t has a hgher number of average features per word than S For the K-means and Bukshot algorthms, we set the number of lusters to 250 and the maxmum number of teratons to 8. We used a sample sze of 2000 for Bukshot. For the Bsetng K-means algorthm, we appled the bas K-means algorthm twe (α = 2 n Seton 2) wth a maxmum of 8 teratons per splt. Our mplementaton of Chameleon was unable to omplete lusterng S n reasonable tme due to ts tme omplexty. Table 2 shows that K-means, Bukshot and Average-lnk have very smlar performane. CBC outperforms all other algorthms on both data sets Manual Inspeton M m Avg. Average Features # per of Features Word TOTAL CLASSES S S Table 2. Cluster qualty (%) of several lusterng algorthms on the test sets. ALGORITHM S S 3566 CBC K-means (K=250) Bukshot Bsetng K-means Chameleon n/a Average-lnk Complete-lnk Sngle-lnk Let be a luster and wn() be the WordNet lass that has the largest nterseton wth. The preson of s defned as:

6 Table 3. Fve of the 943 lusters dsovered by CBC from S along wth ther features wth top-15 hghest mutual nformaton and the WordNet lasses that have the largest nterseton wth eah luster. RANK MEMBERS TOP-15 FEATURES wn() 1 handgun, revolver, shotgun, pstol, rfle, mahne gun, sawed-off shotgun, submahne gun, gun, automat pstol, automat rfle, frearm, arbne, ammunton, magnum, artrdge, automat, stopwath 236 whtefly, pest, aphd, frut fly, termte, mosquto, okroah, flea, beetle, kller bee, maggot, predator, mte, houseplant, rket 471 supervson, dsplne, oversght, ontrol, governane, deson makng, ursdton 706 blend, mx, mxture, ombnaton, uxtaposton, ombne, amalgam, sprnkle, synthess, hybrd, melange 941 employee, lent, patent, applant, tenant, ndvdual, partpant, renter, volunteer, repent, aller, nternee, enrollee, gver blast, barrel of, brandsh, fre, pont, pull out, dsharge, fre, go off, arm wth, fre wth, kll wth, open fre wth, shoot wth, threaten wth ontrol, nfestaton, larvae, populaton, nfestaton of, spee of, swarm of, attrat, breed, eat, eradate, feed on, get rd of, repel, ward off breakdown n, lak of, loss of, assume, exerse, exert, mantan, retan, seze, tghten, brng under, operate under, plae under, put under, reman under dp n, marnate n, pour n, str n, use n, add to, pour, str, urous, elet, ethn, odd, potent, unque, unusual beneft for, are for, housng for, beneft to, serve to, fled by, pad by, use by, provde for, requre for --, gve to, offer to, provde to, dsgruntled, ndgent artfat / artfat anmal / anmate beng / beast / brute / reature / fauna at / human aton / human atvty group / groupng worker preson () wn = () CBC dsovered 943 lusters. We sorted them aordng to ther preson. Table 3 shows fve of the lusters evenly dstrbuted aordng to ther preson rankng along wth ther Top-15 features wth hghest mutual-nformaton. The words n the lusters are lsted n desendng order of ther smlarty to the luster entrod. For eah luster, we also nlude wn(). The underlned words are n wn(). The frst luster s learly a luster of frearms and the seond one s of pests. In WordNet, the word pest s urously only under the person herarhy. The words stopwath and houseplant do not belong to the lusters but they have low smlarty to ther luster entrod. The thrd luster represents some knd of ontrol. In WordNet, the legal power sense of ursdton s not a hyponym of soal ontrol as are supervson, oversght and governane. The fourth luster s about mxtures. The words blend and mx as the event of mxng are present n WordNet but not as the result of mxng. The last luster s about onsumers. Here s the onsumer lass n WordNet 1.5: addt, alohol, bg spender, buyer, lent, onert-goer, onsumer, ustomer, utter, dner, drnker, drug addt, drug user, drunk, eater, feeder, fung, head, heron addt, home buyer, unke, unky, lush, nonsmoker, patron, polyholder, purhaser, reader, regular, shopper, smoker, spender, subsrber, suker, taker, user, vegetaran, wearer In our luster, only the word lent belongs to WordNet s onsumer lass. The luster s ranked very low beause WordNet faled to onsder words lke patent, tenant and renter as onsumers. Table 3 shows that even the lowest rankng CBC lusters are farly oherent. The features assoated wth eah luster an be used to lassfy prevously unseen words nto one or more exstng lusters. Table 4 shows the lusters ontanng the word ell that are dsovered by varous lusterng algorthms from S The underlned words represent the words that belong to the ell lass n WordNet. The CBC luster orresponds almost exatly to WordNet s ell lass. K-means and Bukshot produed farly oherent lusters. The luster onstruted by Bsetng K-means s obvously of nferor qualty. Ths s onsstent wth the fat that Bsetng K-means has a muh lower sore on S ompared to CBC, K- means and Bukshot.

7 Table 4. The lusters representng the ell onept for several lusterng algorthms usng S ALGORITHMS CLUSTERS THAT HAVE THE LARGEST INTERSECTION WITH THE WORDNET CELL CLASS. CBC K-means Bukshot Bsetng K-means WordNet Class whte blood ell, red blood ell, bran ell, ell, blood ell, aner ell, nerve ell, embryo, neuron adaver, meteorte, sereton, reeptor, serum, handwrtng, aner ell, thyrod, body part, hemoglobn, red blood ell, nerve ell, urne, gene, hromosome, embryo, plasma, heart valve, salva, ovary, whte blood ell, ntestne, lymph node, sperm, heart, olon, ell, blood, bowel, bran ell, entral nervous system, spnal ord, blood ell, ornea, bladder, prostate, semen, bran, spleen, organ, nervous system, panreas, tssue, marrow, lver, lung, marrow, kdney adaver, vagna, meteorte, human body, sereton, lnng, handwrtng, aner ell, womb, ven, bloodstream, body part, eyesght, polyp, oronary artery, thyrod, membrane, red blood ell, plasma, gene, gland, embryo, salva, nerve ell, hromosome, skn, whte blood ell, ovary, sperm, uterus, blood, ntestne, heart, spnal ord, ell, bowel, olon, blood vessel, lymph node, bran ell, entral nervous system, blood ell, semen, ornea, prostate, organ, bran, bladder, spleen, nervous system, tssue, panreas, marrow, lver, lung, bone marrow, kdney pket lne, pole aademy, sphere of nfluene, bloodstream, trane, sandbox, downtown, mountan, amera, boutque, kthen snk, kln, embassy, ellblok, votng booth, drawer, ell, skylght, bookase, upboard, ballpark, roof, stadum, lubhouse, tub, bathtub, lassroom, tolet, kthen, bathroom, blood ell, bran ell, aner ell, ell, one, egg, nerve ell, neuron, red blood ell, rod, sperm, whte blood ell 7 Conluson We presented a lusterng algorthm, CBC, for automatally dsoverng onepts from text. It an handle a large number of elements, a large number of output lusters, and a large sparse feature spae. It dsovers lusters usng wellsattered tght lusters alled ommttees. In our experments, we showed that CBC outperforms several well known herarhal, parttonal, and hybrd lusterng algorthms n luster qualty. For example, n one experment, CBC outperforms K-means by 4.25%. By omparng the CBC lusters wth WordNet lasses, we not only fnd errors n CBC, but also oversghts n WordNet. Evaluatng luster qualty has always been a dffult task. We presented a new evaluaton methodology that s based on the edtng dstane between output lusters and lasses extrated from WordNet (the answer key). Aknowledgements The authors wsh to thank the revewers for ther helpful omments. Ths researh was partly supported by Natural Senes and Engneerng Researh Counl of Canada grant OGP and sholarshp PGSB Referenes Cuttng, D. R.; Karger, D.; Pedersen, J.; and Tukey, J. W Satter/Gather: A luster-based approah to browsng large doument olletons. In Proeedngs of SIGIR-92. pp Copenhagen, Denmark. Guha, S.; Rastog, R.; and Kyuseok, S ROCK: A robust lusterng algorthm for ategoral attrbutes. In Proeedngs of ICDE 99. pp Sydney, Australa. Jan, A. K.; Murty, M. N.; and Flynn, P. J Data Clusterng: A Revew. ACM Computng Surveys 31(3): Kaufmann, L. and Rousseeuw, P. J Clusterng by means of medods. In Dodge, Y. (Ed.) Statstal Data Analyss based on the L1 Norm. pp Elsever/North Holland, Amsterdam. Karyps, G.; Han, E.-H.; and Kumar, V Chameleon: A herarhal lusterng algorthm usng dynam modelng. IEEE Computer: Speal Issue on Data Analyss and Mnng 32(8): Landes, S.; Leaok, C.; and Teng, R. I Buldng Semant Conordanes. In WordNet: An Eletron Lexal Database, edted by C. Fellbaum. pp MIT Press. Leaok, C.; Chodorow, M.; and Mller; G. A Usng orpus statsts and WordNet relatons for sense dentfaton. Computatonal Lngusts, 24(1): Lee, L. and Perera, F Dstrbutonal smlarty models: Clusterng vs. nearest neghbors. In Proeedngs of ACL-99. pp College Park, MD. Ln, D Prnpar - an Effent, Broad-Coverage, Prnple-Based Parser. In Proeedngs of COLING-94. pp Kyoto, Japan. Ln, D Automat retreval and lusterng of smlar words. In Proeedngs of COLING/ACL-98. pp Montreal, Canada. Ln, D. and Pantel, P Induton of semant lasses from natural language text. In Proeedngs of SIGKDD-01. pp San Franso, CA. Mannng, C. D. and Shütze, H Foundatons of Statstal Natural Language Proessng. MIT Press. MQueen, J Some methods for lassfaton and analyss of multvarate observatons. In Proeedngs of 5 th Berkeley Symposum on Mathemats, Statsts and Probablty, 1: Mller, G WordNet: An Onlne Lexal Database. Internatonal Journal of Lexography, Pasa, M. and Harabagu, S The nformatve role of WordNet n Open-Doman Queston Answerng. In Proeedngs of NAACL-01 Workshop on WordNet and Other Lexal Resoures. pp Pttsburgh, PA. Salton, G. and MGll, M. J Introduton to Modern Informaton Retreval. MGraw Hll. Stenbah, M.; Karyps, G.; and Kumar, V A omparson of doument lusterng tehnques. Tehnal Report # Department of Computer Sene and Engneerng, Unversty of Mnnesota.s

Recap. CS276A Text Retrieval and Mining. The Curse of Dimensionality. Today s Topics: Clustering 2. Hierarchical Agglomerative Clustering (HAC)

Recap. CS276A Text Retrieval and Mining. The Curse of Dimensionality. Today s Topics: Clustering 2. Hierarchical Agglomerative Clustering (HAC) CS276A Text Retreval and Mnng Leture 14 Reap Why luster douments? For mprovng reall n searh applatons For speedng up vetor spae retreval Navgaton Presentaton of searh results k-means bas teraton At the

More information

A SIMULATION STUDY OF QUALITY INDEX IN MACHINE-COMPONF~T GROUPING

A SIMULATION STUDY OF QUALITY INDEX IN MACHINE-COMPONF~T GROUPING A SMULATON STUDY OF QUALTY NDEX N MACHNE-COMPONF~T GROUPNG By Hamd Sefoddn Assocate Professor ndustral and Manufacturng Engneerng Department Unversty of Wsconsn-Mlwaukee Manocher Djassem Assstant Professor

More information

MULTIPLE CRITERIA DECISION ANALYSIS USING DEA-TOPSIS METHOD FOR HAZARDOUS WASTE MANAGEMENT: A CASE STUDY OF THE USA

MULTIPLE CRITERIA DECISION ANALYSIS USING DEA-TOPSIS METHOD FOR HAZARDOUS WASTE MANAGEMENT: A CASE STUDY OF THE USA Internatonal Journal of Managng Informaton Tehnology (IJMIT) Vol.7, No.3, August 205 MULTIPLE CRITERIA DECISION ANALYSIS USING DEA-TOPSIS METHOD FOR HAZARDOUS WASTE MANAGEMENT: A CASE STUDY OF THE USA

More information

Automated Chat Thread Analysis: Untangling the Web

Automated Chat Thread Analysis: Untangling the Web Automated Chat Thread Analyss: Untanglng the Web Dr. Sowmya Ramahandran, Randy Jensen, Osar Basara, Tamtha Carpenter Stottler Henke Assoates, In. San Mateo, CA Sowmya@stottlerhenke.om, Jensen@stottlerhenke.om,

More information

An Implicit Rating based Product Recommendation System

An Implicit Rating based Product Recommendation System An Implct Ratng based Product Recommendaton System Cheh-Yuan Tsa Department of Industral Engneerng and Management Yuan Ze Unversty, Taoyuan Cty, Tawan Tel: (+886) 3-463-8800 ext. 2512, Emal: cytsa@saturn.yzu.edu.tw

More information

ON LINKAGE-BASED CLUSTERING APPROACH AND AIR TRAFFIC PATTERN RECOGNITION

ON LINKAGE-BASED CLUSTERING APPROACH AND AIR TRAFFIC PATTERN RECOGNITION ON LINKAGE-BASED CLUSTERING APPROACH AND AIR TRAFFIC PATTERN RECOGNITION Leïla ZERROUKI, INEOVA for EUROCONTROL, France Serge MANCHON, Marc DALICHAMPT, EUROCONTROL, France Abstract: The paper ntroduces

More information

Customer segmentation, return and risk management: An emprical analysis based on BP neural network

Customer segmentation, return and risk management: An emprical analysis based on BP neural network Avalable onlne www.jocpr.com Journal of Chemcal and Pharmaceutcal Research, 204, 6(6):698-703 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 Customer segmentaton, return and rsk management: An emprcal

More information

Application of Ant colony Algorithm in Cloud Resource Scheduling Based on Three Constraint Conditions

Application of Ant colony Algorithm in Cloud Resource Scheduling Based on Three Constraint Conditions , pp.215-219 http://dx.do.org/10.14257/astl.2016.123.40 Applcaton of Ant colony Algorthm n Cloud Resource Schedulng Based on Three Constrant Condtons Yang Zhaofeng, Fan Awan Computer School, Pngdngshan

More information

Consumption capability analysis for Micro-blog users based on data mining

Consumption capability analysis for Micro-blog users based on data mining Consumpton capablty analyss for Mcro-blog users based on data mnng ABSTRACT Yue Sun Bejng Unversty of Posts and Telecommuncaton Bejng, Chna Emal: sunmoon5723@gmal.com Data mnng s an effectve method of

More information

Supplier selection and evaluation using multicriteria decision analysis

Supplier selection and evaluation using multicriteria decision analysis Suppler selecton and evaluaton usng multcrtera decson analyss Stratos Kartsonaks 1, Evangelos Grgorouds 2, Mchals Neofytou 3 1 School of Producton Engneerng and Management, Techncal Unversty of Crete,

More information

Numerical Analysis about Urban Climate Change by Urbanization in Shanghai

Numerical Analysis about Urban Climate Change by Urbanization in Shanghai Numercal Analyss about Urban Clmate Change by Urbanzaton n Shangha Hafeng L 1, Wejun Gao 2 and Tosho Ojma 3 1 Research Assocate, School of Scence and Engneerng, Waseda Unversty, Japan 2 Assocate Professor,

More information

Development and production of an Aggregated SPPI. Final Technical Implementation Report

Development and production of an Aggregated SPPI. Final Technical Implementation Report Development and producton of an Aggregated SPP Fnal Techncal mplementaton Report Marcus Frdén, Ulf Johansson, Thomas Olsson Servces Producer Prce ndces, Prce Statstcs Unt, Statstcs Sweden 2010 ntroducton

More information

Adaptive Noise Reduction for Engineering Drawings Based on Primitives and Noise Assessment

Adaptive Noise Reduction for Engineering Drawings Based on Primitives and Noise Assessment Adaptve ose Reducton for Engneerng Drawngs Based on Prmtves and ose Assessment Jng Zhang Wan Zhang Lu Wenyn Department of Computer Scence, Cty Unversty of Hong Kong, Hong Kong SAR, PR Chna {jzhang,wanzhang,

More information

EVALUATION METHODOLOGY OF BUS RAPID TRANSIT (BRT) OPERATION

EVALUATION METHODOLOGY OF BUS RAPID TRANSIT (BRT) OPERATION 200-203 JATIT & LL. All rghts reserved. IN: 992-864 www.att.org E-IN: 87-39 EVALUATION METHODOLOGY OF BU RAPID TRANIT (BRT) OPERATION WU HONGYANG A a Chna Urban ustanable Transport Research Center (CUTReC),

More information

Research on Clustering Method for Government Micro-blogging User Segments Based on User Interaction Behavior Suozhu Wang1, a, Jun Wang2, b

Research on Clustering Method for Government Micro-blogging User Segments Based on User Interaction Behavior Suozhu Wang1, a, Jun Wang2, b 6th Internatonal Conference on Measurement, Instrumentaton and Automaton (ICMIA 017) Research on Clusterng Method for Government Mcro-bloggng User Segments Based on User Interacton Behavor Suozhu Wang1,

More information

International Trade and California s Economy: Summary of the Data

International Trade and California s Economy: Summary of the Data Internatonal Trade and Calforna s Economy: Summary of the Data by Professor Dwght M. Jaffee Fsher Center for Real Estate and Urban Economcs Haas School of Busness Unversty of Calforna Berkeley CA 94720-1900

More information

v + By Norton s theorem I N Given v(0)=v 0, R what is v(t) for t >0? i R (t)?

v + By Norton s theorem I N Given v(0)=v 0, R what is v(t) for t >0? i R (t)? 11/27/217 haper 7 Frs order rus A ru wh one apaor or nduor 17 By Theenn s heorem By Noron s heorem V h Need o know how o sole he aboe wo smple rus ef : When V h =, soure free ru ; Oherwse, sep response

More information

A Scenario-Based Objective Function for an M/M/K Queuing Model with Priority (A Case Study in the Gear Box Production Factory)

A Scenario-Based Objective Function for an M/M/K Queuing Model with Priority (A Case Study in the Gear Box Production Factory) Proceedngs of the World Congress on Engneerng 20 Vol I WCE 20, July 6-8, 20, London, U.K. A Scenaro-Based Objectve Functon for an M/M/K Queung Model wth Prorty (A Case Study n the Gear Box Producton Factory)

More information

OVERVIEW OF 2007 E-DEFENSE BLIND ANALYSIS CONTEST RESULTS

OVERVIEW OF 2007 E-DEFENSE BLIND ANALYSIS CONTEST RESULTS The th World Conference on Earthquake Engneerng October -,, Beng, Chna OVERVIEW OF E-DEFENSE BLIND ANALYSIS CONTEST RESULTS Makoto Ohsak, Kazuhko Kasa, Tsuyosh Hkno and Yuch Matsuoka Assocate Professor,

More information

Finite Element Analysis and Optimization for the Multi- Stage Deep Drawing of Molybdenum Sheet

Finite Element Analysis and Optimization for the Multi- Stage Deep Drawing of Molybdenum Sheet Fnte Element Analyss and Optmzaton for the Mult- Deep of Molybdenum Sheet Heung-Kyu Km a,*, Seok Kwan Hong a, Jong-Kl Lee b, Byung-Hee Jeon c, Jeong Jn Kang a, and Young-moo Heo a a Precson Molds and Des

More information

MEASURING USER S PERCEPTION AND OPINION OF SOFTWARE QUALITY

MEASURING USER S PERCEPTION AND OPINION OF SOFTWARE QUALITY MEASURING USER S PERCEPTION AND OPINION OF SOFTWARE QUALITY Dmtrs Stavrnouds, Computer Technology Insttute, Greece Mchals Xenos, Patras Unversty, Greece Pavlos Peppas, Macquare Unversty, Australa Dmtrs

More information

An Analysis of Auction Volume and Market Competition for the Coastal Forest Regions in British Columbia

An Analysis of Auction Volume and Market Competition for the Coastal Forest Regions in British Columbia An Analyss of Aucton Volume and Market Competton for the Coastal Forest Regons n Brtsh Columba Susan Athey, Peter Cramton, and Allan Ingraham 1 Market Desgn Inc. and Crteron Auctons 0 September 00 The

More information

Is More Always Merrier? A Deep Dive Into Online Social Footprints

Is More Always Merrier? A Deep Dive Into Online Social Footprints Is More Always Merrer? A Deep Dve Into Onlne Socal Footprnts Terence Chen, Mohamed Al Kaafar, Ark Fredman, and Roksana Borel Natonal ICT Australa Unversty of New South Wales, Australa INRIA, France frstname.lastname@ncta.com.au

More information

emissions in the Indonesian manufacturing sector Rislima F. Sitompul and Anthony D. Owen

emissions in the Indonesian manufacturing sector Rislima F. Sitompul and Anthony D. Owen Mtgaton optons for energy-related CO 2 emssons n the Indonesan manufacturng sector Rslma F. Stompul and Anthony D. Owen School of Economcs, The Unversty of New South Wales, Sydney, Australa Why mtgaton

More information

Early warning models of financial distress. Case study of the Romanian firms listed on RASDAQ

Early warning models of financial distress. Case study of the Romanian firms listed on RASDAQ Theoretcal and Appled Economcs Volume XX (2013), No. 5(582), pp. 7-14 Early warnng models of fnancal dstress. Case study of the Romanan frms lsted on RASDAQ Mădălna Ecaterna ANDREICA The Bucharest Unversty

More information

A Robust Method Based Storage Aggregator Model for Grid Dispatch

A Robust Method Based Storage Aggregator Model for Grid Dispatch Robust Metho Base Storage ggregator Moel for Gr Dspath Zhaoguang an, Stuent Member, I Qngla Guo, Senor Member, I Hongbn Sun, Senor Member, I The Department of letral ngneerng State Key Laboratory of ower

More information

Calculation and Prediction of Energy Consumption for Highway Transportation

Calculation and Prediction of Energy Consumption for Highway Transportation Calculaton and Predcton of Energy Consumpton for Hghway Transportaton Feng Qu, Wenquan L *, Qufeng Xe, Peng Zhang, Yueyng Huo School of Transportaton, Southeast Unversty, Nanjng 210096, Chna; *E-mal: wenql@seu.edu.cn

More information

MODELING OF RIVER ICE BREAKUP DATE AND THICKNESS IN THE LENA RIVER

MODELING OF RIVER ICE BREAKUP DATE AND THICKNESS IN THE LENA RIVER Ice n the Envronment: Proceedngs of the 16th IAHR Internatonal Symposum on Ice Dunedn, New Zealand, 2nd 6th December 2002 Internatonal Assocaton of Hydraulc Engneerng and Research MODELING OF RIVER ICE

More information

How to book Sixt in the travel agency login

How to book Sixt in the travel agency login How to book Sxt n the travel agency logn What s the Sxt agency logn? A quck and easy onlne bookng portal customzed for travel agences Where you can book all relevant Sxt products (no matter f prepad or

More information

Mega Weaver: A Simple Iterative Approach for BAC Consensus Assembly

Mega Weaver: A Simple Iterative Approach for BAC Consensus Assembly Mega Weaver: Smple Iteratve pproach for onsensus ssembly aolong Wang, Maro Laura, o Yuan 3 *, and Fred. Wrght, 4 * epartment of ostatstcs, Unversty of North arolna, hapel Hll, North arolna 7599; epartments

More information

Project Title: Technical and Economic Implications of Greenhouse Gas Regulation in a Transmission Constrained Restructured Electricity Market

Project Title: Technical and Economic Implications of Greenhouse Gas Regulation in a Transmission Constrained Restructured Electricity Market PSERC 2007 Soltaton Projet Ttle: Tehnal and Eonom Implatons of Greenhouse Gas Regulaton n a Transmsson Constraned Restrutured Eletrty Market Summary The effets on osts and operatons of new Calforna regulatons

More information

Managing Investigations Guidance Notes for Managers

Managing Investigations Guidance Notes for Managers Managng Investgatons Gudance Notes for Managers Managng Investgatons Gudance Notes for Managers Contents Page 1.0 Introducton. 3 2.0 Scope. 3 3.0 Benefts. 3 4.0 The Use of Internal Investgatons wthn the

More information

Sporlan Valve Company

Sporlan Valve Company F21O-10-12 LMTED: M & W What s a TEV Settng? For years Sporlan and every other manufacturer oftevs has used regulated arflow and controlled temperature baths to establsh a "factory" settng. Typcally the

More information

CCDEA: Consumer and Cloud DEA Based Trust Assessment Model for the Adoption of Cloud Services

CCDEA: Consumer and Cloud DEA Based Trust Assessment Model for the Adoption of Cloud Services BULGAIAN ACADEMY OF SCIENCES CYBENETICS AND INFOMATION TECHNOLOGIES Volume 16, No 3 Sofa 2016 Prnt ISSN: 1311-9702; Onlne ISSN: 1314-4081 DOI: 10.1515/cat-2016-0034 CCDEA: Consumer and Cloud DEA Based

More information

Disproportionate Joint Cost Allocation. at Individual-Farm Level Using Maximum Entropy

Disproportionate Joint Cost Allocation. at Individual-Farm Level Using Maximum Entropy Dsproportonate Jont Cost Allocaton at Indvdual-Farm Level Usng Maxmum Entropy Marus Lps Insttute for Sustanablty Scences, Agroscope, 8356 Ettenhausen, Swtzerland (marus.lps@agroscope.admn.ch) Poster paper

More information

Willingness to Pay for Beef Quality Attributes: Combining Mixed Logit and Latent Segmentation Approach

Willingness to Pay for Beef Quality Attributes: Combining Mixed Logit and Latent Segmentation Approach Wllngness to Pay for Beef Qualty Attrbutes: Combnng Mxed Logt and Latent Segmentaton Approach Chanjn Chung Department of Agrcultural Economcs Oklahoma State Unversty Stllwater, OK 74078 Emal: chanjn.chung@okstate.edu

More information

A STUDY ON THE FACTORS AFFECTING THE ECONOMICAL LIFE OF HEAVY CONSTRUCTION EQUIPMENT

A STUDY ON THE FACTORS AFFECTING THE ECONOMICAL LIFE OF HEAVY CONSTRUCTION EQUIPMENT A STUDY ON THE FACTORS AFFECTING THE ECONOMICAL LIFE OF HEAVY CONSTRUCTION EQUIPMENT Hongqn Fan and Zhgang Jn Department of Buldng and Real Estate, The Hong Kong Polytechnc Unversty, Kowloon, Hong Kong

More information

DESIGN RATIONALE CAPTURING MODEL FOR USE DURING THE EMBODIMENT PHASE OF THE PRODUCT DESIGN

DESIGN RATIONALE CAPTURING MODEL FOR USE DURING THE EMBODIMENT PHASE OF THE PRODUCT DESIGN Danel Rohde Maro Štorga Doran Maranovć ISSN 1333-1124 eissn 1849-1391 DESIGN RATIONALE CAPTURING MODEL FOR USE DURING THE EMBODIMENT PHASE OF THE PRODUCT DESIGN Summary An analyss of a desgn ratonale focusng

More information

Genetic Algorithm based Modification of Production Schedule for Variance Minimisation of Energy Consumption

Genetic Algorithm based Modification of Production Schedule for Variance Minimisation of Energy Consumption , 22-24 October, 2014, San Francsco, USA Genetc Algorthm based Modfcaton of Producton Schedule for Varance Mnmsaton of Energy Consumpton C. Duerden, L.-K. Shark, G. Hall, J. Howe Abstract Typcal manufacturng

More information

Market Segmentation of Inbound Business Tourists to Thailand by Binding of Unsupervised and Supervised Learning Techniques

Market Segmentation of Inbound Business Tourists to Thailand by Binding of Unsupervised and Supervised Learning Techniques 334 JOURNAL OF SOFTWARE, VOL. 9, NO. 5, MAY 204 Market Segmentaton of Inbound Busness Toursts to Thaland by Bndng of Unsupervsed and Supervsed Learnng Technques Anongnart Srvhok Department of Computer

More information

EUROPEAN CONGRESS OF THE REGIONAL SCIENCE ASSOCIATION VOLOS- 2006

EUROPEAN CONGRESS OF THE REGIONAL SCIENCE ASSOCIATION VOLOS- 2006 EUROPEAN CONGRESS OF THE REGIONAL SCIENCE ASSOCIATION VOLOS- 2006 Ttle: Economes of Scale and Spatal Scope n the European Arlne Industry Ref. 905 Authors Manuel Romero-Hernández Unv. De Las Palmas de Gran

More information

RIGOROUS MODELING OF A HIGH PRESSURE ETHYLENE-VINYL ACETATE (EVA) COPOLYMERIZATION AUTOCLAVE REACTOR. I-Lung Chien, Tze Wei Kan and Bo-Shuo Chen

RIGOROUS MODELING OF A HIGH PRESSURE ETHYLENE-VINYL ACETATE (EVA) COPOLYMERIZATION AUTOCLAVE REACTOR. I-Lung Chien, Tze Wei Kan and Bo-Shuo Chen RIGOROUS MODELING OF A HIGH PRESSURE ETHYLENE-VINYL ACETATE (EVA) COPOLYMERIZATION AUTOCLAVE REACTOR I-Lung Chen, Tze We an and Bo-Shuo Chen Department of Chemcal Engneerng, Natonal Tawan Unversty of Scence

More information

1991), a development of the BLAST program which integrates the building zone energy balance with the system and central plant simulation.

1991), a development of the BLAST program which integrates the building zone energy balance with the system and central plant simulation. OPTIMISATION OF MECHANICAL SYSTEMS IN AN INTEGRATED BUILDING ENERGY ANALYSIS PROGRAM: PART I: CONVENTIONAL CENTRAL PLANT EQUIPMENT Russell D. Taylor and Curts O. Pedersen Unversty of Illnos at Urbana-

More information

On Advantages of Scheduling using Genetic Fuzzy Systems

On Advantages of Scheduling using Genetic Fuzzy Systems On Advantages of Schedulng usng Genetc Fuzzy Systems Carsten Franke, Joachm Leppng, and Uwe Schwegelshohn Computer Engneerng Insttute, Dortmund Unversty, 44221 Dortmund, Germany (emal: {carsten.franke,

More information

COAL DEMAND AND TRANSPORTATION IN THE OHIO RIVER BASIN:

COAL DEMAND AND TRANSPORTATION IN THE OHIO RIVER BASIN: COAL DEMAND AND TRANSPORTATION IN THE OHIO RIVER BASIN: ESTIMATION OF A CONTINUOUS/DISCRETE DEMAND SYSTEM WITH NUMEROUS ALTERNATIVES * by Kenneth Tran and Wesley W. Wlson December 2011 Abstract Coal-fred

More information

Smart Grid Analysis of Centralized Cooling for an Urban Community

Smart Grid Analysis of Centralized Cooling for an Urban Community Smart Grd Analyss of Centralzed Coolng for an Urban Communty Francne Vera, Jéssca Henrques, Larssa Soares, Leandro Rezende, Moses Soares Martns, Ramundo R. Melo Neto and Donald J. Chmelews* Department

More information

Horizontal Product Differentiation in Auctions and Multilateral Negotiations *

Horizontal Product Differentiation in Auctions and Multilateral Negotiations * Horzontal Product Dfferentaton n Auctons and Multlateral Negotatons * Charles J. Thomas Bart J. Wlson John E. Walker Department of Economcs Economc Scence Insttute Clemson Unversty Chapman Unversty 222

More information

A Comparison of Unconstraining Methods to Improve Revenue Management Systems

A Comparison of Unconstraining Methods to Improve Revenue Management Systems A Comparson of Unconstranng Methods to Improve Revenue Management Systems Carre Crystal a Mark Ferguson b * Jon Hgbe c Roht Kapoor d a The College of Management Georga Insttute of Technology 800 West Peachtree

More information

A Category Role Aided Market Segmentation Approach to Convenience Store Category Management

A Category Role Aided Market Segmentation Approach to Convenience Store Category Management A Category Role Aded Market Segmentaton Approach to Convenence Store Category Management Yongje Ye 1, Shuhua Han Abstract Ths paper presents an nnovatve market segmentaton model whch s drven by category-role,

More information

Learning Curve: Analysis of an Agent Pricing Strategy Under Varying Conditions

Learning Curve: Analysis of an Agent Pricing Strategy Under Varying Conditions Learnng Curve: Analyss of an Agent Prcng Strategy Under Varyng Condtons Joan Morrs, Patte Maes MIT Meda Laboratory 20 Ames Street, E-0 Cambrdge, MA 02 USA {joane, patte}@meda.mt.edu Amy Greenwald Computer

More information

Education and competence mismatches: job satisfaction consequences for workers

Education and competence mismatches: job satisfaction consequences for workers Educaton and competence msmatches: job satsfacton consequences for workers Educaton and competence msmatches: job satsfacton consequences for workers Lourdes Badllo Amador Departamento de Economía Unversdad

More information

A Comparison of Unconstraining Methods to Improve Revenue Management Systems

A Comparison of Unconstraining Methods to Improve Revenue Management Systems A Comparson of Unconstranng Methods to Improve Revenue Management Systems Carre Crystal a Mark Ferguson a * Jon Hgbe b Roht Kapoor a a The College of Management Georga Insttute of Technology 800 West Peachtree

More information

Cost and Benefit Analysis for E-Service Applications

Cost and Benefit Analysis for E-Service Applications Cost and Beneft Analyss for E-Servce Applcatons Je Lu and Guangquan Zhang Faculty of Informaton Technology Unversty of Technology, Sydney POBox 123, Broadway, NSW 2007, Australa {jelu, zhangg}@t.uts.edu.au

More information

The Employment Effects of Low-Wage Subsidies

The Employment Effects of Low-Wage Subsidies The Employment Effects of Low-Wage Subsdes Krstna Huttunen Jukka Prttlä Roope Uustalo CESIFO WORKING PAPER NO. 3043 CATEGORY 4: LABOUR MARKETS MAY 2010 An electronc verson of the paper may be downloaded

More information

The 27th Annual Conference of the Japanese Society for Artificial Intelligence, Shu-Chen Cheng Guan-Yu Chen I-Chun Pan

The 27th Annual Conference of the Japanese Society for Artificial Intelligence, Shu-Chen Cheng Guan-Yu Chen I-Chun Pan 2C4-IOS-3c-6 An estmaton method of tem dffculty ndex combned wth the partcle swarm optmzaton algorthm for the computerzed adaptve testng Shu-Chen Cheng Guan-Yu Chen I-Chun Pan Department of Computer Scence

More information

Examination, Modelling and Simulation of Hydrogen Generation Cell for Complex Renewable Energy System

Examination, Modelling and Simulation of Hydrogen Generation Cell for Complex Renewable Energy System 409 A publaton of CHEMICAL ENGINEERING TRANSACTIONS VOL. 9, 014 Guest Edtors: Petar Sabev Varbanov, Jří Jaromír Klemeš, Peng Yen Lew, Jun Yow Yong Copyrght 014, AIDIC Servz S.r.l., ISBN 978-88-95608-0-;

More information

RULEBOOK on the manner of determining environmental flow of surface water

RULEBOOK on the manner of determining environmental flow of surface water Pursuant to Artcle 54 paragraph 2 of the Law on Waters (Offcal Gazette of the Republc of Montenegro 27/07 and Offcal Gazette of Montenegro 32/11 and 48/15), the Mnstry of Agrculture and Rural Development

More information

Assessment of energy consumption and carbon footprint in urban water systems: two case studies from Portugal

Assessment of energy consumption and carbon footprint in urban water systems: two case studies from Portugal Assessment of energy consumpton and carbon footprnt n urban water systems: two case studes from Portugal Asha Mamade 1,2, Dála Lourero 1, Helena Alegre 1, Dída Covas 2 1 CERIS, Insttuto Superor Técnco,

More information

LECTURE 9 The Benefits and Challenges of Intercultural Communication

LECTURE 9 The Benefits and Challenges of Intercultural Communication Internatonal Extenson Currculum: Strengthenng Extenson s Capacty for Internatonal Engagement http://www2.ces.purdue.edu/ec/default.htm UNIT 7 LECTURE 9 The Benefts and Challenges of Intercultural Communcaton

More information

LLFpi : Schedulability-Improved LLF Algorithm in Multiprocessor Real-Time Embedded Systems

LLFpi : Schedulability-Improved LLF Algorithm in Multiprocessor Real-Time Embedded Systems Internatonal Journal of Appled Engneerng Research ISSN 9-46 Volume, Number 6 (6) pp 89-898 LLFp : Schedulablty-Improved LLF Algorthm n Multprocessor Real-Tme Embedded Systems Sangchul Han, Jnsoo Km, Junghwan

More information

Pricing for Resource Allocation in Cloud Computing

Pricing for Resource Allocation in Cloud Computing Internatonal Conference on Logstcs Engneerng, Management and Computer Scence (LEMCS 2015) Prcng for Resource Allocaton n Cloud Computng Zhengce Ca Department of Informaton Servce Anhu Insttute of Internatonal

More information

INTEGER PROGRAMMING 1.224J/ESD.204J TRANSPORTATION OPERATIONS, PLANNING AND CONTROL: CARRIER SYSTEMS

INTEGER PROGRAMMING 1.224J/ESD.204J TRANSPORTATION OPERATIONS, PLANNING AND CONTROL: CARRIER SYSTEMS INTEGE POGAMMING 1.224J/ESD.204J TANSPOTATION OPEATIONS, PLANNING AND CONTOL: CAIE SYSTEMS Professor Cyntha Barnhart Professor Ngel H.M. Wlson Fall 2003 IP OVEVIEW Sources: -Introducton to lnear optmzaton

More information

USING CONTESTS FOR ENGINEERING SYSTEMS DESIGN: A STUDY OF AUCTIONS AND FIXED- PRIZE TOURNAMENTS

USING CONTESTS FOR ENGINEERING SYSTEMS DESIGN: A STUDY OF AUCTIONS AND FIXED- PRIZE TOURNAMENTS INTERNATIONAL DESIGN CONFERENCE - DESIGN 2016 Dubrovnk - Croata, May 16-19, 2016. USING CONTESTS FOR ENGINEERING SYSTEMS DESIGN: A STUDY OF AUCTIONS AND FIXED- PRIZE TOURNAMENTS A. M. Chaudhar, J. D. Theknen

More information

Design of flexible manufacturing cell considering uncertain product mix requirement

Design of flexible manufacturing cell considering uncertain product mix requirement Int. J. Agle Systems and Management, Vol. 3, Nos. 1/2, 2008 37 Desgn of flexble manufacturng cell consderng uncertan product mx requrement Amt Ra Dxt* Department of Mechancal Engneerng and Mnng Machnery

More information

THE APPLICATION OF UTA METHOD FOR SUPPORT EVALUATION NEGOTIATION OFFERS 1

THE APPLICATION OF UTA METHOD FOR SUPPORT EVALUATION NEGOTIATION OFFERS 1 OPTIMUM. STUDIA EKONOMICZNE NR 2 (80) 2016 dr hab. Ewa ROSZKOWSKA, prof. UwB Faculty of Economcs and Management, Unversty of Balystok e-mal: erosz@o2.pl DOI: 10.15290/ose.2016.02.80.11 THE APPLICATION

More information

Energy and Exergy Analysis of the Danish Industry Sector

Energy and Exergy Analysis of the Danish Industry Sector Downloaded from orbt.dtu.dk on: May 01, 2018 Energy and Exergy Analyss of the Dansh Industry Sector Bühler, Faban; Nguyen, Tuong-Van; Elmegaard, Bran Publshed n: Proceedngs of the 10th Conference on Sustanable

More information

Risk Assessment of Business Process Re-engineering Projects

Risk Assessment of Business Process Re-engineering Projects Open Access Open Journal of Socal Scences, 2014, *, ** Publshed Onlne **** 2014 n ScRes. http://www.scrp.org/journal/jss http://dx.do.org/10.4236/jss.2014.***** Rsk Assessment of Busness Process Re-engneerng

More information

Bid-Response Models for Customized Pricing

Bid-Response Models for Customized Pricing Bd-Response Models for Customzed Prcng Vshal Agrawal * Mark Ferguson + June 2007 Abstract: In ths paper, we study prcng stuatons where a frm provdes a prce quote n the presence of uncertanty n the preferences

More information

Introducing a Multi-Agent, Multi-Criteria Methodology for Modeling Electronic Consumer s Behavior: The Case of Internet Radio

Introducing a Multi-Agent, Multi-Criteria Methodology for Modeling Electronic Consumer s Behavior: The Case of Internet Radio Introducng a Mult-Agent, Mult-Crtera Methodology for Modelng Electronc Consumer s Behavor: The Case of Internet Rado Nkos Manousels 1, and Nkos F. Matsatsns 2 1,2 Techncal Unversty of Crete, Dept. of Producton

More information

INCORPORATING WAITING TIME IN COMPETITIVE LOCATION MODELS: FORMULATIONS AND HEURISTICS 1

INCORPORATING WAITING TIME IN COMPETITIVE LOCATION MODELS: FORMULATIONS AND HEURISTICS 1 INCORPORATING WAITING TIME IN COMPETITIVE LOCATION MODELS: FORMULATIONS AND HEURISTICS 1 Francsco Slva a, Danel Serra b a GREL, IET, Unverstat Pompeu Fabra, Ramon Tras Fargas, 25-27, 08005 Barcelona, Span.

More information

Nonresponse Bias Analysis Using Reluctant Respondents in the 2003 National Survey of Recent College Graduates

Nonresponse Bias Analysis Using Reluctant Respondents in the 2003 National Survey of Recent College Graduates Nonresponse Bas Analyss Usng Reluctant Respondents n the 2003 Natonal urvey of Recent College Graduates 1 Donsg Jang, 2 Xaojng Ln, and 3 Kelly H. Kang 1, 2 Mathematca Polcy Research, Inc., 600 Maryland

More information

The Substitutability of Labor of Selected Ethnic Groups in the US Labor Market

The Substitutability of Labor of Selected Ethnic Groups in the US Labor Market DISCUSSION PAPER SERIES IZA DP No. 1945 The Substtutablty of Labor of Selected Ethnc Groups n the US Labor Market Martn Kahanec January 2006 Forschungsnsttut zur Zukunft der Arbet Insttute for the Study

More information

Core Network Compartments: Relative importance of ecosystems players in moving energy through the system

Core Network Compartments: Relative importance of ecosystems players in moving energy through the system Internatonal Envronmental Modellng and Software Socety (EMSs) 2012 Internatonal Congress on Envronmental Modellng and Software Managng Resources of a Lmted Planet, Sxth ennal Meetng, Lepzg, Germany R.

More information

Incremental online PCA for automatic motion learning of eigen behaviour. Xianhua Jiang and Yuichi Motai*

Incremental online PCA for automatic motion learning of eigen behaviour. Xianhua Jiang and Yuichi Motai* 296 Int. J. Intellgent Systems Technologes and Applcatons, Vol. x, No. x, 200x Incremental onlne PCA for automatc moton learnng of egen behavour Xanhua Jang and Yuch Mota* Department of Electrcal and Computer

More information

Absco Space Saver Shed Assembly Instructions Model: 23151SK

Absco Space Saver Shed Assembly Instructions Model: 23151SK Assembly Instructons Model: 235SK FRONT BASE LENGTH: 2.26m SIDE BASE LENGTH:.52m FRONT WALL HEIGHT:.8m REAR WALL HEIGHT: 2.08m CONCRETE SLAB 620mm 2360mm WHEN LAYING YOUR CONCRETE SLAB, CHAMFER THE 50mm

More information

Churn Analysis of a Product of Application Search in Mobile Platform

Churn Analysis of a Product of Application Search in Mobile Platform Economy Informatcs vol. 13, no. 1/2013 5 Churn Analyss of a Product of Applcaton Search n Moble Platform Gábor SZŰCS, Attla KISS Inter-Unversty Centre for Telecommuncatons and Informatcs, H-4028 Kassa

More information

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and Ths artcle appeared n a journal publshed by Elsever. The attached copy s furnshed to the author for nternal non-commercal research and educaton use, ncludng for nstructon at the authors nsttuton and sharng

More information

EVALUATE THE IMPACT OF CONTEMPORARY INFORMATION SYSTEMS AND THE INTERNET ON IMPROVING BANKING PERFORMANCE

EVALUATE THE IMPACT OF CONTEMPORARY INFORMATION SYSTEMS AND THE INTERNET ON IMPROVING BANKING PERFORMANCE VOLUME 2, 2011 EVALUATE THE IMPACT OF CONTEMPORARY INFORMATION SYSTEMS AND THE INTERNET ON IMPROVING BANKING PERFORMANCE Akram Jalal Karm, Allam M. Hamdan Ahla Unversty, Kngdom of Bahran Ths paper examnes

More information

A PRACTICAL PROCEDURE FOR CALIBRATING MICROSCOPIC TRAFFIC SIMULATION MODELS

A PRACTICAL PROCEDURE FOR CALIBRATING MICROSCOPIC TRAFFIC SIMULATION MODELS A PRACTICAL PROCEDURE FOR CALIBRATING MICROSCOPIC TRAFFIC SIMULATION MODELS By John Hourdaks 1 Panos G. Mchalopoulos 2 Jj Kottommannl 3 1 Department of Cvl Engneerng Unversty of Mnnesota 500 Pllsbury Dr.

More information

Power Distribution System Planning Evaluation by a Fuzzy Multi-Criteria Group Decision Support System

Power Distribution System Planning Evaluation by a Fuzzy Multi-Criteria Group Decision Support System Internatonal Journal of Computatonal Intellgence Systems, Vol.3, No. 4 (October, 2010), 474-485 Power Dstrbuton System Plannng Evaluaton by a Fuzzy Mult-Crtera Group Decson Support System Tefeng ZHANG

More information

Using Fuzzy Cognitive Maps for E-Commerce Strategic Planning

Using Fuzzy Cognitive Maps for E-Commerce Strategic Planning Usng Fuzzy Cogntve Maps for Commerce Strategc Plannng Athanasos K. Tsadras Department of Appled Informatcs, Unversty of Macedona, 54006 Thessalonk, Greece Emal: tsadras@uom.gr Abstract. In ths paper we

More information

Optimizing the Level of Commitment in Demand Response

Optimizing the Level of Commitment in Demand Response Optmzng the Level of ommtment n Demand Response Joshua omden, Zhenhua Lu, and Yue Zhao Stony rook Unversty {joshua.comden, zhenhua.lu, yue.zhao.}@stonybrook.edu STRT Demand response (DR) s a cost-effectve

More information

Transparent User Models for Personalization

Transparent User Models for Personalization Transparent User Models for Personalzaton Khald El-Arn Carnege Mellon Unversty Pttsburgh, PA Jurgen Van Gael Rangespan Ltd. London, UK Ulrch Paquet Mcrosoft Research Cambrdge, UK Blase Agüera y Arcas Mcrosoft

More information

Flexible Design of Urban Water Distribution Networks

Flexible Design of Urban Water Distribution Networks 4225 Flexble Desgn of Urban Water Dstrbuton Networks Danguang Huang 1, Kalanthy Varavamoorthy 1, Seneshaw Tsegaye 1 1 School of Cvl Engneerng, College of Engneerng and Physcal Scences, Unversty of Brmngham

More information

A Real-time Planning and Scheduling Model in RFID-enabled Manufacturing

A Real-time Planning and Scheduling Model in RFID-enabled Manufacturing Proceedngs of the 2014 Internatonal Conference on Industral Engneerng and Operatons Management Bal, Indonesa, January 7 9, 2014 A Real-tme Plannng and Schedulng Model n RFID-enabled Manufacturng Ray Y.

More information

An Example (based on the Phillips article)

An Example (based on the Phillips article) An Eample (based on the Phllps artcle) Suppose ou re the hapless MBA, and ou haven t been fred You decde to use IP to fnd the best N-product soluton, for N = to 56 Let be 0 f ou don t produce product,

More information

Video Personalization in Resource-Constrained Multimedia Environments

Video Personalization in Resource-Constrained Multimedia Environments Vdeo Personalzaton n Resource-Constraned Multmeda Enronments Yong We Department of Computer Scence The Unersty of Georga Athens, GA 6-744, USA yong@cs.uga.edu Suchendra M. Bhandarkar Department of Computer

More information

Wind Power Prediction Using a Hybrid Approach with Correction Strategy Based on Risk Evaluation

Wind Power Prediction Using a Hybrid Approach with Correction Strategy Based on Risk Evaluation M.Essa et al., Vol.7, No.3, 7 Wnd Power Predcton Usng a Hybrd Approach wth Correcton Strategy Based on Rsk Evaluaton Mohammed Essa*, Yu Jla*, Wang Songyan*, Peng Lu* *School of Electrcal Engneerng and

More information

The Sexual Harassment of Female Active-Duty Personnel: Effects on Job Satisfaction and Intentions to Remain in the Military

The Sexual Harassment of Female Active-Duty Personnel: Effects on Job Satisfaction and Intentions to Remain in the Military DISCUSSION PAPER SERIES IZA DP No. 379 The Sexual Harassment of Female Actve-Duty Personnel: Effects on Job Satsfacton and Intentons to Reman n the Mltary Heather Antecol Deborah A. Cobb-Clark October

More information

Control of Yarn Inventory for a Cotton Spinning Plant: Part 1: Uncorrelated Demand. Russell E. King 1 Leigh Ann C. Brain 1 Kristin A.

Control of Yarn Inventory for a Cotton Spinning Plant: Part 1: Uncorrelated Demand. Russell E. King 1 Leigh Ann C. Brain 1 Kristin A. Control of Yarn Inventory for a Cotton Spnnng Plant: Part 1: Uncorrelated Demand Russell E. Kng 1 Legh Ann C. Bran 1 Krstn A. Thoney 2 1 Department of Industral Engneerng 2 Department of Textle and Apparel,

More information

Using Data Mining Techniques for Estimating Minimum, Maximum and Average Daily Temperature Values

Using Data Mining Techniques for Estimating Minimum, Maximum and Average Daily Temperature Values World Academy of cence, Engneerng and Technology Usng Data Mnng Technques for Estmatng Mnmum, Maxmum and Average Daly Temperature Values. Kotsants, A. Kostoulas,. Lykouds, A. Argrou, K. Menagas Internatonal

More information

The Greenness of Cities: Carbon Dioxide Emissions and Urban Development

The Greenness of Cities: Carbon Dioxide Emissions and Urban Development The Greenness of Ctes: Carbon Doxde Emssons and Urban Development By Edward L. Glaeser* Harvard Unversty and NBER and Matthew E. Kahn UCLA and NBER WP-2008-07 Abstract Carbon doxde emssons may create sgnfcant

More information

AN ITERATIVE ALGORITHM FOR PROFIT MAXIMIZATION BY MARKET EQUILIBRIUM CONSTRAINTS

AN ITERATIVE ALGORITHM FOR PROFIT MAXIMIZATION BY MARKET EQUILIBRIUM CONSTRAINTS AN ITERATIVE ALGORITHM FOR PROFIT MAXIMIZATION BY MARKET EQUILIBRIUM CONSTRAINTS Andrés Ramos Marano Ventosa Mchel Rver Abel Santamaría Unversdad Pontfca Comllas IBERDROLA DISTRIBUCIÓN S.A.U. Alberto Agulera

More information

RELIABILITY-BASED OPTIMAL DESIGN FOR WATER DISTRIBUTION NETWORKS OF EL-MOSTAKBAL CITY, EGYPT (CASE STUDY)

RELIABILITY-BASED OPTIMAL DESIGN FOR WATER DISTRIBUTION NETWORKS OF EL-MOSTAKBAL CITY, EGYPT (CASE STUDY) Twelfth Internatonal Water Technology Conference, IWTC12 2008 Alexandra, Egypt 1 RELIABILITY-BASED OPTIMAL DESIGN FOR WATER DISTRIBUTION NETWORKS OF EL-MOSTAKBAL CITY, EGYPT (CASE STUDY) Rham Ezzeldn *,

More information

Taking into Account the Variations of Neighbourhood Sizes in the Mean-Field Approximation of the Threshold Model on a Random Network

Taking into Account the Variations of Neighbourhood Sizes in the Mean-Field Approximation of the Threshold Model on a Random Network Takng nto ccount the Varatons of Neghbourhood Szes n the Mean-Feld pproxmaton of the Threshold Model on a Random Network Sylve Huet 1, Margaret Edwards 1, Gullaume Deffuant 1 1 Laboratore d Ingénere des

More information

SEARCH LESS, FIND MORE? EXAMINING LIMITED CONSUMER SEARCH WITH SOCIAL MEDIA AND PRODUCT SEARCH ENGINES

SEARCH LESS, FIND MORE? EXAMINING LIMITED CONSUMER SEARCH WITH SOCIAL MEDIA AND PRODUCT SEARCH ENGINES SEARCH LESS, FIND MORE? EXAMINING LIMITED CONSUMER SEARCH WITH SOCIAL MEDIA AND PRODUCT SEARCH ENGINES Completed Research Paper Anndya Ghose Stern School of Busness, New York Unversty 44 West 4th Street,

More information

INCORPORATION OF KNOWLEDGE MANAGEMENT INTO ERP CONTINUOUS IMPROVEMENT: A RESEARCH FRAMEWORK

INCORPORATION OF KNOWLEDGE MANAGEMENT INTO ERP CONTINUOUS IMPROVEMENT: A RESEARCH FRAMEWORK INCORPORATION OF KNOWLEDGE MANAGEMENT INTO ERP CONTINUOUS IMPROVEMENT: A RESEARCH FRAMEWORK Thomas C. McGnns, Central Mchan Unversty, mcn1tc@cmch.edu Dr. Zhenyu Huan, Central Mchan Unversty, huan1z@cmch.edu

More information

Incorporating Genotyping Uncertainty in Haplotype Inference for Single-Nucleotide Polymorphisms

Incorporating Genotyping Uncertainty in Haplotype Inference for Single-Nucleotide Polymorphisms Am. J. Hum. Genet. 74:495 510, 2004 Incorporatng Genotypng Uncertanty n Haplotype Inference for Sngle-Nucleotde Polymorphsms Hosung Kang, 1 Zhaohu S. Qn, 2 Tanhua Nu, 3 and Jun S. Lu 1 1 Department of

More information

Computational Solution to Economic Operation of Power Plants

Computational Solution to Economic Operation of Power Plants Electrcal and Electronc Engneerng 013, 3(6): 139-148 DOI: 10.593/j.eee.0130306.01 Computatonal Soluton to Economc Operaton of ower lants Temtope Adefarat 1,*, Ayodele Sunday Oluwole 1, Mufutau Adewolu

More information

Gender Wage Differences in the Czech Public Sector: A Micro-level Case

Gender Wage Differences in the Czech Public Sector: A Micro-level Case REVIEW OF ECONOMIC PERSPECTIVES NÁRODOHOSPODÁŘSKÝ OBZOR VOL. 16, ISSUE 2, 2016, pp. 121 134, DOI: 10.1515/revecp-2016-0009 Gender Wage Dfferences n the Czech Publc Sector: A Mcro-level Case Veronka Hedja

More information