Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
blue
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MMT
blue
Commits
d0a20ade
Commit
d0a20ade
authored
7 years ago
by
Michael Kohlhase
Browse files
Options
Downloads
Patches
Plain Diff
first text for the intro
parent
6e3871e3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nlsem-framework/note.tex
+37
-6
37 additions, 6 deletions
nlsem-framework/note.tex
with
37 additions
and
6 deletions
nlsem-framework/note.tex
+
37
−
6
View file @
d0a20ade
...
...
@@ -5,15 +5,16 @@
%\blueURI{http://imkt.org}
\usepackage
[hyperref=auto,style=alphabetic,isbn=false,backend=bibtex]
{
biblatex
}
%\usepackage{bibtweaks}
\addbibresource
{
../kbibs/
preamble
}
\addbibresource
{
../kbibs/
kwarcpubs
}
\addbibresource
{
../kbibs/
extpubs
}
\addbibresource
{
../kbibs/
kwarccrossrefs
}
\addbibresource
{
../kbibs/
extcrossrefs
}
\addbibresource
{
preamble
}
\addbibresource
{
kwarcpubs
}
\addbibresource
{
extpubs
}
\addbibresource
{
kwarccrossrefs
}
\addbibresource
{
extcrossrefs
}
\usepackage
{
hyperref
}
\usepackage
{
xspace
}
\usepackage
{
paralist
}
\title
{
Active Documents about Models
}
\def\defemph
#1
{
\textbf
{
#1
}}
\title
{
A GF/MMT, a Framework for Computational Semantics
}
\author
{
Michael Kohlhase, Dennis M
\"
uller, Frederik Sch
\"
afer
\\
Computer Science, FAU
Erlangen-N
\"
urnberg
\\\url
{
http://kwarc.info
}}
...
...
@@ -25,8 +26,38 @@
framework for natural language semantics.
\end{abstract}
\tableofcontents\newpage
\section
{
Introduction
}
\label
{
sec:intro
}
Natural language semantics studies systems that represent and compute the meaning of
natural language utterances. It focuses on models that can predict the truth conditions of
an utterance
$
u
$
, i.e. for all possible contexts
$
C
$
of
$
u
$
, it can predict whether
$
C
(
u
)
$
is valid. Following the ``
\defemph
{
method of fragments
}
'' introduced in Montague's seminal
paper ``
\emph
{
The proper Treatment of Quantifiers in ordinary Emnglish
}
''
(PTQ~
\cite
{
Montague:tptoqi73
}
) such models usually involve
\begin{compactenum}
\item
a
\defemph
{
grammar formalism
}
$
G
$
that determines a natural language fragment and
can parse this into syntax trees,
\item
a
\defemph
{
formal (logical) system
}
$
L
$
consisting of a formal language, a model
theory, and a calculus that specifies derivability,
\item
a
\defemph
{
semantics construction
}
process that transforms syntax frees of
$
G
$
into
terms in
$
L
$
, and
\item
possibly a
\defemph
{
semantic/pragmatic analysis
}
process that further specifies the
$
L
$
with respect to the utterance context.
\end{compactenum}
In the three decades following PTQ a plethora of semantics models have been proposed. In
the past, this has been a largely pen-and-paper endeavor. Even though parts of the models
have been implemented, there is no general-purpose framework
\footnote
{
We do not count
high-level programming languages as frameworks here; for these we have extensive,
integrated develoments of models in Prolog~
\cite
{
BlaBos:rainl05
}
and
Haskell~
\cite
{
EijUng:csfp10
}
}
that allows the effective experimentation with language
models.
\ednote
{
cite~
\cite
{
BerChattsfts17
}}
\section
{
Conclusion
}
\label
{
sec:concl
}
\printbibliography
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment