Approximate Factoring for A Search

Size: px
Start display at page:

Download "Approximate Factoring for A Search"

Transcription

1 Approximte Fctoring for A Serch Ari Hghighi, John DeNero, Dn Klein Computer Science Division University of Cliforni Berkeley {ri42, denero, klein}@cs.berkeley.edu Abstrct We present novel method for creting A estimtes for structured serch problems. In our pproch, we project complex model onto multiple simpler models for which exct inference is efficient. We use n optimiztion frmework to estimte prmeters for these projections in wy which bounds the true costs. Similr to Klein nd Mnning 3, we then combine completion estimtes from the simpler models to guide serch in the originl complex model. We pply our pproch to bitext prsing nd lexiclized prsing, demonstrting its effectiveness in these domins. 1 Introduction Inference tsks in NLP often involve serching for n optiml output from lrge set of structured outputs. For mny complex models, selecting the highest scoring output for given observtion is slow or even intrctble. One generl technique to increse efficiency while preserving optimlity is A serch Hrt et l., 1968; however, successfully using A serch is chllenging in prctice. The design of dmissible or nerly dmissible heuristics which re both effective close to ctul completion costs nd lso efficient to compute is difficult, open problem in most domins. As result, most work on serch hs focused on non-optiml methods, such s bem serch or pruning bsed on pproximte models Collins, 1999, though in certin cses dmissible heuristics re known Och nd Ney, 0; Zhng nd Gilde, 6. For exmple, Klein nd Mnning 3 show clss of projection-bsed A estimtes, but their ppliction is limited to models which hve very restrictive kind of score decomposition. In this work, we broden their projectionbsed technique to give A estimtes for models which do not fctor in this restricted wy. Like Klein nd Mnning 3, we focus on serch problems where there re multiple projections or views of the structure, for exmple lexicl prsing, in which trees cn be projected onto either their CFG bckbone or their lexicl ttchments. We use generl optimiztion techniques Boyd nd Vndenberghe, 5 to pproximtely fctor model over these projections. Solutions to the projected problems yield heuristics for the originl model. This pproch is flexible, providing either dmissible or nerly dmissible heuristics, depending on the detils of the optimiztion problem solved. Furthermore, our pproch llows modeler explicit control over the trde-off between the tightness of heuristic nd its degree of indmissibility if ny. We describe our technique in generl nd then pply it to two concrete NLP serch tsks: bitext prsing nd lexiclized monolingul prsing. 2 Generl Approch Mny inference problems in NLP cn be solved with gend-bsed methods, in which we incrementlly build hypotheses for lrger items by combining smller ones with some locl configurtionl structure. We cn formlize such tsks s grph serch problems, where sttes encpsulte prtil hypotheses nd edges combine or extend them loclly. 1 For exmple, in HMM decoding, the sttes re nchored lbels, e.g. VBD[5], nd edges correspond to hidden trnsitions, e.g. VBD[5] DT[6]. The serch problem is to find miniml cost pth from the strt stte to gol stte, where the pth cost is the sum of the costs of the edges in the pth. 1 In most complex tsks, we will in fct hve hypergrph, but the extension is trivil nd not worth the dded nottion.

2 b b c ' b' b c b b' b c' b b b b b b b c b b b c b c Locl Configurtions b b c c b 1.0 cb c ' b' Originl Cost Mtrix 1.0 b' c' 3.0 c' b' c' b' Fctored Cost Mtrix b b c c b 1.0 cb c b c ' b' Originl Cost Mtrix 1.0 b' c' 3.0 c' b' c' b' Fctored Cost Mtrix Figure 1: Exmple cost fctoring: In, ech cell of the mtrix is locl configurtion composed of two projections the row nd column of the cell. In b, the top mtrix is n exmple cost mtrix, which specifies the cost of ech locl configurtion. The bottom mtrix represents our fctored estimtes, where ech entry is the sum of configurtion projections. For this exmple, the ctul cost mtrix cn be decomposed exctly into two projections. In c, the top cost mtrix cnnot be exctly decomposed long two dimensions. Our fctored cost mtrix hs the property tht ech fctored cost estimte is below the ctul configurtion cost. Although our fctoriztion is no longer tight, it still cn be used to produce n dmissible heuristic. For probbilistic inference problems, the cost of n edge is typiclly negtive log probbility which depends only on some locl configurtion type. For instnce, in PCFG prsing, the hyperedges reference nchored spns X[i, j], but the edge costs depend only on the locl 1 rule type X Y Z. We will 1 1 use to refer to locl configurtion nd use c to refer to its cost. Becuse edge costs re sensitive only to locl configurtions, the cost of pth is c. A serch requires heuristic function, which is n estimte hs of the completion cost, the cost of best pth from stte s to gol. In this work, following Klein nd Mnning 3, we consider problems with projections or views, which define mppings to simpler stte nd configurtion spces. For instnce, suppose tht we re using n HMM to jointly model prt-of-speech POS nd nmed-entity-recognition NER tgging. There might be one projection onto the NER component nd nother onto the POS component. Formlly, projection π is mpping from sttes to some corser domin. A stte projection induces projections of edges nd of the entire grph πg. We re prticulrly interested in serch problems with multiple projections {π 1,..., π l } where ech projection, π i, hs the following properties: its stte projections induce well-defined projections of the locl configurtions π i used for scoring, nd the projected serch problem dmits simpler inference. For instnce, the POS projection in our NER- POS HMM is simpler HMM, though the gins from this method re greter when inference in the projections hve lower symptotic complexity thn 1 the originl problem see sections 3 nd 4. In defining projections, we hve not yet delt with the projected scoring function. Suppose tht the cost of locl configurtions decomposes long projections s well. In this cse, c = c i, A 1 where A is the set of locl configurtions nd c i represents the cost of configurtion under projection π i. A toy exmple of such cost decomposition in the context of Mrkov process over two-prt sttes is shown in figure 1b, where the costs of the joint trnsitions equl the sum of costs of their projections. Under the strong ssumption of eqution 1, Klein nd Mnning 3 give n dmissible A bound. They note tht the cost of pth decomposes s sum of projected pth costs. Hence, the following is n dmissible dditive heuristic Felner et l., 4, hs = h i s 2 where h i s denote the optiml completion costs in the projected serch grph π i G. Tht is, the completion cost of stte bounds the sum of the completion costs in ech projection. In virtully ll cses, however, configurtion costs will not decompose over projections, nor would we expect them to. For instnce, in our joint POS-NER tsk, this ssumption requires tht the POS nd NER

3 trnsitions nd observtions be generted independently. This independence ssumption undermines the motivtion for ssuming joint model. In the centrl contribution of this work, we exploit the projection structure of our serch problem without mking ny ssumption bout cost decomposition. Rther thn ssuming decomposition, we propose to find scores φ for the projected configurtions which re pointwise dmissible: φ i c, A 3 Here, φ i represents fctored projection cost of π i, the π i projection of configurtion. Given pointwise dmissible φ i s we cn gin pply the heuristic recipe of eqution 2. An exmple of fctored projection costs re shown in figure 1c, where no exct decomposition exists, but pointwise dmissible lower bound is esy to find. Clim. If set of fctored projection costs {φ 1,..., φ l } stisfy pointwise dmissibility, then the heuristic from 2 is n dmissible A heuristic. Proof. Assume 1,..., k re configurtions used to optimlly rech the gol from stte s. Then, h s = = kx c j j=1 lx kx j=1! kx φ i j j=1 lx φ i j lx h i s = hs The first inequlity follows from pointwise dmissibility. The second inequlity follows becuse ech inner sum is completion cost for projected problem π i nd therefore h i s lower bounds it. Intuitively, we cn see two sources of slck in such projection heuristics. First, there my be slck in the pointwise dmissible scores. Second, the best pths in the projections will be overly optimistic becuse they hve been decoupled see figure 5 for n exmple of decoupled best pths in projections. 2.1 Finding Fctored Projections for Non-Fctored Costs We cn find fctored costs φ i which re pointwise dmissible by solving n optimiztion problem. We think of our unknown fctored costs s block vector φ = [φ 1,.., φ l ], where vector φ i is composed of the fctored costs, φ i, for ech configurtion A. We cn then find dmissible fctored costs by solving the following optimiztion problem, minimize φ such tht, γ = c γ 4 φ i, A γ 0, A We cn think of ech γ s the mount by which the cost of configurtion exceeds the fctored projection estimtes the pointwise A gp. Requiring γ 0 insures pointwise dmissibility. Minimizing the norm of the γ vribles encourges tighter bounds; indeed if γ = 0, the solution corresponds to n exct fctoring of the serch problem. In the cse where we minimize the 1-norm or -norm, the problem bove reduces to liner progrm, which cn be solved efficiently for lrge number of vribles nd constrints. 2 Viewing our procedure decision-theoreticlly, by minimizing the norm of the pointwise gps we re effectively choosing loss function which decomposes long configurtion types nd tkes the form of the norm i.e. liner or squred losses. A complete investigtion of the lterntives is beyond the scope of this work, but it is worth pointing out tht in the end we will cre only bout the gp on entire structures, not configurtions, nd individul configurtion fctored costs need not even be pointwise dmissible for the overll heuristic to be dmissible. Notice tht the number of constrints is A, the number of possible locl configurtions. For mny serch problems, enumerting the possible configurtions is not fesible, nd therefore neither is solving n optimiztion problem with ll of these constrints. We del with this sitution in pplying our technique to lexiclized prsing models section 4. Sometimes, we might be willing to trde serch optimlity for efficiency. In our pproch, we cn explicitly mke this trde-off by designing n lterntive optimiztion problem which llows for slck 0. 2 We used the MOSEK pckge Andersen nd Andersen,

4 in the dmissibility constrints. We solve the following soft version of problem 4: minimize φ such tht, γ = c γ + + C γ 5 φ i, A where γ + = mx{0, γ} nd γ = mx{0, γ} represent the componentwise positive nd negtive elements of γ respectively. Ech γ > 0 represents configurtion where our fctored projection estimte is not pointwise dmissible. Since this sitution my result in our heuristic becoming indmissible if used in the projected completion costs, we more hevily penlize overestimting the cost by the constnt C. 2.2 Bounding Serch Error In the cse where we llow pointwise indmissibility, i.e. vribles γ, we cn bound our serch error. Suppose γ mx = mx A γ nd tht L is the length of the longest optiml solution for the originl problem. Then, hs h s + L γ mx, s S. This ɛ-dmissible heuristic Ghllb nd Allrd, 1982 bounds our serch error by L γ mx. 3 3 Bitext Prsing In bitext prsing, one jointly infers synchronous phrse structure tree over sentence w s nd its trnsltion w t Melmed et l., 4; Wu, Bitext prsing is nturl cndidte tsk for our pproximte fctoring technique. A synchronous tree projects monolingul phrse structure trees onto ech sentence. However, the costs ssigned by weighted synchronous grmmr WSG G do not typiclly fctor into independent monolingul WCFGs. We cn, however, produce useful surrogte: pir of monolingul WCFGs with structures projected by G nd weights tht, when combined, underestimte the costs of G. Prsing optimlly reltive to synchronous grmmr using dynmic progrm requires time On 6 in the length of the sentence Wu, This high degree of complexity mkes exhustive bitext prsing infesible for ll but the shortest sentences. In 3 This bound my be very loose if L is lrge. contrst, monolingul CFG prsing requires time On 3 in the length of the sentence. 3.1 A Prsing Alterntively, we cn serch for n optiml prse guided by heuristic. The sttes in A bitext prsing re rooted bispns, denoted X [i, j] :: Y [k, l]. Sttes represent joint prse over subspns [i, j] of w s nd [k, l] of w t rooted by the nonterminls X nd Y respectively. Given WSG G, the lgorithm prioritizes stte or edge e by the sum of its inside cost β G e the negtive log of its inside probbility nd its outside estimte he, or completion cost. 4 We re gurnteed the optiml prse if our heuristic he is never greter thn α G e, the true outside cost of e. We now consider heuristic combining the completion costs of the monolingul projections of G, nd gurntee dmissibility by enforcing point-wise dmissibility. Ech stte e = X [i, j] :: Y [k, l] projects pir of monolingul rooted spns. The heuristic we propose sums independent outside costs of these spns in ech monolingul projection. he = α s X [i, j] + α t Y [k, l] These monolingul outside scores re computed reltive to pir of monolingul WCFG grmmrs G s nd G t given by splitting ech synchronous rule X s α β r = γ δ Y t into its components π s r = X αβ nd π t r = Y γδ nd weighting them vi optimized φ s r nd φ t r, respectively. 5 To lern pointwise dmissible costs for the monolingul grmmrs, we formulte the following optimiztion problem: 6 minimize γ,φ s,φ t γ 1 such tht, γ r = cr [φ s r + φ t r] for ll synchronous rules r G φ s 0, φ t 0, γ 0 4 All inside nd outside costs re Viterbi, not summed. 5 Note tht we need only prse ech sentence monolingully once to compute the outside probbilities for every spn. 6 The stted objective is merely one resonble choice mong mny possibilities which require pointwise dmissibility nd encourge tight estimtes.

5 Cost under G s Cost under G t Cost under G NP s NP t «NN s 1 NNS s 2 NNS t 2 de NN t 1! i Trget j k l Source Monolingul completions scored by fctored model i Trget j k l Source Synchronized completion scored by fctored model i Trget j k l Source Synchronized completion scored by originl model Figure 2: The gp between the heuristic left nd true completion cost right comes from relxing the synchronized problem to independent subproblems nd slck in the fctored models. b NP NNS sistems de NN trduccion funcionn veces NN NP NNS S RB VB Trnsltion systems sometimes work Figure 2 digrms the two bounds tht enforce the dmissibility of he. For ny outside cost α G e, there is corresponding optiml completion structure o under G, which is n outer shell of synchronous tree. o projects monolingul completions o s nd o t which hve well-defined costs c s o s nd c t o t under G s nd G t respectively. Their sum c s o s + c t o t will underestimte α G e by pointwise dmissibility. Furthermore, the heuristic we compute underestimtes this sum. Recll tht the monolingul outside score α s X [i, j] is the miniml costs for ny completion of the edge. Hence, α s X [i, j] c s o s nd α t X [k, l] c t o t. Admissibility follows. 3.2 Experiments We demonstrte our technique using the synchronous grmmr formlism of tree-to-tree trnsducers Knight nd Grehl, 4. In ech weighted rule, n ligned pir of nonterminls genertes two ordered lists of children. The non-terminls in ech list must lign one-to-one to the non-terminls in the other, while the terminls re plced freely on either side. Figure 3 shows n exmple rule. Following Glley et l. 4, we lern grmmr by projecting English syntx onto foreign lnguge vi word-level lignments, s in figure 3b. 7 We prsed 1 English-Spnish sentences using grmmr lerned from 40,000 sentence pirs of the English-Spnish Europrl corpus. 8 Figure 4 shows tht A expnds substntilly fewer sttes while serching for the optiml prse with our op- 7 The bilingul corpus consists of trnsltion pirs with fixed English prses nd word lignments. Rules were scored by their reltive frequencies. 8 Rre words were replced with their prts of speech to limit the memory consumption of the prser. Figure 3: A tree-to-tree trnsducer rule. b An exmple trining sentence pir tht yields rule. timiztion heuristic. The exhustive curve shows edge expnsions using the null heuristic. The intermedite result, lbeled English only, used only the English monolingul outside score s heuristic. Similr results using only Spnish demonstrte tht both projections contribute to prsing efficiency. All three curves in figure 4 represent running times for finding the optiml prse. Zhng nd Gilde 6 offer different heuristic for A prsing of ITG grmmrs tht provides forwrd estimte of the cost of ligning the unprsed words in both sentences. We cnnot directly pply this technique to our grmmr becuse tree-to-tree trnsducers only lign non-terminls. Insted, we cn ugment our synchronous grmmr model to include lexicl lignment component, then employ both heuristics. We lerned the following two-stge genertive model: tree-to-tree trnsducer genertes trees whose leves re prts of speech. Then, the words of ech sentence re generted, either jointly from ligned prts of speech or independently given null lignment. The cost of complete prse under this new model decomposes into the cost of the synchronous tree over prts of speech nd the cost of generting the lexicl items. Given such model, both our optimiztion heuristic nd the lexicl heuristic of Zhng nd Gilde 6 cn be computed independently. Crucilly, the sum of these heuristics is still dmissible. Results pper in figure 4b. Both heuristics lexicl nd optimiztion lone improve prsing performnce, but their sum opt+lex substntilly improves upon either one.

6 1 1 Exhustive Exhustive English English Only Only Optimiztion Optimiztion Sentence Sentence length length b 1 1 Exhustive Exhustive Lexicl Lexicl Optimiztion Optimiztion Opt+Lex Opt+Lex Sentence Sentence length length Figure 4: Prsing efficiency results with optimiztion heuristics show tht both component projections constrin the problem. b Including lexicl model nd corresponding heuristic further increses prsing efficiency. 4 Lexiclized Prsing We next pply our technique to lexiclized prsing Chrnik, 1997; Collins, In lexiclized prsing, the locl configurtions re lexiclized rules of the form X[h, t] Y [h, t ] Z[h, t], where h, t, h, nd t re the hed word, hed tg, rgument word, nd rgument tg, respectively. We will use r = X Y Z to refer to the CFG bckbone of lexiclized rule. As in Klein nd Mnning 3, we view ech lexiclized rule, l, s hving CFG projection, π c l = r, nd dependency projection, π d l = h, t, h, t see figure 5. 9 Brodly, the CFG projection encodes constituency structure, while the dependency projection encodes lexicl selection, nd both projections re symptoticlly more efficient thn the originl problem. Klein nd Mnning 3 present fctored model where the CFG nd dependency projections re generted independently though with comptible brcketing: P Y [h, t]z[h, t ] X[h, t] = 6 P Y Z XP h, t t, h In this work, we explore the following non-fctored model, which llows correltions between the CFG nd dependency projections: P Y [h, t]z[h, t ] X[h, t] = P Y Z X, t, h 7 P t t, Z, h, h P h t, t, Z, h, h This model is brodly representtive of the successful lexiclized models of Chrnik 1997 nd 9 We ssume informtion bout the distnce nd direction of the dependency is encoded in the dependency tuple, but we omit it from the nottion for compctness. Collins 1999, though simpler Choosing Constrints nd Hndling Unseen Dependencies Idelly we would like to be ble to solve the optimiztion problem in 4 for this tsk. Unfortuntely, exhustively listing ll possible configurtions lexicl rules yields n imprcticl number of constrints. We therefore solve relxed problem in which we enforce the constrints for only subset of the possible configurtions, A A. Once we strt dropping constrints, we cn no longer gurntee pointwise dmissibility, nd therefore there is no reson not to lso llow penlized violtions of the constrints we do list, so we solve 5 insted. To generte the set of enforced constrints, we first include ll configurtions observed in the gold trining trees. We then smple novel configurtions by choosing X, h, t from the trining distribution nd then using the model to generte the rest of the configurtion. In our experiments, we ended up with 434,329 observed configurtions, nd smpled the sme number of novel configurtions. Our penlty multiplier C ws 10. Even if we supplement our trining set with mny smple configurtions, we will still see new projected dependency configurtions t test time. It is therefore necessry to generlize scores from trining configurtions to unseen ones. We enrich our procedure by expressing the projected configurtion costs s liner functions of fetures. Specificlly, we define feture vectors f c r nd f d h, t, h t over the CFG nd dependency projections, nd intro- 10 All probbility distributions for the non-fctored model re estimted by Witten-Bell smoothing Witten nd Bell, 1991 where conditioning lexicl items re bcked off first.

7 S NP S VP S NP NP PP NP VBD DT NNS NP P P reopened These stocks RB reopened-vbd These-DT stocks-nns reopened-vbd These stocks eventully-rb eventully reopened-vbd reopened S, reopened-vbd NP S, stocks-nns ADVP S, eventully-rb VP S, reopened-vbd DT These NNS stocks RB eventully VBD reopened eventully Actul Cost: 18.7 Best Projected CFG Cost: 4.1 Best Projected Dep. Cost: 9.5 CFG Projection Cost : 6.9 Dep. Projection Cost: 11.1 b c Figure 5: Lexiclized prsing projections. The figure in is the optiml CFG projection solution nd the figure in b is the optiml dependency projection solution. The tree in c is the optiml solution for the originl problem. Note tht the sum of the CFG nd dependency projections is lower bound lbeit firly tight one on ctul solution cost. duce corresponding weight vectors w c nd w d. The weight vectors re lerned by solving the following optimiztion problem: minimize γ,w c,w d γ C γ 2 8 such tht, w c 0, w d 0 γ l = cl [w T c f c r + w T d f dh, t, h, t ] for l = r, h, t, h, t A Our CFG feture vector hs only indictor fetures for the specific rule. However, our dependency feture vector consists of n indictor feture of the tuple h, t, h, t including direction, n indictor of the prt-of-speech type t, t lso including direction, s well s bis feture. 4.2 Experimentl Results We tested our pproximte projection heuristic on two lexiclized prsing models. The first is the fctored model of Klein nd Mnning 3, given by eqution 6, nd the second is the non-fctored model described in eqution 7. Both models use the sme prent-nnotted hed-binrized CFG bckbone nd bsic dependency projection which models direction, but not distnce or vlence. 11 In ech cse, we compred A using our pproximte projection heuristics to exhustive serch. We mesure efficiency in terms of the number of expnded hypotheses edges popped; see figure In both settings, the fctored A pproch substntilly outperforms exhustive serch. For the fc- 11 The CFG nd dependency projections correspond to the PCFG-PA nd DEP-BASIC settings in Klein nd Mnning All models re trined on section 2 through 21 of the English Penn treebnk, nd tested on section 23. tored model of Klein nd Mnning 3, we cn lso compre our reconstructed bound to the known tight bound which would result from solving the pointwise dmissible problem in 4 with ll constrints. As figure 6 shows, the exct fctored heuristic does outperform our pproximte fctored heuristic, primrily becuse of mny looser, bckedoff cost estimtes for unseen dependency tuples. For the non-fctored model, we compred our pproximte fctored heuristic to one which only bounds the CFG projection s suggested by Klein nd Mnning 3. They suggest, φ c r = min cl l A:π cl=r where we obtin fctored CFG costs by minimizing over dependency projections. As figure 6 illustrtes, this CFG only heuristic is substntilly less efficient thn our heuristic which bounds both projections. Since our heuristic is no longer gurnteed to be dmissible, we evluted its effect on serch in severl wys. The first is to check for serch errors, where the model-optiml prse is not found. In the cse of the fctored model, we cn find the optiml prse using the exct fctored heuristic nd compre it to the prse found by our lerned heuristic. In our test set, the pproximte projection heuristic filed to return the model optiml prse in less thn 1% of sentences. Of these serch errors, none of the costs were more thn 0.1% greter thn the model optiml cost in negtive log-likelihood. For the non-fctored model, the model optiml prse is known only for shorter sentences which cn be prsed exhustively. For these sentences up to length 15, there were no serch errors. We cn lso check for violtions of pointwise dmissibility for configurtions encoun-

