WiSe 2020/21 (Sailer): Semantics 1: Difference between revisions

From Lexical Resource Semantics
Jump to navigation Jump to search
Line 105: Line 105:


= Meeting 2 =
= Meeting 2 =
== Our literary scenario ==
Literary scenario for this course: tv series ''Friends'' (1994-2004), https://en.wikipedia.org/wiki/Friends
== Why it is too difficult to go directly from language to the world ==
The following architecture is extremely useful when talking about semantics:
# A natural language expressions: ''Harry meets Hagrid.''
# ... is mapped to some expression from a formal language (here: predicate logic): '''meet2'''('''harry''','''hagrid''')
# This logical expression is then interpreted with respect to our scenario/world: The formula '''meet2'''('''harry''','''hagrid''') is true, because, in our scenario, Harry meets Hagrid.
The following properties of natural language make it useful to use the intermediate step of a logical language:
# The same expression can have different meanings (ambiguity).
# Different expressions can have the same meaning (synonyms, paraphrases)
Find examples for the above-mentioned properties (ambiguity, synonymy, paraphrases).
<div class="toccolours mw-collapsible mw-collapsed" style="width:800px">
Check your answers
<div class="mw-collapsible-content">
1. one form, two meaingns: Ambiguity: (see earlier in this meeting and the slides of last week's meeting)
1.a Ambiguous words: ''date'' (fruit or point in time); ''bank'' (financial institute or bank of a river)
1.b. Ambiguous sentences: ''Sycorax and Prospero were stranded on the island with their children.''
2. two forms, one meaning:
2.a Synonymous words: ''couch'' - ''sofa''; ''instant'' - ''moment''
2.b Paraphrases:
* active-passive pairs: ''Prospero set Ariel free.'' - ''Ariel was set free by Prospero.''
* cleft sentences: ''Prospero set Ariel free.'' - ''It was Prospero who set Ariel free.''
* different ways to express a possessor: ''Sycorax was the first inhabitant of the island.'' and ''Sycorax was the island's first inhabitant.''
</div>
</div>
== Towards a formal model ==
=== First steps ===
{{CreatedByStudents1213}} Involved participants: [[User:Lisa| Lisa]], [[User:Marthe| Marthe]], [[User:Elisabeth.krall| Elisabeth]], [[User:IsaB|Isabelle]].
You can think of building a formal model like being the producer of a film who has to collect everything that should be included in the film.
Here is a very simple story from which we can derive an example model.
<embedvideo service="youtube" dimensions="400">http://youtu.be/4a3mXelw7H4</embedvideo>
<quiz display="simple">
{Mark those elements that we need in a model.
|type="[]"}
+ relations
|| Yes. We use relations to express what is true between various individuals. For example the relation ''grandmother-of''.
+ individuals
||Yes. In the video, we have three individuals, ''Red Riding Hood'', ''Grandmother'', and ''Wolf''.
- nouns
|| nouns are a syntactic category and as such part of the language, not of the "world".
+ properties
||Yes. The video mentions some properties such as having a red hood.
- relatives
|| (this is a nonsense alternative)
</quiz>
<quiz display="simple">
{What is the status of the following entities in the video on Little Red Riding Hood?
|type="[]"}
|individual|property|relation
+-- ''Red Riding Hood''
-+- ''lives in the forest''
+-- ''Grandmother''
--+ ''is afternoon snack for''
-+- ''has a red hood''
-+- ''has a big mouth''
--+ ''is grandmother of''
</quiz>
== The universe and name symbols ==
'''Task:''' Assume '''three''' individuals from our ''Game of Thrones''-scenario.
Formally we collect the individuals of our model in a so-called ''universe'' (''U''). For the fairy-tale story, we can define the universe as follows:
''U'' = {''Redridinghood'', ''Grandmother'', ''Wolf''}
Do a similar definition for your own scenario.
We can introduce ''name symbols'' for some of our individuals. For example: '''redridinghood''', '''grandmother''', '''wolf'''.
We link the name symbols to the individuals in our modal. To do this, we introduce the '''interpretation function'''. We will written the interpretation function as as ''I''.<br />This function can be defined in the following way:
''I''('''grandmother''') = '''Grandmother'''<br />''I''('''redridinghood''') = ''Red Riding Hood''<br />''I''('''wolf''') = ''Wolf''<br />
<!--
=== Relations and predicate symbols ===
In the fairy-tale scenario we express a relation between Little Red Riding Hood and the Wolf, namely that Little Red Riding Hood is the Wolf's afternoon snack. To formalize this, we collect all '''pairs''' of individuals which are such that the first element in the pair is the afternoon snack of the second. '''Note:''' A ''pair'' is written in between pointy brackets.
Formally we can write this down as follows:<br />
{< ''x'', ''y'' > | ''x'' is ''y'' 's afternoon snack} = { < ''Redridinghood'', ''Wolf'' >, < ''Grandmother'', ''Redriding hood'' >.}
We can also assume empty relations:
{< ''x'', ''y'' > | ''x'' is ''y'' 's father } = { }
Note, if a relation works both ways, two pairs must be added:
{< ''x'', ''y'' > | ''x'' talks with ''y''} = { <''Redridinghood'', ''Wolf'' >, < ''Wolf'', ''Redridinghood'' >}
Just like with names, we want to have symbols that we can use in the logical language. For our example, let's take the predicate symbols '''afternoon-snack-of_2''' and '''father-of_2''', and '''talks-with_2'''. (The number 2 indicates that the interpretation consists of pairs, not just of single individual) There interpretation is defined as follows:<br>
''I''('''afternoon-snack-of_2''') = { < ''x'', ''y'' > | ''x'' is ''y'' 's afternoon snack } = {  <''Redridinghood'', ''Wolf'' >, <''Grandmother'', ''Wolf'' > }.
'''Task:''' For each of your properties, invent an appropriate ''predicate symbol''. Define its interpretation.
-->
== Properties and predicate symbols ==
A property is a specification that either holds of an individual or not. In the little story, having a big mouth is a property of the Wolf, but of noone else in the story. Being female holds of both Little Red Riding Hood and the Grandmother.
We can think of a property as the set of individuals that have this property. Under this view, the property of being female would be the set {''Redridinghood'', ''Grandmother''}.
Alternatively it is convenient to think of properties as '''1-place relations'''. Under this view, the property of being female would be a set of lists of length 1. This is what the property of being female then looks like:  { <''Redridinghood''>, <''Grandmother''> }
'''Task:''' Using your ''Game of Thrones'' universe, define ''two'' properties in the format of 1-place relations.
Just like before, we want to have symbols that we can use in the logical language. For our example, let's take the predicate symbols '''female_1''' and '''has-big-mouth_1'''. There interpretation is defined as follows:<br>
''I''('''female_1''') = { < ''x'' > | ''x'' is female } = {  <''Redridinghood''>, <''Grandmother''> }.
'''Task:''' For each of your properties, invent an appropriate ''predicate symbol''. Define its interpretation.


= Meeting 1 =
= Meeting 1 =

Revision as of 20:27, 9 November 2020

General information

Please register at the olat course before the first meeting to get the information on the virtual meeting room!

Course description

Semantics is the study of the (literal) meaning of words and sentences. The meaning of a sentence is usually predictable from the words in the sentence and its syntactic structure. Yet, this relationship between form and meaning is not a simple one-to-one mapping. Instead, it is rich in ambiguities, pleonastic marking and elements without any identifiable meaning contribution. We will work on an account that is founded on classical tools of semantic research but still directly addresses these empirical challenges. After the class, the participants will be able to identify - and partly analyze - interesting semantic phenomena in naturally occurring texts. They will have acquired a basic working knowledge in formal logic, which they will be able to apply in the description of meaning

Time and place

  • Tuesday 08:15-9.45
  • Starting: 3.11.2020
  • online via zoom

Olat course

Direct link: https://olat-ce.server.uni-frankfurt.de/olat/auth/RepositoryEntry/8836120582
Password: Sailer-WiSe2021

Modules

  • Lehramt Englisch (L2/5, L3): FW 2A, FW 2B
  • BA English Studies: 3.4(1)
  • BA Empirische Sprachwissenschaft: K 6.1

Contact

Manfred Sailer
e-mail: sailer@em.uni-frankfurt.de
office: IG 3.214
office hours: contact via e-mail!
www: http://user.uni-frankfurt.de/~sailer/index.htm

Course requirements

L2 and L5

  • regular attendance
  • pass take home exam
  • Modulprüfung (optional): grade on take home exam

L3

  • regular attendance
  • pass take home exam
  • Modulprüfung (optional): große Hausabeit (4 CP = 120h!!!) - please talk to me on time if you consider this option!

MSc Wirtschaftspädagogik

  • regular attendance
  • pass take home exam
  • Modulprüfung: short term paper (9-11 pages, 1 CP) <- not ideal

BA English Studies

  • regular attendance
  • pass take home exam
  • literary scenario:
Part 1: Extract 15 ambiguous sentences from the text such that all types of ambiguity covered in class are represented provide unambiguous paraphrases of the readings determine the type of ambiguity
Part 2:
Define a formal model consisting of 3 characters from your text, which contains 2 properties, 1 2-place relation
Formulate 2 atomic formulae and compute their truth value.
Formulate 4 complex formulae with at least 1 logical connective in each and compute their truth value.
Formulate 1 complex formula with at least 2 logical connectives in

it and compute its truth value.

BA Empirische Sprachwissenschaft

K 6.1

  • regular attendance
  • Modulprüfung (obligatory): 90min. written exam: 11.2., 8.15-9.45

En 4.1

If you have to do K6.1: not possible: You have done this course as part of K6.1, so you can directly do constraint-based Semantics 2. Otherwise:

  • regular attendance
  • pass take home exam
  • literary scenario:
Part 1: Extract 15 ambiguous sentences from the text such that all types of ambiguity covered in class are represented provide unambiguous paraphrases of the readings determine the type of ambiguity
Part 2:
Define a formal model consisting of 3 characters from your text, which contains 2 properties, 1 2-place relation
Formulate 2 atomic formulae and compute their truth value.
Formulate 4 complex formulae with at least 1 logical connective in each and compute their truth value.
Formulate 1 complex formula with at least 2 logical connectives in

it and compute its truth value.

DH 6.1

not possible: You have done this course as part of K6.1, so you can directly do constraint-based Semantics 2.

Erasmus 6 CP

  • regular attendance
  • graded take home exam
  • small literary scenario:
Part 1: Extract 4 ambiguous sentences from the text such that different types of ambiguity covered in class are represented provide unambiguous paraphrases of the readings determine the type of ambiguity
Part 2:
Define a formal model consisting of 3 characters from your text, which contains 2 properties, 1 2-place relation
Formulate 2 atomic formulae and compute their truth value.
Formulate 2 complex formulae with at least 1 logical connective in each and compute their truth value.
Formulate 1 complex formula with at least 2 logical connectives in it and compute its truth value.

The grade will be determined by the result of the written exam.

Meeting 2

Our literary scenario

Literary scenario for this course: tv series Friends (1994-2004), https://en.wikipedia.org/wiki/Friends

Why it is too difficult to go directly from language to the world

The following architecture is extremely useful when talking about semantics:

  1. A natural language expressions: Harry meets Hagrid.
  2. ... is mapped to some expression from a formal language (here: predicate logic): meet2(harry,hagrid)
  3. This logical expression is then interpreted with respect to our scenario/world: The formula meet2(harry,hagrid) is true, because, in our scenario, Harry meets Hagrid.

The following properties of natural language make it useful to use the intermediate step of a logical language:

  1. The same expression can have different meanings (ambiguity).
  2. Different expressions can have the same meaning (synonyms, paraphrases)

Find examples for the above-mentioned properties (ambiguity, synonymy, paraphrases).

Check your answers

1. one form, two meaingns: Ambiguity: (see earlier in this meeting and the slides of last week's meeting)

1.a Ambiguous words: date (fruit or point in time); bank (financial institute or bank of a river)

1.b. Ambiguous sentences: Sycorax and Prospero were stranded on the island with their children.

2. two forms, one meaning:

2.a Synonymous words: couch - sofa; instant - moment

2.b Paraphrases:

  • active-passive pairs: Prospero set Ariel free. - Ariel was set free by Prospero.
  • cleft sentences: Prospero set Ariel free. - It was Prospero who set Ariel free.
  • different ways to express a possessor: Sycorax was the first inhabitant of the island. and Sycorax was the island's first inhabitant.

Towards a formal model

First steps

The following material is an adapted form of material created by student participants of the project e-Learning Resources for Semantics (e-LRS). Involved participants: Lisa, Marthe, Elisabeth, Isabelle.

You can think of building a formal model like being the producer of a film who has to collect everything that should be included in the film.

Here is a very simple story from which we can derive an example model.

Mark those elements that we need in a model.

relations
individuals
nouns
properties
relatives


What is the status of the following entities in the video on Little Red Riding Hood?

individualpropertyrelation
Red Riding Hood
lives in the forest
Grandmother
is afternoon snack for
has a red hood
has a big mouth
is grandmother of


The universe and name symbols

Task: Assume three individuals from our Game of Thrones-scenario.

Formally we collect the individuals of our model in a so-called universe (U). For the fairy-tale story, we can define the universe as follows:

U = {Redridinghood, Grandmother, Wolf}

Do a similar definition for your own scenario.


We can introduce name symbols for some of our individuals. For example: redridinghood, grandmother, wolf.

We link the name symbols to the individuals in our modal. To do this, we introduce the interpretation function. We will written the interpretation function as as I.
This function can be defined in the following way:

I(grandmother) = Grandmother
I(redridinghood) = Red Riding Hood
I(wolf) = Wolf


Properties and predicate symbols

A property is a specification that either holds of an individual or not. In the little story, having a big mouth is a property of the Wolf, but of noone else in the story. Being female holds of both Little Red Riding Hood and the Grandmother.

We can think of a property as the set of individuals that have this property. Under this view, the property of being female would be the set {Redridinghood, Grandmother}.

Alternatively it is convenient to think of properties as 1-place relations. Under this view, the property of being female would be a set of lists of length 1. This is what the property of being female then looks like: { <Redridinghood>, <Grandmother> }

Task: Using your Game of Thrones universe, define two properties in the format of 1-place relations.

Just like before, we want to have symbols that we can use in the logical language. For our example, let's take the predicate symbols female_1 and has-big-mouth_1. There interpretation is defined as follows:

I(female_1) = { < x > | x is female } = { <Redridinghood>, <Grandmother> }.

Task: For each of your properties, invent an appropriate predicate symbol. Define its interpretation.

Meeting 1

Literary scenario of our class: Harry Potter

Check the plot summaries of the books/movies for example on wikipedia: