<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: A Puntitled Framework for Evaluating the Quality of Puns	</title>
	<atom:link href="/2016/03/a-puntitled-framework-for-evaluating-the-quality-of-puns/feed/" rel="self" type="application/rss+xml" />
	<link>/2016/03/a-puntitled-framework-for-evaluating-the-quality-of-puns/</link>
	<description>The Adventures of Dan Schultz</description>
	<lastBuildDate>Thu, 17 Mar 2016 22:51:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.7.2</generator>
	<item>
		<title>
		By: rfong'12		</title>
		<link>/2016/03/a-puntitled-framework-for-evaluating-the-quality-of-puns/#comment-280</link>

		<dc:creator><![CDATA[rfong'12]]></dc:creator>
		<pubDate>Thu, 17 Mar 2016 22:51:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=2228#comment-280</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;/2016/03/a-puntitled-framework-for-evaluating-the-quality-of-puns/#comment-278&quot;&gt;Daniel Schultz&lt;/a&gt;.

Slant references seem difficult because they&#039;re simultaneously underconstrained and have high semantic dimensionality.

Mapping &quot;hate accessories&quot; to &quot;kill the messenger&quot; has some pretty expensive steps, which might be reduced by storing word-sense-similarity lookups much looser than synonymity
- very loose semantic association between &quot;hate&quot; and &quot;kill&quot;
- one word sense of &quot;accessories&quot; is a hypernym of a phrase containing &quot;messenger&quot;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="/2016/03/a-puntitled-framework-for-evaluating-the-quality-of-puns/#comment-278">Daniel Schultz</a>.</p>
<p>Slant references seem difficult because they&#8217;re simultaneously underconstrained and have high semantic dimensionality.</p>
<p>Mapping &#8220;hate accessories&#8221; to &#8220;kill the messenger&#8221; has some pretty expensive steps, which might be reduced by storing word-sense-similarity lookups much looser than synonymity<br />
&#8211; very loose semantic association between &#8220;hate&#8221; and &#8220;kill&#8221;<br />
&#8211; one word sense of &#8220;accessories&#8221; is a hypernym of a phrase containing &#8220;messenger&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: elplatt		</title>
		<link>/2016/03/a-puntitled-framework-for-evaluating-the-quality-of-puns/#comment-279</link>

		<dc:creator><![CDATA[elplatt]]></dc:creator>
		<pubDate>Wed, 16 Mar 2016 18:50:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=2228#comment-279</guid>

					<description><![CDATA[Proposal 1: modifier for the number of interpretations that are mutually, semantically consistent.]]></description>
			<content:encoded><![CDATA[<p>Proposal 1: modifier for the number of interpretations that are mutually, semantically consistent.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Daniel Schultz		</title>
		<link>/2016/03/a-puntitled-framework-for-evaluating-the-quality-of-puns/#comment-278</link>

		<dc:creator><![CDATA[Daniel Schultz]]></dc:creator>
		<pubDate>Wed, 16 Mar 2016 18:47:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=2228#comment-278</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;/2016/03/a-puntitled-framework-for-evaluating-the-quality-of-puns/#comment-277&quot;&gt;rfong&#039;12&lt;/a&gt;.

This is all awesome -- also, FWIW you might be able to generate slant references by analyzing a corpus for commonly repeated phrases.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="/2016/03/a-puntitled-framework-for-evaluating-the-quality-of-puns/#comment-277">rfong&#8217;12</a>.</p>
<p>This is all awesome &#8212; also, FWIW you might be able to generate slant references by analyzing a corpus for commonly repeated phrases.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: rfong'12		</title>
		<link>/2016/03/a-puntitled-framework-for-evaluating-the-quality-of-puns/#comment-277</link>

		<dc:creator><![CDATA[rfong'12]]></dc:creator>
		<pubDate>Wed, 16 Mar 2016 18:42:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=2228#comment-277</guid>

					<description><![CDATA[Ugh I thought my friend invented the n-dimensional pun terminology. Thanks for collating these into one place! I think it&#039;d be funnier (and more NLP-relevant) to refer to &quot;dual definitions&quot; as &quot;word-sense re-ambiguation&quot;. Slant references sound difficult to achieve programmatically.

I&#039;ve been doing a lot of what I call &quot;shittyNLP&quot; recently, which is just simple deterministic messing around with text for amusement purposes.

You might enjoy my Pun Assistinator (phonetic superstring lookup) - http://rfong.github.io/pun/
and this portmanteau generator (or couple name generator for your friends) - https://gist.github.com/rfong/1188f5128d6e443ede98]]></description>
			<content:encoded><![CDATA[<p>Ugh I thought my friend invented the n-dimensional pun terminology. Thanks for collating these into one place! I think it&#8217;d be funnier (and more NLP-relevant) to refer to &#8220;dual definitions&#8221; as &#8220;word-sense re-ambiguation&#8221;. Slant references sound difficult to achieve programmatically.</p>
<p>I&#8217;ve been doing a lot of what I call &#8220;shittyNLP&#8221; recently, which is just simple deterministic messing around with text for amusement purposes.</p>
<p>You might enjoy my Pun Assistinator (phonetic superstring lookup) &#8211; <a href="http://rfong.github.io/pun/" rel="nofollow ugc">http://rfong.github.io/pun/</a><br />
and this portmanteau generator (or couple name generator for your friends) &#8211; <a href="https://gist.github.com/rfong/1188f5128d6e443ede98" rel="nofollow ugc">https://gist.github.com/rfong/1188f5128d6e443ede98</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jonathan Bobrow		</title>
		<link>/2016/03/a-puntitled-framework-for-evaluating-the-quality-of-puns/#comment-276</link>

		<dc:creator><![CDATA[Jonathan Bobrow]]></dc:creator>
		<pubDate>Wed, 16 Mar 2016 17:58:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=2228#comment-276</guid>

					<description><![CDATA[Just wanted to add a great series of illustrated puns... http://oddowl.com/#/square-dance/ and http://oddowl.com/#/baroque-oli/]]></description>
			<content:encoded><![CDATA[<p>Just wanted to add a great series of illustrated puns&#8230; <a href="http://oddowl.com/#/square-dance/" rel="nofollow ugc">http://oddowl.com/#/square-dance/</a> and <a href="http://oddowl.com/#/baroque-oli/" rel="nofollow ugc">http://oddowl.com/#/baroque-oli/</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using disk: enhanced (SSL caching disabled) 
Minified using disk
Database Caching using disk

Served from: slifty.com @ 2021-05-25 23:11:59 by W3 Total Cache
-->