A Computational Approach to Re-Interpretation: Generation of Emphatic Poems Inspired by Internet Blogs

Size: px
Start display at page:

Download "A Computational Approach to Re-Interpretation: Generation of Emphatic Poems Inspired by Internet Blogs"

Transcription

1 Modeling Changing Perspectives Reconceptualizing Sensorimotor Experiences: Papers from the 2014 AAAI Fall Symposium A Computational Approach to Re-Interpretation: Generation of Emphatic Poems Inspired by Internet Blogs Joanna Misztal and Bipin Indurkhya Faculty of Mathematics and Computer Science, Jagiellonian University, Krakow, Poland Computer Science Department AGH University of Science and Technology, Krakow, Poland Abstract We present a system that produces emotionally rich poetry inspired by personalized and empathic interpretation of text, particularly Internet blogs. Our implemented system is based on the blackboard architecture, and generates poetry from a theme that it considers the most inspiring. It also incorporates a model of emotions with an individual optimism rate that defines an affective state. The poems produced by the system contain emotional expressions that describe these feelings. We explain how the system re-conceptualizes the text by the empathic interpretation of its content. We also present how the blackboard architecture may support divergent problem solving in the field of computational creativity. We describe the system architecture and the generation algorithm followed by some illustrative results. Finally, we mention possible continuation of this work by incorporating other language generating systems as well as human experts in the blackboard architecture. Introduction The act of creating art may be considered as a reconceptualization of an input stimuli (inspiration) into an artistic artifact. A painter, when she or he creates a portrait, does not necessarily replicate a precise image of the painted object. The created work is the reflection of the author s impressions and feelings inspired by some real phenomena. Other artists work in a similar manner. They get some inspiration from the environment, interpret this information in their own way, often dependent on their emotional state, and create artifacts that express their point of view and feelings evoked by the inspiring object or situation. Our goal is to model this creative process of reconceptualization during the artists work. We describe here a system that produces poems inspired by the input text. For the experiment, we use fragments of Internet blog posts, which usually carry some emotional content. Our system analyzes the text first, trying to find the most interesting term. It rates phrases according to the number of diverse associations it can derive from each expression. Then we use the computational empathy (Misztal and Indurkhya 2014b) to define the emotional state. This state is calculated using an Copyright c 2014, Association for the Advancement of Artificial Intelligence ( All rights reserved. internal model of emotions with an individual optimism rate. The system is empathic in that it extracts the emotional content of the text, which is then interpreted in its own way, so the output state is not necessarily the same as the one expressed by the author of the text. The poems created by the program focus on the inspiration phrase and contain words that express those feelings. Hence the system does not just repeat the essence of the input text but expresses (in the poems) its own interpretation and emotions evoked by reading the text. As stated in (Wiggins 2012) the inspiration underlying a creative process is a spontaneous and unconscious phenomena that happens in the mind. Contrary to other problemsolving tasks, which must be performed in order, the act of creation may be executed in parallel on various levels of abstraction. This approach supports the Global Workspace Theory (Baars 1997; 2003), in which the processes in mind are performed by a group of independent specialized modules. The architecture of our system is in accordance with the assumptions of Baar s theory. We use a blackboard model consisting of a group of independent, specialized experts (the knowledge sources). In our solution, each of the experts represents some knowledge about the poetry-generation process. The experts cooperate using a common workspace - the blackboard, where all the data is stored. Various modules are triggered by the events on the blackboard. Each module, when evoked, contributes according to its knowledge, creating partial solutions, which are posted on the blackboard. These partial solutions, in turn, trigger other modules, and so on. This paper summarizes our previous work on the poetrygenerating system presented in (Misztal and Indurkhya 2014b) and (Misztal and Indurkhya 2014a) and presents a new perspective on the generation process considering its re-interpretation aspect. More details about the architecture and implementation of the system can be found in the earlier papers. This paper is organised as follows. In the Background section we describe other systems that incorporate models of emotions to interpret stimuli from the environment. We also mention applications of the blackboard-related architectures for the creative systems, and refer to the discussion about the strong and weak computational creativity. 20

2 The Overview section explains the general idea of the system. The poetry-generation process in our approach is implemented on a blackboard model, which is described in the System Architecture subsection. In this approach, the final poetry is composed by a group of experts - each of whom has some specific knowledge about the poetry-generation process, and all of them share a global workspace called the blackboard. The poetry-composition process is presented in the Poetry Generation Algorithm section. Some illustrative results are presented in the Examples section and the Evaluation contains a summary of system s performance in the context of the proposed algorithm and the final outputs evaluation. In the Conclusions section we summarize our work and propose possible continuation of this project by incorporating new experts representing other language generating systems as well as human users. Background Strong and weak computational creativity The possibility of creating a computer program which would be capable of thinking and conscious understanding has been argued during the debate over the weak vs. strong AI. One of the claims against the strong AI has been illustrated in the Chinese Room Argument in (Searle 1980), arguing that computations cannot lead to any conceptual understanding even though they provide a meaningful output. An analogous discussion has grown around the weak and strong computational creativity. In (al Rifaie and Bishop 2012) the Chinese Room experiment has been proposed in relation to creativity. The authors claim that even if the system is capable of producing syntactically correct output, it does not provide any understanding of the semantics. We agree with the general claim that the generation of emotionally-rich outputs inspired by an input implies neither understanding of the concept nor the ability to perceive emotional stimulus by the program in a human way. However, as argued by (Gervas 2010), we claim that computational modesl of conscious process may significantly differ from the original phenomenon because computers have distinct capabilities compared to humans. Incorporating cognitive models in the systems may lead to interesting solutions by simulating creative processes in the brain, but still actions performed by the computational units may be quite different from the ones going on in the brain. Systems with empathy As emotions have a strong impact on human-computer communication, there are many systems that imitate some empathic behaviors and adapt their mood to the environment. Some of them extract and replicate the emotional content of the input stimuli, while others use internal models of emotions to define the mood. In (van der Heide and Trivino 2010), the authors propose a prototype system that defines its emotional state according to changing environmental conditions according to an internal emotional model. The idea of using a model of emotions to generate emotional content in poems has been used in MASTER (Kirke and Miranda 2013), where agents in various emotional states in a society influence each other s moods with their pieces of poetry. In (Colton, Goodwin, and Veale 2012), a corpus-based poetry generator is presented that creates poems according to day s mood estimated from the news of the day. In (Davis and Mohammad 2014) the system generates pieces of music from the text according to the emotions extracted from reading the text. In our system, the emotional state is acquired based on the affective information extracted from the blog text, but it is also dependent on the individual features of the system the model of emotions and its optimism rate that give the system an individual personality. Hence the external factors are used only as an inspiration for the theme and stimulus for the affective state. Blackboard architecture in computational creativity systems In the blackboard model, the group of experts representing diverse knowledge sources cooperates using a common workspace the blackboard. It allows a range of different experts represented as diverse computational models. This architecture supports the Global Workspace Theory of mind proposed in (Baars 1997; 2003), in which the consciousness is compared to a theater where the actions are performed by a large number of autonomous specialized modules (the actors). Therefore the blackboard model has a potential to be used for simulating cognitive processes, and it has already been applied in the field of computational creativity. For example, in the Slant system for story generation (Montfort et al. 2013) the blackboard model combines separate subsystems dealing with plot, figuration, and the narrative discourse tasks in the generation problem. In (Wiggins 2012), the Global Workspace Theory has been proposed as a model to simulate creative musics composition. Another multi-agent approach to poetry generation is used in the later version of WASP (Gervas 2010), where specialized families of experts cooperate during the poetry-generation process. Groups of agents work there as a cooperative society of readers/critics/editors/writers. However, WASP does not incorporate the blackboard model directly. Overview The system structure is based on the blackboard model. It consists of a group of experts that represent diverse sources of knowledge, the common blackboard workspace and the control component that regulates the process. The modules are described in the System architecture subsection. At the beginning of the poetry-generation process, the input text is placed on the blackboard and the agents start to work on it. Each agent has a special role and knowledge and it waits until it finds something on the blackboard that it can use for performing its task. When something interesting appears, the agent processes this information using its individual knowledge and adds new partial solution to the blackboard. The control module decides which agent s contribution should be used for the final poem. The algorithm 21

3 is explained in more details in Poetry generation algorithm subsection. System architecture The system architecture is presented in Figure 1. The main modules of the system are described below. Figure 1: Blackboard architecture used in the system. The text is input to the system. A group of specialized experts processes it some of them extract information and the others generate new ideas inspired by information on the blackboard. All partial solutions are added to the common workspace until the poem is finished. The control component regulates the process by scheduling experts actions. Blackboard is a common workspace, shared by experts, with partial solutions and other information about the problem on various levels of abstraction. Detailed description of the blackboard sections is presented in our former work (Misztal and Indurkhya 2014b). Below we present a brief description of the main sections of the blackboard. Initial data Information input manually at the beginning of the process, containing the input text and the stylistic constraints such as number of lines, syllables, rhymes pattern as well as grammatical requirements concerning tense and person. Text analysis data Information extracted from the text. It consists of key phrases rated by the inspiration value (estimated as the number of associations that may be derived by the experts), the topic of the poem selected as the most inspiring phrase and the emotional state defined according to the sentiments in the text. Pool of ideas Words and partial solutions produced by the experts. The expressions are derived from the topic phrase and extended with the use of experts knowledge such as lexical resources. The words in the pool are divided into categories based on their grammatical form and meaning. They may be used as an inspiration for other experts to produce new phrases. Solutions are rated by the selection experts according to the heuristics concerning the current constraints for poem lines. Poem draft Current version of the poem consisting of lines. Each line is selected from among the phrase candidates by the evaluation experts. Model of emotions A two-dimensional model, where each emotional state is represented by coordinates in (valence, arousal) space. The emotions used in the model are WordNet hyponyms of the word emotion in the WordNet- Affect lexicon in the hierarchy of emotional categories. The (valence, arousal) coordinates for emotional labels in the model have been retrieved from the ANEW database (Bradley and Lang 2010). The emotion model is described in more details in (Misztal and Indurkhya 2014b). Experts Independent modules having access to the common blackboard. They are triggered by events on the blackboard when they find something that they can use, they add new information to the blackboard. Each module has an individual knowledge and they all play diverse roles in the system. Different experts work on the blackboard data at different abstraction levels as shown in Table 1. Control component the unit responsible for setting the initial constraints for the poem, setting the experts probabilities and selecting the expert whose contribution should be used for the current line of poem. In the current version of the system, it is possible to select the number of syllables in lines, grammar form and rhyme pattern. The importance factors for the experts are chosen manually, and are used during the generation process when an expert produces a number of phrases proportional to its importance factor. The control module also aims to maximize the diversity of the poem by giving preference to the artifacts generated by those experts that contributed less frequently before. Poetry generation algorithm We present below the general algorithm for poetry generation. (For more details with an illustrative example see (Misztal and Indurkhya 2014b).) 1. Text and constraints are input by the user. 2. Steps 2-6 are repeated until the required number of lines has been produced. 3. Text-analysis experts extract information from the input. (a) Key phrases are extracted. (b) Poem topic is selected. (c) Emotional state is defined. 4. Word-generation experts add words associated with the topic. 5. Poem-making experts construct expressions from words on the blackboard. 6. Selection experts rate phrases according to constraints for current line. 7. Control component makes the final selection of the poem line considering the experts past frequencies. Examples We present below some example outputs of the system inspired by three input texts along with our remarks about the interpretation. 22

4 Abstraction level Expert Produced artifacts/examples Text analysis level Keywords expert Key phrases Emotional Emotional state Keywords expert Words Words level WordNet expert Words - synonyms Emotional expert Emotional words Collocations level WordNet expert Hypernyms, antonyms Collocation expert Epithets, verbs, comparisons - words collocations Apostrophe expert phrases: O life the musical being Comparison expert phrases: As whole as a community Epithet expert Phrases: Free modern theatre Phrases level experts Metaphor expert Phrases: I am like the pleasant house Oxymoron expert Phrases: Huge or little Rhetorical expert Phrases: What is the royal house? Emotional expert Phrases: The tumult makes you anxious Exclamation expert Phrases: O theatre the free edifice! Repetition expert Phrases - repetition Syllables expert Selected phrases: number of syllables in lines Control level experts Rhymes expert Selected phrases: rhyme measure in lines Emotional expert Selected phrases: emotional state of the poem Random expert Selected phrase: random selection Table 1: Experts in the poetry generation process grouped by the abstraction level on which they work. Compassionate poem about the way Inspired by the text: Lately everyone has been wondering Is Jenelle and Gary going to get back together?!. NO! He is living his life and I m living mine. We are both happy with our lives the way they are at the moment, I know for me at least I m EXTREMELY happy. Gary might of been tweeting things because he might of been jealous in a way that I was dating Courtland but he agrees to stop today. Topic: Whole way, Emotion: compassion, Poem: the grand manner born tenderly oh way the cheerful property she was like the general mode guileless continuous manner as whole as a distribution she loved the mercifulness! she was like the pastel-like style Remarks: This poem has been generated from the phrase whole way that was found to be the most inspiring as it provided a wide range of word associations. Hence, the output poem is lexically diversified. The emotional state is expressed by the expression mercifulness. Anxious poem about the theater Inspired by the text: The show with KFrog out in Temecula California was incredible. It was in a huge theater at the Pechanga Casino. The show was for KFrog Cares which raises money for Loma Linda University Childrens Hospital. It was us with Katie Arminger and Jana Kramer was supposed to headline, but she got sick. So that meant we were the headliners! And that crowd could not have been more gracious, rowdy, or amazing! We had the BEST show. And we REALLY needed that. It was crazy because we sold out of ALL of the merch we brought! T- shirts and Eps flew out the door! That was an amazing feeling. Topic: Huge theater, Emotion: anxiety, Poem: great big theater vast like a majority why is the theater so entire? she needs the insecurity Remarks: For this poem the rhyme constraints were selected. Calm poem about New York Inspired by the text: Daniel and I felt so, so very fortunate to go here. The timing could not have been more perfect for us as our last few days in New York had been quite hectic. We had been trying to wrap our heads around our lives without anymore more fertility treatments. Topic: New York, Emotion: Calmness Poem: she loved the peaceable new york new like a revision she was like the york 23

5 she needed the easy house of york! Remarks: This example illustrates how the cooperation of experts within a blackboard system may lead to creative solutions. The well-known name New York has been broken up into words and processed separately. The analysis on various abstraction levels provides an original and uncommon interpretation of the topic phrase. Evaluation As presented in the Examples section, the system is capable of re-conceptualizing input text and producing artifacts that express its own interpretation of the analyzed data. As shown in the last example, use of diverse experts within the blackboard model supports creating novel and original associations at various levels of abstraction from well-known expressions. Use of emotional words creates the impression of intentionality and individual perception of the world. The optimism rate affects the emotional perception and allows a more individual interpretation. For instance, the same input may cause the anxiety or anger emotional state depending on the optimism rate. However, the input text in the system is used rather as an emotional and thematic inspiration than a concept to be reinterpreted. As only one phrase from the text is selected as the main topic for the poem, the overall sense and the context of the input may be lost in the final artifact. This aspect might be changed by taking under consideration more ideas from the text and analyzing them in parallel to produce a poem that combines more aspects of the inspiring stimulus. In our recent work (Misztal and Indurkhya 2014b), we presented an evaluation of our system considering both the results, and the process by which they were generated according to some evaluation models for computational creativity systems and poetry generators. The blackboard system provided with a model of emotions generally was capable of producing outputs satisfying the triple constraints on grammar, meaningfulness and poeticness provided by (Manurung, Ritchie, and Thompson 2012) as basic criteria for evaluating poetry produced by a computer. According to the FACE descriptive model (Colton, Charnley, and Pease 2011) our system performed creative acts of form < A g, C g, E g >. This means that the system (concept) produces expressions using a fitness function evaluating the (concept, expression) pairs with real-number values. However, it was found that a weak point of the system, according to both evaluation approaches, is the insufficient definition of constraints for the outputs. In this work, we managed to add a new constraint for the rhymes. As presented in Examples section, the system is capable of producing rhyming lines by selecting highest-rated phrases according to the constraints. However, this approach does not yet provide satisfactory results as in many cases the phrasespace does not contain any rhyming candidates. This issue needs to be further addressed and improved in the future work. Conclusions We proposed a system that is capable of re-conceptualizing emotionally rich text by emphatic interpretation and composition of poems that express feelings evoked by reading the text. The emotional state is defined by the model of emotions, and the mood is modulated by the optimism-rate factor given to the character. The blackboard architecture used in the system supports flexibility and allows for a variety of solutions on various abstraction levels leading to potentially creative solutions, thereby simulating the inspiration and invention processes in the mind. Analogous to the Baars Theater of Consciousness, the experts act on the scene of the blackboard, and their cooperative play leads to the final solution. The model also provides a way to combine diverse existing systems so that they may cooperate in the common workspace. As the continuation of our work we would like to incorporate in the system other poetry- and languagegenerating tools. We believe that the blackboard architecture has a potential to contribute to the field of computational creativity by combining many of the existing approaches in this domain. Another interesting extension of this project would be creating an interactive blackboard system that would allow human experts to participate in the generation process and add their phrases to the blackboard.the program could also visualize the generation process by displaying some of the data appearing on the blackboard during the experts work. This idea could provide a better understanding and interest in the domain of creativity. References al Rifaie, M., and Bishop, M Weak vs. strong computational creativity. In Computing, Philosophy and the Question of Bio-Machine Hybrids: 5th AISB Symposium on Computing and Philosophy, University of Birmingham, UK. Baars, B. J In the theater of consciousness. Journal of Consciousness Studies 4. Baars, B. J The global brainweb: An update on global workspace theory. Science and Consciousness Review. Bradley, M. M., and Lang, P. J Affective norms for english words(anew): Affective ratings of words and instruction manual. Technical report, NIMH Center for the Study of Emotion and Attention University of Florida. Colton, S.; Charnley, J.; and Pease, A Computational creativity theory: The face and idea descriptive models. In Proceedings of the International Conference on Computational Creativity. Colton, S.; Goodwin, J.; and Veale, T Full-face poetry generation. In Proceedings of the International Conference on Computational Creativity. Davis, H., and Mohammad, S. M Generating music from literature. In Proceedings of the EACL Workshop on Computational Linguistics for Literature, April 2014, Gothenburg, Sweden. 24

6 Gervas, P Engineering linguistic creativity: Bird flight and jet planes. In Proceedings of Workshop on Computational Approaches to Linguistic Creativity. Kirke, A., and Miranda, E Emotional and multi-agent systems in computer-aided writing and poetry. In Proceedings of the Artificial Intelligence and Poetry Symposium. Manurung, R.; Ritchie, G.; and Thompson, H Using genetic algorithms to create meaningful poetic text. Journal of Experimental and Theoretical Artificial Intelligence. Misztal, J., and Indurkhya, B. 2014a. A blackboard architecture for automatic poetry generation. In Proceedings of the Workshop Computational Creativity, Concept Invention, and General Intelligence at 21st European Conference on Artificial Intelligence. Misztal, J., and Indurkhya, B. 2014b. Poetry generation system with an emotional personality. In Proc. of the 5th International Conference on Computational Creativity. Montfort, N.; y Prez, R. P.; Fox, D. H.; and Campana, A Slant: A blackboard system to generate plot, figuration, and narrative discourse aspects of stories. In Proceedings of the Fourth International Conference on Computational Creativity. Searle, J Minds, brains, and programs. van der Heide, A., and Trivino, G Simulating emotional personality in human computer interfaces. In Proceedings of IEEE International Conference on the Fuzzy Systems (FUZZ). Wiggins, G. A The minds chorus: Creativity before consciousness. 25

Algorithmic Music Composition

Algorithmic Music Composition Algorithmic Music Composition MUS-15 Jan Dreier July 6, 2015 1 Introduction The goal of algorithmic music composition is to automate the process of creating music. One wants to create pleasant music without

More information

Foundations in Data Semantics. Chapter 4

Foundations in Data Semantics. Chapter 4 Foundations in Data Semantics Chapter 4 1 Introduction IT is inherently incapable of the analog processing the human brain is capable of. Why? Digital structures consisting of 1s and 0s Rule-based system

More information

Musical Creativity. Jukka Toivanen Introduction to Computational Creativity Dept. of Computer Science University of Helsinki

Musical Creativity. Jukka Toivanen Introduction to Computational Creativity Dept. of Computer Science University of Helsinki Musical Creativity Jukka Toivanen Introduction to Computational Creativity Dept. of Computer Science University of Helsinki Basic Terminology Melody = linear succession of musical tones that the listener

More information

Embodied music cognition and mediation technology

Embodied music cognition and mediation technology Embodied music cognition and mediation technology Briefly, what it is all about: Embodied music cognition = Experiencing music in relation to our bodies, specifically in relation to body movements, both

More information

Bi-Modal Music Emotion Recognition: Novel Lyrical Features and Dataset

Bi-Modal Music Emotion Recognition: Novel Lyrical Features and Dataset Bi-Modal Music Emotion Recognition: Novel Lyrical Features and Dataset Ricardo Malheiro, Renato Panda, Paulo Gomes, Rui Paiva CISUC Centre for Informatics and Systems of the University of Coimbra {rsmal,

More information

Music Performance Panel: NICI / MMM Position Statement

Music Performance Panel: NICI / MMM Position Statement Music Performance Panel: NICI / MMM Position Statement Peter Desain, Henkjan Honing and Renee Timmers Music, Mind, Machine Group NICI, University of Nijmegen mmm@nici.kun.nl, www.nici.kun.nl/mmm In this

More information

Music Emotion Recognition. Jaesung Lee. Chung-Ang University

Music Emotion Recognition. Jaesung Lee. Chung-Ang University Music Emotion Recognition Jaesung Lee Chung-Ang University Introduction Searching Music in Music Information Retrieval Some information about target music is available Query by Text: Title, Artist, or

More information

PLANE TESSELATION WITH MUSICAL-SCALE TILES AND BIDIMENSIONAL AUTOMATIC COMPOSITION

PLANE TESSELATION WITH MUSICAL-SCALE TILES AND BIDIMENSIONAL AUTOMATIC COMPOSITION PLANE TESSELATION WITH MUSICAL-SCALE TILES AND BIDIMENSIONAL AUTOMATIC COMPOSITION ABSTRACT We present a method for arranging the notes of certain musical scales (pentatonic, heptatonic, Blues Minor and

More information

Sudhanshu Gautam *1, Sarita Soni 2. M-Tech Computer Science, BBAU Central University, Lucknow, Uttar Pradesh, India

Sudhanshu Gautam *1, Sarita Soni 2. M-Tech Computer Science, BBAU Central University, Lucknow, Uttar Pradesh, India International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume 3 Issue 3 ISSN : 2456-3307 Artificial Intelligence Techniques for Music Composition

More information

Chords not required: Incorporating horizontal and vertical aspects independently in a computer improvisation algorithm

Chords not required: Incorporating horizontal and vertical aspects independently in a computer improvisation algorithm Georgia State University ScholarWorks @ Georgia State University Music Faculty Publications School of Music 2013 Chords not required: Incorporating horizontal and vertical aspects independently in a computer

More information

Is there a Future for AI without Representation?

Is there a Future for AI without Representation? Is there a Future for AI without Representation? Vincent C. Müller American College of Thessaloniki vmueller@act.edu June 12 th, 2007 - MDH 1 Brooks - a way out of our troubles? Brooks new AI to the rescue:

More information

TJHSST Computer Systems Lab Senior Research Project Word Play Generation

TJHSST Computer Systems Lab Senior Research Project Word Play Generation TJHSST Computer Systems Lab Senior Research Project Word Play Generation 2009-2010 Vivaek Shivakumar April 9, 2010 Abstract Computational humor is a subfield of artificial intelligence focusing on computer

More information

Neural evidence for a single lexicogrammatical processing system. Jennifer Hughes

Neural evidence for a single lexicogrammatical processing system. Jennifer Hughes Neural evidence for a single lexicogrammatical processing system Jennifer Hughes j.j.hughes@lancaster.ac.uk Background Approaches to collocation Background Association measures Background EEG, ERPs, and

More information

Incorporating novelty, meaning, reaction and craft into computational poetry: a negative experimental result

Incorporating novelty, meaning, reaction and craft into computational poetry: a negative experimental result Incorporating novelty, meaning, reaction and craft into computational poetry: a negative experimental result Carolyn Lamb, Daniel G. Brown, and Charles L.A. Clarke David R. Cheriton School of Computer

More information

TEXT ANALYSIS. Kostera, M. (2007) Organizational Ethnography. Lund: Studentlitteratur.

TEXT ANALYSIS. Kostera, M. (2007) Organizational Ethnography. Lund: Studentlitteratur. TEXT ANALYSIS Kostera, M. (2007) Organizational Ethnography. Lund: Studentlitteratur. Organizational texts Annual reports, Prospectuses, Structures, Regulations, Standards, Advertisements, Newsletters

More information

Meaning Machines CS 672 Deictic Representations (3) Matthew Stone THE VILLAGE

Meaning Machines CS 672 Deictic Representations (3) Matthew Stone THE VILLAGE Meaning Machines CS 672 Deictic Representations (3) Matthew Stone THE VILLAGE Department of Computer Science Center for Cognitive Science Rutgers University Agenda Pylyshyn on visual indices Iris Implementing

More information

Cognitive modeling of musician s perception in concert halls

Cognitive modeling of musician s perception in concert halls Acoust. Sci. & Tech. 26, 2 (2005) PAPER Cognitive modeling of musician s perception in concert halls Kanako Ueno and Hideki Tachibana y 1 Institute of Industrial Science, University of Tokyo, Komaba 4

More information

DAT335 Music Perception and Cognition Cogswell Polytechnical College Spring Week 6 Class Notes

DAT335 Music Perception and Cognition Cogswell Polytechnical College Spring Week 6 Class Notes DAT335 Music Perception and Cognition Cogswell Polytechnical College Spring 2009 Week 6 Class Notes Pitch Perception Introduction Pitch may be described as that attribute of auditory sensation in terms

More information

Use of Abstraction in Architectural Design Process (in First Year Design Studio)

Use of Abstraction in Architectural Design Process (in First Year Design Studio) Use of Abstraction in Architectural Design Process (in First Year Design Studio) Ar. Pashmeena Vikramjit Ghom Assistant Professor, Sinhgad College of Architecture, Pune Abstract Design process is thinking

More information

Music Composition with Interactive Evolutionary Computation

Music Composition with Interactive Evolutionary Computation Music Composition with Interactive Evolutionary Computation Nao Tokui. Department of Information and Communication Engineering, Graduate School of Engineering, The University of Tokyo, Tokyo, Japan. e-mail:

More information

Metonymy Research in Cognitive Linguistics. LUO Rui-feng

Metonymy Research in Cognitive Linguistics. LUO Rui-feng Journal of Literature and Art Studies, March 2018, Vol. 8, No. 3, 445-451 doi: 10.17265/2159-5836/2018.03.013 D DAVID PUBLISHING Metonymy Research in Cognitive Linguistics LUO Rui-feng Shanghai International

More information

WordFinder. Verginica Barbu Mititelu RACAI / 13 Calea 13 Septembrie, Bucharest, Romania

WordFinder. Verginica Barbu Mititelu RACAI / 13 Calea 13 Septembrie, Bucharest, Romania WordFinder Catalin Mititelu Stefanini / 6A Dimitrie Pompei Bd, Bucharest, Romania catalinmititelu@yahoo.com Verginica Barbu Mititelu RACAI / 13 Calea 13 Septembrie, Bucharest, Romania vergi@racai.ro Abstract

More information

Music Mood. Sheng Xu, Albert Peyton, Ryan Bhular

Music Mood. Sheng Xu, Albert Peyton, Ryan Bhular Music Mood Sheng Xu, Albert Peyton, Ryan Bhular What is Music Mood A psychological & musical topic Human emotions conveyed in music can be comprehended from two aspects: Lyrics Music Factors that affect

More information

Comparison, Categorization, and Metaphor Comprehension

Comparison, Categorization, and Metaphor Comprehension Comparison, Categorization, and Metaphor Comprehension Bahriye Selin Gokcesu (bgokcesu@hsc.edu) Department of Psychology, 1 College Rd. Hampden Sydney, VA, 23948 Abstract One of the prevailing questions

More information

Sound visualization through a swarm of fireflies

Sound visualization through a swarm of fireflies Sound visualization through a swarm of fireflies Ana Rodrigues, Penousal Machado, Pedro Martins, and Amílcar Cardoso CISUC, Deparment of Informatics Engineering, University of Coimbra, Coimbra, Portugal

More information

Mental Spaces, Conceptual Distance, and Simulation: Looks/Seems/Sounds Like Constructions in English

Mental Spaces, Conceptual Distance, and Simulation: Looks/Seems/Sounds Like Constructions in English Mental Spaces, Conceptual Distance, and Simulation: Looks/Seems/Sounds Like Constructions in English Iksoo Kwon and Kyunghun Jung (kwoniks@hufs.ac.kr, khjung11@gmail.com) Hankuk Univ. of Foreign Studies,

More information

Formalizing Irony with Doxastic Logic

Formalizing Irony with Doxastic Logic Formalizing Irony with Doxastic Logic WANG ZHONGQUAN National University of Singapore April 22, 2015 1 Introduction Verbal irony is a fundamental rhetoric device in human communication. It is often characterized

More information

2 nd Grade Visual Arts Curriculum Essentials Document

2 nd Grade Visual Arts Curriculum Essentials Document 2 nd Grade Visual Arts Curriculum Essentials Document Boulder Valley School District Department of Curriculum and Instruction February 2012 Introduction The Boulder Valley Elementary Visual Arts Curriculum

More information

ENGLISH LANGUAGE ARTS

ENGLISH LANGUAGE ARTS ENGLISH LANGUAGE ARTS Content Domain l. Vocabulary, Reading Comprehension, and Reading Various Text Forms Range of Competencies 0001 0004 23% ll. Analyzing and Interpreting Literature 0005 0008 23% lli.

More information

Montana Content Standards for Arts Grade-by-Grade View

Montana Content Standards for Arts Grade-by-Grade View Montana Content Standards for Arts Grade-by-Grade View Adopted July 14, 2016 by the Montana Board of Public Education Table of Contents Introduction... 3 The Four Artistic Processes in the Montana Arts

More information

Mixing Metaphors. Mark G. Lee and John A. Barnden

Mixing Metaphors. Mark G. Lee and John A. Barnden Mixing Metaphors Mark G. Lee and John A. Barnden School of Computer Science, University of Birmingham Birmingham, B15 2TT United Kingdom mgl@cs.bham.ac.uk jab@cs.bham.ac.uk Abstract Mixed metaphors have

More information

GLOSSARY for National Core Arts: Visual Arts STANDARDS

GLOSSARY for National Core Arts: Visual Arts STANDARDS GLOSSARY for National Core Arts: Visual Arts STANDARDS Visual Arts, as defined by the National Art Education Association, include the traditional fine arts, such as, drawing, painting, printmaking, photography,

More information

Sentiment Analysis. Andrea Esuli

Sentiment Analysis. Andrea Esuli Sentiment Analysis Andrea Esuli What is Sentiment Analysis? What is Sentiment Analysis? Sentiment analysis and opinion mining is the field of study that analyzes people s opinions, sentiments, evaluations,

More information

SYSTEM-PURPOSE METHOD: THEORETICAL AND PRACTICAL ASPECTS Ramil Dursunov PhD in Law University of Fribourg, Faculty of Law ABSTRACT INTRODUCTION

SYSTEM-PURPOSE METHOD: THEORETICAL AND PRACTICAL ASPECTS Ramil Dursunov PhD in Law University of Fribourg, Faculty of Law ABSTRACT INTRODUCTION SYSTEM-PURPOSE METHOD: THEORETICAL AND PRACTICAL ASPECTS Ramil Dursunov PhD in Law University of Fribourg, Faculty of Law ABSTRACT This article observes methodological aspects of conflict-contractual theory

More information

Introduction to Sentiment Analysis. Text Analytics - Andrea Esuli

Introduction to Sentiment Analysis. Text Analytics - Andrea Esuli Introduction to Sentiment Analysis Text Analytics - Andrea Esuli What is Sentiment Analysis? What is Sentiment Analysis? Sentiment analysis and opinion mining is the field of study that analyzes people

More information

1/8. The Third Paralogism and the Transcendental Unity of Apperception

1/8. The Third Paralogism and the Transcendental Unity of Apperception 1/8 The Third Paralogism and the Transcendental Unity of Apperception This week we are focusing only on the 3 rd of Kant s Paralogisms. Despite the fact that this Paralogism is probably the shortest of

More information

Exploring Choreographers Conceptions of Motion Capture for Full Body Interaction

Exploring Choreographers Conceptions of Motion Capture for Full Body Interaction Exploring Choreographers Conceptions of Motion Capture for Full Body Interaction Marco Gillies, Max Worgan, Hestia Peppe, Will Robinson Department of Computing Goldsmiths, University of London New Cross,

More information

Mind Formative Evaluation. Limelight. Joyce Ma and Karen Chang. February 2007

Mind Formative Evaluation. Limelight. Joyce Ma and Karen Chang. February 2007 Mind Formative Evaluation Limelight Joyce Ma and Karen Chang February 2007 Keywords: 1 Mind Formative Evaluation

More information

SocioBrains THE INTEGRATED APPROACH TO THE STUDY OF ART

SocioBrains THE INTEGRATED APPROACH TO THE STUDY OF ART THE INTEGRATED APPROACH TO THE STUDY OF ART Tatyana Shopova Associate Professor PhD Head of the Center for New Media and Digital Culture Department of Cultural Studies, Faculty of Arts South-West University

More information

Chapter. Arts Education

Chapter. Arts Education Chapter 8 205 206 Chapter 8 These subjects enable students to express their own reality and vision of the world and they help them to communicate their inner images through the creation and interpretation

More information

Metaphors: Concept-Family in Context

Metaphors: Concept-Family in Context Marina Bakalova, Theodor Kujumdjieff* Abstract In this article we offer a new explanation of metaphors based upon Wittgenstein's notion of family resemblance and language games. We argue that metaphor

More information

Weekly Assignment 1 Creativity Esperanza Muino Florida International University Spring, 2016

Weekly Assignment 1 Creativity Esperanza Muino Florida International University Spring, 2016 Weekly Assignment 1 Creativity Esperanza Florida International University Spring, 2016 1161 IDS3336 Artistic Expression in a Global Society Section RVD January 23, 2016 Instructor: Professor Maria Marino

More information

EVOLVING DESIGN LAYOUT CASES TO SATISFY FENG SHUI CONSTRAINTS

EVOLVING DESIGN LAYOUT CASES TO SATISFY FENG SHUI CONSTRAINTS EVOLVING DESIGN LAYOUT CASES TO SATISFY FENG SHUI CONSTRAINTS ANDRÉS GÓMEZ DE SILVA GARZA AND MARY LOU MAHER Key Centre of Design Computing Department of Architectural and Design Science University of

More information

Tamar Sovran Scientific work 1. The study of meaning My work focuses on the study of meaning and meaning relations. I am interested in the duality of

Tamar Sovran Scientific work 1. The study of meaning My work focuses on the study of meaning and meaning relations. I am interested in the duality of Tamar Sovran Scientific work 1. The study of meaning My work focuses on the study of meaning and meaning relations. I am interested in the duality of language: its precision as revealed in logic and science,

More information

WHEN LYRICS OUTPERFORM AUDIO FOR MUSIC MOOD CLASSIFICATION: A FEATURE ANALYSIS

WHEN LYRICS OUTPERFORM AUDIO FOR MUSIC MOOD CLASSIFICATION: A FEATURE ANALYSIS WHEN LYRICS OUTPERFORM AUDIO FOR MUSIC MOOD CLASSIFICATION: A FEATURE ANALYSIS Xiao Hu J. Stephen Downie Graduate School of Library and Information Science University of Illinois at Urbana-Champaign xiaohu@illinois.edu

More information

High School Photography 1 Curriculum Essentials Document

High School Photography 1 Curriculum Essentials Document High School Photography 1 Curriculum Essentials Document Boulder Valley School District Department of Curriculum and Instruction February 2012 Introduction The Boulder Valley Elementary Visual Arts Curriculum

More information

MIMes and MeRMAids: On the possibility of computeraided interpretation

MIMes and MeRMAids: On the possibility of computeraided interpretation MIMes and MeRMAids: On the possibility of computeraided interpretation P2.1: Can machines generate interpretations of texts? Willard McCarty in a post to the discussion list HUMANIST asked what the great

More information

World Journal of Engineering Research and Technology WJERT

World Journal of Engineering Research and Technology WJERT wjert, 2018, Vol. 4, Issue 4, 218-224. Review Article ISSN 2454-695X Maheswari et al. WJERT www.wjert.org SJIF Impact Factor: 5.218 SARCASM DETECTION AND SURVEYING USER AFFECTATION S. Maheswari* 1 and

More information

Klee or Kid? The subjective experience of drawings from children and Paul Klee Pronk, T.

Klee or Kid? The subjective experience of drawings from children and Paul Klee Pronk, T. UvA-DARE (Digital Academic Repository) Klee or Kid? The subjective experience of drawings from children and Paul Klee Pronk, T. Link to publication Citation for published version (APA): Pronk, T. (Author).

More information

Improving the Level on English Translation Strategies for Chinese Cultural Classics Fenghua Li

Improving the Level on English Translation Strategies for Chinese Cultural Classics Fenghua Li International Conference on Education, Sports, Arts and Management Engineering (ICESAME 2016) Improving the Level on English Translation Strategies for Chinese Cultural Classics Fenghua Li Teaching and

More information

The Human Features of Music.

The Human Features of Music. The Human Features of Music. Bachelor Thesis Artificial Intelligence, Social Studies, Radboud University Nijmegen Chris Kemper, s4359410 Supervisor: Makiko Sadakata Artificial Intelligence, Social Studies,

More information

Environment Expression: Expressing Emotions through Cameras, Lights and Music

Environment Expression: Expressing Emotions through Cameras, Lights and Music Environment Expression: Expressing Emotions through Cameras, Lights and Music Celso de Melo, Ana Paiva IST-Technical University of Lisbon and INESC-ID Avenida Prof. Cavaco Silva Taguspark 2780-990 Porto

More information

Fundamentals of Studio Art I

Fundamentals of Studio Art I Fundamentals of Studio Art I Overview This studio art course offers a survey of methods and materials associated with student art creation. Focus will be on basic instruction in drawing, painting, printmaking,

More information

Lyric-Based Music Mood Recognition

Lyric-Based Music Mood Recognition Lyric-Based Music Mood Recognition Emil Ian V. Ascalon, Rafael Cabredo De La Salle University Manila, Philippines emil.ascalon@yahoo.com, rafael.cabredo@dlsu.edu.ph Abstract: In psychology, emotion is

More information

NetNeg: A Connectionist-Agent Integrated System for Representing Musical Knowledge

NetNeg: A Connectionist-Agent Integrated System for Representing Musical Knowledge From: AAAI Technical Report SS-99-05. Compilation copyright 1999, AAAI (www.aaai.org). All rights reserved. NetNeg: A Connectionist-Agent Integrated System for Representing Musical Knowledge Dan Gang and

More information

Visual Arts Colorado Sample Graduation Competencies and Evidence Outcomes

Visual Arts Colorado Sample Graduation Competencies and Evidence Outcomes Visual Arts Colorado Sample Graduation Competencies and Evidence Outcomes Visual Arts Graduation Competency 1 Recognize, articulate, and debate that the visual arts are a means for expression and meaning

More information

A Critical View to Bauhaus Experiences and the Renovation Quest for Basic Design Education through Samples

A Critical View to Bauhaus Experiences and the Renovation Quest for Basic Design Education through Samples A Critical View to Bauhaus Experiences and the Renovation Quest for Basic Design Education through Samples H. Nevin Guven Assistant Professor Suleyman Demirel University, Isparta, Turkey nevinguven@yahoo.com

More information

How to Analyze a Text Some Aspects to Consider

How to Analyze a Text Some Aspects to Consider Gudrun Dreher, PH.D. HANDOUTS for UBC, ENGL 110/112 & FDU, ENGL 1101/1102 How to Analyze a Text Some Aspects to Consider Please Note: There are MORE WAYS to approach a text than there are readers/listeners.

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK EMOTIONAL RESPONSES AND MUSIC STRUCTURE ON HUMAN HEALTH: A REVIEW GAYATREE LOMTE

More information

Computational Laughing: Automatic Recognition of Humorous One-liners

Computational Laughing: Automatic Recognition of Humorous One-liners Computational Laughing: Automatic Recognition of Humorous One-liners Rada Mihalcea (rada@cs.unt.edu) Department of Computer Science, University of North Texas Denton, Texas, USA Carlo Strapparava (strappa@itc.it)

More information

Hidden Markov Model based dance recognition

Hidden Markov Model based dance recognition Hidden Markov Model based dance recognition Dragutin Hrenek, Nenad Mikša, Robert Perica, Pavle Prentašić and Boris Trubić University of Zagreb, Faculty of Electrical Engineering and Computing Unska 3,

More information

Week 22 Postmodernism

Week 22 Postmodernism Literary & Cultural Theory Week 22 Key Questions What are the key concepts and issues of postmodernism? How do these concepts apply to literature? How does postmodernism see literature? What is postmodernist

More information

CHAPTER 8 CONCLUSION AND FUTURE SCOPE

CHAPTER 8 CONCLUSION AND FUTURE SCOPE 124 CHAPTER 8 CONCLUSION AND FUTURE SCOPE Data hiding is becoming one of the most rapidly advancing techniques the field of research especially with increase in technological advancements in internet and

More information

Enhancing Music Maps

Enhancing Music Maps Enhancing Music Maps Jakob Frank Vienna University of Technology, Vienna, Austria http://www.ifs.tuwien.ac.at/mir frank@ifs.tuwien.ac.at Abstract. Private as well as commercial music collections keep growing

More information

Humorist Bot: Bringing Computational Humour in a Chat-Bot System

Humorist Bot: Bringing Computational Humour in a Chat-Bot System International Conference on Complex, Intelligent and Software Intensive Systems Humorist Bot: Bringing Computational Humour in a Chat-Bot System Agnese Augello, Gaetano Saccone, Salvatore Gaglio DINFO

More information

Music Mood Classification - an SVM based approach. Sebastian Napiorkowski

Music Mood Classification - an SVM based approach. Sebastian Napiorkowski Music Mood Classification - an SVM based approach Sebastian Napiorkowski Topics on Computer Music (Seminar Report) HPAC - RWTH - SS2015 Contents 1. Motivation 2. Quantification and Definition of Mood 3.

More information

Re-appraising the role of alternations in construction grammar: the case of the conative construction

Re-appraising the role of alternations in construction grammar: the case of the conative construction Re-appraising the role of alternations in construction grammar: the case of the conative construction Florent Perek Freiburg Institute for Advanced Studies & Université de Lille 3 florent.perek@gmail.com

More information

Identifying functions of citations with CiTalO

Identifying functions of citations with CiTalO Identifying functions of citations with CiTalO Angelo Di Iorio 1, Andrea Giovanni Nuzzolese 1,2, and Silvio Peroni 1,2 1 Department of Computer Science and Engineering, University of Bologna (Italy) 2

More information

Automatic Polyphonic Music Composition Using the EMILE and ABL Grammar Inductors *

Automatic Polyphonic Music Composition Using the EMILE and ABL Grammar Inductors * Automatic Polyphonic Music Composition Using the EMILE and ABL Grammar Inductors * David Ortega-Pacheco and Hiram Calvo Centro de Investigación en Computación, Instituto Politécnico Nacional, Av. Juan

More information

The study of design problem in design thinking

The study of design problem in design thinking Digital Architecture and Construction 85 The study of design problem in design thinking Y.-c. Chiang Chaoyang University of Technology, Taiwan Abstract The view of design as a kind of problem-solving activity

More information

CAN Application in Modular Systems

CAN Application in Modular Systems CAN Application in Modular Systems Andoni Crespo, José Baca, Ariadna Yerpes, Manuel Ferre, Rafael Aracil and Juan A. Escalera, Spain This paper describes CAN application in a modular robot system. RobMAT

More information

Usability of Computer Music Interfaces for Simulation of Alternate Musical Systems

Usability of Computer Music Interfaces for Simulation of Alternate Musical Systems Usability of Computer Music Interfaces for Simulation of Alternate Musical Systems Dionysios Politis, Ioannis Stamelos {Multimedia Lab, Programming Languages and Software Engineering Lab}, Department of

More information

Exploring the Rules in Species Counterpoint

Exploring the Rules in Species Counterpoint Exploring the Rules in Species Counterpoint Iris Yuping Ren 1 University of Rochester yuping.ren.iris@gmail.com Abstract. In this short paper, we present a rule-based program for generating the upper part

More information

PROFESSION WITHOUT DISCIPLINE WOULD BE BLIND

PROFESSION WITHOUT DISCIPLINE WOULD BE BLIND PROFESSION WITHOUT DISCIPLINE WOULD BE BLIND The thesis of this paper is that even though there is a clear and important interdependency between the profession and the discipline of architecture it is

More information

Implementation of a turbo codes test bed in the Simulink environment

Implementation of a turbo codes test bed in the Simulink environment University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 2005 Implementation of a turbo codes test bed in the Simulink environment

More information

CRISTINA VEZZARO Being Creative in Literary Translation: A Practical Experience

CRISTINA VEZZARO Being Creative in Literary Translation: A Practical Experience CRISTINA VEZZARO : A Practical Experience This contribution focuses on the implications of creative processes with respect to translation. Translation offers, indeed, a great ambiguity as far as creativity

More information

A prototype system for rule-based expressive modifications of audio recordings

A prototype system for rule-based expressive modifications of audio recordings International Symposium on Performance Science ISBN 0-00-000000-0 / 000-0-00-000000-0 The Author 2007, Published by the AEC All rights reserved A prototype system for rule-based expressive modifications

More information

INFLUENCE OF MUSICAL CONTEXT ON THE PERCEPTION OF EMOTIONAL EXPRESSION OF MUSIC

INFLUENCE OF MUSICAL CONTEXT ON THE PERCEPTION OF EMOTIONAL EXPRESSION OF MUSIC INFLUENCE OF MUSICAL CONTEXT ON THE PERCEPTION OF EMOTIONAL EXPRESSION OF MUSIC Michal Zagrodzki Interdepartmental Chair of Music Psychology, Fryderyk Chopin University of Music, Warsaw, Poland mzagrodzki@chopin.edu.pl

More information

Melodic Outline Extraction Method for Non-note-level Melody Editing

Melodic Outline Extraction Method for Non-note-level Melody Editing Melodic Outline Extraction Method for Non-note-level Melody Editing Yuichi Tsuchiya Nihon University tsuchiya@kthrlab.jp Tetsuro Kitahara Nihon University kitahara@kthrlab.jp ABSTRACT In this paper, we

More information

Can Human Assistance Improve a Computational Poet?

Can Human Assistance Improve a Computational Poet? Proceedings of Bridges 2015: Mathematics, Music, Art, Architecture, Culture Can Human Assistance Improve a Computational Poet? Carolyn E. Lamb, Daniel G. Brown, Charles L. A. Clarke Cheriton School of

More information

Discourse analysis is an umbrella term for a range of methodological approaches that

Discourse analysis is an umbrella term for a range of methodological approaches that Wiggins, S. (2009). Discourse analysis. In Harry T. Reis & Susan Sprecher (Eds.), Encyclopedia of Human Relationships. Pp. 427-430. Thousand Oaks, CA: Sage. Discourse analysis Discourse analysis is an

More information

Retiming Sequential Circuits for Low Power

Retiming Sequential Circuits for Low Power Retiming Sequential Circuits for Low Power José Monteiro, Srinivas Devadas Department of EECS MIT, Cambridge, MA Abhijit Ghosh Mitsubishi Electric Research Laboratories Sunnyvale, CA Abstract Switching

More information

Expressive information

Expressive information Expressive information 1. Emotions 2. Laban Effort space (gestures) 3. Kinestetic space (music performance) 4. Performance worm 5. Action based metaphor 1 Motivations " In human communication, two channels

More information

Metaphor in English Advertisement Analysis Based on the Conceptual Integration Theory

Metaphor in English Advertisement Analysis Based on the Conceptual Integration Theory 2017 International Conference on Social Sciences, Arts and Humanities (SSAH 2017) Metaphor in English Advertisement Analysis Based on the Conceptual Integration Theory Yang Zhishang Changsha Medical University,

More information

Copyright is owned by the Author of the thesis. Permission is given for a copy to be downloaded by an individual for the purpose of research and

Copyright is owned by the Author of the thesis. Permission is given for a copy to be downloaded by an individual for the purpose of research and Copyright is owned by the Author of the thesis. Permission is given for a copy to be downloaded by an individual for the purpose of research and private study only. The thesis may not be reproduced elsewhere

More information

Connectionist Language Processing. Lecture 12: Modeling the Electrophysiology of Language II

Connectionist Language Processing. Lecture 12: Modeling the Electrophysiology of Language II Connectionist Language Processing Lecture 12: Modeling the Electrophysiology of Language II Matthew W. Crocker crocker@coli.uni-sb.de Harm Brouwer brouwer@coli.uni-sb.de Event-Related Potentials (ERPs)

More information

Story Visualization Techniques for Interactive Drama

Story Visualization Techniques for Interactive Drama From: AAAI Technical Report SS-02-01. Compilation copyright 2002, AAAI (www.aaai.org). All rights reserved. Story Visualization Techniques for Interactive Drama Magy Seif El-Nasr Northwestern University

More information

The poetry of space Creating quality space Poetic buildings are all based on a set of basic principles and design tools. Foremost among these are:

The poetry of space Creating quality space Poetic buildings are all based on a set of basic principles and design tools. Foremost among these are: Poetic Architecture A spiritualized way for making Architecture Konstantinos Zabetas Poet-Architect Structural Engineer Developer Volume I Number 16 Making is the Classical-original meaning of the term

More information

A probabilistic approach to determining bass voice leading in melodic harmonisation

A probabilistic approach to determining bass voice leading in melodic harmonisation A probabilistic approach to determining bass voice leading in melodic harmonisation Dimos Makris a, Maximos Kaliakatsos-Papakostas b, and Emilios Cambouropoulos b a Department of Informatics, Ionian University,

More information

Quality of Music Classification Systems: How to build the Reference?

Quality of Music Classification Systems: How to build the Reference? Quality of Music Classification Systems: How to build the Reference? Janto Skowronek, Martin F. McKinney Digital Signal Processing Philips Research Laboratories Eindhoven {janto.skowronek,martin.mckinney}@philips.com

More information

Gestalt, Perception and Literature

Gestalt, Perception and Literature ANA MARGARIDA ABRANTES Gestalt, Perception and Literature Gestalt theory has been around for almost one century now and its applications in art and art reception have focused mainly on the perception of

More information

Answer Key Grade 5. Practice Test. The Road Not Taken Birches

Answer Key Grade 5. Practice Test. The Road Not Taken Birches Answer Key Grade 5 The Road Not Taken Birches 1. Part A What does the word diverged in Lines 1 and 18 of The Road Not Taken mean? A Incorrect. Ended means stopped. This is not what diverged means. B Correct.

More information

Incommensurability and Partial Reference

Incommensurability and Partial Reference Incommensurability and Partial Reference Daniel P. Flavin Hope College ABSTRACT The idea within the causal theory of reference that names hold (largely) the same reference over time seems to be invalid

More information

Language Paper 1 Knowledge Organiser

Language Paper 1 Knowledge Organiser Language Paper 1 Knowledge Organiser Abstract noun A noun denoting an idea, quality, or state rather than a concrete object, e.g. truth, danger, happiness. Discourse marker A word or phrase whose function

More information

Poetic Devices and Terms to Know

Poetic Devices and Terms to Know Poetic Devices Poetic Devices and Terms to Know Alliteration repetition of consonant sounds Assonance repetition of vowel sounds Allusion reference in a poem to another famous literary work, event, idea,

More information

days of Saussure. For the most, it seems, Saussure has rightly sunk into

days of Saussure. For the most, it seems, Saussure has rightly sunk into Saussure meets the brain Jan Koster University of Groningen 1 The problem It would be exaggerated to say thatferdinand de Saussure (1857-1913) is an almost forgotten linguist today. But it is certainly

More information

Visual communication and interaction

Visual communication and interaction Visual communication and interaction Janni Nielsen Copenhagen Business School Department of Informatics Howitzvej 60 DK 2000 Frederiksberg + 45 3815 2417 janni.nielsen@cbs.dk Visual communication is the

More information

Type-2 Fuzzy Logic Sensor Fusion for Fire Detection Robots

Type-2 Fuzzy Logic Sensor Fusion for Fire Detection Robots Proceedings of the 2 nd International Conference of Control, Dynamic Systems, and Robotics Ottawa, Ontario, Canada, May 7 8, 2015 Paper No. 187 Type-2 Fuzzy Logic Sensor Fusion for Fire Detection Robots

More information

Decision-Maker Preference Modeling in Interactive Multiobjective Optimization

Decision-Maker Preference Modeling in Interactive Multiobjective Optimization Decision-Maker Preference Modeling in Interactive Multiobjective Optimization 7th International Conference on Evolutionary Multi-Criterion Optimization Introduction This work presents the results of the

More information

Perceptual Evaluation of Automatically Extracted Musical Motives

Perceptual Evaluation of Automatically Extracted Musical Motives Perceptual Evaluation of Automatically Extracted Musical Motives Oriol Nieto 1, Morwaread M. Farbood 2 Dept. of Music and Performing Arts Professions, New York University, USA 1 oriol@nyu.edu, 2 mfarbood@nyu.edu

More information