8 Avg. E in Sentence length 1 Exhustive Approx. Fctored Exct Fctored b 1 Exhustive CFG Only Approx. Fctored Sentence length Sentence length Figure 6: Edges popped by exhustive versus fctored A serch. The chrt in is using the fctored lexiclized model from Klein nd Mnning 3. The chrt in b is using the non-fctored lexiclized model described in section 4. tered during serch. For both the fctored nd nonfctored model, less thn 2% of the configurtions scored by the pproximte projection heuristic during serch violted pointwise dmissibility. While this is pper bout inference, we lso mesured the ccurcy in the stndrd wy, on sentences of length up to 40, using EVALB. The fctored model with the pproximte projection heuristic chieves n F 1 of 82.2, mtching the performnce with the exct fctored heuristic, though slower. The non-fctored model, using the pproximte projection heuristic, chieves n F 1 of 83.8 on the test set, which is slightly better thn the fctored model. 13 We note tht the CFG nd dependency projections re s similr s possible cross models, so the increse in ccurcy is likely due in prt to the nonfctored model s coupling of CFG nd dependency projections. 5 Conclusion We hve presented technique for creting A estimtes for inference in complex models. Our technique cn be used to generte provbly dmissible estimtes when ll serch trnsitions cn be enumerted, nd n effective heuristic even for problems where ll trnsitions cnnot be efficiently enumerted. In the future, we pln to investigte lterntive objective functions nd error-driven methods for lerning heuristic bounds. Acknowledgments We would like to thnk the nonymous reviewers for their comments. This work is supported by DHS fellowship to the first 1 Exhustive uthor nd Microsoft new fculty fellowship to the Approx. Fctored third uthor. References Exct Fctored E. D. Andersen nd K. D. Andersen. 0. The MOSEK interior point optimizer for liner progrmming. In H. Frenk et l., editor, High Performnce Optimiztion. Kluwer Acdemic Publishers. Stephen Boyd nd Lieven Vndenberghe. 5. Convex Optimiztion. Cmbridge University Press. Eugene Chrnik Sttisticl prsing with context-free grmmr nd word sttistics. In Ntionl Conference on Artificil Intelligence. Michel Collins Hed-driven sttisticl models for nturl lnguge prsing. Ariel Felner, Richrd Korf, nd Srit Hnn. 4. Additive pttern dtbse heuristics. JAIR. Michel Glley, Mrk Hopkins, Kevin Knight, nd Dniel Mrcu. 4. Wht s in trnsltion rule? In HLT-NAACL. Mlik Ghllb nd Dennis G. Allrd A ɛ - n efficient ner dmissible heuristic serch lgorithm. In IJCAI. P. Hrt, N. Nilsson, nd B. Rphel A forml bsis for the heuristic determintion of minimum cost pths. In IEEE Trnsctions on Systems Science nd Cybernetics. IEEE. Dn Klein nd Christopher D. Mnning. 3. Fctored A* serch for models over sequences nd trees. In IJCAI. Kevin Knight nd Jonthn Grehl. 4. Trining tree trnsducers. In HLT-NAACL. I. Dn Melmed, Giorgio Stt, nd Ben Wellington. 4. Generlized multitext grmmrs. In ACL. F. J. Och nd H. Ney. 0. Improved sttisticl lignment models. In ACL. In H. Witten nd Timothy C. Bell The zero-frequency Sentence length problem: Estimting the probbilities of novel events in dptive text compression. IEEE. Deki Wu Stochstic inversion trnsduction grmmrs nd bilingul prsing of prllel corpor. Comput. Linguist. Ho Zhng nd Dniel Gilde. 6. Efficient serch for inversion trnsduction grmmr. In EMNLP. 13 Since we cnnot exhustively prse with this model, we cnnot compre our F 1 to n exct serch method.

Polynomial Functions. Polynomial functions in one variable can be written in expanded form as ( )

Polynomial Functions. Polynomial functions in one variable can be written in expanded form as ( ) Polynomil Functions Polynomil functions in one vrible cn be written in expnded form s n n 1 n 2 2 f x = x + x + x + + x + x+ n n 1 n 2 2 1 0 Exmples of polynomils in expnded form re nd 3 8 7 4 = 5 4 +

More information

Reasoning to Solve Equations and Inequalities

Reasoning to Solve Equations and Inequalities Lesson4 Resoning to Solve Equtions nd Inequlities In erlier work in this unit, you modeled situtions with severl vriles nd equtions. For exmple, suppose you were given usiness plns for concert showing

More information

Factoring Polynomials

Factoring Polynomials Fctoring Polynomils Some definitions (not necessrily ll for secondry school mthemtics): A polynomil is the sum of one or more terms, in which ech term consists of product of constnt nd one or more vribles

More information

Math 135 Circles and Completing the Square Examples

Math 135 Circles and Completing the Square Examples Mth 135 Circles nd Completing the Squre Exmples A perfect squre is number such tht = b 2 for some rel number b. Some exmples of perfect squres re 4 = 2 2, 16 = 4 2, 169 = 13 2. We wish to hve method for

More information

Value Function Approximation using Multiple Aggregation for Multiattribute Resource Management

Value Function Approximation using Multiple Aggregation for Multiattribute Resource Management Journl of Mchine Lerning Reserch 9 (2008) 2079-2 Submitted 8/08; Published 0/08 Vlue Function Approximtion using Multiple Aggregtion for Multittribute Resource Mngement Abrhm George Wrren B. Powell Deprtment

More information

Econ 4721 Money and Banking Problem Set 2 Answer Key

Econ 4721 Money and Banking Problem Set 2 Answer Key Econ 472 Money nd Bnking Problem Set 2 Answer Key Problem (35 points) Consider n overlpping genertions model in which consumers live for two periods. The number of people born in ech genertion grows in

More information

All pay auctions with certain and uncertain prizes a comment

All pay auctions with certain and uncertain prizes a comment CENTER FOR RESEARC IN ECONOMICS AND MANAGEMENT CREAM Publiction No. 1-2015 All py uctions with certin nd uncertin prizes comment Christin Riis All py uctions with certin nd uncertin prizes comment Christin

More information

Graphs on Logarithmic and Semilogarithmic Paper

Graphs on Logarithmic and Semilogarithmic Paper 0CH_PHClter_TMSETE_ 3//00 :3 PM Pge Grphs on Logrithmic nd Semilogrithmic Pper OBJECTIVES When ou hve completed this chpter, ou should be ble to: Mke grphs on logrithmic nd semilogrithmic pper. Grph empiricl

More information

Use Geometry Expressions to create a more complex locus of points. Find evidence for equivalence using Geometry Expressions.

Use Geometry Expressions to create a more complex locus of points. Find evidence for equivalence using Geometry Expressions. Lerning Objectives Loci nd Conics Lesson 3: The Ellipse Level: Preclculus Time required: 120 minutes In this lesson, students will generlize their knowledge of the circle to the ellipse. The prmetric nd

More information

Treatment Spring Late Summer Fall 0.10 5.56 3.85 0.61 6.97 3.01 1.91 3.01 2.13 2.99 5.33 2.50 1.06 3.53 6.10 Mean = 1.33 Mean = 4.88 Mean = 3.

Treatment Spring Late Summer Fall 0.10 5.56 3.85 0.61 6.97 3.01 1.91 3.01 2.13 2.99 5.33 2.50 1.06 3.53 6.10 Mean = 1.33 Mean = 4.88 Mean = 3. The nlysis of vrince (ANOVA) Although the t-test is one of the most commonly used sttisticl hypothesis tests, it hs limittions. The mjor limittion is tht the t-test cn be used to compre the mens of only

More information

Helicopter Theme and Variations

Helicopter Theme and Variations Helicopter Theme nd Vritions Or, Some Experimentl Designs Employing Pper Helicopters Some possible explntory vribles re: Who drops the helicopter The length of the rotor bldes The height from which the

More information

Learning to Search Better than Your Teacher

Learning to Search Better than Your Teacher Ki-Wei Chng University of Illinois t Urbn Chmpign, IL Akshy Krishnmurthy Crnegie Mellon University, Pittsburgh, PA Alekh Agrwl Microsoft Reserch, New York, NY Hl Dumé III University of Mrylnd, College

More information

Mathematics. Vectors. hsn.uk.net. Higher. Contents. Vectors 128 HSN23100

Mathematics. Vectors. hsn.uk.net. Higher. Contents. Vectors 128 HSN23100 hsn.uk.net Higher Mthemtics UNIT 3 OUTCOME 1 Vectors Contents Vectors 18 1 Vectors nd Sclrs 18 Components 18 3 Mgnitude 130 4 Equl Vectors 131 5 Addition nd Subtrction of Vectors 13 6 Multipliction by

More information

Small Business Networking

Small Business Networking Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd business. Introducing technology

More information

Small Business Networking

Small Business Networking Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd business. Introducing technology

More information

The Velocity Factor of an Insulated Two-Wire Transmission Line

The Velocity Factor of an Insulated Two-Wire Transmission Line The Velocity Fctor of n Insulted Two-Wire Trnsmission Line Problem Kirk T. McDonld Joseph Henry Lbortories, Princeton University, Princeton, NJ 08544 Mrch 7, 008 Estimte the velocity fctor F = v/c nd the

More information

Example 27.1 Draw a Venn diagram to show the relationship between counting numbers, whole numbers, integers, and rational numbers.

Example 27.1 Draw a Venn diagram to show the relationship between counting numbers, whole numbers, integers, and rational numbers. 2 Rtionl Numbers Integers such s 5 were importnt when solving the eqution x+5 = 0. In similr wy, frctions re importnt for solving equtions like 2x = 1. Wht bout equtions like 2x + 1 = 0? Equtions of this

More information

MATH 150 HOMEWORK 4 SOLUTIONS

MATH 150 HOMEWORK 4 SOLUTIONS MATH 150 HOMEWORK 4 SOLUTIONS Section 1.8 Show tht the product of two of the numbers 65 1000 8 2001 + 3 177, 79 1212 9 2399 + 2 2001, nd 24 4493 5 8192 + 7 1777 is nonnegtive. Is your proof constructive

More information

5.2. LINE INTEGRALS 265. Let us quickly review the kind of integrals we have studied so far before we introduce a new one.

5.2. LINE INTEGRALS 265. Let us quickly review the kind of integrals we have studied so far before we introduce a new one. 5.2. LINE INTEGRALS 265 5.2 Line Integrls 5.2.1 Introduction Let us quickly review the kind of integrls we hve studied so fr before we introduce new one. 1. Definite integrl. Given continuous rel-vlued

More information

Concept Formation Using Graph Grammars

Concept Formation Using Graph Grammars Concept Formtion Using Grph Grmmrs Istvn Jonyer, Lwrence B. Holder nd Dine J. Cook Deprtment of Computer Science nd Engineering University of Texs t Arlington Box 19015 (416 Ytes St.), Arlington, TX 76019-0015

More information

CHAPTER 11 Numerical Differentiation and Integration

CHAPTER 11 Numerical Differentiation and Integration CHAPTER 11 Numericl Differentition nd Integrtion Differentition nd integrtion re bsic mthemticl opertions with wide rnge of pplictions in mny res of science. It is therefore importnt to hve good methods

More information

LINEAR TRANSFORMATIONS AND THEIR REPRESENTING MATRICES

LINEAR TRANSFORMATIONS AND THEIR REPRESENTING MATRICES LINEAR TRANSFORMATIONS AND THEIR REPRESENTING MATRICES DAVID WEBB CONTENTS Liner trnsformtions 2 The representing mtrix of liner trnsformtion 3 3 An ppliction: reflections in the plne 6 4 The lgebr of

More information

Appendix D: Completing the Square and the Quadratic Formula. In Appendix A, two special cases of expanding brackets were considered:

Appendix D: Completing the Square and the Quadratic Formula. In Appendix A, two special cases of expanding brackets were considered: Appendi D: Completing the Squre nd the Qudrtic Formul Fctoring qudrtic epressions such s: + 6 + 8 ws one of the topics introduced in Appendi C. Fctoring qudrtic epressions is useful skill tht cn help you

More information

Decision Rule Extraction from Trained Neural Networks Using Rough Sets

Decision Rule Extraction from Trained Neural Networks Using Rough Sets Decision Rule Extrction from Trined Neurl Networks Using Rough Sets Alin Lzr nd Ishwr K. Sethi Vision nd Neurl Networks Lbortory Deprtment of Computer Science Wyne Stte University Detroit, MI 48 ABSTRACT

More information

Operations with Polynomials

Operations with Polynomials 38 Chpter P Prerequisites P.4 Opertions with Polynomils Wht you should lern: Write polynomils in stndrd form nd identify the leding coefficients nd degrees of polynomils Add nd subtrct polynomils Multiply

More information

Modeling POMDPs for Generating and Simulating Stock Investment Policies

Modeling POMDPs for Generating and Simulating Stock Investment Policies Modeling POMDPs for Generting nd Simulting Stock Investment Policies Augusto Cesr Espíndol Bff UNIRIO - Dep. Informátic Aplicd Av. Psteur, 458 - Térreo Rio de Jneiro - Brzil ugusto.bff@uniriotec.br Angelo

More information

How To Network A Smll Business

How To Network A Smll Business Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd processes. Introducing technology

More information

EQUATIONS OF LINES AND PLANES

EQUATIONS OF LINES AND PLANES EQUATIONS OF LINES AND PLANES MATH 195, SECTION 59 (VIPUL NAIK) Corresponding mteril in the ook: Section 12.5. Wht students should definitely get: Prmetric eqution of line given in point-direction nd twopoint

More information

Small Business Networking

Small Business Networking Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd processes. Introducing technology

More information

How To Set Up A Network For Your Business

How To Set Up A Network For Your Business Why Network is n Essentil Productivity Tool for Any Smll Business TechAdvisory.org SME Reports sponsored by Effective technology is essentil for smll businesses looking to increse their productivity. Computer

More information

Economics Letters 65 (1999) 9 15. macroeconomists. a b, Ruth A. Judson, Ann L. Owen. Received 11 December 1998; accepted 12 May 1999

Economics Letters 65 (1999) 9 15. macroeconomists. a b, Ruth A. Judson, Ann L. Owen. Received 11 December 1998; accepted 12 May 1999 Economics Letters 65 (1999) 9 15 Estimting dynmic pnel dt models: guide for q mcroeconomists b, * Ruth A. Judson, Ann L. Owen Federl Reserve Bord of Governors, 0th & C Sts., N.W. Wshington, D.C. 0551,

More information

Small Business Networking

Small Business Networking Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd processes. Introducing technology

More information

Basic Analysis of Autarky and Free Trade Models

Basic Analysis of Autarky and Free Trade Models Bsic Anlysis of Autrky nd Free Trde Models AUTARKY Autrky condition in prticulr commodity mrket refers to sitution in which country does not engge in ny trde in tht commodity with other countries. Consequently

More information

Redistributing the Gains from Trade through Non-linear. Lump-sum Transfers

Redistributing the Gains from Trade through Non-linear. Lump-sum Transfers Redistributing the Gins from Trde through Non-liner Lump-sum Trnsfers Ysukzu Ichino Fculty of Economics, Konn University April 21, 214 Abstrct I exmine lump-sum trnsfer rules to redistribute the gins from

More information

Experiment 6: Friction

Experiment 6: Friction Experiment 6: Friction In previous lbs we studied Newton s lws in n idel setting, tht is, one where friction nd ir resistnce were ignored. However, from our everydy experience with motion, we know tht

More information

Universal Regularizers For Robust Sparse Coding and Modeling

Universal Regularizers For Robust Sparse Coding and Modeling 1 Universl Regulrizers For Robust Sprse Coding nd Modeling Igncio Rmírez nd Guillermo Spiro Deprtment of Electricl nd Computer Engineering University of Minnesot {rmir48,guille}@umn.edu Abstrct rxiv:13.2941v2

More information

Module 2. Analysis of Statically Indeterminate Structures by the Matrix Force Method. Version 2 CE IIT, Kharagpur

Module 2. Analysis of Statically Indeterminate Structures by the Matrix Force Method. Version 2 CE IIT, Kharagpur Module Anlysis of Stticlly Indeterminte Structures by the Mtrix Force Method Version CE IIT, Khrgpur esson 9 The Force Method of Anlysis: Bems (Continued) Version CE IIT, Khrgpur Instructionl Objectives

