<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Jones William</title>
    <description>The latest articles on DEV Community by Jones William (@jones_william_01015943a08).</description>
    <link>https://dev.to/jones_william_01015943a08</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3990275%2Fcc1d39f0-f357-49b5-a0af-b66d3b9bf5a5.png</url>
      <title>DEV Community: Jones William</title>
      <link>https://dev.to/jones_william_01015943a08</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jones_william_01015943a08"/>
    <language>en</language>
    <item>
      <title>I Built an Open-Source Dataset of 985 Dream Symbols — Here's How You Can Use It</title>
      <dc:creator>Jones William</dc:creator>
      <pubDate>Thu, 18 Jun 2026 06:29:35 +0000</pubDate>
      <link>https://dev.to/jones_william_01015943a08/i-built-an-open-source-dataset-of-985-dream-symbols-heres-how-you-can-use-it-25m7</link>
      <guid>https://dev.to/jones_william_01015943a08/i-built-an-open-source-dataset-of-985-dream-symbols-heres-how-you-can-use-it-25m7</guid>
      <description>&lt;p&gt;If you work in NLP, psychology, or sleep research, you've probably noticed something: there's no clean, structured, open-source dataset of dream symbols with clinical interpretations.&lt;/p&gt;

&lt;p&gt;The existing options are either tiny (50-200 entries annotated by a single researcher), locked behind paywalls, or folk dream dictionaries with no scientific grounding.&lt;/p&gt;

&lt;p&gt;So I built one. &lt;strong&gt;985 entries. Open-source. Psychology-grounded. Free.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Data
&lt;/h2&gt;

&lt;p&gt;Each entry looks like this:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"slug"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"teeth-crumbling-dream"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"keyword"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"Teeth Crumbling in Mouth"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"icon"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"🦷"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"category"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"body"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"summary"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"Gradual erosion of control or confidence. Unlike sudden tooth loss dreams, crumbling indicates slow, grinding stress rather than sudden shock."&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"date"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"2026-05-28"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"url"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"https://tool.heartyearning.com/dictionary/teeth-crumbling-dream/"&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Six categories: &lt;strong&gt;life (259), body (202), spirit (148), animals (135), nature (114), people (105).&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Where the Interpretations Come From
&lt;/h2&gt;

&lt;p&gt;Not folk wisdom. Every entry is cross-referenced against:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;NIH NINDS&lt;/strong&gt; sleep research&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Jung's analytical psychology&lt;/strong&gt; (archetypes, shadow work)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dr. Matthew Walker's work&lt;/strong&gt; at UC Berkeley (Why We Sleep)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Nielsen &amp;amp; Levin's neurocognitive model&lt;/strong&gt; (Sleep Medicine Reviews)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How to Get It
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;[&lt;a href="https://github.com/ljt-one/dream-symbols-dataset" rel="noopener noreferrer"&gt;Download on GitHub&lt;/a&gt;]
(&lt;a href="https://tool.heartyearning.com/dictionary/" rel="noopener noreferrer"&gt;https://tool.heartyearning.com/dictionary/&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How to Cite
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;HeartYearning Dream Symbols Dataset (985 entries)
https://tool.heartyearning.com/dictionary/
Retrieved 2026.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;I built this because the dream symbols people actually search for — body horror, existential terror, social anxiety dreams — are exactly the ones major health publishers won't cover for brand safety reasons. If you're researching dream content, this dataset fills a gap nothing else does.&lt;/p&gt;

</description>
      <category>dataset</category>
      <category>nlp</category>
      <category>psychology</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
