<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Gender Detection and Stylistic Differences and Similarities between Males and Females in a Dream Tales Blog</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Removing @username mentions</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University L'Orientale University L'Orientale University L'Orientale Naples</institution>
          ,
          <addr-line>Italy Naples</addr-line>
          ,
          <country country="IT">Italy</country>
          <addr-line>Naples</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>English. In this paper we present the results of a gender detection experiment carried out on a corpus we built downloading dream tales from a blog. We also highlight stylistic differences and similarities concerning lexical choices between men and women. In order to carry the experiment we built a feed-forward neural network with traditional sparse n-hot encoding using the Keras open source library.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>It is generally accepted that dreams are just an
unconscious production, and that represent a type of
non-manipulable happening. However, many
people believe that dreams are premonitory of future
events as well as representations and reworkings
of past events. Humans tend to preserve all
personal events, some of them in the form of a diary,
namely the best method to tell an event and keep
its aura of magic.</p>
      <p>
        Until recently, dream reports were relegated to the
the pages of paper journals or revealed to
familiar people. At an earlier time, dreams are gathered
from sleep research labs, psycho-therapeutic and
in patient settings, personal dream journals and
occasionally classroom settings where “most recent
dreams” and “most vivid dreams” are collected as
in
        <xref ref-type="bibr" rid="ref6">(Domhoff, 2003)</xref>
        .
      </p>
      <p>Social media have opened millions of pages where
people feel at ease to confess their thoughts,
their experience and even their secret fantasies.
These platforms such as Twitter, Facebook and
web blogs are a good ground for computational
text analysis research in social science and mental
health assessment via language.</p>
      <p>Copyright c 2019 for this paper by its authors. Use
permitted under Creative Commons License Attribution 4.0
International (CC BY 4.0).</p>
      <p>Diary narratives represent a field already
investigated by researchers. The recent development
of web communities focused on telling dreams
allows researchers to access and discover new
characteristics related to the language of dreams.
Stylistic and linguistic features of dreams in blog
reports are essential in order to detect writing style
and content differences between men and women,
but also enable future researches associated to the
different types of personality and styles associated
with mental health diagnoses and therapeutic
outcomes.</p>
      <p>The aim of this paper is to show that despite
dreams are just an unconscious production, there
are several stylistic differences between the
reports of dreams by males and females on online
blogs. The model we built is able to represent and
classify all stylistic differences.</p>
      <p>Moreover, this research represents a preliminary
step in the field of dream tales which will be
followed by an attempt to find stylistic differences
between dream tales and other forms of self
narration (i.e. travel tales).</p>
      <p>The paper is organized as follows: in Section 2 we
introduce Related Work, in Section 3 we describe
the corpus we built and the blog. Methodology is
described in Section 4 and Results are in Section
5. In Section 6 we present our Conclusions and we
introduce Future Work.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        Textual analysis of dream reports is still not a
completely investigated field in NLP. One of the
purposes of computational dream report analysis lies
in understanding how and why a dream narrative
differs from a waking narrative
        <xref ref-type="bibr" rid="ref10">(Hendrickx et al.,
2016)</xref>
        . For example, if a dream description
contains more function words than a waking
narrative, what is the relationship between the content
of dreams and the use of more function words?
Earlier studies were conducted by
        <xref ref-type="bibr" rid="ref3 ref6">(Domhoff, 2003
and Bulkeley, 2009)</xref>
        . In their researches, dream
reports are analyzed and a systematic category list
of words that can be used for queries and
wordfrequency counts in the DreamBank.net is
provided. The categories are related to the content
of dreams and used to retrieve the mentions of
emotions, characters, perception, movement and
socio-cultural background.
      </p>
      <p>On the basis of this approach (Bulkley, 2014)
update the categories list and evaluate it on four
datasets of the DreamBank corpus. It has been
shown that this type of word analysis can be
applied to detect the topics of dreams. In addition,
this latter contribution provides evidence that it is
possible to guess about a person’s life and
activities, personal concerns and interests based on an
individual dream collection .</p>
      <p>Other works focus on identifying the emotions in
the reports of dreams. In particular (Razav et
al., 2014) use a machine learning method to
assign emotion labels to dreams on a four-level
negative/positive sentiment scale. In their research,
dreams are represented as word vectors and
dynamic features are included to represent sentiment
changes in dream descriptions.</p>
      <p>
        In a more accurate sentiment analysis,
        <xref ref-type="bibr" rid="ref8">(Frantova
and Bergler, 2009)</xref>
        train a classifier, based on