More information

4.11 Inner Product Spaces

4.11 Inner Product Spaces 314 CHAPTER 4 Vector Spces 9. A mtrix of the form 0 0 b c 0 d 0 0 e 0 f g 0 h 0 cnnot be invertible. 10. A mtrix of the form bc d e f ghi such tht e bd = 0 cnnot be invertible. 4.11 Inner Product Spces

More information

PROF. BOYAN KOSTADINOV NEW YORK CITY COLLEGE OF TECHNOLOGY, CUNY

PROF. BOYAN KOSTADINOV NEW YORK CITY COLLEGE OF TECHNOLOGY, CUNY MAT 0630 INTERNET RESOURCES, REVIEW OF CONCEPTS AND COMMON MISTAKES PROF. BOYAN KOSTADINOV NEW YORK CITY COLLEGE OF TECHNOLOGY, CUNY Contents 1. ACT Compss Prctice Tests 1 2. Common Mistkes 2 3. Distributive

More information

Babylonian Method of Computing the Square Root: Justifications Based on Fuzzy Techniques and on Computational Complexity

Babylonian Method of Computing the Square Root: Justifications Based on Fuzzy Techniques and on Computational Complexity Bbylonin Method of Computing the Squre Root: Justifictions Bsed on Fuzzy Techniques nd on Computtionl Complexity Olg Koshelev Deprtment of Mthemtics Eduction University of Texs t El Pso 500 W. University

More information

Integration. 148 Chapter 7 Integration

Integration. 148 Chapter 7 Integration 48 Chpter 7 Integrtion 7 Integrtion t ech, by supposing tht during ech tenth of second the object is going t constnt speed Since the object initilly hs speed, we gin suppose it mintins this speed, but

More information

Integration by Substitution

Integration by Substitution Integrtion by Substitution Dr. Philippe B. Lvl Kennesw Stte University August, 8 Abstrct This hndout contins mteril on very importnt integrtion method clled integrtion by substitution. Substitution is

More information

COMPARISON OF SOME METHODS TO FIT A MULTIPLICATIVE TARIFF STRUCTURE TO OBSERVED RISK DATA BY B. AJNE. Skandza, Stockholm ABSTRACT

COMPARISON OF SOME METHODS TO FIT A MULTIPLICATIVE TARIFF STRUCTURE TO OBSERVED RISK DATA BY B. AJNE. Skandza, Stockholm ABSTRACT COMPARISON OF SOME METHODS TO FIT A MULTIPLICATIVE TARIFF STRUCTURE TO OBSERVED RISK DATA BY B. AJNE Skndz, Stockholm ABSTRACT Three methods for fitting multiplictive models to observed, cross-clssified

More information

g(y(a), y(b)) = o, B a y(a)+b b y(b)=c, Boundary Value Problems Lecture Notes to Accompany

g(y(a), y(b)) = o, B a y(a)+b b y(b)=c, Boundary Value Problems Lecture Notes to Accompany Lecture Notes to Accompny Scientific Computing An Introductory Survey Second Edition by Michel T Heth Boundry Vlue Problems Side conditions prescribing solution or derivtive vlues t specified points required

More information

How To Understand The Theory Of Inequlities

How To Understand The Theory Of Inequlities Ostrowski Type Inequlities nd Applictions in Numericl Integrtion Edited By: Sever S Drgomir nd Themistocles M Rssis SS Drgomir) School nd Communictions nd Informtics, Victori University of Technology,

More information

Protocol Analysis. 17-654/17-764 Analysis of Software Artifacts Kevin Bierhoff

Protocol Analysis. 17-654/17-764 Analysis of Software Artifacts Kevin Bierhoff Protocol Anlysis 17-654/17-764 Anlysis of Softwre Artifcts Kevin Bierhoff Tke-Awys Protocols define temporl ordering of events Cn often be cptured with stte mchines Protocol nlysis needs to py ttention

More information

and thus, they are similar. If k = 3 then the Jordan form of both matrices is

and thus, they are similar. If k = 3 then the Jordan form of both matrices is Homework ssignment 11 Section 7. pp. 249-25 Exercise 1. Let N 1 nd N 2 be nilpotent mtrices over the field F. Prove tht N 1 nd N 2 re similr if nd only if they hve the sme miniml polynomil. Solution: If

More information

9 CONTINUOUS DISTRIBUTIONS

9 CONTINUOUS DISTRIBUTIONS 9 CONTINUOUS DISTIBUTIONS A rndom vrible whose vlue my fll nywhere in rnge of vlues is continuous rndom vrible nd will be ssocited with some continuous distribution. Continuous distributions re to discrete

More information

Vectors 2. 1. Recap of vectors

Vectors 2. 1. Recap of vectors Vectors 2. Recp of vectors Vectors re directed line segments - they cn be represented in component form or by direction nd mgnitude. We cn use trigonometry nd Pythgors theorem to switch between the forms

More information

Or more simply put, when adding or subtracting quantities, their uncertainties add.

Or more simply put, when adding or subtracting quantities, their uncertainties add. Propgtion of Uncertint through Mthemticl Opertions Since the untit of interest in n eperiment is rrel otined mesuring tht untit directl, we must understnd how error propgtes when mthemticl opertions re

More information

An Undergraduate Curriculum Evaluation with the Analytic Hierarchy Process

An Undergraduate Curriculum Evaluation with the Analytic Hierarchy Process An Undergrdute Curriculum Evlution with the Anlytic Hierrchy Process Les Frir Jessic O. Mtson Jck E. Mtson Deprtment of Industril Engineering P.O. Box 870288 University of Albm Tuscloos, AL. 35487 Abstrct

More information

6.2 Volumes of Revolution: The Disk Method

6.2 Volumes of Revolution: The Disk Method mth ppliction: volumes of revolution, prt ii Volumes of Revolution: The Disk Method One of the simplest pplictions of integrtion (Theorem ) nd the ccumultion process is to determine so-clled volumes of

More information

Software Cost Estimation Model Based on Integration of Multi-agent and Case-Based Reasoning

Software Cost Estimation Model Based on Integration of Multi-agent and Case-Based Reasoning Journl of Computer Science 2 (3): 276-282, 2006 ISSN 1549-3636 2006 Science Publictions Softwre Cost Estimtion Model Bsed on Integrtion of Multi-gent nd Cse-Bsed Resoning Hsn Al-Skrn Informtion Technology

More information

Online Multicommodity Routing with Time Windows

Online Multicommodity Routing with Time Windows Konrd-Zuse-Zentrum für Informtionstechnik Berlin Tkustrße 7 D-14195 Berlin-Dhlem Germny TOBIAS HARKS 1 STEFAN HEINZ MARC E. PFETSCH TJARK VREDEVELD 2 Online Multicommodity Routing with Time Windows 1 Institute

More information

Euler Euler Everywhere Using the Euler-Lagrange Equation to Solve Calculus of Variation Problems

Euler Euler Everywhere Using the Euler-Lagrange Equation to Solve Calculus of Variation Problems Euler Euler Everywhere Using the Euler-Lgrnge Eqution to Solve Clculus of Vrition Problems Jenine Smllwood Principles of Anlysis Professor Flschk My 12, 1998 1 1. Introduction Clculus of vritions is brnch

More information

Physics 43 Homework Set 9 Chapter 40 Key

Physics 43 Homework Set 9 Chapter 40 Key Physics 43 Homework Set 9 Chpter 4 Key. The wve function for n electron tht is confined to x nm is. Find the normliztion constnt. b. Wht is the probbility of finding the electron in. nm-wide region t x

More information

P.3 Polynomials and Factoring. P.3 an 1. Polynomial STUDY TIP. Example 1 Writing Polynomials in Standard Form. What you should learn

P.3 Polynomials and Factoring. P.3 an 1. Polynomial STUDY TIP. Example 1 Writing Polynomials in Standard Form. What you should learn 33337_0P03.qp 2/27/06 24 9:3 AM Chpter P Pge 24 Prerequisites P.3 Polynomils nd Fctoring Wht you should lern Polynomils An lgeric epression is collection of vriles nd rel numers. The most common type of

More information

SPECIAL PRODUCTS AND FACTORIZATION

SPECIAL PRODUCTS AND FACTORIZATION MODULE - Specil Products nd Fctoriztion 4 SPECIAL PRODUCTS AND FACTORIZATION In n erlier lesson you hve lernt multipliction of lgebric epressions, prticulrly polynomils. In the study of lgebr, we come

More information

Lecture 3 Gaussian Probability Distribution

Lecture 3 Gaussian Probability Distribution Lecture 3 Gussin Probbility Distribution Introduction l Gussin probbility distribution is perhps the most used distribution in ll of science. u lso clled bell shped curve or norml distribution l Unlike

More information

Section 7-4 Translation of Axes

Section 7-4 Translation of Axes 62 7 ADDITIONAL TOPICS IN ANALYTIC GEOMETRY Section 7-4 Trnsltion of Aes Trnsltion of Aes Stndrd Equtions of Trnslted Conics Grphing Equtions of the Form A 2 C 2 D E F 0 Finding Equtions of Conics In the

More information

2 DIODE CLIPPING and CLAMPING CIRCUITS

2 DIODE CLIPPING and CLAMPING CIRCUITS 2 DIODE CLIPPING nd CLAMPING CIRCUITS 2.1 Ojectives Understnding the operting principle of diode clipping circuit Understnding the operting principle of clmping circuit Understnding the wveform chnge of

More information

Health insurance exchanges What to expect in 2014

Health insurance exchanges What to expect in 2014 Helth insurnce exchnges Wht to expect in 2014 33096CAEENABC 02/13 The bsics of exchnges As prt of the Affordble Cre Act (ACA or helth cre reform lw), strting in 2014 ALL Americns must hve minimum mount

More information

Portfolio approach to information technology security resource allocation decisions

Portfolio approach to information technology security resource allocation decisions Portfolio pproch to informtion technology security resource lloction decisions Shivrj Knungo Deprtment of Decision Sciences The George Wshington University Wshington DC 20052 knungo@gwu.edu Abstrct This

More information

Lower Bound for Envy-Free and Truthful Makespan Approximation on Related Machines

Lower Bound for Envy-Free and Truthful Makespan Approximation on Related Machines Lower Bound for Envy-Free nd Truthful Mespn Approximtion on Relted Mchines Lis Fleischer Zhenghui Wng July 14, 211 Abstrct We study problems of scheduling jobs on relted mchines so s to minimize the mespn

More information

The Definite Integral

The Definite Integral Chpter 4 The Definite Integrl 4. Determining distnce trveled from velocity Motivting Questions In this section, we strive to understnd the ides generted by the following importnt questions: If we know

More information

Regular Sets and Expressions

