HOME

TheInfoList



OR:

Dynamic Syntax (DS) is a
grammar formalism A formal grammar is a set of Terminal and nonterminal symbols, symbols and the Production (computer science), production rules for rewriting some of them into every possible string of a formal language over an Alphabet (formal languages), alphabe ...
and linguistic theory whose overall aim is to explain the ''real-time'' processes of language understanding and production, and describe linguistic structures as happening step-by-step over time. Under the DS approach, syntactic knowledge is understood as the ability to incrementally analyse the structure and content of spoken and written language in context and in real-time. While it posits representations similar to those used in Combinatory categorial grammars (CCG), it builds those representations left-to-right going word-by-word. Thus it differs from other syntactic models which generally abstract away from features of everyday conversation such as interruption, backtracking, and self-correction. Moreover, it differs from other approaches in that it does not postulate an independent level of syntactic structure over words. DS emerged in the late 1990s and early 2000s through the work of prominent figures such as
Ruth Kempson Ruth Margaret Kempson, FBA (born 26 June 1944) is a British linguist. She is Emeritus Professor of Linguistics at King's College, London. In 1977, Kempson published ''Semantic Theory'', which discusses the concept of entailment in linguistics ...
, Ronnie Cann, Wilfried Meyer-Viol and Dov Gabbay. The first monograph-length work in the framework was released in 2001 under the title
Dynamic Syntax: the flow of understanding
''. It was embedded in wider trends in linguistic thinking of the 20th century, especially in syntax, semantics, pragmatics and phonology. ''The Dynamics of Language'' (2005) by Ronnie Cann, Ruth Kempson and Lutz Marten followed on from the 2001 title and expanded the discussion and empirical coverage of the framework. Subsequent years saw an expansion of the empirical coverage of the framework to modelling structures in
Japanese Japanese may refer to: * Something from or related to Japan, an island country in East Asia * Japanese language, spoken mainly in Japan * Japanese people, the ethnic group that identifies with Japan through ancestry or culture ** Japanese diaspor ...
,
Korean Korean may refer to: People and culture * Koreans, people from the Korean peninsula or of Korean descent * Korean culture * Korean language **Korean alphabet, known as Hangul or Korean **Korean dialects **See also: North–South differences in t ...
, dialects of
Modern Greek Modern Greek (, or , ), generally referred to by speakers simply as Greek (, ), refers collectively to the dialects of the Greek language spoken in the modern era, including the official standardized form of the language sometimes referred to ...
, Medieval Spanish and a variety of
Bantu languages The Bantu languages (English: , Proto-Bantu language, Proto-Bantu: *bantʊ̀), or Ntu languages are a language family of about 600 languages of Central Africa, Central, Southern Africa, Southern, East Africa, Eastern and Southeast Africa, South ...
including Swahili, Rangi and siSwati. More recent work has also explored the way in which the framework can naturally be expanded to model dialogue.


Theoretical assumptions

While most grammar formalisms characterise properties of strings of words, in Dynamic Syntax it is propositional structure which is characterised. Propositional structure is modelled through recourse of binary semantic trees. Propositional structure is built up on a strictly incremental manner on a left-to-right basis and is represented through processes of tree growth. Under this framework, syntactic knowledge is considered to be the knowledge to parse/process strings in context. A consequence of this is that it is not just the final tree that is important for representational purposes, but all of the intermediate stages of the parsing/production process. Similarly, since the trees represent propositions, the same tree represents the same proposition (albeit represented through different sentences) from different languages. The framework assumes a single level of representation. This contrasts with frameworks such as
Lexical Functional Grammar Lexical functional grammar (LFG) is a constraint-based grammar framework in theoretical linguistics. It posits several parallel levels of syntactic structure, including a phrase structure grammar representation of word order and constituency, an ...
in which multiple structures are posited. Similarly, no movement operations are considered necessary, unlike in
Minimalism In visual arts, music, and other media, minimalism is an art movement that began in the post-war era in western art. The movement is often interpreted as a reaction to abstract expressionism and modernism; it anticipated contemporary post-mi ...
or other Generative approaches.


Parts of the formalism

Dynamic Syntax constitutes several core components: semantic formulae and composition calculus (epsilon calculus within typed lambda calculus), trees (lambda application ordering), and tree building actions (lexical and computational actions).


Semantic formulae and compositional calculus

