Skip to content
Snippets Groups Projects
Commit d0a20ade authored by Michael Kohlhase's avatar Michael Kohlhase
Browse files

first text for the intro

parent 6e3871e3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment