Share PowerPoint. Anywhere!

Alejandro Figuera Smoothing Methods for LM in IR

Uploaded from authorPOINT Lite
Download as Download Not Available PPT
Presentation Description

No description available

Views: 32
Like it  ( Likes) Dislike it  ( Dislikes)
Added: October 16, 2007 This presentation is Public
Presentation Category :Entertainment
Presentation StatisticsNew!
Views on authorSTREAM: 30 | Views from Embeds: 2
Presentation Transcript

Smoothing Methods for LM in IR : Smoothing Methods for LM in IR Alejandro Figueroa


Outline : Outline The linguistic phenomena behind the retrieval of documents. Language Modeling Approach. Smoothing methods. Overview. Methods. Parameters setting. Interpolation vs. Back-off. Comparison of methods. Combination of methods. Personal outlook and conclusions.


The Linguistic Phenomena behind IR. : The Linguistic Phenomena behind IR. „Reducing Information Variation on Texts“ (Agata Savary and Christian Jacquemin). Work on our QA Group – DFKI.


Information Variation : Information Variation The problem: simply keyword matching is not enough to retrieve the best documents for a query. For example: „When was Albert Einstein born?„ The nobel prize of physics Albert Einstein was born in 1879 in Ulm, Germany. Born: 14 March 1879 in Ulm, Württemberg, Germany. Physics nobel prize Albert Einstein was born at Ulm, in Württemberg, Germany, on March 14, 1879. Died 18 Apr 1955 (born 14 Mar 1879) German-American physicist. The same information can be found in several ways:


Information Variation : Information Variation Kinds of variation: Graphic: "14 March 1879“ and "14 Mar 1879“. Morphological:” Physics nobel prize“ Syntactical: “German-American physicist“ Semantic:"Albert Einstein was born at Ulm“ and "German-American physicist“. Appropriateness: Precision. Economy.


Language Modeling Approach : Language Modeling Approach „A Study of smoothing methods for Language Models applied to Information Retrieval“ (Chengxiang Zhai and John Lafferty)


Language Modeling : Language Modeling The probability that a query Q was generated by a probabilistic model based on a document. Uni-gram model: P(q|d)?0


Language Modeling : Language Modeling Smoothing methods makes use of two probabilites for the model Pu(w|d) and Ps(w|d).


Language Modeling : Language Modeling carried out over the matched terms. Longer documents => less smoothing, longer documents => greater penalty!!.


Smoothing Methods : Smoothing Methods


Overview : Overview The problem: Adjust the MLE to compensate data sparseness. The role of smoothing is: LM more accurate. Explain the non-informative words in the query. Goal of the work: How sensitive is retrieval performance to the smoothing of a document LM? How should be the model and the parameters chosen?


Overview : Overview The unsmoothed model is the MLE:


Overview : Overview Smoothing: tackles the effect of statistical variability in small training sets. Discounting: the relative frequencies of seen events are discounted; the gained probability mass is then distributed over the unseen words.


Smoothing Methods : Smoothing Methods Based on the Good-turing idea: Estimate the probabilities of new events by taking the counts of singleton events, dividing it by the total number of events (0,1).


GooD-Turing Idea : GooD-Turing Idea The probability of a term with freq. tf is given by: Nd = Total number of terms occurred in d. Number of terms with frequency tf in a document. Expected value of Ntf. Total number of terms occurred in d.


Smoothing Methods : Smoothing Methods Jelinek-mercer method: involves a linear interpolation of the ML model with the collection model.


Smoothing Methods : Smoothing Methods Absolute discounting: decrease the probability of seen words by substracting a constant from their counts.


Smoothing Methods : Smoothing Methods Bayesian smoothing using Dirichlet priors: A multinomial distribution, for which the conjugate prior for bayesian analysis is the dirichlet distribution: The idea is to adjust the probabilities according to the query.


Summary: Smoothing Methods : Summary: Smoothing Methods


Parameters Setting : Parameters Setting 5 databases from TREC: Financial Times on disk 4. FBIS on disk 5. Los Angeles on disk 5. Disk 4 and disk 5 minus Congressional Record. The TREC8 web data. Queries: Topics 351-400 (TREC 7 ad-hoc task). Topics 401-450 (TREC 8 ad hoc web task).


