Formalizing Irony with Doxastic Logic

Size: px
Start display at page:

Download "Formalizing Irony with Doxastic Logic"

Transcription

1 Formalizing Irony with Doxastic Logic WANG ZHONGQUAN National University of Singapore April 22, Introduction Verbal irony is a fundamental rhetoric device in human communication. It is often characterized by a speaker s act of saying something other than what he or she means, with the intention to create an effect of humor or emphasis. The persistence presence of verbal irony in user-generated content has given rise to computational irony, a research topic within sentiment analysis. The motive of computational irony is to address the difficulties that verbal irony brought to the current schema of sentiment analysis - the surface meaning of an utterance, which many methods in sentiment analysis are aiming to detect, is not equivalent to the utterance s latent meaning if it is intended ironically. In fact, it has been reported that the presence of verbal irony is responsible for many of errors made by state-of-the-art methods for sentiment analysis [1]. A formalization of verbal irony, if possible, will improve methods in sentiment analysis greatly. More broadly, the formalization of verbal irony is necessary for any computational process that aims at automating the analysis and simulation of human communication. This paper has two parts. The first part introduces the theories of verbal irony in rhetoric and literary to the reader. It also discusses the prime example of computational irony - the model of pragmatic context. In the second part, the current paper builds on the introduced theories and presents a different formalization of verbal irony with formal logic. The author argues that, utilizing the properties of doxastic logic, it is feasible to construct a formalization of verbal irony which will allow the detection, construction and interpretation of ironic proposition on the semantic level. 1

2 2 Theories of verbal irony In this section, I will discuss two characterizations of verbal irony that have been proposed in the realm of rhetoric and literary: the maxim-violation theory and the pretense theory of irony. The intention here is not to derive a perfect characterization, but to shed light on characteristics that a formalization of verbal irony should capture. British philosopher Paul Grice regards verbal irony as the discerned intentional violation of the maxim of Quality, one of the four rules of conversation that he proposed to interlocutors in his work Logic and Conversation. The maxim of Quality prescribed that do not say what you believe to be false [3]. Given that, a discernible intentional violation of the maxim of Quality is the expression of a proposition that the audience know the speaker does not believe. It can be illustrated by the example below: Example 2.1. In a restaurant, 1. Alice is a vegetarian 2. Alice told Bob before that she is a vegetarian 3. Alice says to Bob: How I love this piece of meat they gave me! According to maxim-violation theory, Bob recognizes the ironic utterance because Bob believes that Alice is a vegetarian; moreover, Bob believes that Alice believes that Bob believes that Alice is a vegetarian. This discerned intentional violation of the maxim of quality motivates Bob to reject the surface meaning of Alice s statement and seek alternative interpretation. Grice suggests that the negation of the ironic proposition often becomes the most intuitive interpretation of the ironist s intended meaning after the surface meaning is rejected [3]. Another characterization of verbal irony is the pretense theory proposed by American psychologies Herbert Clark and Richard Gerrig in The pretense theory revolves the argument that verbal irony necessarily postulates two groups of audience: those equipped to detect the ironical voice and decode the intended latent meaning of an utterance, and those who will accept it at its surface meaning [2]. In this theory, verbal irony works as follows: the ironist pretends to hold a belief; he or she expresses this belief or its consequences as a proposition, addressing the group of understanding audience who will consider this proposition as ironic; through 2

3 asserting the absurd, the ironist mocks those who would sincerely hold the ironic propositions and thereby create humorous effect. Shared by the two theories above is the argument that the audience recognize verbal irony if and only if they recognize the disparity between a made proposition and their beliefs about the speaker. In Grice s theory, such a disparity serves as the cue of the intentional violation of the maxim of Quality; in the pretense theory of irony, to recognize such a disparity is to recognize the absurdity of the ironist s proposition, and therefore is a necessary means for one to become a member of the understanding audience. The two theories both suggest that the formalization of verbal irony is necessarily beyond the syntactic analysis of the given proposition. The formalization of verbal irony must be supplemented by the representation of facts that are not contained in the given utterance but held as beliefs by the speaker and audience. The importance of external facts in the communication of verbal irony can be further illustrated by the difference between a lie and an ironic proposition. Syntactically, a lie and an ironic proposition can be identical. Consider the example below: Example 2.2. In a restaurant, 1. Alice is a vegetarian 2. Bob does not know that Alice is a vegetarian 3. Alice says to Bob: How I love this piece of meat they gave me! In Example 2.1. and 2.2., the exactly same proposition is expressed by Alice. However, this proposition will only be perceived as ironic by Bob in Example 2.1., the situation in which Bob acquired the necessary belief to discern the disparity between Alice s proposition and his own beliefs. As shown in this example, the lie-irony distinction, like the difference between ironic and non-ironic utterance, can be contextual instead of syntactic. 1 3 Existing (Semi-)formalization of verbal irony In computational irony, various formalizations of verbal irony have been proposed, such as Akira Utsumi s model of failed expectation and Byron 1 An interesting question pertaining to the lie-irony distinction would be, is there a lie that does not sound ironic to anyone? 3

4 Wallace s model of pragmatic context. As attempts to improve the accuracy of sentiment analysis, these models mainly focus on the automatic detection of verbal irony. In this section, I will use the model of pragmatic context as an example to illustrate how computational irony provide reasonable yet limited formalization of verbal irony. 3.1 Motivation The model of pragmatic context is proposed as an improvement of previous machine learning approaches in computational irony. Previously, machine learning approaches have been designed to infer P{I(U)}, the probability that an utterance U is intended ironically. In these methods, a statistical inference is made by extracting the syntactic features of U to form a vector Sx(U), and estimating the conditional probability P{I(U) Sx(U)} with reference to existing data. P{I(U)} is solely a function of this conditional probability. In other words, these approaches assume the following relationship: P{I(U)} P{I(U) Sx(U)} [5] From the theories discussed Section 2, it is clear that the above relationship is insufficient for the detection of verbal irony. It is often the presence or lack of certain external beliefs, rather than syntactic features, that determines whether the audience consider a proposition ironic. This insufficiency presented by existing machine learning approaches motivates Wallace to propose a model that utilize both contextual information and syntactic analysis to detect verbal irony. 3.2 Construction Central to present method is the identification of pragmatic context, a set of elements that encode(s) expectations by capturing what we believe the speaker would likely (not) say [5]. Elements of a pragmatic context can be assignments of truth values to propositions - two such elements are the assignment of "True" to the propositions Alice is a vegetarian and A vegetarian does not like meat in Example 2.1.; elements can also be estimates along a spectrum, such as one s political leaning or an user s historic rating for Stanley Kubrick s films. The relevant aspect of the speaker s pragmatic context, denoted by a, is a vector formed by combing relevant elements in 4

