| { |
| "paper_id": "Y02-1002", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T13:43:51.291181Z" |
| }, |
| "title": "A Simple Syntax for Complex Semantics", |
| "authors": [ |
| { |
| "first": "Kiyong", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Korea University Seoul", |
| "location": { |
| "postCode": "136-701", |
| "country": "Korea" |
| } |
| }, |
| "email": "klee@korea.ac.kr" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "As part of a long-ranged project that aims at establishing databasetheoretic semantics as a model of computational semantics, this presentation focuses on the development of a syntactic component for processeing strings of words or sentences to construct semantic data structures. For design and modeling purposes, the present treatment will be restricted to the analysis of some problematic constructions of Korean involving semi-free word order, conjunction and temporal anchoring, and adnominal modification and antecedent binding. The present work heavily relies on Hausser's (1999, 2000) SLIM theory for language that is based on surface compositionality, timelinearity and two other conditions on natural language processing. Time-linear syntax for natural language has been shown to be conceptually simple and computationally efficient. The associated semantics is complex, however, because it must deal with situated language involving interactive multi-agents.. Nevertheless, by processing input word strings in a time-linear mode, the syntax can incrementally construct the necessary semantic structures for relevant queries and valid inferences. The fragment of Korean syntax will be implemented in Malaga, a Ctype implementation language that was enriched for both programming and debugging purposes and that was particluarly made suitable for implementing in Left-Associative Grammar. This presentation will show how the system of syntactic rules with constraining subrules processes Korean sentences in a step-by-step time-linear manner to incrementally construct semantic data structures that mainly specify relations with their argument, temporal, and binding structures.", |
| "pdf_parse": { |
| "paper_id": "Y02-1002", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "As part of a long-ranged project that aims at establishing databasetheoretic semantics as a model of computational semantics, this presentation focuses on the development of a syntactic component for processeing strings of words or sentences to construct semantic data structures. For design and modeling purposes, the present treatment will be restricted to the analysis of some problematic constructions of Korean involving semi-free word order, conjunction and temporal anchoring, and adnominal modification and antecedent binding. The present work heavily relies on Hausser's (1999, 2000) SLIM theory for language that is based on surface compositionality, timelinearity and two other conditions on natural language processing. Time-linear syntax for natural language has been shown to be conceptually simple and computationally efficient. The associated semantics is complex, however, because it must deal with situated language involving interactive multi-agents.. Nevertheless, by processing input word strings in a time-linear mode, the syntax can incrementally construct the necessary semantic structures for relevant queries and valid inferences. The fragment of Korean syntax will be implemented in Malaga, a Ctype implementation language that was enriched for both programming and debugging purposes and that was particluarly made suitable for implementing in Left-Associative Grammar. This presentation will show how the system of syntactic rules with constraining subrules processes Korean sentences in a step-by-step time-linear manner to incrementally construct semantic data structures that mainly specify relations with their argument, temporal, and binding structures.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "The main purpose of this work is to lay a syntactic basis for computational semantics. Despite the complexity of computational semantics, it is assumed that its underlying syntax must be simple. A simple syntax is advocated for complex semantics.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The task of computational semantics cannot be but complex because its ultimate aim is to model how human-machine communications are carried out by means of natural language. That of syntax can, however, be made simple at both the structural and the procedural level. The proposed syntactic module KoSyn, for instance, is implemented to be structurally simple, only consisting of a set of concatenation rules with some constraining subrules like valency check or parameter binding. It is also made procedurally simple because it processes linguistic input in a time-linear manner and builds up semantic data structures incrementally. For this reason, the present talk will aim at showing how to minimalize the task of syntax by constructing the Korean syntactic module called KoSyn for testing and demonstration purposes. It is designed to generate a network of semantic data structures without deriving intermediate syntactic trees and also to represent them in a format that database-theoretic semantics can recognize and manipulate for the purpose of interpretation, production, and inference. This presentation will, however, be restricted to the discussion of representational issues for semantics.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "By analyzing a fragment of Korean, this presentation will show in detail how KoSyn generates semantic structures for simple and conjoined sentences and also for adnominal clauses. It will also show how valency checking works for building argument structures, how nominal indexes are distributed over conjoined sentences, how events are temporally anchored, and how parameters are bound in adnominal constructions. All these processes are shown to be carried out linearly without backtracking.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "This presentation assumes, as was claimed by Hausser (1999 Hausser ( , 2001 ) and Lee (1999 Lee ( , 2000 , that neither a naive set-theory or a Montagovian-type of logical frameworks can serve as an adequate metatheoretic basis for modeling the use of natural language.' Instead, they both agree that some system of database construction and management theory must be adopted for modeling the computational procedures of human-machine communications that are carried out in real complex situations, thereby exchanging complex information through contextually tokenized language.2", |
| "cite_spans": [ |
| { |
| "start": 45, |
| "end": 58, |
| "text": "Hausser (1999", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 59, |
| "end": 75, |
| "text": "Hausser ( , 2001", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 82, |
| "end": 91, |
| "text": "Lee (1999", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 92, |
| "end": 104, |
| "text": "Lee ( , 2000", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Framework", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The syntactic module KoSyn is a part of the interface module of databasetheoretic semantics that constructs semantic data structures by processing linguistic signals and their information. Before storing semantic and other relevant data structures in a database, the interface module called LIPS takes in linguistic signals and their associated information in various representational forms, but converts them into a unique format that a database management system DMBS can recognize and manipulate. On the conceptual level, for instance, the relational model RDBMS can handle data structures represented in a table form only. One of the tasks of the interface engine LIPS is thus to provide an efficient procedure of representing linguistic information in a suitably required format. One possible candiate for such a format is a conventionally accepted feature structure format.3", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Framework", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Each atomic or basic sentence that consists of a verbal head and its complements is normally interpreted as expressing a proposition or carrying some prositional content. This content may then be partially represented in a feature structure of the following form:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Semantic Representation", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "'Specifically, Hausser (2001) argues that neither a truth-conditional or a useconditional metalanguage-based semantics is suitable for constructing a computational model of natural language communication. Lee (2000) also claims that a theoretically well-founded database management system can be used as a model for constructing a communication engine that controls and manages information flows by processing language.", |
| "cite_spans": [ |
| { |
| "start": 15, |
| "end": 29, |
| "text": "Hausser (2001)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 205, |
| "end": 215, |
| "text": "Lee (2000)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Semantic Representation", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "2Refer to Lee (1998) SEM_struc is then treated as taking a list of objects called proplets as value, where each proplet minimally consists of REL , ARG , SIT , and PRN and represents the content of an elementary proposition. 4 REL takes as value a list of pieces of information provided by a predicate, ARG a list of its arguments, and SIT a list of pieces of situational and temporal information.", |
| "cite_spans": [ |
| { |
| "start": 10, |
| "end": 20, |
| "text": "Lee (1998)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Semantic Representation", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "The following is an example of a semantic data structure in a feature structure form:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Semantic Representation", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "(2) Semantic Structure Illustrated Here, the REL : <act , \" love' > takes two arguments, par_index :1 and par_index : 2 which are respectively linked to np_index :1 referring to Mia and np_index : 2 referring to the speaker.This relation of love is also marked by SIT values as being temporally anchored to the present situation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Semantic Representation", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "The list of COMP_stack in (2) is empty because each of its elements has been used up to saturate ARG by linking each par_index in ARG to an NP_list. The list of PAR_binding is also empty because there is no member of ARG with its par_index not anchored to some np_index.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Semantic Representation", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Syntax consists of two components: Lexicon and Rules. In Hausser's (1989) Left-Associative Grammar, there are also two types of lexicon: one is a basic lexicon and the other a derived expanded lexicon. The basic lexicon consists of morpheme-like items with minimally specified necessary lexical information. The derived expanded lexicon is generated by allomorphy rules from the basic lexicon and contains both allomorphic variants and derivational word forms with more enriched information.5", |
| "cite_spans": [ |
| { |
| "start": 57, |
| "end": 73, |
| "text": "Hausser's (1989)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Two Types of Lexicon", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "For example, the verb love can be listed at the basic lexicon, as in the following format:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Two Types of Lexicon", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "(3) Basic Lexicon From this entry in the basic lexicon, we can generate the expanded lexicon that contains the following derived lexical entry. 5For detailed discussion, refer to Lee (1999) .", |
| "cite_spans": [ |
| { |
| "start": 179, |
| "end": 189, |
| "text": "Lee (1999)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Two Types of Lexicon", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "This double-deck lexical system can treat not only inflectional morphology, but also derivational morphology. For example, the Korean morphological system KoMor with its allomorphy rules can derive a verb 441-1sa.rang.ha.ta \"love\" from the basic noun entry 44 sa.rang \"love\" and the verbal suffix '44 ha.ta \"do\". Here are two lexical entries: one is basic and the other derived. The derivational feature Deriv: ha_acc in the basic entry of the noun 4 sa.rang triggers the detailed specification of SEM features in the derived form.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Two Types of Lexicon", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "In Left-Associative Grammar, both morphological and syntactic rules are formulated in the same manner in Malaga, an acronym for a C-type implementation language for programming and debuggins purposes. 6 Basic conditions are placed on the grammar by the principles of surface compositionality and time-linearity and two other principles laid down by Hausser's (1999) SLIM theory of language. These principles do not permit any transformations or backtracking. They only allow (left-associative) linear processing and incremental composition.?", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linear Processing", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "The set of grammatical rules must also match the set of program statements transparently at the level of implementation as well as at the level of conceptual design. Hence, the implemented grammar must follow the SLIM theory, processing strings of words or sentences linearly, while constructing the SEM_struc of a proplet or a proposition incrementally.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linear Processing", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "The notion of constituent structure has any significance in linear processing. The sentence Mia loves me, for instance, is not analyzed as having any conventional phrase structure tree. Nor is it analyzed as having a VP constituent. Instead, it is simply analyzed as a linearly concatenated string ((Mia loves) me) of three words. The sentence Mia really loves me also undergoes the same linear processing. The topicalized sentence Me, Mia really loves. again is analyzed in the same manner.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linear Processing", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "Linear processing is achieved by a set of rules and another set of subrules. The main function of main rules is traffic control: these rules analyze input strings and put them in an appropriate stack according their grammatical functions. Nouns are mostly placed in COMP_stack and adverbs in ADJUNCT_stack, while verbs tokenize SEM_struc by specifying each of its underspecified or empty-valued features, REL, ARG, and SIT.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linear Processing", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "The subrules, on the other hand, function as constraints. One of the subrules in English syntax may check the subject-verb agreement when the noun Mia combines with the verb loves to form the string Mia loves.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linear Processing", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "6For the detailed description of the language and its use, refer to Beutel (2000) . \"Refer to Nerbonne for the incremental processing in computational semantics. Note, however, that he does not favor the left-associative approach by stating: \"Since the grammar is left-associative, the processing can also be incremental. This solution is formally sound, but its linguistic assumptions are heterodox. . . .\" (477)", |
| "cite_spans": [ |
| { |
| "start": 68, |
| "end": 81, |
| "text": "Beutel (2000)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linear Processing", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "Another subrule can check the case agreement when the string Mia loves is to combine with the object noun me to produce the well-formed sentence Mia loves me, while blocking the ill-formed string Mia loves I.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linear Processing", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "In the process, various non-tokenized gaps in the SEM_struc are filled in. When the subject noun Mia combines with the verb loves, its first argument is tokenized with the index of the noun Mia. The second argument is tokenized when the object noun me is introduced. This process of tokenization is controlled by the subrule of valency check.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Linear Processing", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "Since Korean is an agglutinative language, its nominal particles and verbal endings carry important syntactic and semantic information. The case particles, for instance, play an important role in forming a sentence by conjoining a list of nominal complements with a verbal head, and the tense endings in anchoring the temporal frame of a proposition conveyed by a sentence. Focusing on the roles of case particles, the present presentation will analyze a small fragment of Korean involving [1] word order and argument structure, [2] conjunction and parameter anchoring, and [3] adnominal construction and parameter binding.8", |
| "cite_spans": [ |
| { |
| "start": 490, |
| "end": 493, |
| "text": "[1]", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 529, |
| "end": 532, |
| "text": "[2]", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 574, |
| "end": 577, |
| "text": "[3]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Analysis of Korean for Illustration", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Before starting the main analyses of Korean, the main mechanism of KoSyn will be briefly illustrated with the copular construction, the agglutinative property of Korean is well demonstrated by the copular construction. In Korean, the copula .i is not a verb by itself, but becomes a predicate when it is combined with a noun and also with a terminal verbal ending. The noun 131(1 mi.in \"beauty, beautiful woman\" may combine with the copular suffix 01 .i and then with the terminal ending 4 to to form an adjectival verb ul ed 014 mi.in.i.ta \"be a beauty\". This analysis can be treated at the morphological level, as shown in the following output by ma, morphological analysis through malaga: Secondly, this noun combines with a verb which is being introduced by the head rule. Then, the subrule valency_check checks if the feature structure in comp_stack matches any of the arguments listed in ARG. Since there is one argument whose Case value matches the feature Case: nom in comp_stack, its Par: 1 is anchored to np_index: 1, thus referring to Mia.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Analysis of Korean for Illustration", |
| "sec_num": "3" |
| }, |
| { |
| "text": "This procedure illustrates that, in KoSyn, the acceptable SEM_struc of the copular construction 131 01-71-ed 014 \"Mia is a beauty\" is obtained without constructing any intermediate constituent structure.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Analysis of Korean for Illustration", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Korean is known to be a head-final language, thus allowing free word order except that the head must occur at the end. 9 The following sentences illustrate this relative free ordering. Despite their difference in word order, these two sentences carry the same propositional content, as analyzed by KoSyn.", |
| "cite_spans": [ |
| { |
| "start": 119, |
| "end": 120, |
| "text": "9", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Word Order and Argument Structure", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "91f the head is of a terminal form, then its complements or adjuncts may occur after the head. For example, oilAr-1-, 1:1101-71-. yey.ppu.ta mia-ka \"is-pretty, Mia\".", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Word Order and Argument Structure", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Analyses of \" -r 1. , \"apple\">, Type_of_Obj : fruit] , Case: acC)>)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "(11) Demo", |
| "sec_num": null |
| }, |
| { |
| "text": "In the above analysis, the first argument which is tagged with Par : 1 and plays the agent role is anchored to np_index: 1, thereby referring to Mia. The second argument, on the other hand, is tagged with Par: 2 and plays the theme role. It is then anchored to np_index: 1 and thus is linked to a kind of fruit characterized as apple. \"apple\">, Here, the argument Par : 2 which plays the theme role is first anchored to np_index : 1, namely apple and the argument Par : 1 with its Role : agent is then anchoredd to np_index: 2, Mia. These two analyses show that the order of anchoring arguments has changed, but that their propositonal content has been preserved.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "(11) Demo", |
| "sec_num": null |
| }, |
| { |
| "text": "Despite the relative free word order in Korean, some of the so-called double subject or double object constructions do not allow the scrambling of two nouns each marked with a nominative case particle 01/71-.i/ka or with an accusative case particle 41-2-.u1/1u1.1\u00b0T he following two sentences, for instance, are not synonymous. 10For the discussion of these phenomena, refer to Chang (1993 Chang ( , 1996 . These analyses show that each sentence is correctly analyzed. In the first analysis, the argument with Role : subj is anchored to water and the argument with Role : theme to ice, thus meaning that water became ice. In the second analysis, other hand, the argument with Role : subj is anchored to ice and then the argument with Role : theme to water, now meaning that ice became water. Here, the switching of two nominative-marked nous in these sentences has resulted in a difference in meaning.", |
| "cite_spans": [ |
| { |
| "start": 378, |
| "end": 389, |
| "text": "Chang (1993", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 390, |
| "end": 404, |
| "text": "Chang ( , 1996", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "(11) Demo", |
| "sec_num": null |
| }, |
| { |
| "text": "The following simple conjoined sentence illustrates two issues: one involves referential anchoring and the other temporal anchoring. First, the subject of Viz} cass.ta \"slept\" is understood to be Mia, the subject of the preceding conjunct. KoSyn anchors the subject parameter of the verb V--c} cass.ta to Mia. Secondly, the verbal head TI..a mek.ko \"eat-CONJ\" of the first conjunct is not tense-marked. But it will be shown in KoSyn that its temporal index is anchored to the past. Here is a brief analysis of the sentence. First, note that SEM_struc now contains two proplets: one is marked with prop_index : 1 and the other with prop_index : 2. In the first proplet, REL : <action, \" \u00b0-;1 n_eat \" > holds between two arguments: one argument with Role : agent is anchored to np_index : 1, Mia, and another argument with. Role.: theme to np_index: 2, apple. In the second proplet, the sole argument with Par : 1 is anchored to np_index : 1, Mia, who is the subject of the first conjunct.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conjunction: Referential and Temporal Anchoring", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "As for the temporal anchoring, the temporal index T_index: <0> in the first proplet is not anchored. But in the second proplet, the temporal index T_index : <0,1> is anchored to the past and the value of the temporal index of the first proplet is contained in the temporal index value of the second proplet. Hence, the temporal index of the first proplet is also anchored to the past. This analysis shows that both referential and temporal anchorings can easily be handled in KoSyn. It should, however, be noted that temporal anchoring is achieved not by some syntactic process, but by inference on the feature structures of SIT in the two proplets. The following malaga analysis shows that these problems have been solved in KoSyn. The checking of referential anchorings in the above analysis is left for an exercise. The temporal anchoring of the first adnominal clause, however, needs some attention. The T_index : <0> in the first proplet is anchored to be prior to other events. Furthermore, since other temporal indexes are anchored to the past as shown in the final proplet, the event of the first 'proplet is interpreted as preceding the events of other proplets.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conjunction: Referential and Temporal Anchoring", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "As shown in this presentation, many of the problems in Korean syntax can be solved with a time-linear syntax that constructs semantic structures in an incremental manner. But there still remain more problems unsolved.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Syntax still should remain simple without multiplicating rules and constraints. This optimism can be kept alive as long as one insists on the old belief that the job of syntax is to create complex trees. I do not, however, believe that a theory is a belief. I don't have a belief in any theory, for there is no complete theory. If it were, it would be a dogma and no longer be a part of science. No grammar can be complete either. If it were, it would no longer be a part of linguistics and linguists must retire, as I will be planning to do.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "4" |
| }, |
| { |
| "text": "For drafting this presentation, I am very much indebted to Roland Hausser, Suk-Jin Chang, and Jae-Woong Choe for their constructive and encouraging comments and to Jungha Hong for his invaluable help in implementing the Korean syntax K osyn5 . 6 based on Malaga5.6. I would like to thank all the executive members of the Korean Society for Language and Information, particularly Minhaeng Lee, Secretary of PACLIC16, and Ik-Hwan Lee, Chair of its Programming Committee, for inviting me to enjoy the conference as a keynote speaker. I also would like to thank my wife Ryun, who kept awake serving me tea while I was trying to finish this draft till five o'clock in the morning on Sunday at our country home.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgements", |
| "sec_num": "5" |
| }, |
| { |
| "text": "For anlayzing these constructions, I heavily rely onChang (1993Chang ( , 1996 as the main reference sources.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Such an analysis must be accepted if the antecedent is a factive noun, as in u) o} 71-7,11-4feeis1-1=-_ 01-8-\"reason that Mia loves Kim\". tt 1\"", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "In this analysis, SEM_struc has two proplets: the proplet with prop_index : 1 is generated by the adnominal modifier 7 .,j A11-4-1---\u00b1 \"that loves Kim\" and the other proplet with proplet_index 2 represents the content of the main clause ul 01-71 . . . \"Mia loves the professor . .\". In the first proplet, there is an unbound parameter marked with Par : 1 and Role : subj. This cannot be bound till the antencedent kyo.swu.lul \"professor\" is introduced. Hence, it is stored in the list of par_binding, waiting to be bound. But here it is found bound to np_index: 3 and then is linked to some element in NP_list that refers to some professor.In the second proplet, each of the two arguments is properly saturated. The first argument with Role : subj is linked to np_index : 1, Mia, and the second argument with Role : theme to np_index : 3, which refers to some professor.The iterated adnominal construction as in the following example is also shown to be properly analyzed by KoSYn.second ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "annex", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Role: subj, Case: nom]>, SIT: [T_index: <0, I>, T_anchor: overlapping, T_state: nil", |
| "authors": [], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "T_anchor: prior, T_state: nil, SLv: nil]], [prop_index: 2, REL: <\"\u00b011\"-n_pretty\">, ARG: <[Par: 1, Role: subj, Case: nom]>, SIT: [T_index: <0, I>, T_anchor: overlapping, T_state: nil, SLv: nil]], [prop_index: 3, REL: <action, \"c2;11'_eat\">, ARG: <[np_index: 2, Par: 2, Role: theme, Case: acc], [np_index: 3, Par: 1, Role: agent, Case: nom]>, SIT: [T_index: <0, 1, 2>, T_anchor: past, T_state: nil, SLv: plain]]>, comp_stack: <>, vform_stack: <terminal>, par_binding: <[prop_index: 1, np_index: 2, Par: 2, Role: theme, Case: acc], [prop_index: 2, np_index: 2, Par: 1, References", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Malaga Version 5.6: An Implementation Language for Left-Associative Grammar", |
| "authors": [ |
| { |
| "first": "Bjorn", |
| "middle": [], |
| "last": "Beutel", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Erlangen: Universitat Erlangen-Nurnberg", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Beutel, Bjorn (2000), \"Malaga Version 5.6: An Implementation Lan- guage for Left-Associative Grammar\" (unpublished), Erlangen: Uni- versitat Erlangen-Nurnberg, Abteilung Computerlinguistik.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Information-Based Korean Grammar", |
| "authors": [ |
| { |
| "first": "Suk-Jin", |
| "middle": [], |
| "last": "Chang", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Seoul: Language and Information and Hanshin", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chang, Suk-Jin (1993), Information-Based Korean Grammar [written in Korean], Seoul: Language and Information and Hanshin.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Computation of Language: An Essay on Syntax", |
| "authors": [ |
| { |
| "first": "Roland", |
| "middle": [], |
| "last": "Hausser", |
| "suffix": "" |
| } |
| ], |
| "year": 1989, |
| "venue": "Semantics and Pragmatics in Natural Man-Machine Communication", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hausser, Roland (1989). Computation of Language: An Essay on Syn- tax, Semantics and Pragmatics in Natural Man-Machine Communica- tion, Berlin: Springer-Verlag.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Foundations of Computational Linguistics: Man-Machine Communication in Natural Language", |
| "authors": [ |
| { |
| "first": "Roland", |
| "middle": [], |
| "last": "Hausser", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hausser, Roland (1999), Foundations of Computational Linguistics: Man-Machine Communication in Natural Language, Berlin: Springer.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Database semantics for natural language", |
| "authors": [ |
| { |
| "first": "Roland", |
| "middle": [], |
| "last": "Hausser", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Artificial Intelligence", |
| "volume": "130", |
| "issue": "", |
| "pages": "27--74", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hausser, Roland (2001), \"Database semantics for natural language,\" Artificial Intelligence 130(2001), 27-74.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Situation and Inforamtion: Situation Semantics", |
| "authors": [ |
| { |
| "first": "Kiyong", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lee, Kiyong (1998), Situation and Inforamtion: Situation Semantics, Seoul: Taehaksa.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Computational Morphology", |
| "authors": [ |
| { |
| "first": "Kiyong", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lee, Kiyong (1999), Computational Morphology [written in Korean], Seoul: Korea University Press.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Computational Semantics -Linguistics and Processing", |
| "authors": [ |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Nerbonne", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "461--484", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Nerbonne, John (1996), \"Computational Semantics -Linguistics and Processing\", in Shalom Lappin (ed.), The Handbook of Contemporary Semantic Theory, 461-484, Oxford: Blackwell.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "text": "PHON: \"love\", CAT: verb, VAL: <<subj,agent>,<obj,theme>> SEM: [REL:<act, \"love\">]]", |
| "num": null, |
| "uris": null, |
| "type_str": "figure" |
| }, |
| "FIGREF1": { |
| "text": "Expanded Lexicon [PHON : \"loves\", CAT: verb, Requires: [CAT: noun, AGR_feat:[Person: third, Number: singular]] SEM: [REL: <act, \"love\">, ARG: <[par_index: 1, Role: agent, GF: subj], [par_index: 2, Role: theme, GF: obj]>, SIT: [r_anchor: present]]]", |
| "num": null, |
| "uris": null, |
| "type_str": "figure" |
| }, |
| "FIGREF2": { |
| "text": "Basic Entry [Phon : \" ,T,t\" Cat : noun, Deriv: ha_acc, Sem: [Content : <act , \" ec,t _love\">]]", |
| "num": null, |
| "uris": null, |
| "type_str": "figure" |
| }, |
| "FIGREF3": { |
| "text": "Derivation of a Predicative Noun malaga> ma -r 7'19* Analyses of \" -1 -r\" : 1: [Phon. II 01 01 01 9. 11 , Segmentation: \" '1 / \u00b01 / -r\", Cat: adj SEM: [REL: <characterized_as, \"a beauty\">, ARG: < [Par : 1, Role: subj, Case: nom]>, Type_of_Obj : human, Tense: present] , Baseform: \" \u00b0I \", STyp: declarative, VForm: terminal, SLv: plain, Mode: bse]The concatenated string of ru c ,\u20221/ 61 / is treated as having the SEMantic structure with its REL and one argument with its Role : subj and Case : nom. Now, this string called predicative noun can take a nominative-marked noun as its subject, yielding a sentence like the following.(8) Demo 0 malaga> sa '1 c't 0101 0 1 1\" Analyses of \" D I 1-1 p i ti 1: [Phon : \" D I 01.", |
| "num": null, |
| "uris": null, |
| "type_str": "figure" |
| }, |
| "FIGREF4": { |
| "text": "Free Word Order Illustrated a. Di mia-ka sa.kwa.lul mek.ess.ta mia-NOM apple-ACC eat-PAST \"Mia ate an apple\" mia-NOM eat-PAST", |
| "num": null, |
| "uris": null, |
| "type_str": "figure" |
| }, |
| "FIGREF5": { |
| "text": "(13) Switching Disallowed a.\u00b0I Zi o\u00b01 mi mwul.i .el.um.i toy.ess.ta water-NOM ice-NOM become-PAST \"water became ice\" b. l c ff . \u00b0I I. \u00b01 -r \"ice became water\" It is shown that KoSyn analyzes these sentences correctly. (14) Double Subject Construction: Analysis 1 Analyses of \" 't\" : 1: [Phon : \" g k 01 v . tg-", |
| "num": null, |
| "uris": null, |
| "type_str": "figure" |
| }, |
| "FIGREF6": { |
| "text": "Phon: \" \u00b01\" , Cat : noun, SEM: (Content : <\" i \", \"water\">) , Case: nom] , [np_index: 2, Phon: \" of (t-\u00b01\" Cat : noun, SEM: (Content: <\" `.11 ' , \"ice\">] , Case: nom]>](15) Double Subject Construction: Analysis 2 Analyses of \" z 54. \u00b01 \u00b01 \" : 1: [Phon : \" c a>,1 %. -1 \u00b01 -r\", Cat: s, SEM_struc: < [prop_index : 1, REL: <\" -s1 \u00b6_become\">, ARG: <[np_index: 1Content : <\" s o \" , \"ice\"> Case : nom] , [np_index : 2, Phon: \" \u00b01\" , Cat : noun, SEM: [Content : <\" i \" , \"water\">] , Case : nom]>]", |
| "num": null, |
| "uris": null, |
| "type_str": "figure" |
| }, |
| "FIGREF7": { |
| "text": "REF: <named, \" \u00b0r_Mia\">, Type_of _Obj : human] , Case: nom] , [np_index: 2, Phon: \"r Tr i , Cat: noun, SEM: [REF : <characterized_as , \" -r , \"apple\">, Type_of_Obj : fruit] , Case: acc] , [np_index: 3, Phon: \" ,s} '1\" , Cat : noun, SEM: [REF: <named, \" _Yong\">, Type_of_Obj : human] , Case: nom]>]", |
| "num": null, |
| "uris": null, |
| "type_str": "figure" |
| }, |
| "TABREF0": { |
| "num": null, |
| "content": "<table><tr><td>(1) Semantic Structure in a FS Form</td></tr><tr><td>(PHON: \"string of words\",</td></tr><tr><td>CAT: sentence,</td></tr><tr><td>SEM_struc: <[REL: <>,</td></tr><tr><td>ARG: <>,</td></tr><tr><td>SIT: [],</td></tr><tr><td>PRN:</td></tr><tr><td>COMP_stack: <>,</td></tr><tr><td>PAR_binding: <>,</td></tr><tr><td>NP_list: <>,</td></tr><tr><td>C_list: <>]</td></tr><tr><td>The feature structure as represented in (1) provides each string of words</td></tr><tr><td>PHON with information about its syntactic CATegory, SEMantic structure,</td></tr><tr><td>COMPlement stack, PARameter binding, a processed NP list, and a processed</td></tr><tr><td>Constituent list.</td></tr></table>", |
| "type_str": "table", |
| "html": null, |
| "text": "for the discussion of language situated in complex situations. 3 Ordinary RDBMS cannot recognize feature structures, but object-oriented models can, since these models allow the embedding of tables into a larger table as attribute values." |
| }, |
| "TABREF2": { |
| "num": null, |
| "content": "<table><tr><td/><td colspan=\"2\">T_anchor: present,</td></tr><tr><td/><td colspan=\"2\">T_state: nil,</td></tr><tr><td/><td colspan=\"2\">SLv: nil] J> ,</td></tr><tr><td colspan=\"2\">comp_stack: <>,</td></tr><tr><td colspan=\"2\">vform_stack: <terminal>,</td></tr><tr><td colspan=\"2\">par_binding: <>,</td></tr><tr><td colspan=\"2\">np_list: <[np_index: 1,</td></tr><tr><td/><td>Phon: I. D i Or \"r\"</td></tr><tr><td/><td>Cat: noun,</td></tr><tr><td/><td colspan=\"2\">SEM: [REF: <named, II 0 1 er_mia..></td></tr><tr><td/><td colspan=\"2\">Type_of_Obj: human] ,</td></tr><tr><td/><td>Case: nom] >]</td></tr><tr><td colspan=\"3\">This analysis is obtained through the following procedure.</td></tr><tr><td colspan=\"3\">First, the noun ul 0171-mi.a.ka is introduced by the NPintroduction</td></tr><tr><td colspan=\"2\">rule with the following analysis:</td></tr><tr><td colspan=\"2\">(9) NP introduction</td></tr><tr><td>malaga> sa '1 or</td><td/></tr><tr><td colspan=\"2\">Analyses of \" D I nr\" :</td></tr><tr><td colspan=\"2\">2: (Phon: \" or nr\"</td></tr><tr><td colspan=\"2\">SEM_struc : <>,</td></tr><tr><td colspan=\"3\">comp_stack: < [np_index: 1,Case: nom] > ,</td></tr><tr><td colspan=\"2\">vform_stack: <>,</td></tr><tr><td colspan=\"2\">par_binding: <>,</td></tr><tr><td colspan=\"2\">np_list: <[np_index: 1,</td></tr><tr><td/><td>Phon : \" \u00b01</td><td>,</td></tr><tr><td/><td>D I ot. .1 Cat : noun, -r\",</td></tr><tr><td>Cat: s,</td><td colspan=\"2\">SEM: [REF: <named, \" \u00b0I \"r_Mia\">,</td></tr><tr><td colspan=\"3\">SEM_struc: < (prop_index: 1, Type_of_Obj : human] ,</td></tr><tr><td colspan=\"3\">REL: <human, characterized_as, \"a beauty\">, Case : nom] > ,</td></tr><tr><td colspan=\"3\">ARG: < [np_index : 1, constituent_list : <[Phon: \"\u00b01 \u00b0r ,r\",</td></tr><tr><td/><td colspan=\"2\">Par: 1, Cat : noun,</td></tr><tr><td/><td colspan=\"2\">Role: subj, SEM: [REF <named, \" \u00b01 \u00b0r_Mia\">,</td></tr><tr><td/><td colspan=\"2\">Case: nom]>, Type_of_Obj : human] ,</td></tr><tr><td colspan=\"3\">SIT: [T_index: <0>, Case: nom] >]</td></tr></table>", |
| "type_str": "table", |
| "html": null, |
| "text": "Here, comp_stack is filled in with the feature structure [np_index: 1, Case : nom] provided by the introduction of the nominative-case marked noun 1:1101-71mi.a.ka." |
| }, |
| "TABREF7": { |
| "num": null, |
| "content": "<table><tr><td>(18)</td><td colspan=\"4\">Relative Adnominal Modification</td></tr><tr><td/><td>o or</td><td>4: : : +\" At or</td><td>\"T</td><td>e_ .</td></tr><tr><td colspan=\"5\">mi.aMia-nom Kim-acc love prof-acc love</td></tr><tr><td/><td colspan=\"4\">\"Mia loves a professor who loves Kim\"</td></tr><tr><td colspan=\"5\">This examples raises two issues: one issue concerns the binding of the</td></tr><tr><td colspan=\"5\">parametric Subject of the adnominal verb 4f-e-aRt and another concerns</td></tr><tr><td colspan=\"5\">the problem of avoiding backtracking when the nominative-marked noun</td></tr><tr><td colspan=\"5\">pi 01-4 is erroneously analyzed as the Subject of the adnominal verb A11-</td></tr><tr><td colspan=\"3\">'4-1= as is here.11</td><td/></tr><tr><td/><td/><td/><td/><td>7\" is</td></tr><tr><td/><td/><td/><td/><td>n1 / 4 'V a</td><td>n1/4</td><td>ecy 111'</td></tr><tr><td/><td colspan=\"4\">One type of adnominal modification in Korean corresponds to relativization</td></tr><tr><td/><td colspan=\"4\">in English. Here is an example:</td></tr></table>", |
| "type_str": "table", |
| "html": null, |
| "text": ".ka kim.ul sa.rang.ha.nun kyo.swu.lul sa.rang.han.ta" |
| } |
| } |
| } |
| } |