Regular Sets and Expressions Regulr Sets nd Expressions Finite utomt re importnt in science, mthemtics, nd engineering. Engineers like them ecuse they re super models for circuits (And, since the dvent of VLSI systems sometimes finite

More information

NOTES. Cohasset Associates, Inc. 2015 Managing Electronic Records Conference 8.1

NOTES. Cohasset Associates, Inc. 2015 Managing Electronic Records Conference 8.1 Cohsset Assocites, Inc. Expnding Your Skill Set: How to Apply the Right Serch Methods to Your Big Dt Problems Juli L. Brickell H5 Generl Counsel MER Conference My 18, 2015 H5 POWERING YOUR DISCOVERY GLOBALLY

More information

Solving BAMO Problems

Solving BAMO Problems Solving BAMO Problems Tom Dvis tomrdvis@erthlink.net http://www.geometer.org/mthcircles Februry 20, 2000 Abstrct Strtegies for solving problems in the BAMO contest (the By Are Mthemticl Olympid). Only

More information

Introducing Kashef for Application Monitoring

Introducing Kashef for Application Monitoring WextWise 2010 Introducing Kshef for Appliction The Cse for Rel-time monitoring of dtcenter helth is criticl IT process serving vriety of needs. Avilbility requirements of 6 nd 7 nines of tody SOA oriented

More information

Fast Demand Learning for Display Advertising Revenue Management

Fast Demand Learning for Display Advertising Revenue Management Fst Demnd Lerning for Disply Advertising Revenue Mngement Drgos Florin Ciocn Vivek F Fris April 30, 2014 Abstrct The present pper is motivted by the network revenue mngement problems tht occur in online

More information

Homework 3 Solutions

Homework 3 Solutions CS 341: Foundtions of Computer Science II Prof. Mrvin Nkym Homework 3 Solutions 1. Give NFAs with the specified numer of sttes recognizing ech of the following lnguges. In ll cses, the lphet is Σ = {,1}.

More information

4 Approximations. 4.1 Background. D. Levy

4 Approximations. 4.1 Background. D. Levy D. Levy 4 Approximtions 4.1 Bckground In this chpter we re interested in pproximtion problems. Generlly speking, strting from function f(x) we would like to find different function g(x) tht belongs to

More information

How To Study The Effects Of Music Composition On Children

How To Study The Effects Of Music Composition On Children C-crcs Cognitive - Counselling Reserch & Conference Services (eissn: 2301-2358) Volume I Effects of Music Composition Intervention on Elementry School Children b M. Hogenes, B. Vn Oers, R. F. W. Diekstr,

More information

Learning from Collective Behavior

Learning from Collective Behavior Lerning from Collective Behvior Michel Kerns Computer nd Informtion Science University of Pennsylvni mkerns@cis.upenn.edu Jennifer Wortmn Computer nd Informtion Science University of Pennsylvni wortmnj@ses.upenn.edu

More information

A Decision Theoretic Framework for Ranking using Implicit Feedback

A Decision Theoretic Framework for Ranking using Implicit Feedback A Decision Theoretic Frmework for Rnking using Implicit Feedbck Onno Zoeter Michel Tylor Ed Snelson John Guiver Nick Crswell Mrtin Szummer Microsoft Reserch Cmbridge 7 J J Thomson Avenue Cmbridge, United

More information

Optiml Control of Seril, Multi-Echelon Inventory (E&I) & Mixed Erlng demnds

Optiml Control of Seril, Multi-Echelon Inventory (E&I) & Mixed Erlng demnds Optiml Control of Seril, Multi-Echelon Inventory/Production Systems with Periodic Btching Geert-Jn vn Houtum Deprtment of Technology Mngement, Technische Universiteit Eindhoven, P.O. Box 513, 56 MB, Eindhoven,

More information

Example A rectangular box without lid is to be made from a square cardboard of sides 18 cm by cutting equal squares from each corner and then folding

Example A rectangular box without lid is to be made from a square cardboard of sides 18 cm by cutting equal squares from each corner and then folding 1 Exmple A rectngulr box without lid is to be mde from squre crdbord of sides 18 cm by cutting equl squres from ech corner nd then folding up the sides. 1 Exmple A rectngulr box without lid is to be mde

More information

Binary Representation of Numbers Autar Kaw

Binary Representation of Numbers Autar Kaw Binry Representtion of Numbers Autr Kw After reding this chpter, you should be ble to: 1. convert bse- rel number to its binry representtion,. convert binry number to n equivlent bse- number. In everydy

More information

QoS Mechanisms C HAPTER 3. 3.1 Introduction. 3.2 Classification

QoS Mechanisms C HAPTER 3. 3.1 Introduction. 3.2 Classification C HAPTER 3 QoS Mechnisms 3.1 Introduction In the previous chpter, we introduced the fundmentl QoS concepts. In this chpter we introduce number of key QoS mechnisms tht enble QoS services. At the end of

More information

Java CUP. Java CUP Specifications. User Code Additions You may define Java code to be included within the generated parser:

Java CUP. Java CUP Specifications. User Code Additions You may define Java code to be included within the generated parser: Jv CUP Jv CUP is prser-genertion tool, similr to Ycc. CUP uilds Jv prser for LALR(1) grmmrs from production rules nd ssocited Jv code frgments. When prticulr production is recognized, its ssocited code

More information

Neighborhood Based Fast Graph Search in Large Networks

Neighborhood Based Fast Graph Search in Large Networks Neighborhood Bsed Fst Grph Serch in Lrge Networks Arijit Khn Dept. of Computer Science University of Cliforni Snt Brbr, CA 9306 rijitkhn@cs.ucsb.edu Ziyu Gun Dept. of Computer Science University of Cliforni

More information

ORBITAL MANEUVERS USING LOW-THRUST

ORBITAL MANEUVERS USING LOW-THRUST Proceedings of the 8th WSEAS Interntionl Conference on SIGNAL PROCESSING, ROBOICS nd AUOMAION ORBIAL MANEUVERS USING LOW-HRUS VIVIAN MARINS GOMES, ANONIO F. B. A. PRADO, HÉLIO KOII KUGA Ntionl Institute

More information

belief Propgtion Lgorithm in Nd Pent Penta

belief Propgtion Lgorithm in Nd Pent Penta IEEE TRANSACTIONS ON DEPENDABLE AND SECURE COMPUTING, VOL. 9, NO. 3, MAY/JUNE 2012 375 Itertive Trust nd Reputtion Mngement Using Belief Propgtion Ermn Aydy, Student Member, IEEE, nd Frmrz Feri, Senior

More information

Health insurance marketplace What to expect in 2014

Health insurance marketplace What to expect in 2014 Helth insurnce mrketplce Wht to expect in 2014 33096VAEENBVA 06/13 The bsics of the mrketplce As prt of the Affordble Cre Act (ACA or helth cre reform lw), strting in 2014 ALL Americns must hve minimum

More information

Algebra Review. How well do you remember your algebra?

Algebra Review. How well do you remember your algebra? Algebr Review How well do you remember your lgebr? 1 The Order of Opertions Wht do we men when we write + 4? If we multiply we get 6 nd dding 4 gives 10. But, if we dd + 4 = 7 first, then multiply by then

More information

On the Robustness of Most Probable Explanations

On the Robustness of Most Probable Explanations On the Robustness of Most Probble Explntions Hei Chn School of Electricl Engineering nd Computer Science Oregon Stte University Corvllis, OR 97330 chnhe@eecs.oregonstte.edu Adnn Drwiche Computer Science

More information

ffiiii::#;#ltlti.*?*:j,'i#,rffi

ffiiii::#;#ltlti.*?*:j,'i#,rffi 5..1 EXPEDTNG A PROJECT. 187 700 6 o 'o-' 600 E 500 17 18 19 20 Project durtion (dys) Figure 6-6 Project cost vs. project durtion for smple crsh problem. Using Excel@ to Crsh Project T" llt ffiiii::#;#ltlti.*?*:j,'i#,rffi

More information

Bayesian Updating with Continuous Priors Class 13, 18.05, Spring 2014 Jeremy Orloff and Jonathan Bloom

Bayesian Updating with Continuous Priors Class 13, 18.05, Spring 2014 Jeremy Orloff and Jonathan Bloom Byesin Updting with Continuous Priors Clss 3, 8.05, Spring 04 Jeremy Orloff nd Jonthn Bloom Lerning Gols. Understnd prmeterized fmily of distriutions s representing continuous rnge of hypotheses for the

More information

Section 5-4 Trigonometric Functions

Section 5-4 Trigonometric Functions 5- Trigonometric Functions Section 5- Trigonometric Functions Definition of the Trigonometric Functions Clcultor Evlution of Trigonometric Functions Definition of the Trigonometric Functions Alternte Form

More information

Multiple Testing in a Two-Stage Adaptive Design With Combination Tests Controlling FDR

Multiple Testing in a Two-Stage Adaptive Design With Combination Tests Controlling FDR This rticle ws downloded by: [New Jersey Institute of Technology] On: 28 Februry 204, At: 08:46 Publisher: Tylor & Frncis Inform Ltd Registered in nglnd nd Wles Registered Number: 072954 Registered office:

More information

Allocation Strategies of Virtual Resources in Cloud-Computing Networks

Allocation Strategies of Virtual Resources in Cloud-Computing Networks RESEARCH ARTICLE OPEN ACCESS Alloction Strtegies of Virtul Resources in Cloud-Computing Networks 1 K.Delhi Bbu, 2 D.Giridhr Kumr Deprtment of Computer Science nd Engineering, SreeVidynikethnEngg.College,

More information

persons withdrawing from addiction is given by summarizing over individuals with different ages and numbers of years of addiction remaining:

persons withdrawing from addiction is given by summarizing over individuals with different ages and numbers of years of addiction remaining: COST- BENEFIT ANALYSIS OF NARCOTIC ADDICTION TREATMENT PROGRAMS with Specil Reference to Age Irving Leveson,l New York City Plnning Commission Introduction Efforts to del with consequences of poverty,

More information

#A12 INTEGERS 13 (2013) THE DISTRIBUTION OF SOLUTIONS TO XY = N (MOD A) WITH AN APPLICATION TO FACTORING INTEGERS

#A12 INTEGERS 13 (2013) THE DISTRIBUTION OF SOLUTIONS TO XY = N (MOD A) WITH AN APPLICATION TO FACTORING INTEGERS #A1 INTEGERS 13 (013) THE DISTRIBUTION OF SOLUTIONS TO XY = N (MOD A) WITH AN APPLICATION TO FACTORING INTEGERS Michel O. Rubinstein 1 Pure Mthemtics, University of Wterloo, Wterloo, Ontrio, Cnd mrubinst@uwterloo.c

More information

Distributions. (corresponding to the cumulative distribution function for the discrete case).

Distributions. (corresponding to the cumulative distribution function for the discrete case). Distributions Recll tht n integrble function f : R [,] such tht R f()d = is clled probbility density function (pdf). The distribution function for the pdf is given by F() = (corresponding to the cumultive

More information

Contextualizing NSSE Effect Sizes: Empirical Analysis and Interpretation of Benchmark Comparisons

Contextualizing NSSE Effect Sizes: Empirical Analysis and Interpretation of Benchmark Comparisons Contextulizing NSSE Effect Sizes: Empiricl Anlysis nd Interprettion of Benchmrk Comprisons NSSE stff re frequently sked to help interpret effect sizes. Is.3 smll effect size? Is.5 relly lrge effect size?

More information

STATUS OF LAND-BASED WIND ENERGY DEVELOPMENT IN GERMANY

STATUS OF LAND-BASED WIND ENERGY DEVELOPMENT IN GERMANY Yer STATUS OF LAND-BASED WIND ENERGY Deutsche WindGurd GmbH - Oldenburger Strße 65-26316 Vrel - Germny +49 (4451)/9515 - info@windgurd.de - www.windgurd.com Annul Added Cpcity [MW] Cumultive Cpcity [MW]

More information

MODULE 3. 0, y = 0 for all y

MODULE 3. 0, y = 0 for all y Topics: Inner products MOULE 3 The inner product of two vectors: The inner product of two vectors x, y V, denoted by x, y is (in generl) complex vlued function which hs the following four properties: i)

More information

FAULT TREES AND RELIABILITY BLOCK DIAGRAMS. Harry G. Kwatny. Department of Mechanical Engineering & Mechanics Drexel University

FAULT TREES AND RELIABILITY BLOCK DIAGRAMS. Harry G. Kwatny. Department of Mechanical Engineering & Mechanics Drexel University SYSTEM FAULT AND Hrry G. Kwtny Deprtment of Mechnicl Engineering & Mechnics Drexel University OUTLINE SYSTEM RBD Definition RBDs nd Fult Trees System Structure Structure Functions Pths nd Cutsets Reliility

More information

9.3. The Scalar Product. Introduction. Prerequisites. Learning Outcomes

9.3. The Scalar Product. Introduction. Prerequisites. Learning Outcomes The Sclr Product 9.3 Introduction There re two kinds of multipliction involving vectors. The first is known s the sclr product or dot product. This is so-clled becuse when the sclr product of two vectors

More information