<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.scipedia.com/wd/index.php?action=history&amp;feed=atom&amp;title=Peng_et_al_2018a</id>
		<title>Peng et al 2018a - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://www.scipedia.com/wd/index.php?action=history&amp;feed=atom&amp;title=Peng_et_al_2018a"/>
		<link rel="alternate" type="text/html" href="https://www.scipedia.com/wd/index.php?title=Peng_et_al_2018a&amp;action=history"/>
		<updated>2026-04-30T19:55:32Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.27.0-wmf.10</generator>

	<entry>
		<id>https://www.scipedia.com/wd/index.php?title=Peng_et_al_2018a&amp;diff=196529&amp;oldid=prev</id>
		<title>Scipediacontent: Scipediacontent moved page Draft Content 237076649 to Peng et al 2018a</title>
		<link rel="alternate" type="text/html" href="https://www.scipedia.com/wd/index.php?title=Peng_et_al_2018a&amp;diff=196529&amp;oldid=prev"/>
				<updated>2021-02-01T18:27:55Z</updated>
		
		<summary type="html">&lt;p&gt;Scipediacontent moved page &lt;a href=&quot;/public/Draft_Content_237076649&quot; class=&quot;mw-redirect&quot; title=&quot;Draft Content 237076649&quot;&gt;Draft Content 237076649&lt;/a&gt; to &lt;a href=&quot;/public/Peng_et_al_2018a&quot; title=&quot;Peng et al 2018a&quot;&gt;Peng et al 2018a&lt;/a&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 18:27, 1 February 2021&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='en'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Scipediacontent</name></author>	</entry>

	<entry>
		<id>https://www.scipedia.com/wd/index.php?title=Peng_et_al_2018a&amp;diff=196528&amp;oldid=prev</id>
		<title>Scipediacontent: Created page with &quot; == Abstract ==  We introduce the structured projection of intermediate gradients optimization technique (SPIGOT), a new method for backpropagating through neural networks tha...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.scipedia.com/wd/index.php?title=Peng_et_al_2018a&amp;diff=196528&amp;oldid=prev"/>
				<updated>2021-02-01T18:27:50Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot; == Abstract ==  We introduce the structured projection of intermediate gradients optimization technique (SPIGOT), a new method for backpropagating through neural networks tha...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
== Abstract ==&lt;br /&gt;
&lt;br /&gt;
We introduce the structured projection of intermediate gradients optimization technique (SPIGOT), a new method for backpropagating through neural networks that include hard-decision structured predictions (e.g., parsing) in intermediate layers. SPIGOT requires no marginal inference, unlike structured attention networks (Kim et al., 2017) and some reinforcement learning-inspired solutions (Yogatama et al., 2017). Like so-called straight-through estimators (Hinton, 2012), SPIGOT defines gradient-like quantities associated with intermediate nondifferentiable operations, allowing backpropagation before and after them; SPIGOT's proxy aims to ensure that, after a parameter update, the intermediate structure will remain well-formed. We experiment on two structured NLP pipelines: syntactic-then-semantic dependency parsing, and semantic parsing followed by sentiment classification. We show that training with SPIGOT leads to a larger improvement on the downstream task than a modularly-trained pipeline, the straight-through estimator, and structured attention, reaching a new state of the art on semantic dependency parsing.&lt;br /&gt;
&lt;br /&gt;
Comment: ACL 2018&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Original document ==&lt;br /&gt;
&lt;br /&gt;
The different versions of the original document can be found in:&lt;br /&gt;
&lt;br /&gt;
* [http://arxiv.org/abs/1805.04658 http://arxiv.org/abs/1805.04658] under the license https://creativecommons.org/licenses/by&lt;br /&gt;
&lt;br /&gt;
* [http://dx.doi.org/10.18653/v1/p18-1173 http://dx.doi.org/10.18653/v1/p18-1173]&lt;br /&gt;
&lt;br /&gt;
* [https://www.aclweb.org/anthology/P18-1173.pdf https://www.aclweb.org/anthology/P18-1173.pdf]&lt;br /&gt;
&lt;br /&gt;
* [https://dblp.uni-trier.de/db/journals/corr/corr1805.html#abs-1805-04658 https://dblp.uni-trier.de/db/journals/corr/corr1805.html#abs-1805-04658],&lt;br /&gt;
: [https://arxiv.org/abs/1805.04658 https://arxiv.org/abs/1805.04658],&lt;br /&gt;
: [https://www.aclweb.org/anthology/P18-1173 https://www.aclweb.org/anthology/P18-1173],&lt;br /&gt;
: [https://www.aclweb.org/anthology/P18-1173.pdf https://www.aclweb.org/anthology/P18-1173.pdf],&lt;br /&gt;
: [https://arxiv.org/pdf/1805.04658.pdf https://arxiv.org/pdf/1805.04658.pdf],&lt;br /&gt;
: [https://aclanthology.info/papers/P18-1173/p18-1173 https://aclanthology.info/papers/P18-1173/p18-1173],&lt;br /&gt;
: [https://academic.microsoft.com/#/detail/2964263959 https://academic.microsoft.com/#/detail/2964263959] under the license cc-by&lt;/div&gt;</summary>
		<author><name>Scipediacontent</name></author>	</entry>

	</feed>