semi-automatically compiled emotion word
dictionaries, in order to assign five fuzzy-emotion
categories to dream reports. Then, they compare their
results against a sample from the DreamBank that
is manually labeled with emotion annotations.
In some non-computational studies and aimed at
highlighting gender differences
        <xref ref-type="bibr" rid="ref24 ref25">(Schredl, 2005;
Schredl, 2010)</xref>
        , dream reports are used to spot
gender differences in dream recall. The first research
demonstrates that gender differences in dream
recalls and dream contents are stable. Human judges
are able to correctly match the dreamer’s gender
based on a single dream report with a
probability better than chance. Based on these findings,
in the latter study the stability of gender
differences in dream content is analyzed over time. Two
dream themes (work-related dreams and dreams
of deceased persons) were investigated and
gender differences resulted quite stable over time. In
        <xref ref-type="bibr" rid="ref12">(Mathes, 2013)</xref>
        gender differences are associated
to personality traits. The analysis indicate that
some of the big five personality dimensions might
be linked with some dream characteristics such
as characters and the occurrence of weapons or
clothes in dreams.
      </p>
      <p>
        In psychiatric studies, the gender variable is
identified as a predictive for psychotic behaviors and
disorders. In
        <xref ref-type="bibr" rid="ref29">(Thorup, et al., 2007)</xref>
        , the authors
showed that, in psychotic patients, the
genderrelated variable has a role in showing different
psycho-pathological characteristics and different
social functioning. Although no dream samples
were taken as a subject in this study.
      </p>
      <p>Dream diaries refine the research in uncovering
connections between dreams and dreamer’s
sociocultural background, mental conditions and
neurophysiological factors. The language of online
dreams in relation to mental health conditions has
yet to be analyzed, however prior laboratory
research suggests that dream content may differ
according to clinical conditions.</p>
      <p>
        In
        <xref ref-type="bibr" rid="ref28">(Skancke et al., 2014)</xref>
        , emotional tone, themes
and actor focus in dream report were associated
with anxiety disorders, schizophrenia,
personality and eating disorders. However, it is not clear
whether dream content can be predictive with
respect to mental disorders.
      </p>
      <p>
        In
        <xref ref-type="bibr" rid="ref20">(Scarone, 2008)</xref>
        , the hypothesis of the
dreaming brain as a neurobiological model for psychosis
is tested by focusing on cognitive bizarreness, a
distinctive property of the dreaming mental state
defined by discontinuities and incongruities in
the dream report, thoughts and feelings.
Cognitive bizarreness is measured in written reports of
dreams and in verbal reports of waking fantasies
in thirty schizophrenics and thirty normal controls.
The differences between these two groups
indicate that, under experimental conditions, the
waking cognition of schizophrenic subjects shares a
common degree of formal cognitive bizarreness
with dream reports of both normal controls and
schizophrenics. These results support the
hypothesis that dreaming brain could be a useful
experimental model for psychosis. Taking advantage
of all the above considerations and mixing the
psychiatric and neurobiological information of the
studies shown, the present research wants first of
all to reveal the differences between genders in
dreams. And as a future goal, starting from the
hypothesis of cognitive similarity between dreams
and psychoses and using dreams as an
experimental path, to clarify the relationship between gender
and psychosis.
      </p>
    </sec>
    <sec id="sec-3">
      <title>Dataset Description</title>
      <p>The web is full of blogs, where people can share
opinions, questions and personal feelings and
thoughts about their own life. Furthermore, people
also share their dreams, one of the most personal
hidden aspects of life.</p>
      <p>
        It is very easy to find a blog in which thousands
of people share their “dream experiences”,
sometimes discovering that other people have had
similar experiences dictated by similar life styles.
We investigated a blog, called SogniLucidi, on
which every day thousands of people tell their
dreams and nightmares, mixing their nightly
fantasies with their unconscious writing style choices.
SogniLucidi, that literally can be translated in
LucidDreams took its name from a term coined by
the Dutch psychiatrist Frederik
        <xref ref-type="bibr" rid="ref30">van Eeden in 1913</xref>
        :
it describes the situation in which dreamers are
aware that they are dreaming.
      </p>
      <p>There are many techniques that, when