5 the pragmatic context. It serves as an important basis of judging whether a given utterance is intended ironic. For further elaboration on Wallace s construction, we shall introduce the set of notations below: - U S : an utterance from the speaker S - I(U S ): the event that the utterance U from the speaker S is intended ironic - a: an aspect, the vector comprises of elements in the pragmatic context that is pertaining to the utterance U S - M(a, S): estimation of the vector a, with regard to the speaker S - Var{M(a, S)}: an indication of the model s confidence in its estimation of M(a, S). Less confidence is indicated by a larger variance. - Sx(U): the vector formed by the extracted syntactic features of the utterance U The main goal of the pragmatic context model is to infer P{I(U S )}, the probability that an utterance from the speaker S is an intended verbal irony. This probability, according to Wallace, can be estimated through the relationship below: P{I(U S )} P{I(U S) M(a, S)} Var{M(a, S)} P{I(U S ) Sx(U S )} [5] The above relationship provides a feasible schema for the automatic detection of verbal irony using machine learning. The likelihood of an utterance being ironic is function consisting of two terms. The numerator of the first term is the conditional probability that the utterance is ironic given that the relevant aspect of speaker S s pragmatic context was estimated to be M(a, S). This probability is weighted by Var{M(a,S)}, an indicator of how much confidence the model has in its estimation of M(a, S). The second term, P{I(U S ) Sx(U S )}, is the conditional probability that the utterance is ironic given that syntactical analysis of the utterance U S evaluates to Sx(U S ). Its value can be obtained by various methods in sentiment analysis, such as the bag-of-words model [5]. With methods in data mining, the relationship above can be easily estimated and cross-validated with the input of training data. 5

6 3.3 Evaluation The model of pragmatic context improves on previous machine learning methods in computational irony. Its emphasis on the context is relevant to both the maxim-violation theory and the pretense theory of irony. Moreover, the statistical inference can be viewed as an abstraction of the mental process in which a group of audience with certain beliefs receive, interpret, and discern verbal irony within a proposition. The model of pragmatic context can be viewed as a feasible formalization of the detection of verbal irony. However, the model of pragmatic context is not a formalization of verbal irony. To be specific, a formalized method for detecting verbal irony is only part of the formalization of verbal irony itself. A full formalization will allow computational process to perform harder tasks, such as constructing ironic proposition, recovering the latent meaning of ironic propositions, and even facilitate proofs of the existence of verbal irony given a specific context. Currently, none of these tasks can be achieved using the model of pragmatic context, which is built on statistical rather than semantic identification of verbal irony. 4 Formalizing verbal irony with doxastic logic In this section, the author proposes an alternative formalization of verbal irony that, instead of statistical inference, utilizes doxastic logic. The goal is to obtain a formalization of verbal irony which possesses the capacity to: 1. symbolically represent the maxim-violation theory and the pretense theory of irony 2. provide an intuitive representation of the necessary and sufficient conditions for the communication of verbal irony 3. identify the set of ironic propositions with regard to a specific group of audience 4. facilitate the semantic interpretation of an ironic proposition 6

7 4.1 Construction The current construction recognizes that there are two stages in the communication of verbal irony - the speaker s act of expressing an ironic proposition, followed by an interpretation on the side of the audience. An ironic proposition is successfully communicated if and only if the proposition is intended ironically by the speaker, and perceived as ironic by the audience. Having identified these two stages, the objective of the current construction becomes formalizing the answers to two questions: 1. Under what circumstances a proposition is intended ironically by the speaker? 2. Under what circumstances a proposition will be perceived as ironic by the audience? To answer the these two questions formally, it is necessary to adopt a framework that can represent the beliefs of the speaker and the audience simultaneously. This can be achieved by doxastic logic, the semantic of propositional modal logic that formalizes the discussion of beliefs of individual agent. A model M in doxastic logic can be defined as below: Definition 1. (Doxastic models) Let a set of propositional variables P and a finite set of agents N be given. A doxastic model is a triple M = (W, V, R) where W is a set of world, V : W P(P) assigns a valuation to each world w W, and R : N P(W 2 ) assigns an accessibility relation to each agent i N, satisfying transitivity, seriality and euclideanness [4]. Doxastic logic employs the possible world semantic to interpret R i, which is illustrated in Definition 2.: Definition 2. R i (w, w ) if and only if for agent i, the world w is a possible world of w. Once the binary accessibility relation R i is interpreted, we can give a semantic to the modal operator in the Kripke structure. In the current construction, the representation of the beliefs of individual member of the audience necessitates the usage of modal operator B i in doxastic logic, which can be defined as below: Definition 3. In doxastic logic, an agent A in w i believes ψ, denoted by w i = B A ψ, if and only if for all w W with R A (w i, w), we have w = ψ. 7

8 In section 2, an observation was made by the maxim-violation theory that the audience recognize verbal irony if and only if the made proposition contradicts what the audience believe the speaker believes. Moreover, the audience should believe that this contradiction is intentionally made discernible. These necessary and sufficient conditions for the audience to perceive the proposition as ironic can be translated into an axiom in the language of doxastic logic: Axiom 1. (Perception of Verbal Irony) In a model M, a proposition ψ expressed by speaker S is perceived as ironic by an agent A in w if and only if w = B A B S ψ and w = B A B S B A B S ψ. On the other hand, we need to identify the circumstances that a speaker intends a proposition to be ironic. Recall that in Section 2, the pretense theory of irony articulates that the act of expressing an ironic proposition is always addressing two groups of audience: those who will regard the proposition as ironic, and those who will take away its surface meaning. This condition, again, can be axiomized using doxastic logic, with reference to Axiom 1.: Axiom 2. (Intention of Verbal Irony) In a model M, a proposition ψ is intended as verbal irony to J by speaker S in w if and only if w = (B S B J B S ψ) (B S B J B S B J B S ψ) and K such that w = (B S B K B S ψ). 4.2 Lemmas and Proofs One advantage of the current formalization using doxastic logic is that we can derive lemmas and results from the two axioms and existing properties of doxastic logic. Some of these lemmas and their proofs are listed below: Lemma 1. (Extended Perception of Verbal Irony) In model M, if φ = ψ and the proposition ψ is perceived as ironic by agent A in w, then φ is perceived as ironic by agent A in w. Proof. 1. = φ ψ (Premise) 2. = ψ φ 8

9 3. = B S ( ψ φ) 4. = B S ψ B S φ (K, 3) 5. w = B A B S ψ B A B S B A B S ψ (Premise) 6. w = B A B S φ B A B S B A B S φ (4, 5) 7. φ is perceived as ironic by agent A in w (Axiom 1.) Lemma 2. (Satisfiability of Intended Irony) In model M, if a proposition ψ is intended as verbal irony by a speaker S, ψ is satisfiable in M. Proof by contradiction ψ is unsatisfiable in M 2. B S ψ is unsatisfiable in M (R s is serial, 1) 3. K, B k B S ψ is unsatisfiable in M ( k R k is serial, 2) 4. K, B S B K B S ψ is unsatisfiable in M (R S is serial, 3) 5. K, such that w = B S B K B S ψ (premise, Axiom 2.) 6. contradiction (4, 5) 7. ψ is satisfiable in M Lemma 3. (Introspection of the Ironist) In a model M, if the speaker A in w believes in ψ, then A perceived his or her own expression of ψ as verbal irony. Proof. 1. w = B A ψ (premise) 2. w = B A B A ψ (B A is transitive) 3. w = B A B A B A ψ (B A is transitive) 4. w = B A B A B A B A ψ (B A is transitive) 5. ψ is perceived as verbal irony by A in w (Axiom 1., 2, 4) 2 A similar proof can be constructed to prove that proposition perceived as verbal irony by an agent in M must be invalid in M. 9

10 4.3 Discussion The construction proposed in Section 4.1 is an attempt to formalize the communication of verbal irony in complex, multi-agent setting. The two axioms are proposed with the intention to reflect the two characterizations of verbal irony discussed in Section 2. Respectively, these axioms specify the necessary and sufficient conditions for a speaker to intend a proposition as verbal irony and the audience to perceive a proposition as ironic. Recognizing these two axioms enable one to utilize theorems in doxastic logic to semantically detect, construct and reason about verbal irony within an existing formal framework. The current construction needs to be subjected further examination. More working examples and proofs can be provided to showcase the practical and theoretical quality of this preliminary attempt to formalize verbal irony. On the other hand, the author also notes that new questions arise as doxastic logic is chosen as the framework. Particularly, it is questionable that whether doxastic logic is the most appropriate framework for the current purposes, given that there are appealing alternatives such as multimodalities framework involving both B i and K i and dynamic doxastic logic which is able to characterize the changes of the beliefs of the agent upon the communication of certain propositions. These issues are central to the current construction and should be examined by further investigations. 5 Conclusion A review of the theories of verbal irony and the model of pragmatic context suggests that there is currently a lack of semantic analysis in computational irony. In response to this lack, the author proposes a characterization of verbal irony within the framework of doxastic logic. This characterization, reflecting the maxim-violation theory and the pretense theory of verbal irony, will be able to formalize the detection, construction and interpretation of ironic proposition on the semantic level. 10

11 References 1. Paula Carvalho, Luís Sarmento, Mário J Silva, and Eugénio de Oliveira. Clues for detecting irony in user-generated contents: oh...!! it s so easy;-). In Proceedings of the 1st international CIKM workshop on Topic-sentiment analysis for mass opinion, pages ACM, Herbert H Clark and Richard J Gerrig. On the pretense theory of irony Herbert P Grice. Logic and conversation. Harvard Univ., Hans van Ditmarsch, Jan van Eijck, Floor Sietsma, and Yanjing Wang. On the logic of lying. Games, Actions, and Social Software, page 53, Byron C Wallace. Computational irony: A survey and new perspectives. Artificial Intelligence Review, pages 1 17,

Communication Mechanism of Ironic Discourse

Communication Mechanism of Ironic Discourse , pp.147-152 http://dx.doi.org/10.14257/astl.2014.52.25 Communication Mechanism of Ironic Discourse Jong Oh Lee Hankuk University of Foreign Studies, 107 Imun-ro, Dongdaemun-gu, 130-791, Seoul, Korea santon@hufs.ac.kr

More information

Irony as Cognitive Deviation

Irony as Cognitive Deviation ICLC 2005@Yonsei Univ., Seoul, Korea Irony as Cognitive Deviation Masashi Okamoto Language and Knowledge Engineering Lab, Graduate School of Information Science and Technology, The University of Tokyo

More information

A New Analysis of Verbal Irony

A New Analysis of Verbal Irony International Journal of Applied Linguistics & English Literature ISSN 2200-3592 (Print), ISSN 2200-3452 (Online) Vol. 6 No. 5; September 2017 Australian International Academic Centre, Australia Flourishing

More information

INTERNATIONAL CONFERENCE ON ENGINEERING DESIGN ICED 05 MELBOURNE, AUGUST 15-18, 2005 GENERAL DESIGN THEORY AND GENETIC EPISTEMOLOGY

INTERNATIONAL CONFERENCE ON ENGINEERING DESIGN ICED 05 MELBOURNE, AUGUST 15-18, 2005 GENERAL DESIGN THEORY AND GENETIC EPISTEMOLOGY INTERNATIONAL CONFERENCE ON ENGINEERING DESIGN ICED 05 MELBOURNE, AUGUST 15-18, 2005 GENERAL DESIGN THEORY AND GENETIC EPISTEMOLOGY Mizuho Mishima Makoto Kikuchi Keywords: general design theory, genetic

More information

A critical pragmatic approach to irony

A critical pragmatic approach to irony A critical pragmatic approach to irony Joana Garmendia ( jgarmendia012@ikasle.ehu.es ) ILCLI University of the Basque Country CSLI Stanford University When we first approach the traditional pragmatic accounts

More information

Abstract Several accounts of the nature of fiction have been proposed that draw on speech act

Abstract Several accounts of the nature of fiction have been proposed that draw on speech act FICTION AS ACTION Sarah Hoffman University Of Saskatchewan Saskatoon, SK S7N 5A5 Canada Abstract Several accounts of the nature of fiction have been proposed that draw on speech act theory. I argue that

More information

The Embedding Problem for Non-Cognitivism; Introduction to Cognitivism; Motivational Externalism

The Embedding Problem for Non-Cognitivism; Introduction to Cognitivism; Motivational Externalism The Embedding Problem for Non-Cognitivism; Introduction to Cognitivism; Motivational Externalism Felix Pinkert 103 Ethics: Metaethics, University of Oxford, Hilary Term 2015 Recapitulation Expressivism

