<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>52nlp&#039;s Learning Notes &#187; Maximum Entropy Model</title>
	<atom:link href="http://www.52nlp.com/tag/maximum-entropy-model/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.52nlp.com</link>
	<description>Natural Language Processing, Machine Learning, Programming Skill, Mathematics</description>
	<lastBuildDate>Sat, 23 Apr 2011 05:17:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Maximum Entropy Model Tutorial Reading</title>
		<link>http://www.52nlp.com/maximum-entropy-model-tutorial-reading/</link>
		<comments>http://www.52nlp.com/maximum-entropy-model-tutorial-reading/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 14:47:03 +0000</pubDate>
		<dc:creator>52nlp</dc:creator>
				<category><![CDATA[NLP]]></category>
		<category><![CDATA[Maximum Entropy Model]]></category>

		<guid isPermaLink="false">http://www.52nlp.com/maximum-entropy-model-tutorial-reading/</guid>
		<description><![CDATA[　　This post is reprinted from Dr Zhang&#8217;s Maximum Entropy Modeling Toolkit manul. This section lists some recommended papers for your further reference. 1. Maximum Entropy Approach to Natural Language Processing [Berger et al., 1996] 　　A must read paper on applying &#8230; <a href="http://www.52nlp.com/maximum-entropy-model-tutorial-reading/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://www.52nlp.com/statistical-machine-translation-tutorial-reading/' rel='bookmark' title='Permanent Link: Statistical Machine Translation Tutorial Reading'>Statistical Machine Translation Tutorial Reading</a></li>
<li><a href='http://www.52nlp.com/graphical-models-and-bayesian-networks-tutorial-reading/' rel='bookmark' title='Permanent Link: Graphical Models and Bayesian Networks Tutorial Reading'>Graphical Models and Bayesian Networks Tutorial Reading</a></li>
<li><a href='http://www.52nlp.com/bayesian-modeling-for-language-tutorial-reading/' rel='bookmark' title='Permanent Link: Bayesian Modeling for Language Tutorial Reading'>Bayesian Modeling for Language Tutorial Reading</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest-is-reordering-model-a-must-be-used-component-to-use/' rel='bookmark' title='Permanent Link: Moses Support Digest:Is reordering model a must-be-used component to use?'>Moses Support Digest:Is reordering model a must-be-used component to use?</a></li>
<li><a href='http://www.52nlp.com/moses-support-digesta-code-monkey-available-will-work-for-peanuts/' rel='bookmark' title='Permanent Link: Moses Support Digest:Code monkey available,Will work for peanuts'>Moses Support Digest:Code monkey available,Will work for peanuts</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest-about-the-hierarchical-model-of-moses/' rel='bookmark' title='Permanent Link: Moses Support Digest:About the hierarchical model of Moses'>Moses Support Digest:About the hierarchical model of Moses</a></li>
<li><a href='http://www.52nlp.com/moses-digest-building-pos-language-model-with-srilm/' rel='bookmark' title='Permanent Link: Moses Support Digest:Building POS language model with SRILM'>Moses Support Digest:Building POS language model with SRILM</a></li>
<li><a href='http://www.52nlp.com/from-nlpers-getting-started-in-nlp/' rel='bookmark' title='Permanent Link: From nlpers:Getting Started in NLP'>From nlpers:Getting Started in NLP</a></li>
<li><a href='http://www.52nlp.com/a-cool-dictionary-for-natural-language-processing/' rel='bookmark' title='Permanent Link: A Cool Dictionary for Natural Language Processing'>A Cool Dictionary for Natural Language Processing</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest-tuning-failure-with-language-model-type-unknown/' rel='bookmark' title='Permanent Link: Moses Support Digest:Tuning failure with Language model type unknown'>Moses Support Digest:Tuning failure with Language model type unknown</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>　　This post is reprinted from Dr Zhang&#8217;s <a href="http://homepages.inf.ed.ac.uk/lzhang10/maxent_toolkit.html"target=_blank>Maximum Entropy Modeling Toolkit</a> manul. This section lists some recommended papers for your further reference.<span id="more-20"></span></p>
<p><strong>1. Maximum Entropy Approach to Natural Language Processing [Berger et al., 1996]</strong><br />
　　A must read paper on applying maxent technique to Natural Language Processing. This paper describes maxent in detail and presents an Increment Feature Selection algorithm for increasingly construct a maxent model as well as several example in statistical Machine Translation.</p>
<p><strong>2.Inducing Features of Random Fields [Della Pietra et al., 1997]</strong><br />
　　Another must read paper on maxent. It deals with a more general frame work: Random Fields and proposes an Improved Iterative Scaling algorithm for estimating parameters of Random Fields. This paper gives theoretical background to Random Fields (and hence Maxent model). A greedy Field Induction method is presented to automatically construct a detail random elds from a set of atomic features. An word morphology application for English is developed.</p>
<p><strong>3.Adaptive Statistical Language Modeling: A Maximum Entropy Approach [Rosenfeld, 1996]</strong><br />
　　This paper applied ME technique to statistical language modeling task. More specically, it built a conditional Maximum Entropy model that incorporated traditional N-gram, distant N-gram and trigger pair features. Significantly perplexity reduction over baseline trigram model was reported. Later, Rosenfeld and his group proposed a Whole Sentence Exponential Model that overcome the computation bottleneck of conditional ME model.</p>
<p><strong>4.Maximum Entropy Models For Natural Language Ambiguity Resolution [Ratnaparkhi, 1998]</strong><br />
　　This dissertation discussed the application of maxent model to various Natural Language Disambiguity tasks in detail. Several problems were attacked within the ME framework: sentence boundary detection, part-of-speech tagging, shallow parsing and text categorization. Comparison with other machine learning technique (Naive Bayes, Transform Based Learning, Decision Tree etc.) are given.</p>
<p><strong>5.The Improved Iterative Scaling Algorithm: A Gentle Introduction [Berger, 1997]</strong><br />
　　This paper describes IIS algorithm in detail. The description is easier to understand than [Della Pietra et al., 1997], which involves more mathematical notations.</p>
<p><strong>6.Stochastic Attribute-Value Grammars (Abney, 1997)</strong><br />
　　Abney applied Improved Iterative Scaling algorithm to parameters estimation of Attribute-Value grammars, which can not be corrected calculated by ERF method (though it works on PCFG). Random Fields is the model of choice here with a general Metropolis-Hasting Sampling on calculating feature expectation under newly constructed model.</p>
<p><strong>7.A comparison of algorithms for maximum entropy parameter estimation [Malouf, 2003]</strong><br />
　　Four iterative parameter estimation algorithms were compared on several NLP tasks. L-BFGS was observed to be the most effective parameter estimation method for Maximum Entropy model, much better than IIS and GIS. [Wallach, 2002] reported similar results on parameter estimation of Conditional Random Fields.</p>
<p><!--adsense--></p>


<p>Related posts:<ol><li><a href='http://www.52nlp.com/statistical-machine-translation-tutorial-reading/' rel='bookmark' title='Permanent Link: Statistical Machine Translation Tutorial Reading'>Statistical Machine Translation Tutorial Reading</a></li>
<li><a href='http://www.52nlp.com/graphical-models-and-bayesian-networks-tutorial-reading/' rel='bookmark' title='Permanent Link: Graphical Models and Bayesian Networks Tutorial Reading'>Graphical Models and Bayesian Networks Tutorial Reading</a></li>
<li><a href='http://www.52nlp.com/bayesian-modeling-for-language-tutorial-reading/' rel='bookmark' title='Permanent Link: Bayesian Modeling for Language Tutorial Reading'>Bayesian Modeling for Language Tutorial Reading</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest-is-reordering-model-a-must-be-used-component-to-use/' rel='bookmark' title='Permanent Link: Moses Support Digest:Is reordering model a must-be-used component to use?'>Moses Support Digest:Is reordering model a must-be-used component to use?</a></li>
<li><a href='http://www.52nlp.com/moses-support-digesta-code-monkey-available-will-work-for-peanuts/' rel='bookmark' title='Permanent Link: Moses Support Digest:Code monkey available,Will work for peanuts'>Moses Support Digest:Code monkey available,Will work for peanuts</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest-about-the-hierarchical-model-of-moses/' rel='bookmark' title='Permanent Link: Moses Support Digest:About the hierarchical model of Moses'>Moses Support Digest:About the hierarchical model of Moses</a></li>
<li><a href='http://www.52nlp.com/moses-digest-building-pos-language-model-with-srilm/' rel='bookmark' title='Permanent Link: Moses Support Digest:Building POS language model with SRILM'>Moses Support Digest:Building POS language model with SRILM</a></li>
<li><a href='http://www.52nlp.com/from-nlpers-getting-started-in-nlp/' rel='bookmark' title='Permanent Link: From nlpers:Getting Started in NLP'>From nlpers:Getting Started in NLP</a></li>
<li><a href='http://www.52nlp.com/a-cool-dictionary-for-natural-language-processing/' rel='bookmark' title='Permanent Link: A Cool Dictionary for Natural Language Processing'>A Cool Dictionary for Natural Language Processing</a></li>
<li><a href='http://www.52nlp.com/moses-support-digest-tuning-failure-with-language-model-type-unknown/' rel='bookmark' title='Permanent Link: Moses Support Digest:Tuning failure with Language model type unknown'>Moses Support Digest:Tuning failure with Language model type unknown</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.52nlp.com/maximum-entropy-model-tutorial-reading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