Parameters Setting : Parameters Setting Number: 384 space station moon <desc> Description: Identify documents that discuss the building of a space station with the intent of colonizing the moon. <narr> Narrative: A relevant document will discuss the purpose of a space station, initiatives towards colonizing the moon, impediments which thus far have thwarted such a project, plans currently underway or in the planning stages for such a venture; cost, countries prepared to make a commitment of men, resources, facilities and money to accomplish such a feat. </top> TREC 7<br /><br /><br /><b>Parameters Setting</b> : Parameters Setting <num> Number: 414 <title> Cuba, sugar, exports <desc> Description: How much sugar does Cuba export and which countries import it? <narr> Narrative: A relevant document will provide information regarding Cuba's sugar trade. Sugar production statistics are not relevant unless exports are mentioned explicitly. </top> TREC 8<br /><br /><br /><b>Parameters Setting</b> : Parameters Setting Interaction query length/type: Two different version of each set of queries: Title only (2 or 3 words). A long version (Title + description + narrative). Optimize the performance of each method by means of the non-interpolated average precision.<br /><br /><br /><b>Parameters Setting</b> : Parameters Setting Jelinek-Mercer smoothing: Weight for a matched term: λ->1 <br /><br /><br /><b>Parameters Setting</b> : Parameters Setting Dirichlet priors: Term weight: αd is a document-dependent length normalization factor that penalizes long documents. <br /><br /><br /><b>Parameters Setting</b> : Parameters Setting Absolute discounting: αd is a document-dependent: Larger for a document with a flatter distribution of words. Weight of a matched term:<br /><br /><br /><b>Parameters Setting</b> : Parameters Setting Conclusions Jelinek-Mercer: The precision is much more sensitive to λ for long queries than for title queries. Long queries need more smoothing, that is, lees emphasis on the relative weighting of terms. In the web collection, it was sensitive to smoothing for title queries too. For title queries the retrieval performance tends to be optimized when λ=0.1.<br /><br /><br /><b>Parameters Setting</b> : Parameters Setting Conclusions Dirichlet Priors: The precision is more sensitive to μ for long queries than for title queries, especially, when μ is small. When μ is large, all long queries performed better than short queries, opposite to μ small. The optimal value of μ tends to be larger for long queries than for title queries. The value of μ tends to vary from collection to collection.<br /><br /><br /><b>Parameters Setting</b> : Parameters Setting Conclusions Absolute discounting: The precision is more sensitive to δ for long queries than for title queries. The optimal value of δ0.7 does not seem to be much different for title queries and long queries. Smoothing plays a more important role for long verbose queries than for concise queries. <br /><br /><br /><b>Interpolation vs. Back-off</b> : Interpolation vs. Back-off <br /><br /><br /><b>Interpolation vs. Back-off</b> : Interpolation vs. Back-off Interpolation-based methods: counts of the seen words and the extra counts are shared by both the seen words and unseen words. Back-off: Trust in the MLE for the high count words and discount and redistribute mass only for the less common terms.<br /><br /><br /><b>Interpolation vs. Back-off</b> : Interpolation: Interpolation vs. Back-off<br /><br /><br /><b>Interpolation vs. Back-off</b> : Interpolation vs. Back-off Back-Off: <br /><br /><br /><b>Interpolation vs. Back-off</b> : Interpolation vs. Back-off Results: The performance of the back-off strategy is more sensitive to the smoothing parameters. Specially: Jeliner-Mercer and Dirichlet priors. This sensitivity is smaller for the absolute discounting method, due to the lower upper bound. <br /><br /><br /><b>Comparisson of methods</b> : Comparisson of methods <br /><br /><br /><b>Comparison of methods</b> : Comparison of methods For title queries: Dirichlet prior is better than absolute discounting, which is better than J-M. Dirichlet prior performed extremelly well on the web collection and it is insensitive to the value of μ. Many no optimal runs were better than the other two methods. <br /><br /><br /><b>Comparison of methods</b> : Comparison of methods For long queries: Jelinek-Mercer is better than Dirichlet, which is better than absolute discounting. The three methods perform better on long queries than in short queries. Jelinek-Mercer is much more effective for long and verbose queries. All methods perform better for long queries than for short queries. <br /><br /><br /><b>Comparison of methods</b> : Comparison of methods General Remark: The strong correlation between the effect of smoothing and the type of the query is unexpected. Smoothing only improves accuracy in estimating the unigram language model based on a document. Effect of verbose Queries???<br /><br /><br /><b>Query Length/Verbosity</b> : Query Length/Verbosity Four types of query: Short keywords: Only the title of the topic description. Long keywords: Using only the description field. Short verbose: Using the concept field, 28 keywords on average. Long verbose: Using the title, description and the narrative field (more than 50 words on average). Generated for the TREC topics 1-150. Both keywords queries behaved in the similar way and the verbose query too. The retrieval performance is much less sensitive to smoothing in the case of the keyword queries than for the verbose queries.<br /><br /><br /><b>Combining Methods</b> : Combining Methods „A General Language Model for Information Retrieval“ (Fei Song / W. Bruce Croft)<br /><br /><br /><b>A general LM for IR </b> : A general LM for IR They propose a extensible model based on: Good-turing estimate. Curve-fitting functions. Model combinations. The idea is to use n-grams is taking into account the local context, the uni-gram models assume independence.<br /><br /><br /><b>A general LM for IR </b> : A general LM for IR The new model: Smooth each document with the Good-turing estimate. Expand each document with the corpus. Consider terms pairs and expand the unigram model to the bi-gram model.<br /><br /><br /><b>Step 1: Good turing Idea-Revising </b> : Step 1: Good turing Idea-Revising Ntf = Number of terms with frequency tf in a doc. E(Ntf)= Expected value of Ntf . The probability of a term with freq. tf is given by: Nd = Total number of terms occurred in d. <br /><br /><br /><b>Step 2 </b> : Step 2 Expanding a document model with the corpus:<br /><br /><br /><b>Step 3</b> : Step 3 Modeling a query as a sequence of terms:<br /><br /><br /><b>Step 4</b> : Step 4 Combining uni-grams and bi-grams:<br /><br /><br /><b>Results</b> : Results Two collections: The wall street journal (WSJ), 250 MB, 74.520 docs. TREC 4, 2 GB, 567.529 docs. Phrases of word pairs can be useful in improving the retrieval performance. The strategy can be easily extended.<br /><br /><br /><b>Personal Outlook / Conclusions</b> : Personal Outlook / Conclusions <br /><br /><br /><b>Personal Outlook / Conclusions</b> : Personal Outlook / Conclusions Stop-List. Porter Steemer. N-grams can not capture large-span relationships in the language. The performance of the n-gram model has reached a plateau. P(d).<br /><br /><br /><b>Principal Component Analysis</b> : Principal Component Analysis A low dimensional representation of the data. Relation between features. PCA tries to find a low-rank approximation, where the quality of the approximation depends on how close the data is to lying in a subspace of the given dimensionality.<br /><br /><br /><b>Latent Semantic Analysis</b> : Latent Semantic Analysis Latent Semantic Analysis Semantic Information is extracted by means of the Singular Value Decomposition (SVD). LSI uses a reduction of the first k columns of U.<br /><br /><br /><b>Latent Semantic Analysis</b> : Latent Semantic Analysis Latent Semantic Analysis The eigenvectors for a set of documents can be viewed as concepts described by a linear combination of terms chosen in such a way that documents are described as accurately as possible using only k such concepts. Terms that co-occur frequently will tend to align in the same eigenvectors.<br /><br /><br /><b>Latent Semantic Analysis</b> : Latent Semantic Analysis SVD is expensive to compute. Cristianini developed an approximation strategy, based on the Gram-Schmidt decomposition. Multilinguality: The semantic space proposed here provides an ideal representation for performing multilingual information retrieval. <br /><br /><br /><b>Personal Outlook / Conclusions</b> : Personal Outlook / Conclusions What happens if we use LSA to improve smoothing? We can think: We can smooth terms assigning probability mass according to their semantic distance to the terms in the collection/query. Problem: Scalability of the model: if a term is not in the set W, from which the SVD decomposition was made, then we should do an approximation. <br /><br /><br /><b>Personal Outlook / Conclusions</b> : Personal Outlook / Conclusions What happens if we use LSA to improve smoothing? Problem: If the documents belong diverse topics, the classification on the new space becomes too heterogeneous. If the documents belong diverse topics, the classification of the words in the new space is ambiguous.<br /><br /><br /><b>Personal Outlook / Conclusions</b> : Personal Outlook / Conclusions Conclusions: Smoothing methods are simple and efficient. They provide a elegant way to deal with the data sparseness problem. They can be choose according to the taste of the consumer. But, they do not model the linguistic phenomena behind the scenes... At least for the moment. Even though, the techniques does not requieres language knowledge, the fact of the markov assumption, drives to some sort of language dependecy. <br /><br /><br /><b>Questions?</b> : Questions? English only?. Query Expansion?. How would help smoothing to the Question Answering task? Which method would help in a more appropriate way to a QA System? Why?<br /><br /><br /></span> </p> </div> </div> <div id="DivProgressBar" class="modalWindow_old" style="width: 170px; float: left;"> <div style="float: left; background-color: #F6F6F6; padding: 10px; clear: both; width: 150px;"> <img src="http://www.authorstream.com/Images/loader.gif" alt="Loading" style="vertical-align: middle" id="gif_image" /> <span class="verdana11r858585">Updating ....</span> </div> </div> <!-- Footer Section Starts --> <script type="text/javascript"> function openWindow() { window.open('http://www.authorstream.com/' + "ImportContacts.aspx",'',"left=0,top=0,width=700,height=600,status=1"); } </script> <div class="main"> <div class="footer"> <div style="float:right;padding-top:5px;padding-right:20px;width:960px;text-align:right;"><a href='http://www.authorstream.com/PowerPointForPeace/' target="_blank"><strong>Contribute to World Peace</strong></a></div> <ul id="footerLeft"> <li id="Footer1_spanloggedOut"><span><strong>Account</strong><br /><br /></span></li> <li><strong>RSS</strong><br /><br /></li> <li><strong>Browse</strong><br /><br /></li> <li><strong>Help & Info</strong><br /><br /></li> <li><strong>Why authorSTREAM</strong></li> </ul> <ul id="footerRight"> <div id="Footer1_spanloggedOutJoinFree" style="width:100%;float:left;height:28px;"> <span style="float:left;"><li><a href='http://www.authorstream.com/Register/Presentation/Kestrel-19978-Alejandro-Figuera-Smoothing-Methods-LM-IR-Outline-Linguistic-Phenomena-behind-Information-Variation-Languag-for-in-as-Entertainment-ppt-powerpoint/' title="Register">Join for Free</a></li> <li>|</li><li><a href='http://www.authorstream.com/SignIn/Presentation/Kestrel-19978-Alejandro-Figuera-Smoothing-Methods-LM-IR-Outline-Linguistic-Phenomena-behind-Information-Variation-Languag-for-in-as-Entertainment-ppt-powerpoint/' title="Sign In" >Sign In</a></li> </span> <span id="Footer1_pnlMyUploadedPPTGuest" style="float:left;display:none;"><li>|</li><li><a href='http://www.authorstream.com/MyUploaded-Presentations' title="Register">Your Uploaded Presentations</a></li></span> </div> <li><a target="_blank" title="Featured" href='http://www.authorstream.com/RSS/Type/Featured' >Featured</a></li><li>|</li><li><a title="Featured Audio" target="_blank" href='http://www.authorstream.com/RSS/Type/FeaturedAudio'>Featured Audio</a></li><li>|</li><li><a target="_blank" href='http://www.authorstream.com/RSS/Type/FeaturedAnimated' title="Featured Animated">Featured Animated</a></li><li>|</li><li><a target="_blank" href='http://www.authorstream.com/RSS/Type/LatestUploads' title="Latest Uploads">Latest Uploads</a></li><li>|</li><li><a target="_blank" href='http://www.authorstream.com/RSS/Type/MostLiked' title="Most Liked">Most Liked</a></li><li>|</li><li><a target="_blank" href='http://www.authorstream.com/RSS/Type/MostViewed' title="Most Viewed">Most Viewed</a><br /><br /></li> <li><a href='http://www.authorstream.com/Presentation-Browse-All/Podcasts' >Podcast</a></li><li>|</li><li><a href='http://www.authorstream.com/Presentation-Browse-All/Featured' title="Featured">Featured</a></li><li>|</li><li><a href='http://www.authorstream.com/Presentation-Browse-All/Audio' title="Featured Audio">Featured Audio</a></li><li>|</li><li><a href='http://www.authorstream.com/Presentation-Browse-All/Animated' title="Featured Animated">Featured Animated</a></li><li>|</li><li><a href='http://www.authorstream.com/Presentation-Browse-All/Latest' title="Latest Uploads">Latest Uploads</a></li><li>|</li><li><a href='http://www.authorstream.com/Presentation-Browse-All/Liked' title="Most Liked">Most Liked</a></li><li>|</li><li><a href='http://www.authorstream.com/Presentation-Browse-All/Viewed' title="Most Viewed">Most Viewed</a></li><li>|</li><li><a href='http://www.authorstream.com/Category-presentations' title="Categories">Categories</a></li><li>|</li><li><a href='http://apps.facebook.com/authorstream/' target="_blank">Facebook App</a><br /><br /></li> <li><a target="_blank" href='http://www.authorstream.com/About_us.aspx' title="About Us">About Us</a></li><li>|</li><li><a href='http://www.authorstream.com/Help' title="Help">Help</a></li><li>|</li><li> <a href='http://www.authorstream.com/Faq' title="FAQ">FAQ</a></li><li>|</li><li><a href='http://www.authorstream.com/Contactus' title="Contact Us">Contact Us</a></li><li>|</li><li><a href='http://www.authorstream.com/Termsandconditions' title="Terms and Conditions">Terms and Conditions</a></li><li>|</li><li><a href='http://www.authorstream.com/Privacypolicy' title="Privacy Policy">Privacy Policy</a></li><li> |</li><li><a href='http://blog.authorstream.com/' title="Blog" target="_blank">Blog</a></li><li>|</li><li><a href='http://www.authorstream.com/Forum' target="_blank" title="Forum">Forum</a><br /><br /></li> <li><a href="http://www.authorstream.com/how-it-works/">How it works</a></li><li>|</li><li><a href="http://www.authorstream.com/powerpoint-to-video/">PowerPoint to video, YouTube, iPod</a></li><li>|</li><li><a href="http://www.authorstream.com/powerpoint-to-blogs/">PowerPoint on blogs, websites</a></li><li>|</li><li><a href="http://www.authorstream.com/powerpoint-to-flash/">PowerPoint to Flash</a></li><li>|</li><li><a href="http://www.authorstream.com/present-live/">PresentLive</a></li> </ul> </div> <div class="catchBuzz">Catch the <a href='http://www.authorstream.com/buzz/'>buzz</a> on authorSTREAM</div> <div class="copyrighttxt">Copyright © 2002-2008 authorSTREAM. All rights reserved.</div> </div> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-211915-4"); pageTracker._initData(); pageTracker._trackPageview(); </script> <!-- Footer Section Ends --> <!-- Mark As Inappropriate Pop Up Div --> <span id="upnlInAppr"> <div id="divFlag2" class="PopUpDvAll modalWindow" style="width: 430px; display: none;"> <span class="closeIcon"><a href="javascript:void(0);" onclick="PopupClose();"> <img src="http://www.authorstream.com/images/icon_cross.gif" alt="Close" title="Close" /></a></span><br /> <div class="PopUpDvAllInner" style="width: 400px;"> <span class="headingwithLine"><span class="Orange_headingAll">Mark As Inappropriate</span></span> <p> Please select the category that most closely reflects your concern about the Presentation, so that we can review it and determine whether it violates our Community Guidelines or isn't appropriate for all viewers. Abusing this feature is also a violation of the authorSTREAM Community Guidelines, so don't do it.<br /> <span id="lblFlagCmt2" class="stream_verdana11_r_signin_red"></span> <br /> Mark as:<br /> <select name="ddlFlagIt2" id="ddlFlagIt2" onchange="SetInnappValue(this);" style="width:270px;"> <option value="">-Select-</option> <option value="13">Mature (over 18 only) content</option> <option value="14">Other Terms of Use violation</option> </select> <br /> <br /> Comments:<br /> <textarea name="txtFlag2Comments" rows="5" cols="50" id="txtFlag2Comments" style="width: 370px;"></textarea><br /> <span style="padding-top: 15px; float: left;"> <input type="submit" name="btnFlagIt2" value="Submit" onclick="return ValidateFlagComments('ddlFlagIt2', 'lblFlagCmt2', 'txtFlag2Comments');" id="btnFlagIt2" title="Submit" class="btn_all" style="width: 65px; color: #fff; cursor: pointer;" /> </span><span class="lnkbtnAll"><a href="javascript:void(0);" onclick="PopupClose();"> Close</a></span> </p> </div> </div> </span> <!-- Mark As Inappropriate Pop Up Div Ends --> <div id="MainProfileDiv" style="position: absolute; z-index: 100; left: 25; top: 56; display: none;"> </div> <!-- Progress Bar Pop Up Div Starts --> <div id="divUpdate" class="modalWindow_old" style="width: 170px; float: left; z-index: 1000"> <div style="float: left; background-color: #F6F6F6; padding: 10px; clear: both; width: 150px;"> <img src="http://www.authorstream.com/Images/loader.gif" alt="Loading" style="vertical-align: middle" id="Img1" /> <span class="verdana11r858585">Updating ....</span> </div> </div> <!-- Progress Bar Pop Up Div Ends --> <!-- Featured Pop Up Div --> <span id="UpdatePanel1"> <div id="divMarkIt" class="PopUpDvAll modalWindow" style="width: 430px; display: none;"> <span class="closeIcon"><a href="javascript:void(0);" onclick="PopupClose();"> <img src="http://www.authorstream.com/images/icon_cross.gif" alt="Close" title="Close" /></a></span><br /> <div class="PopUpDvAllInner" style="width: 400px;"> <span class="headingwithLine"><span class="Orange_headingAll">Featured</span></span> <p> If you like this presentation, flag it in the best fit category. (select from the drop down below). Express your opinion in the Comments field. Your comments will appear with the presentation on this page.<br /> <br /> <span id="lblFlagCmt1" class="stream_verdana11_r_signin_red"></span> <br /> <span style="color: Red">*</span>Vote as:<br /> <select name="ddlFeatured" id="ddlFeatured" onchange="SetFeaturedValue(this);" style="width:270px;"> <option value="">-Select-</option> <option value="10">Featured</option> </select><br /> <br /> <span style="color: Red">*</span>Comments:<br /> <textarea name="txtFlagComments" rows="5" cols="50" id="txtFlagComments" style="width:370px;"></textarea><br /> <span style="padding-top: 15px; float: left;"> <input type="submit" name="btnMarkFeatured" value="Submit" onclick="return ValidateFlagComments('ddlFeatured', 'lblFlagCmt1', 'txtFlagComments');" id="btnMarkFeatured" title="Submit" class="btn_all" style="cursor: pointer; width: 65px; color: #fff;" /> </span><span class="lnkbtnAll"><a href="javascript:void(0);" onclick="PopupClose();"> Close</a></span> </p> </div> </div> </span> <!-- Featured Pop Up Div Ends --> <!-- RSS Feed Pop Up Div --> <div class="PopUpDvAll" style="width: 430px; display: none;"> <span class="closeIcon"><a href="#"> <img src="http://www.authorstream.com/images/icon_cross.gif" alt="Close" title="Close" /></a></span><br /> <div class="PopUpDvAllInner" style="width: 390px;"> <span class="headingwithLine"><span class="Orange_headingAll">Subscription of Rss Feed  </span><span><img src="http://www.authorstream.com/images/bullet.gif" width="5" height="7" alt="" style="margin-top: 5px;" /></span><span id="spnRSSHeader" class="smallHeading">Alejandro Figuera Smoothing Methods for LM in IR </span></span> <p> Feed URL:<br /> <span> <input type="text" value="http://www.authorstream.com/Presentations/DaveGrewal-6213" style="width: 340px;" class="txtBox" /></span><span><a href="#" class="lnkbtnAll" style="margin-top: 5px;">Copy</a><br /> <br /> <br /> </span><span class="defaultBrowser">Open in Default Browser</span> <span style="margin-top: 6px;"> OR</span> <span class="selecttBrowser">Open in <select style="width: 105px; margin-top: 0px!important; margin-top: 3px; padding: 1px; margin-left: 10px; border: solid 1px #808080;"> <option>-Select-</option> </select> </span><a href="#" class="lnkbtnAll" style="margin-top: 15px; padding: 0px;">Close</a> </p> <span class="txtDvwithLine"><strong>You are viewing a feed that contains frequently updated content.</strong> When you subscribe to a feed, it is added to the Common Feed List. Updated information from the feed is automatically downloaded to your computer and can be viewed in Internet Explorer and other programs. <a href="#" class="wordpress"> Learn more about feeds.</a></span> </div> </div> <!-- RSS Feed Pop Up Div Ends --> <!-- Podcast Feed Pop Up Div --> <div class="PopUpDvAll" style="width: 430px; display: none;"> <span class="closeIcon"><a href="#"> <img src="http://www.authorstream.com/images/icon_cross.gif" alt="Close" title="Close" /></a></span><br /> <div class="PopUpDvAllInner" style="width: 390px;"> <span class="headingwithLine"><span class="Orange_headingAll">Subscription of Podcast Feed  </span><span><img src="http://www.authorstream.com/images/bullet.gif" width="5" height="7" alt="" style="margin-top: 5px;" /></span><span id="spnPodCastHeader" class="smallHeading">Alejandro Figuera Smoothing Methods for LM in IR </span></span> <p> Feed URL:<br /> <span> <input type="text" value="http://www.authorstream.com/Presentations/DaveGrewal-6213" style="width: 340px;" class="txtBox" /></span><span><a href="#" class="lnkbtnAll" style="margin-top: 5px;">Copy</a><br /> <br /> <br /> </span><span class="defaultBrowser">Open in Default Browser</span> <span style="margin-top: 6px;"> OR</span> <span class="ituneBrowser">Open in iTunes</span> </p> <a href="#" class="lnkbtnAll" style="margin-top: 15px; padding: 0px;">Close</a> </div> </div> <!-- Podcast Feed Pop Up Div Ends --> <!-- WordPress Embed Pop Up Div --> <div class="PopUpDvAll modalWindow" style="width: 430px; display: none;" id="ShowWordPress"> <span class="closeIcon"><a href="javascript:void(0);" onclick="PopupClose();"> <img src="http://www.authorstream.com/images/icon_cross.gif" alt="Close" title="Close" /></a></span><br /> <div class="PopUpDvAllInner" style="width: 390px;"> <span class="headingwithLine"><span class="Orange_headingAll">WordPress embed  </span><span><img src="http://www.authorstream.com/images/bullet.gif" width="5" height="7" alt="" style="margin-top: 5px;" /></span><span id="spnEmbedHeader" class="smallHeading">Alejandro Figuera Smoothing Methods for LM in IR </span></span> <p> Feed URL:<br /> <span> <input name="txtWordPress" type="text" value="[authorSTREAM id= Kestrel-19978-Alejandro-Figuera-Smoothing-Methods-LM-IR-Outline-Linguistic-Phenomena-behind-Information-Variation-Languag-for-in-as-Entertainment-ppt-powerpoint pl= player by= Kestrel]" readonly="readonly" id="txtWordPress" class="txtBox" ondblclick="SelectData(this);" onclick="SelectData(this);" style="width: 340px" /></span> <span><a href="javascript:void(0);" class="lnkbtnAll" style="margin-top: 5px;" onclick="copy_Text();"> Copy</a></span> </p> <a href="javascript:void(0);" onclick="PopupClose();" class="lnkbtnAll" style="padding: 0px; margin-top: 15px;">Close</a> </div> </div> <!-- WordPress Embed Pop Up Div Ends --> <div id="div1" class="modalWindow_old" style="height: 250px; width: 418px; display: none;"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td style="width: 80%; height: 40px; padding-left: 10px;"> <span class="Orange_headingAll">Send to Blogs and Networks</span></td> <td align="right" style="padding-right: 10px;"> <img src="http://www.authorstream.com/Images/cross_small.gif" title="Close" style="cursor: pointer;" onclick="PopupClose();" /></td> </tr> </table> <div style="float: left; padding-left: 8px;"> <div id="divWildfirePost"> </div> </div> </div> <!-- Customize Embed Pop Up Div --> <div class="PopUpDvAll modalWindow" style="width: 680px; display: none;" id="ShowCustomizeEmbed"> <span class="closeIcon"><a href="javascript:void(0);" onclick="PopupClose();"> <img src="http://www.authorstream.com/images/icon_cross.gif" alt="Close" title="Close" /></a></span><br /> <div class="PopUpDvAllInner" style="width: 640px;"> <span class="headingwithLine"><span class="Orange_headingAll">Customize Embed  </span><span><img src="http://www.authorstream.com/images/bullet.gif" width="5" height="7" alt="" style="margin-top: 5px;" /></span><span id="spnCustomizeHeader" class="smallHeading">Alejandro Figuera Smoothing Methods for LM in IR </span></span> <div class="CustomizeLeft"> <p class="bdrbottom" style="padding-top: 0px;"> <span class="lblleft">Color Theme</span> <span class="colorTheme"><span><a href="#" class="colorGreen"></a></span><span><a href="#" class="colorGray"></a></span><span><a href="#" class="colorOrange"></a></span><span><a href="#" class="colorBlue"></a></span> <span><a href="#" class="colorBlack"></a></span></span> </p> <p class="bdrbottom"> <span class="lblleft">Selected embed Size:</span> <span class="lblright"><span> <select style="width: 130px; margin-right: 10px;"> <option>481 x 480</option> </select> </span><span>H x W</span> </span> </p> <p class="bdrbottom"> <span class="lblleft">Navigation Settings:</span> <span class="lblright"><span class="radiobtn_CustomizeEmbed"> <input type="radio" checked="checked" name="NavigationSettings" /></span><span>Default</span><br /> <span class="radiobtn_CustomizeEmbed"> <input type="radio" name="NavigationSettings" /></span><span>On click</span><br /> <span class="radiobtn_CustomizeEmbed"> <input type="radio" name="NavigationSettings" /></span><span>Automatic</span><br /> </span> </p> <p class="bdrbottom" style="padding-bottom: 0px; border: 0px;"> <span class="lblleft">Show Border:</span> <span class="lblright" style="margin-bottom: 8px;"> <select> <option>none</option> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select> </span> <br /> <span class="radiobtn_CustomizeEmbed"> <input type="radio" checked="checked" name="Include" /></span><span>Include related Presentation</span><span class="radiobtn_CustomizeEmbed"><input type="radio" style="margin-left: 5px;" name="Include" /></span><span>Ddon't include related Presentation</span> </p> </div> <div class="CustomizeRight"> <strong>   Preview:</strong><br /> <img src="http://www.authorstream.com/images/player_preview.gif" alt="Player Preview" width="200" height="171" /><br /> <a href="#">Click here to Preview in Original size</a></div> <div class="yelloblock"> <strong>Copy Embed Code</strong> <em>(Code Changes as per options selected)</em><br /> <span> <input type="text" style="width: 560px; padding: 5px;" class="txtBox" /></span><span><a href="#" class="lnkbtnAll" style="margin-top: 5px;">Copy</a></span> </div> <p class="bdrbottom"> <span class="radiobtn_CustomizeEmbed"> <input type="checkbox" /></span><span>Save Settings for future embeds</span></p> <a href="javascript:void(0);" onclick="PopupClose();" class="lnkbtnAll" style="padding: 0px; margin-top: 15px;">Close</a> </div> </div> <!-- Customize Embed Pop Up Div Ends --> <input name="hdnStatus" type="hidden" id="hdnStatus" value="0" /> <input name="hdnTagsStatus" type="hidden" id="hdnTagsStatus" value="0" /> <input name="featuredIndex" type="hidden" id="featuredIndex" /> <input name="featuredValue" type="hidden" id="featuredValue" /> <input name="inappIndex" type="hidden" id="inappIndex" /> <input name="inappVal" type="hidden" id="inappVal" /> </div> <script type="text/javascript"> <!-- Sys.Application.initialize(); Sys.Application.add_init(function() { $create(Custom.UI.AutoCompleteBehavior, {"cssHoverItem":"autoCompleteHoverItem","cssItem":"autoCompleteItem","cssList":"autoCompleteList","id":"CustomExtender1","minimumPrefixLength":1,"separatorChar":", ","serviceMethod":"GetTags","serviceURL":"http://www.authorstream.com/Services/Test.asmx"}, null, null, $get("txtTags")); }); // --> </script> </form> </body> </html>