More information

Reply to Stalnaker. Timothy Williamson. In Models and Reality, Robert Stalnaker responds to the tensions discerned in Modal Logic

Reply to Stalnaker. Timothy Williamson. In Models and Reality, Robert Stalnaker responds to the tensions discerned in Modal Logic 1 Reply to Stalnaker Timothy Williamson In Models and Reality, Robert Stalnaker responds to the tensions discerned in Modal Logic as Metaphysics between contingentism in modal metaphysics and the use of

More information

Influence of lexical markers on the production of contextual factors inducing irony

Influence of lexical markers on the production of contextual factors inducing irony Influence of lexical markers on the production of contextual factors inducing irony Elora Rivière, Maud Champagne-Lavau To cite this version: Elora Rivière, Maud Champagne-Lavau. Influence of lexical markers

More information

On Recanati s Mental Files

On Recanati s Mental Files November 18, 2013. Penultimate version. Final version forthcoming in Inquiry. On Recanati s Mental Files Dilip Ninan dilip.ninan@tufts.edu 1 Frege (1892) introduced us to the notion of a sense or a mode

More information

CONTINGENCY AND TIME. Gal YEHEZKEL

CONTINGENCY AND TIME. Gal YEHEZKEL CONTINGENCY AND TIME Gal YEHEZKEL ABSTRACT: In this article I offer an explanation of the need for contingent propositions in language. I argue that contingent propositions are required if and only if

More information

Types of perceptual content

Types of perceptual content Types of perceptual content Jeff Speaks January 29, 2006 1 Objects vs. contents of perception......................... 1 2 Three views of content in the philosophy of language............... 2 3 Perceptual

More information

Dawn M. Phillips The real challenge for an aesthetics of photography

Dawn M. Phillips The real challenge for an aesthetics of photography Dawn M. Phillips 1 Introduction In his 1983 article, Photography and Representation, Roger Scruton presented a powerful and provocative sceptical position. For most people interested in the aesthetics

More information

Sidestepping the holes of holism

Sidestepping the holes of holism Sidestepping the holes of holism Tadeusz Ciecierski taci@uw.edu.pl University of Warsaw Institute of Philosophy Piotr Wilkin pwl@mimuw.edu.pl University of Warsaw Institute of Philosophy / Institute of

More information

2D ELEMENTARY CELLULAR AUTOMATA WITH FOUR NEIGHBORS

2D ELEMENTARY CELLULAR AUTOMATA WITH FOUR NEIGHBORS 2D ELEMENTARY CELLULAR AUTOMATA WITH FOUR NEIGHBORS JOSÉ ANTÓNIO FREITAS Escola Secundária Caldas de Vizela, Rua Joaquim Costa Chicória 1, Caldas de Vizela, 4815-513 Vizela, Portugal RICARDO SEVERINO CIMA,

More information

Valuable Particulars

Valuable Particulars CHAPTER ONE Valuable Particulars One group of commentators whose discussion this essay joins includes John McDowell, Martha Nussbaum, Nancy Sherman, and Stephen G. Salkever. McDowell is an early contributor

More information

The Reference Book, by John Hawthorne and David Manley. Oxford: Oxford University Press 2012, 280 pages. ISBN

The Reference Book, by John Hawthorne and David Manley. Oxford: Oxford University Press 2012, 280 pages. ISBN Book reviews 123 The Reference Book, by John Hawthorne and David Manley. Oxford: Oxford University Press 2012, 280 pages. ISBN 9780199693672 John Hawthorne and David Manley wrote an excellent book on the

More information

Ironic Expressions: Echo or Relevant Inappropriateness?

Ironic Expressions: Echo or Relevant Inappropriateness? -795- Ironic Expressions: Echo or Relevant Inappropriateness? Assist. Instructor Juma'a Qadir Hussein Dept. of English College of Education for Humanities University of Anbar Abstract This research adresses

More information

Irony and the Standard Pragmatic Model

Irony and the Standard Pragmatic Model International Journal of English Linguistics; Vol. 3, No. 5; 2013 ISSN 1923-869X E-ISSN 1923-8703 Published by Canadian Center of Science and Education Irony and the Standard Pragmatic Model Istvan Palinkas

More information

PHL 317K 1 Fall 2017 Overview of Weeks 1 5

PHL 317K 1 Fall 2017 Overview of Weeks 1 5 PHL 317K 1 Fall 2017 Overview of Weeks 1 5 We officially started the class by discussing the fact/opinion distinction and reviewing some important philosophical tools. A critical look at the fact/opinion

More information

Visual Argumentation in Commercials: the Tulip Test 1

Visual Argumentation in Commercials: the Tulip Test 1 Opus et Educatio Volume 4. Number 2. Hédi Virág CSORDÁS Gábor FORRAI Visual Argumentation in Commercials: the Tulip Test 1 Introduction Advertisements are a shared subject of inquiry for media theory and

More information

CHAPTER 2 THEORETICAL FRAMEWORK

CHAPTER 2 THEORETICAL FRAMEWORK CHAPTER 2 THEORETICAL FRAMEWORK 2.1 Poetry Poetry is an adapted word from Greek which its literal meaning is making. The art made up of poems, texts with charged, compressed language (Drury, 2006, p. 216).

More information

An Impact Analysis of Features in a Classification Approach to Irony Detection in Product Reviews

An Impact Analysis of Features in a Classification Approach to Irony Detection in Product Reviews Universität Bielefeld June 27, 2014 An Impact Analysis of Features in a Classification Approach to Irony Detection in Product Reviews Konstantin Buschmeier, Philipp Cimiano, Roman Klinger Semantic Computing

More information

A Cognitive-Pragmatic Study of Irony Response 3

A Cognitive-Pragmatic Study of Irony Response 3 A Cognitive-Pragmatic Study of Irony Response 3 Zhang Ying School of Foreign Languages, Shanghai University doi: 10.19044/esj.2016.v12n2p42 URL:http://dx.doi.org/10.19044/esj.2016.v12n2p42 Abstract As

More information

REPORT DOCUMENTATION PAGE

REPORT DOCUMENTATION PAGE REPORT DOCUMENTATION PAGE Form Approved OMB NO. 0704-0188 The public reporting burden for this collection of information is estimated to average 1 hour per response, including the time for reviewing instructions,

More information

Chapter 12. Synchronous Circuits. Contents