correctly applied, allow dreamers to obtain a
“Lucid Dream” and that we report for
completeness: CAT (Cycle Adjustment Technique), MILD
(Mnemonic Induction of Lucid Dreaming), WBTB
(Wake Back To Bed), WILD (Wake Initiated Lucid
Dreams), RCT (Reality Control Test) and ITES
(Induction Through External Stimulus).</p>
      <p>The corpus we built for the investigation is
balanced with gender and the number of authors
analyzed is not randomly selected but represents the
precise number of participants to the blog.
3.1</p>
      <sec id="sec-3-1">
        <title>Dataset Statistics</title>
        <p>In this paragraph, we present the resulting
statistics obtained using the NLTK module together
with other statistics formulas for the analysis of
the corpus we built on SogniLucidi blog. In Table
1 we report two important statistics about words:
the number of tokens in texts written by men and
women and word types. We can notice that there
is a big difference in the number of tokens used by
Males (80629) and Females (57673).</p>
      </sec>
      <sec id="sec-3-2">
        <title>Number of Tokens</title>
      </sec>
      <sec id="sec-3-3">
        <title>Word Types</title>
      </sec>
      <sec id="sec-3-4">
        <title>Males</title>
        <p>80629
12254</p>
      </sec>
      <sec id="sec-3-5">
        <title>Females</title>
        <p>57673
11158
In Tables 2 and 3 we present four lists of six
exclusive nouns and six exclusive verbs used by men
or women. Both exclusive nouns and exclusive
verbs are the most relevant for frequency for Males
and Females classes. Verbs are reported in their
base form. The results indicate, without
interpretative effort for a human, that most relevant topics
given these high frequency words are associated
to activities and events that the dreamers want to
happen, in settings and adventurous situations for
male dreamers. Meanwhile dreamers belonging to
Females class seem to set their dreams in a
baleful scenario, where “transizione” (transition) and
“trapasso” (transition) mean that they dream about
twilight state, beyond death or they fantasize about
surreal activities.</p>
        <p>Males
destinazione (destination)
esplosione (explosion)
foresta (wood)
lenzuola (linens)
spiaggia (beach)
terrazze (terraces)</p>
        <p>Females
balzo (bound)</p>
        <p>luce (light)
nuvola (cloud)
piscina (swimming pool)
transizione (transition)
trapasso (transition)
The training corpus consists in dream text
descriptions written by two groups of authors:
28 Female authors.</p>
        <p>The corpus is balanced and labelled with gender.
Gender annotation has been done manually and
based on the name of the users, their profile
photos and description. For each author, a total of
fifteen texts about dreams are provided. Authors
are coded with an alpha-numeric author-ID. For
each author, the last fifteen texts about dreams
have been retrieved from the personal web diary’s
timeline. As a result, the time frame of the dream
reports might vary from days to months,
depending on how frequently users report their dreams
on the blog. To train our classification model, we
exploited the descriptions of dreams only and not
the comments (both comments of the authors and
comments of other members of the SogniLucidi
blog).
4.1</p>
      </sec>
      <sec id="sec-3-6">
        <title>Preprocessing</title>
        <p>For preprocessing we used the Python library
BeautifulSoup along with same regex procedures.
We performed the following preprocessing steps:</p>
        <sec id="sec-3-6-1">
          <title>Removing the html tags;</title>
        </sec>
        <sec id="sec-3-6-2">
          <title>Removing URLs;</title>
        </sec>
        <sec id="sec-3-6-3">
          <title>Lower-casing the characters;</title>
          <p>Detecting stop-words by document
frequency and removing. Only n-grams that
occurred in all documents has been considered
a stop-word and ignored.
4.2</p>
        </sec>
      </sec>
      <sec id="sec-3-7">
        <title>Features</title>
        <p>Feature selection is a very critical step in any
model. For feature selection we use the sklearn
utilities SelectKbest. It selects the n-best feature
based on a given criterion. In our experiments,
the features are selected on the f classif criteria.
This function perform an ANOVA test, a type of
hypothesis test, on each feature on its own and
assign that feature a p-value. The SelectKbest rank
the features by that p-value and keep only the
nbest features. The feature set for the dream dataset
benefits from word trigrams in addition to other
ngrams. In our final model, we use the following
ngrams features: Word unigrams, bigrams and
trigrams.</p>
        <p>Word level n-grams used the following
parameters:</p>
        <p>Minimum document frequency = 2. Terms
with a document frequency lower than would
be ignored;
Term frequency-inverse document frequency
(tf-idf) weighting;
Maximum document frequency = 1.0 or
rather terms that occur in all documents
would be ignored.</p>
      </sec>
      <sec id="sec-3-8">
        <title>4.2.1 Classification Model</title>
        <p>We built a neural network to perform the gender
detection issue. We decided to run a feed-forward
neural network with traditional sparse one-hot
encoding with the Keras open source library. After a
parameters selection, the model obtained the best
performance with an Adam optimizer and a
learning rate of 0.32, feeding it with a batch size of
seventy and training for thirty epochs. Moreover, the
input layer of sixty-five neurons with an
initialization using a norm kernel. Then, a RELU
activation function was applied, followed by a dropout
layer. During optimization, we found that a
relatively big dropout rate of 0.5 outperformed the
smaller dropout rates. The output layer is a single
neuron, followed by a linear activation function.
The feature set provided to the model was an
nhot encoding of the uni-, bi- and trigrams.
5</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Results</title>
      <p>In this section we describe the results on the
training data and the test data. The data we used was
split into training and test data. The training set
contains a known output and the model learns on
this data in order to be generalized to other data
later on. We have the test set (or subset) in order to
test our model+ prediction on this subset. We
calculated accuracy scores on the training data, both
on validation set (Dev set) of 0.3 and Test set of
0.2. The performances (both for Dev test and Test
set) are shown in Table 5 in terms of Accuracy,
Precision and F1 Score. We obtained roughly the
same results for Accuracy in Dev set and the Test
set, 0.794 and 0.775, respectively.</p>
      <p>Finally, in order to compare our approach, we
considered two other baseline models namely
Multinomial Naive Bayes (MNB) and Linear Support
Vector Machine (SVM) besides the feed-forward</p>
      <sec id="sec-4-1">
        <title>Accuracy</title>
      </sec>
      <sec id="sec-4-2">
        <title>Precision</title>
      </sec>
      <sec id="sec-4-3">
        <title>F1 Score</title>
        <p>Dev set
0.796
0.937
0.803
To assess the performance of the model, the
Root Mean Square Error (RMSE) was computed.
RSME measures the distance of the predicted
value to the true value. It is a measure of error,
so the lower is the score, the better is the
performance. We show RMSE results in Table 7.</p>
        <p>Dev set
0.233</p>
      </sec>
      <sec id="sec-4-4">
        <title>Test set</title>
        <p>0.224</p>
        <p>Using classification accuracy alone when
evaluating the performance of the classification algorithm
could be misleading, especially if the dataset- as in
our case - is limited in size or is unbalanced or
contains more than two classes. Hence, a confusion
matrix is used to evaluate the results of the
experiments. The confusion matrix M is a N-
dimensional matrix, where N is the number of classes,
that summarizes the classification performance of
a classifier with respect to Test set and Dev set,
both as in our case. Each column of the
matrix represents predicted classifications and each
row represents actual defined classifications. As
shown in Table 8, during the validation phase, the
classifier made a total of two hundred-sixteen
predictions, while during the test phase the classifier
made a total of two hundred-fourteen predictions.
Out of two hundred-sixteen cases in validation, the
classifier predicted “Females” forty-four times and
sixty-four “Males”. Actually, sixty people in the
sample belong to “Females” class and forty-eight</p>
      </sec>
      <sec id="sec-4-5">
        <title>Males</title>
      </sec>
      <sec id="sec-4-6">
        <title>Females</title>
      </sec>
      <sec id="sec-4-7">
        <title>Males</title>
        <p>45
19</p>
        <p>After this intermediate phase and after having
tuned the parameters in order to optimize the
model on the previous results, the classifier made
a total of two hundred-fourteen predictions
during the test phase. Out of two hundred-fourteen
predictions, the model predicted “Females”
fortythree times and sixty-four “Males”. Indeed,
fiftynine people belong to “Females” class and, as
predicted during the validation phase, forty-eight to
“Males” class. We report gender prediction results
on test data in the confusion matrix in Table 9.</p>
      </sec>
      <sec id="sec-4-8">
        <title>Males</title>
      </sec>
      <sec id="sec-4-9">
        <title>Females</title>
        <p>In this paper we have shown our results on
gender detection in dream diaries and writing styles
differences and similarities between males and
females in dream tales. First we explored the
vocabulary of dream descriptions for both the
genreclass by listing some of the representative words
for each genre. Then, we evaluated our gender
detection model on the dream reports dataset. The
model succeeded in obtaining good results
managing to distinguish a good part of dreams made
by men or women. This research represents our
preliminary step in the field, toward subsequent
studies, in which we are trying to detect stylistic
differences between dream tales and personal
descriptive narratives, such as travel tales and other
forms of self-narration.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgments</title>
      <p>This project has been partially supported by the
PON Ricerca e Innovazione 2014/20 and the POR
Campania FSE 2014/2020 funds.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Altszyler</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sigman</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ribeiro</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Slezak</surname>
            ,
            <given-names>D. F..</given-names>
          </string-name>
          (
          <year>2016</year>
          ).
          <article-title>Comparative study of LSA vs Word2vec embeddings in small corpora: a case study in dreams database</article-title>
          .
          <source>arXiv preprint arXiv:1610</source>
          .
          <fpage>01520</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Altszyler</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ribeiro</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sigman</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Slezak</surname>
            ,
            <given-names>D. F..</given-names>
          </string-name>
          (
          <year>2017</year>
          ).
          <article-title>The interpretation of dream meaning: Resolving ambiguity using Latent Semantic Analysis in a small corpus of text</article-title>
          .
          <source>Consciousness and cognition</source>
          ,
          <volume>56</volume>
          ,
          <fpage>178</fpage>
          -
          <lpage>187</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Bulkeley</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          . (
          <year>2009</year>
          ).
          <article-title>Seeking patterns in dream content: A systematic approach to word searches</article-title>
          .
          <source>Consciousness and cognition</source>
          ,
          <volume>18</volume>
          (
          <issue>4</issue>
          ),
          <fpage>905</fpage>
          -
          <lpage>916</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Bulkeley</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          . (
          <year>2014</year>
          ).
          <article-title>Digital dream analysis: A revised method</article-title>
          .
          <source>Consciousness and cognition</source>
          ,
          <volume>29</volume>
          ,
          <fpage>159</fpage>
          -
          <lpage>170</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Coelho</surname>
            ,
            <given-names>H..</given-names>
          </string-name>
          (
          <year>2010</year>
          ).
          <article-title>Classification of dreams using machine learning</article-title>
          .
          <source>In ECAI: 19th European Conference on Artificial Intelligence: Including Prestigious Applications of Artificial Intelligence (PAIS2010): Proceedings</source>
          (Vol.
          <volume>215</volume>
          , p.
          <fpage>169</fpage>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Domhoff</surname>
            ,
            <given-names>G. W..</given-names>
          </string-name>
          (
          <year>2003</year>
          ).
          <article-title>The scientific study of dreams: Neural networks, cognitive development, and content analysis</article-title>
          .
          <source>American</source>
          Psychological Association.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Domhoff</surname>
            ,
            <given-names>G. W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schneider</surname>
            ,
            <given-names>A..</given-names>
          </string-name>
          (
          <year>2008</year>
          ).
          <article-title>Similarities and differences in dream content at the crosscultural, gender, and individual levels</article-title>
          .
          <source>Consciousness and cognition</source>
          ,
          <volume>17</volume>
          (
          <issue>4</issue>
          ),
          <fpage>1257</fpage>
          -
          <lpage>1265</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Frantova</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bergler</surname>
            ,
            <given-names>S..</given-names>
          </string-name>
          (
          <year>2009</year>
          ).
          <article-title>Automatic emotion annotation of dream diaries. In Proceedings of the analyzing social media to represent collective knowledge workshop at</article-title>
          K-CAP
          <year>2009</year>
          ,
          <article-title>The fifth international conference on knowledge capture.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Hawkins</surname>
            ,
            <given-names>I. I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Raymond</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Boyd</surname>
            ,
            <given-names>R. L.</given-names>
          </string-name>
          <year>2017</year>
          .
          <article-title>Such stuff as dreams are made on: Dream language, LIWC norms, and personality correlates</article-title>
          ,
          <source>Dreaming</source>
          ,
          <volume>27</volume>
          (
          <issue>2</issue>
          ),
          <fpage>102</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Hendrickx</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Onrust</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kunneman</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hrriyetolu</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bosch</surname>
            ,
            <given-names>A. V. D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stoop</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          <year>2016</year>
          .
          <article-title>Unraveling reported dreams with text analytics</article-title>
          .
          <source>arXiv preprint arXiv:1612</source>
          .
          <fpage>03659</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Koppel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Argamon</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shimoni</surname>
            ,
            <given-names>A. R.</given-names>
          </string-name>
          ,
          <year>2002</year>
          .
          <article-title>Automatically categorizing written texts by author gender</article-title>
          .
          <source>Literary and linguistic computing</source>
          ,
          <volume>17</volume>
          (
          <issue>4</issue>
          ),
          <fpage>401</fpage>
          -
          <lpage>412</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Mathes</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schredl</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          . (
          <year>2013</year>
          ).
          <article-title>Gender differences in dream content: Are they related to personality?</article-title>
          .
          <source>International Journal of Dream Research.</source>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>Mechti</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jaoua</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Belguith</surname>
            ,
            <given-names>L. H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Faiz</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <year>2013</year>
          .
          <article-title>Author profiling using style-based features</article-title>
          ,
          <source>Notebook Papers of CLEF2.</source>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>McNamara</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Duffy-Deno</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marsh</surname>
            ,
            <given-names>T..</given-names>
          </string-name>
          (
          <year>2019</year>
          ).
          <article-title>Dream content analysis using Artificial Intelligence</article-title>
          .
          <source>International Journal of Dream Research</source>
          ,
          <fpage>42</fpage>
          -
          <lpage>52</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <surname>Mukherjee</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          .
          <article-title>(2010, October)</article-title>
          .
          <article-title>Improving gender classification of blog authors</article-title>
          .
          <source>In In Proceedings of the 2010 conference on Empirical Methods in natural Language Processing</source>
          (pp.
          <fpage>207</fpage>
          -
          <lpage>217</lpage>
          ).
          <article-title>Association for Computational Linguistics</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <surname>Niederhoffer</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schler</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Crutchley</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Loveys</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Coppersmith</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          .
          <article-title>(2017, August)</article-title>
          .
          <article-title>In your wildest dreams: the language and psychological features of dreams</article-title>
          .
          <source>In Proceedings of the Fourth Workshop on Computational Linguistics and Clinical PsychologyFrom Linguistic</source>
          Signal to Clinical Reality (pp.
          <fpage>13</fpage>
          -
          <lpage>25</lpage>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <surname>Nielsen</surname>
            ,
            <given-names>T. A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stenstrom</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          . (
          <year>2005</year>
          ).
          <article-title>What are the memory sources of dreaming?</article-title>
          .
          <source>Nature</source>
          ,
          <volume>437</volume>
          (
          <issue>7063</issue>
          ),
          <fpage>1286</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
          </string-name>
          , P..
          <year>2013</year>
          .
          <article-title>Use of language and author profiling: Identification of gender and age</article-title>
          ,
          <source>Natural Language Processing and Cognitive Science</source>
          ,
          <volume>177</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <surname>Razavi</surname>
            ,
            <given-names>A. H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Matwin</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>De Koninck</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Amini</surname>
            ,
            <given-names>R. R..</given-names>
          </string-name>
          (
          <year>2014</year>
          ).
          <article-title>Dream sentiment analysis using second order soft co-occurrences (SOSCO) and time course representations</article-title>
          .
          <source>Journal of Intelligent Information Systems</source>
          ,
          <volume>42</volume>
          (
          <issue>3</issue>
          ),
          <fpage>393</fpage>
          -
          <lpage>413</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <surname>Scarone</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Manzone</surname>
            ,
            <given-names>M. L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gambini</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kantzas</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Limosani</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          , D'agostino,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Hobson</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. A..</surname>
          </string-name>
          (
          <year>2008</year>
          ).
          <article-title>The dream as a model for psychosis: an experimental approach using bizarreness as a cognitive marker</article-title>
          .
          <source>Schizophrenia Bulletin</source>
          ,
          <volume>34</volume>
          (
          <issue>3</issue>
          ),
          <fpage>515</fpage>
          -
          <lpage>522</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <string-name>
            <surname>Scarpelli</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bartolacci</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>D'Atri</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gorgoni</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>De Gennaro</surname>
            ,
            <given-names>L..</given-names>
          </string-name>
          (
          <year>2019</year>
          ).
          <article-title>The functional role of dreaming in emotional processes</article-title>
          . Frontiers in Psychology,
          <volume>10</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          <string-name>
            <surname>Schredl</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sahin</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schfer</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          .
          <article-title>(</article-title>
          <year>1998</year>
          ).
          <article-title>Gender differences in dreams: do they reflect gender differences in waking life?</article-title>
          .
          <source>Personality and Individual Differences</source>
          ,
          <volume>25</volume>
          (
          <issue>3</issue>
          ),
          <fpage>433</fpage>
          -
          <lpage>442</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          <string-name>
            <surname>Schredl</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ciric</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gtz</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wittmann</surname>
            ,
            <given-names>L..</given-names>
          </string-name>
          (
          <year>2004</year>
          ).
          <article-title>Typical dreams: stability and gender differences</article-title>
          .
          <source>The journal of psychology</source>
          ,
          <volume>138</volume>
          (
          <issue>6</issue>
          ),
          <fpage>485</fpage>
          -
          <lpage>494</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          <string-name>
            <surname>Schredl</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Piel</surname>
          </string-name>
          , E.. (
          <year>2005</year>
          ).
          <article-title>Gender differences in dreaming: Are they stable over time?</article-title>
          .
          <source>Personality and Individual Differences</source>
          ,
          <volume>39</volume>
          (
          <issue>2</issue>
          ),
          <fpage>309</fpage>
          -
          <lpage>316</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          <string-name>
            <surname>Schredl</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Becker</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Feldmann</surname>
          </string-name>
          , E.. (
          <year>2010</year>
          ).
          <article-title>Predicting the dreamers gender from a single dream report: A matching study in a non-student sample</article-title>
          .
          <source>International Journal of Dream Research.</source>
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          <string-name>
            <surname>Schredl</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Noveski</surname>
            ,
            <given-names>A..</given-names>
          </string-name>
          (
          <year>2018</year>
          ). Lucid Dreaming:
          <string-name>
            <given-names>A Diary</given-names>
            <surname>Study. Imagination</surname>
          </string-name>
          , Cognition and Personality,
          <volume>38</volume>
          (
          <issue>1</issue>
          ), 517. https://doi.org/10.1177/0276236617742622 Siclari,
          <string-name>
            <surname>F.</surname>
          </string-name>
          , et al. (
          <year>2017</year>
          ).
          <article-title>The neural correlates of dreaming</article-title>
          .
          <source>Nature neuroscience</source>
          ,
          <volume>20</volume>
          (
          <issue>6</issue>
          ),
          <fpage>872</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          <string-name>
            <surname>Silberman</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bentin</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Miikkulainen</surname>
            ,
            <given-names>R..</given-names>
          </string-name>
          (
          <year>2007</year>
          ).
          <article-title>Semantic Boost on Episodic Associations: An EmpiricallyBased Computational Model</article-title>
          .
          <source>Cognitive Science</source>
          ,
          <volume>31</volume>
          (
          <issue>4</issue>
          ),
          <fpage>645</fpage>
          -
          <lpage>671</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          <string-name>
            <surname>Skancke</surname>
            ,
            <given-names>J. F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Holsen</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schredl</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          . (
          <year>2014</year>
          ).
          <article-title>Continuity between waking life and dreams of psychiatric patients: a review and discussion of the implications for dream research</article-title>
          .
          <source>International Journal of Dream Research.</source>
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          <string-name>
            <surname>Thorup</surname>
          </string-name>
          , Anne and Petersen, Lone and Jeppesen, Pia and Ohlenschlaeger, Johan and Christensen, Torben and Krarup, Gertrud and Jorgensen, Per and Nordentoft, Merete. (
          <year>2007</year>
          ).
          <article-title>Gender differences in young adults with first-episode schizophrenia spectrum disorders at baseline in the Danish OPUS study</article-title>
          .
          <source>The Journal of nervous and mental disease</source>
          ,
          <volume>195</volume>
          (
          <issue>5</issue>
          ),
          <fpage>396</fpage>
          -
          <lpage>405</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          <string-name>
            <surname>Van Eeden</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          .
          <article-title>(1913, July). A study of dreams</article-title>
          .
          <source>In Proceedings of the Society for Psychical Research</source>
          .Vol.
          <volume>26</volume>
          , No.
          <source>Part 47</source>
          , pp.
          <fpage>431</fpage>
          -
          <lpage>461</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>