The semantic formulae which classical Dynamic Syntax generates are a combination of
Epsilon calculus In logic, Hilbert David Hilbert (; ; 23 January 1862 – 14 February 1943) was a German mathematician and philosophy of mathematics, philosopher of mathematics and one of the most influential mathematicians of his time. Hilbert discovered an ...
formulae and
Lambda calculus In mathematical logic, the lambda calculus (also written as ''λ''-calculus) is a formal system for expressing computability, computation based on function Abstraction (computer science), abstraction and function application, application using var ...
terms (in recent years DS-TTR has been developed alongside DS where Record Types from the formalism Type Theory with Records (TTR)) are used - see Purver et al. (2011).Purver, M., Eshghi, A., & Hough, J. (2011, January). Incremental semantic construction in a dialogue system. In Proceedings of the Ninth International Conference on Computational Semantics (pp. 365-369). Association for Computational Linguistics. The formulae are either simple first order logic constants such as john', predicate terms such as run'(john') or functions such as \lambda x.run'(x). Normal lambda calculus substitution (\beta-reduction) means a function can be applied to a simple term to return a predicate such that (\lambda x.run'(x))~john' = run'(john'). The Epsilon calculus extension to first order logic is implemented in quantifiers, where (\exists x) A(x)\ \equiv \ A(\epsilon x\ A) , e.g. the string "a boy" may result in the formula boy'(\epsilon x\ boy') being generated.


Tree growth

One of the basic assumptions behind DS is that natural language syntax can be seen as the progressive accumulation of transparent semantic representations with the upper goal being the construction of a logical propositional formula (a formula of type ''t''). This process is driven by means of monotonic tree growth, representing the attempt to model the way information is processed in a time-linear, incremental, word-to-word manner. Tree growth is driven by means of requirements (indicated by the question mark (?)). Material was copied from this source, which is available under
Creative Commons Attribution 4.0 International License
Tree growth can take place in three ways: through computational rules, lexical input and pragmatic enrichment. Computational rules involve an input and an output. These are considered to be universally available across languages. Given the right input the corresponding computational rule can – although need not – apply. This contrasts with lexical input which is lexically supplied and therefore language-specific.


The language of trees

The language of representation in Dynamic Syntax consists of binary trees. These trees are underpinned by the Logic Of Finite Trees (LOFT, Blackburn & Meyer-Viol 1994). LOFT is an expressive modal language that allows statements to be made about any treenode from the perspective of any treenode. LOFT uses two basic tree modalities, the up and down arrow relations. These correspond to the daughter and mother relations. Left nodes are addressed as 0 nodes and right nodes are 1 nodes. By convention, nodes on the left correspond to argument nodes, i.e. nodes in which arguments are represented, whereas right nodes correspond to the functor nodes, i.e. nodes in which all the various types of predicates are represented. The rootnode is given the treenode address 0 and it is defined as the sole node that does not have a mother node.


Conference series

The ''First Dynamic Syntax conference'' was held at
SOAS University of London The School of Oriental and African Studies (SOAS University of London; ) is a public research university in London, England, and a member institution of the federal University of London. Founded in 1916, SOAS is located in the Bloomsbury area ...
in April 2017. Prior to this there was a meeting of mainly Dynamic Syntax practitioners at Ghent University in Belgium. The ''Second Dynamic Syntax Conference'' was held at the University of Edinburgh in 2018. The ''3rd Dynamic Syntax conference'' was held at the University of Malta in May 2019. The 4th Dynamic Syntax conference was originally planned to be held at the University of Oxford in May 2020 but was postponed and converted into an online event held on June 1, 2021. A Dynamic Syntax course was held at ESSLLI in 2019. A PhD course was supposed to take place at Bergen University in May 2020, but was converted into an online course that took place in 2021. Dynamic Syntax has been taught at institutions around the world including
SOAS The School of Oriental and African Studies (SOAS University of London; ) is a public research university in London, England, and a member institution of the federal University of London. Founded in 1916, SOAS is located in the Bloomsbury area ...
,
King's College London King's College London (informally King's or KCL) is a public university, public research university in London, England. King's was established by royal charter in 1829 under the patronage of George IV of the United Kingdom, King George IV ...
, the
University of Essex The University of Essex is a public university, public research university in Essex, England. Established by royal charter in 1965, it is one of the original plate glass university, plate glass universities. The university comprises three camp ...
in the UK, as well as at institutions in China. Abralin also offered a course in Dynamic Syntax in 2022.{{cite web , title=ABRALIN EAD , url=https://ead.abralin.org/ , website=ead.abralin.org , access-date=9 May 2022 , language=en


References


Sources

*Blackburn, Patrick and Wilfried Meyer-Viol. 1994
Linguistics, Logic and Finite Trees
''Logic Journal of the IGPL''. 2(1): 3–29. *Cann R, R Kempson, L Marten (2005) The dynamics of language. Oxford: Elsevier. *Kempson R, W Meyer-Viol, D Gabbay (2001) Dynamic syntax. Oxford: Blackwell. *Kempson, Ruth M., Eleni Gregoromichelaki, and Christine Howes, eds (2011). ''The dynamics of lexical interfaces''. CSLI Publications/Center for the Study of Language and Information.
Dynamic Syntax website
Grammar frameworks