Chapter 12. Synchronous Circuits. Contents Chapter 12 Synchronous Circuits Contents 12.1 Syntactic definition........................ 149 12.2 Timing analysis: the canonic form............... 151 12.2.1 Canonic form of a synchronous circuit..............

More information

What is Character? David Braun. University of Rochester. In "Demonstratives", David Kaplan argues that indexicals and other expressions have a

What is Character? David Braun. University of Rochester. In Demonstratives, David Kaplan argues that indexicals and other expressions have a Appeared in Journal of Philosophical Logic 24 (1995), pp. 227-240. What is Character? David Braun University of Rochester In "Demonstratives", David Kaplan argues that indexicals and other expressions

More information

Mass Communication Theory

Mass Communication Theory Mass Communication Theory 2015 spring sem Prof. Jaewon Joo 7 traditions of the communication theory Key Seven Traditions in the Field of Communication Theory 1. THE SOCIO-PSYCHOLOGICAL TRADITION: Communication

More information

In Defense of the Contingently Nonconcrete

In Defense of the Contingently Nonconcrete In Defense of the Contingently Nonconcrete Bernard Linsky Philosophy Department University of Alberta and Edward N. Zalta Center for the Study of Language and Information Stanford University In Actualism

More information

Irony and Sarcasm: Corpus Generation and Analysis Using Crowdsourcing

Irony and Sarcasm: Corpus Generation and Analysis Using Crowdsourcing Irony and Sarcasm: Corpus Generation and Analysis Using Crowdsourcing Elena Filatova Computer and Information Science Department Fordham University filatova@cis.fordham.edu Abstract The ability to reliably

More information

Conclusion. One way of characterizing the project Kant undertakes in the Critique of Pure Reason is by

Conclusion. One way of characterizing the project Kant undertakes in the Critique of Pure Reason is by Conclusion One way of characterizing the project Kant undertakes in the Critique of Pure Reason is by saying that he seeks to articulate a plausible conception of what it is to be a finite rational subject

More information

Sense and soundness of thought as a biochemical process Mahmoud A. Mansour

Sense and soundness of thought as a biochemical process Mahmoud A. Mansour Sense and soundness of thought as a biochemical process Mahmoud A. Mansour August 17,2015 Abstract A biochemical model is suggested for how the mind/brain might be modelling objects of thought in analogy

More information

QUESTIONS AND LOGICAL ANALYSIS OF NATURAL LANGUAGE: THE CASE OF TRANSPARENT INTENSIONAL LOGIC MICHAL PELIŠ

QUESTIONS AND LOGICAL ANALYSIS OF NATURAL LANGUAGE: THE CASE OF TRANSPARENT INTENSIONAL LOGIC MICHAL PELIŠ Logique & Analyse 185 188 (2004), x x QUESTIONS AND LOGICAL ANALYSIS OF NATURAL LANGUAGE: THE CASE OF TRANSPARENT INTENSIONAL LOGIC MICHAL PELIŠ Abstract First, some basic notions of transparent intensional

More information

A COMPUTATIONAL MODEL OF IRONY INTERPRETATION

A COMPUTATIONAL MODEL OF IRONY INTERPRETATION Pacific Association for Computational Linguistics A COMPUTATIONAL MODEL OF IRONY INTERPRETATION AKIRA UTSUMI Department of Computational Intelligence and Systems Science, Tokyo Institute of Technology,

More information

PHIL 480: Seminar in the History of Philosophy Building Moral Character: Neo-Confucianism and Moral Psychology

PHIL 480: Seminar in the History of Philosophy Building Moral Character: Neo-Confucianism and Moral Psychology Main Theses PHIL 480: Seminar in the History of Philosophy Building Moral Character: Neo-Confucianism and Moral Psychology Spring 2013 Professor JeeLoo Liu [Handout #17] Jesse Prinz, The Emotional Basis

More information

Replies to the Critics

Replies to the Critics Edward N. Zalta 2 Replies to the Critics Edward N. Zalta Center for the Study of Language and Information Stanford University Menzel s Commentary Menzel s commentary is a tightly focused, extended argument

More information

For every sentences A and B, there is a sentence: A B,

For every sentences A and B, there is a sentence: A B, Disjunction: ViewIII.doc 1 or every sentences A and B, there is a sentence: A B, which is the disjunction of A and B. he sentences A and B are, respectively, the first disjunct and the second disjunct

More information

Beliefs under Unawareness

Beliefs under Unawareness Beliefs under Unawareness Jing Li Department of Economics University of Pennsylvania 3718 Locust Walk Philadelphia, PA 19104 E-mail: jing.li@econ.upenn.edu October 2007 Abstract I study how choice behavior

More information

SpringBoard Academic Vocabulary for Grades 10-11

SpringBoard Academic Vocabulary for Grades 10-11 CCSS.ELA-LITERACY.CCRA.L.6 Acquire and use accurately a range of general academic and domain-specific words and phrases sufficient for reading, writing, speaking, and listening at the college and career

More information

Claim: refers to an arguable proposition or a conclusion whose merit must be established.

Claim: refers to an arguable proposition or a conclusion whose merit must be established. Argument mapping: refers to the ways of graphically depicting an argument s main claim, sub claims, and support. In effect, it highlights the structure of the argument. Arrangement: the canon that deals

More information

Mind Association. Oxford University Press and Mind Association are collaborating with JSTOR to digitize, preserve and extend access to Mind.

Mind Association. Oxford University Press and Mind Association are collaborating with JSTOR to digitize, preserve and extend access to Mind. Mind Association Proper Names Author(s): John R. Searle Source: Mind, New Series, Vol. 67, No. 266 (Apr., 1958), pp. 166-173 Published by: Oxford University Press on behalf of the Mind Association Stable

More information

PLEASE SCROLL DOWN FOR ARTICLE

PLEASE SCROLL DOWN FOR ARTICLE This article was downloaded by:[ingenta Content Distribution] On: 24 January 2008 Access Details: [subscription number 768420433] Publisher: Routledge Informa Ltd Registered in England and Wales Registered

More information

Scientific Philosophy

Scientific Philosophy Scientific Philosophy Gustavo E. Romero IAR-CONICET/UNLP, Argentina FCAGLP, UNLP, 2018 Philosophy of mathematics The philosophy of mathematics is the branch of philosophy that studies the philosophical

More information

Verbal Ironv and Situational Ironv: Why do people use verbal irony?

Verbal Ironv and Situational Ironv: Why do people use verbal irony? Verbal Ironv and Situational Ironv: Why do people use verbal irony? Ja-Yeon Jeong (Seoul National University) Jeong, Ja-Yeon. 2004. Verbal irony and situational irony: Why do people use verbal irony? SNU

More information

Your Sentiment Precedes You: Using an author s historical tweets to predict sarcasm

Your Sentiment Precedes You: Using an author s historical tweets to predict sarcasm Your Sentiment Precedes You: Using an author s historical tweets to predict sarcasm Anupam Khattri 1 Aditya Joshi 2,3,4 Pushpak Bhattacharyya 2 Mark James Carman 3 1 IIT Kharagpur, India, 2 IIT Bombay,

More information

Manuel Bremer University Lecturer, Philosophy Department, University of Düsseldorf, Germany

Manuel Bremer University Lecturer, Philosophy Department, University of Düsseldorf, Germany Internal Realism Manuel Bremer University Lecturer, Philosophy Department, University of Düsseldorf, Germany Abstract. This essay characterizes a version of internal realism. In I will argue that for semantical

More information

Reviewed by Max Kölbel, ICREA at Universitat de Barcelona

Reviewed by Max Kölbel, ICREA at Universitat de Barcelona Review of John MacFarlane, Assessment Sensitivity: Relative Truth and Its Applications, Oxford University Press, 2014, xv + 344 pp., 30.00, ISBN 978-0- 19-968275- 1. Reviewed by Max Kölbel, ICREA at Universitat

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

Articulating Medieval Logic, by Terence Parsons. Oxford: Oxford University Press,

Articulating Medieval Logic, by Terence Parsons. Oxford: Oxford University Press, Articulating Medieval Logic, by Terence Parsons. Oxford: Oxford University Press, 2014. Pp. xiii + 331. H/b 50.00. This is a very exciting book that makes some bold claims about the power of medieval logic.

More information

The Mind's Movement: An Essay on Expression

The Mind's Movement: An Essay on Expression The Mind's Movement: An Essay on Expression Dissertation Abstract Stina Bäckström I decided to work on expression when I realized that it is a concept (and phenomenon) of great importance for the philosophical

More information

Introduction p. 1 The Elements of an Argument p. 1 Deduction and Induction p. 5 Deductive Argument Forms p. 7 Truth and Validity p. 8 Soundness p.

Introduction p. 1 The Elements of an Argument p. 1 Deduction and Induction p. 5 Deductive Argument Forms p. 7 Truth and Validity p. 8 Soundness p. Preface p. xi Introduction p. 1 The Elements of an Argument p. 1 Deduction and Induction p. 5 Deductive Argument Forms p. 7 Truth and Validity p. 8 Soundness p. 11 Consistency p. 12 Consistency and Validity

More information

Code : is a set of practices familiar to users of the medium

Code : is a set of practices familiar to users of the medium Lecture (05) CODES Code Code : is a set of practices familiar to users of the medium operating within a broad cultural framework. When studying cultural practices, semioticians treat as signs any objects

More information

Review of Epistemic Modality

Review of Epistemic Modality Review of Epistemic Modality Malte Willer This is a long-anticipated collection of ten essays on epistemic modality by leading thinkers of the field, edited and introduced by Andy Egan and Brian Weatherson.

More information

CHAPTER 2 REVIEW OF RELATED LITERATURE. advantages the related studies is to provide insight into the statistical methods

CHAPTER 2 REVIEW OF RELATED LITERATURE. advantages the related studies is to provide insight into the statistical methods CHAPTER 2 REVIEW OF RELATED LITERATURE The review of related studies is an essential part of any investigation. The survey of the related studies is a crucial aspect of the planning of the study. The advantages

More information

Hearing Loss and Sarcasm: The Problem is Conceptual NOT Perceptual

Hearing Loss and Sarcasm: The Problem is Conceptual NOT Perceptual Hearing Loss and Sarcasm: The Problem is Conceptual NOT Perceptual Individuals with hearing loss often have difficulty detecting and/or interpreting sarcasm. These difficulties can be as severe as they

More information

Eleventh Grade Language Arts Curriculum Pacing Guide

Eleventh Grade Language Arts Curriculum Pacing Guide 1 st quarter (11.1a) Gather and organize evidence to support a position (11.1b) Present evidence clearly and convincingly (11.1c) Address counterclaims (11.1d) Support and defend ideas in public forums

More information

IRONY IN SELECTED KENYAN POLITICAL UTTERANCES: A RELEVANCE THEORETIC APPROACH

IRONY IN SELECTED KENYAN POLITICAL UTTERANCES: A RELEVANCE THEORETIC APPROACH IRONY IN SELECTED KENYAN POLITICAL UTTERANCES: A RELEVANCE THEORETIC APPROACH BY WANJALA KHISA LYDIA A RESEARCH PROJECT SUBMITTED IN FULFILMENT OF THE REQUIREMENTS OF THE DEGREE OF MASTER OF ARTS OF THE

More information

Implicit Display Theory of Verbal Irony: Towards A Computational Model of Irony

Implicit Display Theory of Verbal Irony: Towards A Computational Model of Irony Implicit Display Theory of Verbal Irony: Towards A Computational Model of Irony Akira Utsumi Department of Computational Intelligence and Systems Science Tokyo Institute of Technology 4259 Nagatsuta, Midori-ku,

More information

When Incongruity Exists: An Analytical Framework of Humor

When Incongruity Exists: An Analytical Framework of Humor International Review of Social Sciences and Humanities Vol. 8, No. 1 (2014), pp. 48-54 www.irssh.com ISSN 2248-9010 (Online), ISSN 2250-0715 (Print) When Incongruity Exists: An Analytical Framework of

More information

12th Grade Language Arts Pacing Guide SLEs in red are the 2007 ELA Framework Revisions.

12th Grade Language Arts Pacing Guide SLEs in red are the 2007 ELA Framework Revisions. 1. Enduring Developing as a learner requires listening and responding appropriately. 2. Enduring Self monitoring for successful reading requires the use of various strategies. 12th Grade Language Arts

More information

that would join theoretical philosophy (metaphysics) and practical philosophy (ethics)?

that would join theoretical philosophy (metaphysics) and practical philosophy (ethics)? Kant s Critique of Judgment 1 Critique of judgment Kant s Critique of Judgment (1790) generally regarded as foundational treatise in modern philosophical aesthetics no integration of aesthetic theory into

More information

Department of Philosophy Florida State University

Department of Philosophy Florida State University Department of Philosophy Florida State University Undergraduate Courses PHI 2010. Introduction to Philosophy (3). An introduction to some of the central problems in philosophy. Students will also learn

More information

Interdepartmental Learning Outcomes

Interdepartmental Learning Outcomes University Major/Dept Learning Outcome Source Linguistics The undergraduate degree in linguistics emphasizes knowledge and awareness of: the fundamental architecture of language in the domains of phonetics

More information

2550 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 54, NO. 6, JUNE 2008

2550 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 54, NO. 6, JUNE 2008 2550 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 54, NO. 6, JUNE 2008 Distributed Source Coding in the Presence of Byzantine Sensors Oliver Kosut, Student Member, IEEE, Lang Tong, Fellow, IEEE Abstract

More information

What Can Experimental Philosophy Do? David Chalmers

What Can Experimental Philosophy Do? David Chalmers What Can Experimental Philosophy Do? David Chalmers Cast of Characters X-Phi: Experimental Philosophy E-Phi: Empirical Philosophy A-Phi: Armchair Philosophy Challenges to Experimental Philosophy Empirical

More information

A Note on Unawareness and Zero Probability

A Note on Unawareness and Zero Probability A Note on Unawareness and Zero Probability Jing Li Department of Economics University of Pennsylvania 3718 Locust Walk Philadelphia, PA 19104 E-mail: jing.li@econ.upenn.edu November 2007 Abstract I study

More information

Internal Realism. Manuel Bremer University Lecturer, Philosophy Department, University of Düsseldorf, Germany

Internal Realism. Manuel Bremer University Lecturer, Philosophy Department, University of Düsseldorf, Germany Internal Realism Manuel Bremer University Lecturer, Philosophy Department, University of Düsseldorf, Germany This essay deals characterizes a version of internal realism. In I will argue that for semantical

More information

Professor Birger Hjørland and associate professor Jeppe Nicolaisen hereby endorse the proposal by

Professor Birger Hjørland and associate professor Jeppe Nicolaisen hereby endorse the proposal by Project outline 1. Dissertation advisors endorsing the proposal Professor Birger Hjørland and associate professor Jeppe Nicolaisen hereby endorse the proposal by Tove Faber Frandsen. The present research

More information

0 Aristotle: dejinition of irony: the rhetorical Jigure which names an object by using its opposite name 0 purpose of irony: criticism or praise 0

0 Aristotle: dejinition of irony: the rhetorical Jigure which names an object by using its opposite name 0 purpose of irony: criticism or praise 0 IRONY Irony 0 < Greek eironi 0 classical Greek comedies: the imposter vs. the ironical man: the imposter the pompous fool who pretended to be more than he was, while the ironist was the cunning dissembler

More information

Conceptions and Context as a Fundament for the Representation of Knowledge Artifacts

Conceptions and Context as a Fundament for the Representation of Knowledge Artifacts Conceptions and Context as a Fundament for the Representation of Knowledge Artifacts Thomas KARBE FLP, Technische Universität Berlin Berlin, 10587, Germany ABSTRACT It is a well-known fact that knowledge

More information

arxiv: v1 [cs.cl] 3 May 2018

arxiv: v1 [cs.cl] 3 May 2018 Binarizer at SemEval-2018 Task 3: Parsing dependency and deep learning for irony detection Nishant Nikhil IIT Kharagpur Kharagpur, India nishantnikhil@iitkgp.ac.in Muktabh Mayank Srivastava ParallelDots,

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

On The Search for a Perfect Language

On The Search for a Perfect Language On The Search for a Perfect Language Submitted to: Peter Trnka By: Alex Macdonald The correspondence theory of truth has attracted severe criticism. One focus of attack is the notion of correspondence

More information

KLUEnicorn at SemEval-2018 Task 3: A Naïve Approach to Irony Detection

KLUEnicorn at SemEval-2018 Task 3: A Naïve Approach to Irony Detection KLUEnicorn at SemEval-2018 Task 3: A Naïve Approach to Irony Detection Luise Dürlich Friedrich-Alexander Universität Erlangen-Nürnberg / Germany luise.duerlich@fau.de Abstract This paper describes the

More information

Peircean concept of sign. How many concepts of normative sign are needed. How to clarify the meaning of the Peircean concept of sign?

Peircean concept of sign. How many concepts of normative sign are needed. How to clarify the meaning of the Peircean concept of sign? How many concepts of normative sign are needed About limits of applying Peircean concept of logical sign University of Tampere Department of Mathematics, Statistics, and Philosophy Peircean concept of

More information

MISSING FUNDAMENTAL STRATUM OF THE CURRENT FORMS OF THE REPRESENTATION OF CONCEPTS IN CONSTRUCTION

MISSING FUNDAMENTAL STRATUM OF THE CURRENT FORMS OF THE REPRESENTATION OF CONCEPTS IN CONSTRUCTION MISSING FUNDAMENTAL STRATUM OF THE CURRENT FORMS OF THE REPRESENTATION OF CONCEPTS IN CONSTRUCTION Ivan Mutis, Raja R.A. Issa, Ian Flood Rinker School of Building Construction, University of Florida, Gainesville,

More information

Culture and Art Criticism

Culture and Art Criticism Culture and Art Criticism Dr. Wagih Fawzi Youssef May 2013 Abstract This brief essay sheds new light on the practice of art criticism. Commencing by the definition of a work of art as contingent upon intuition,

More information

Acoustic Prosodic Features In Sarcastic Utterances

Acoustic Prosodic Features In Sarcastic Utterances Acoustic Prosodic Features In Sarcastic Utterances Introduction: The main goal of this study is to determine if sarcasm can be detected through the analysis of prosodic cues or acoustic features automatically.

More information

Partitioning a Proof: An Exploratory Study on Undergraduates Comprehension of Proofs

Partitioning a Proof: An Exploratory Study on Undergraduates Comprehension of Proofs Partitioning a Proof: An Exploratory Study on Undergraduates Comprehension of Proofs Eyob Demeke David Earls California State University, Los Angeles University of New Hampshire In this paper, we explore

More information

MIRA COSTA HIGH SCHOOL English Department Writing Manual TABLE OF CONTENTS. 1. Prewriting Introductions 4. 3.

MIRA COSTA HIGH SCHOOL English Department Writing Manual TABLE OF CONTENTS. 1. Prewriting Introductions 4. 3. MIRA COSTA HIGH SCHOOL English Department Writing Manual TABLE OF CONTENTS 1. Prewriting 2 2. Introductions 4 3. Body Paragraphs 7 4. Conclusion 10 5. Terms and Style Guide 12 1 1. Prewriting Reading and

More information

Non-Classical Logics. Viorica Sofronie-Stokkermans Winter Semester 2012/2013

Non-Classical Logics. Viorica Sofronie-Stokkermans   Winter Semester 2012/2013 Non-Classical Logics Viorica Sofronie-Stokkermans E-mail: sofronie@uni-koblenz.de Winter Semester 2012/2013 1 Non-Classical Logics Alternatives to classical logic Extensions of classical logic 2 Non-Classical

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

Naïve realism without disjunctivism about experience

Naïve realism without disjunctivism about experience Naïve realism without disjunctivism about experience Introduction Naïve realism regards the sensory experiences that subjects enjoy when perceiving (hereafter perceptual experiences) as being, in some

More information

PIER Working Paper

PIER Working Paper Penn Institute for Economic Research Department of Economics University of Pennsylvania 3718 Locust Walk Philadelphia, PA 19104-6297 pier@econ.upenn.edu http://www.econ.upenn.edu/pier PIER Working Paper

More information

cse371/mat371 LOGIC Professor Anita Wasilewska

cse371/mat371 LOGIC Professor Anita Wasilewska cse371/mat371 LOGIC Professor Anita Wasilewska LECTURE 1 LOGICS FOR COMPUTER SCIENCE: CLASSICAL and NON-CLASSICAL CHAPTER 1 Paradoxes and Puzzles Chapter 1 Introduction: Paradoxes and Puzzles PART 1: Logic

More information

On Meaning. language to establish several definitions. We then examine the theories of meaning

On Meaning. language to establish several definitions. We then examine the theories of meaning Aaron Tuor Philosophy of Language March 17, 2014 On Meaning The general aim of this paper is to evaluate theories of linguistic meaning in terms of their success in accounting for definitions of meaning

More information

Literature Cite the textual evidence that most strongly supports an analysis of what the text says explicitly

Literature Cite the textual evidence that most strongly supports an analysis of what the text says explicitly Grade 8 Key Ideas and Details Online MCA: 23 34 items Paper MCA: 27 41 items Grade 8 Standard 1 Read closely to determine what the text says explicitly and to make logical inferences from it; cite specific

More information

A Functional Representation of Fuzzy Preferences

A Functional Representation of Fuzzy Preferences Forthcoming on Theoretical Economics Letters A Functional Representation of Fuzzy Preferences Susheng Wang 1 October 2016 Abstract: This paper defines a well-behaved fuzzy order and finds a simple functional

More information

Philosophy of Science: The Pragmatic Alternative April 2017 Center for Philosophy of Science University of Pittsburgh ABSTRACTS

Philosophy of Science: The Pragmatic Alternative April 2017 Center for Philosophy of Science University of Pittsburgh ABSTRACTS Philosophy of Science: The Pragmatic Alternative 21-22 April 2017 Center for Philosophy of Science University of Pittsburgh Matthew Brown University of Texas at Dallas Title: A Pragmatist Logic of Scientific

More information

CPU Bach: An Automatic Chorale Harmonization System

CPU Bach: An Automatic Chorale Harmonization System CPU Bach: An Automatic Chorale Harmonization System Matt Hanlon mhanlon@fas Tim Ledlie ledlie@fas January 15, 2002 Abstract We present an automated system for the harmonization of fourpart chorales in

More information

Imagining Negative-Dimensional Space

Imagining Negative-Dimensional Space Bridges 2011: Mathematics, Music, Art, Architecture, Culture Imagining Negative-Dimensional Space Luke Wolcott Mathematics Department University of Washington lwolcott@uw.edu Elizabeth McTernan artist

More information

6.034 Notes: Section 4.1

6.034 Notes: Section 4.1 6.034 Notes: Section 4.1 Slide 4.1.1 What is a logic? A logic is a formal language. And what does that mean? It has a syntax and a semantics, and a way of manipulating expressions in the language. We'll

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

Detecting Sarcasm in English Text. Andrew James Pielage. Artificial Intelligence MSc 2012/2013

Detecting Sarcasm in English Text. Andrew James Pielage. Artificial Intelligence MSc 2012/2013 Detecting Sarcasm in English Text Andrew James Pielage Artificial Intelligence MSc 0/0 The candidate confirms that the work submitted is their own and the appropriate credit has been given where reference

More information

Arab Academy for Science, Technology, & Maritime Transport (AASTMT), Egypt

Arab Academy for Science, Technology, & Maritime Transport (AASTMT), Egypt International Journal of Arabic-English Studies (IJAES) Vol. 17, 2017 The Birthday Party Pinteresque Arab Academy for Science, Technology, & Maritime Transport (AASTMT), Egypt The emergence of the Theatre

More information

expository/informative expository/informative

expository/informative expository/informative expository/informative An Explanatory Essay, also called an Expository Essay, presents other people s views, or reports an event or a situation. It conveys another person s information in detail and explains

More information

How Semantics is Embodied through Visual Representation: Image Schemas in the Art of Chinese Calligraphy *

How Semantics is Embodied through Visual Representation: Image Schemas in the Art of Chinese Calligraphy * 2012. Proceedings of the Annual Meeting of the Berkeley Linguistics Society 38. DOI: http://dx.doi.org/10.3765/bls.v38i0.3338 Published for BLS by the Linguistic Society of America How Semantics is Embodied

More information

Background to Gottlob Frege

Background to Gottlob Frege Background to Gottlob Frege Gottlob Frege (1848 1925) Life s work: logicism (the reduction of arithmetic to logic). This entailed: Inventing (discovering?) modern logic, including quantification, variables,

More information

ARISTOTLE ON SCIENTIFIC VS NON-SCIENTIFIC DISCOURSE. Philosophical / Scientific Discourse. Author > Discourse > Audience

ARISTOTLE ON SCIENTIFIC VS NON-SCIENTIFIC DISCOURSE. Philosophical / Scientific Discourse. Author > Discourse > Audience 1 ARISTOTLE ON SCIENTIFIC VS NON-SCIENTIFIC DISCOURSE Philosophical / Scientific Discourse Author > Discourse > Audience A scientist (e.g. biologist or sociologist). The emotions, appetites, moral character,

More information

Peak Dynamic Power Estimation of FPGA-mapped Digital Designs

Peak Dynamic Power Estimation of FPGA-mapped Digital Designs Peak Dynamic Power Estimation of FPGA-mapped Digital Designs Abstract The Peak Dynamic Power Estimation (P DP E) problem involves finding input vector pairs that cause maximum power dissipation (maximum

More information