ACL-OCL / Base_JSON /prefixC /json /C96 /C96-1024.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "C96-1024",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T12:51:18.113497Z"
},
"title": "Compositional Semantics in Verbmobil",
"authors": [
{
"first": "Johan",
"middle": [],
"last": "Bos",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of the Saarland Postfach",
"location": {
"postCode": "151150 D-66041",
"settlement": "Saarbrficken",
"country": "Germany"
}
},
"email": ""
},
{
"first": "Bj~irn",
"middle": [],
"last": "Gamb~ick",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of the Saarland Postfach",
"location": {
"postCode": "151150 D-66041",
"settlement": "Saarbrficken",
"country": "Germany"
}
},
"email": ""
},
{
"first": "Christian",
"middle": [],
"last": "Lieske",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of the Saarland Postfach",
"location": {
"postCode": "151150 D-66041",
"settlement": "Saarbrficken",
"country": "Germany"
}
},
"email": ""
},
{
"first": "Yoshiki",
"middle": [],
"last": "Mori",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of the Saarland Postfach",
"location": {
"postCode": "151150 D-66041",
"settlement": "Saarbrficken",
"country": "Germany"
}
},
"email": ""
},
{
"first": "Manfred",
"middle": [],
"last": "Pinkal",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of the Saarland Postfach",
"location": {
"postCode": "151150 D-66041",
"settlement": "Saarbrficken",
"country": "Germany"
}
},
"email": ""
},
{
"first": "Karsten",
"middle": [],
"last": "Worm",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of the Saarland Postfach",
"location": {
"postCode": "151150 D-66041",
"settlement": "Saarbrficken",
"country": "Germany"
}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "The paper discusses how compositional semantics is implemented in the Verbmobil speech-to-speech translation system using LUD, a description language for underspecified discourse representation structures. The description language and its formal interpretation in DRT are described as well as its implementation together with the architecture of the system's entire syntactic-semantic processing module. We show that a linguistically sound theory and formalism can be properly implemented in a system with (near) real-time requirements.",
"pdf_parse": {
"paper_id": "C96-1024",
"_pdf_hash": "",
"abstract": [
{
"text": "The paper discusses how compositional semantics is implemented in the Verbmobil speech-to-speech translation system using LUD, a description language for underspecified discourse representation structures. The description language and its formal interpretation in DRT are described as well as its implementation together with the architecture of the system's entire syntactic-semantic processing module. We show that a linguistically sound theory and formalism can be properly implemented in a system with (near) real-time requirements.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Contemporary syntactic theories are normally unification-based and commonly aim at specifying as much as possible of the peculiarities of specific language constructions in the lexicon rather than in the \"traditional\" grammar rules. When doing semantic interpretation within such a framework, we want a formalism which allows for \u2022 compositionality,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "\u2022 monotonicity, and",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "\u2022 underspecification.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Compositionality may be defined rather strictly so that the interpretation of a phrase always should be the (logical) sum of the interpretations of its subphrases. A semantic formalism being compositional in this strict sense would also trivially be monotonic, since no destructive *This research was funded by the German Federal Ministry of Education, Science, Research, and Technology (BMBF) under grant number 01 IV 101 R. changes would need to be undertaken while building the interpretation of a phrase from those of its subphrases)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "However, compositionality is more commonly defined in a wider sense, allowing for other mappings from subphrase-to-phrase interpretation than the sum, as long as the mappings are such that the interpretation of the phrase still is a function of the interpretations of the subphrases. A common such mapping is to let the interpretation of the phrase be the interpretation of its (semantic) head modified by the interpretations of the adjuncts. If this modification is done by proper unification, the monotonicity of the formalism will still be guaranteed.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In many applications for Computational Linguistics, for example when doing semantically based translation --as in Verbmobil, the German national spoken language translation project described in Section 2 --a complete interpretation of an utterance is not always needed or even desirable. Instead of trying to resolve ambiguities, for example the ones introduced by different possible scopings of quantifiers, the interpretation of the ambiguous part is left unresolved. The semantic formalism of such a system should thus allow for the underspecification of these unresolved ambiguities (but still allow for them to be resolved in a monotonic way, of course). An underspecified form representing an utterance is then the representation of a set of meanings, all the possible interpretations of the utterance.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The rest of the paper is structured as follows. Section 2 gives an overview of the Verbmobil Project. Section 3 introduces LUD (description Language for Underspecified Discourse 'representations), the semantic formalism we use. Section 4 compares our approach to that of others for simi-1 More formally, a semantic representation is monotonic iff the interpretation of a category on the right side of a rule subsumes the interpretation of the left side of the nile. lar tasks. The actual implementation is described in Section 5, which also discusses coverage and points to some areas of further research. Finally, Section 6 sums up the previous discussion.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The project Verbmobil funded by the German Federal Ministry of Research and Technology (BMBF) combines speech technology with machine translation techniques in order to develop a system for translation in face-to-face dialogues. The overall project is described in (Wahlster, 1993) ; in this section we will give a short overview of the key aspects.",
"cite_spans": [
{
"start": 265,
"end": 281,
"text": "(Wahlster, 1993)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "The Verbmobil Project",
"sec_num": "2"
},
{
"text": "The ambitious overall objective of the Verbmobil project is to produce a device which will provide English translations of dialogues between German and Japanese businessmen who only have a restricted active, but larger passive knowledge of English. The domain is the scheduling of business appointments. The major requirement is to provide translations as and when users need them, and do so robustly and in (near) real-time.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Verbmobil Project",
"sec_num": "2"
},
{
"text": "In order to achieve this, the system is composed of time-limited processing components which on the source language (German or Japanese) side perform speech recognition, syntactic, semantic and pragmatic analysis, as well as dialogue management; transfer on a semantic level; and on the target language (English) side generation and speech synthesis. When the users speak English, only keyword spotting for the dialogue management is undertaken.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Verbmobil Project",
"sec_num": "2"
},
{
"text": "At any moment in the dialogue, a user may activate the Verbmobil device and start speaking his/her native language. The speech recognition component then processes the input and produces a word lattice representing the speech hypotheses and their corresponding prosodic information. The parsing component processes the lattice and assigns each well-formed path through it one or several syntactic and (compositional) semantic representations. Ambiguities introduced by thesc may be resolved by a resolution component. The representations produced are then assigned dialogue acts and used to update the model of the discourse, which in turn may be used by the speech recognizer to choose the current language model. The transfer component takes the (possibly resolved) semantic analysis of the input and builds a target language representation. The generator then constructs the corresponding English expression. For robustness, this deep-level processing strategy is complemented with a shallow analysis-and-transfer component.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Verbmobil Project",
"sec_num": "2"
},
{
"text": "Since the Verbmobil domain is related to discourse rather than isolated sentences, a variant of Kamp's Discourse Representation Theory, DRT (Kamp and Reyle, 1993) has been chosen as the model theoretic semantics. Itowcver, to allow for underspecification of several linguistic phenomena, we have chosen a formalism that is suited to represent underspecified structures: LUD, a description language for underspecified discourse representations (Bos, 1995) . The basic idea is the one given in Section 1, namely that natural language expressions are not directly translated into Discourse Representation Structures (DRSs), but into a representation that describes several DRSs.",
"cite_spans": [
{
"start": 140,
"end": 162,
"text": "(Kamp and Reyle, 1993)",
"ref_id": "BIBREF7"
},
{
"start": 443,
"end": 454,
"text": "(Bos, 1995)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Theoretical Background",
"sec_num": "3.1"
},
{
"text": "Representations in LUD have the following distinct features.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Theoretical Background",
"sec_num": "3.1"
},
{
"text": "Firstly, all elementary semantic \"bits\" (conditions, entities, and events) are uniquely labeled. This makes them easy to refer to and results in a very powerful description language. Secondly, meta variables over DRSs (which we call holes) allow for the assignment of underspecified scope to a semantic operator. Thirdly, a subordination relation on the set of holes and labels constrains the number of interpretations of the LUD-representation in the object language: DRSs.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Theoretical Background",
"sec_num": "3.1"
},
{
"text": "A LUD-representation U is a triple < Hu,Lu,Cu >",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "LUD-Representations",
"sec_num": "3.2"
},
{
"text": "where Hu is a set of holes (variables over labels), Lu is a set of labeled (LUD) conditions, and Cu is a set of constraints. A plugging is a bijective function from holes to labels. For each plugging there is a corresponding DRS. The syntax of LUDconditions is formally defined as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "LUD-Representations",
"sec_num": "3.2"
},
{
"text": "1. If x is a discourse marker (i.e., entity or event), then din(x) is a LUDcondition; 2. If R is a symbol for an n-place relation, xl,..., xn are discourse markers, then pred (R, xl,...,x,~) is a LUD-condition; 3. If I is a label or hole for a LUD-condition, then -~l is a LUDcondition; 4. If 11 and 12 are labels (or holes) for LUD-conditions, then 11 --+ 12, 11AI2 and 11 V 12 are LUD-conditions; 5. Nothing else is a LUD-condition.",
"cite_spans": [
{
"start": 175,
"end": 190,
"text": "(R, xl,...,x,~)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "LUD-Representations",
"sec_num": "3.2"
},
{
"text": "There are three types of constraints in LUDrepresentations. There is subordination (<_), strict subordination (<), and fimdly presupposition (c~).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "LUD-Representations",
"sec_num": "3.2"
},
{
"text": "These constraints are syntactically defined as:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "LUD-Representations",
"sec_num": "3.2"
},
{
"text": "If/i, l.~ are labels, h is a hole, then It < h, 11 < 12 and l~ ~ 12 are LUD-constraints.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "LUD-Representations",
"sec_num": "3.2"
},
{
"text": "The interpretation of a LUD-representation is the interpretation of top, the label or hole of a LUi)-representation tbr which tt,ere exists no label thai; subordinates it. ~",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "LUD-Representations",
"sec_num": "3.2"
},
{
"text": "The interpretation fnnction I is a function from a labeled condition to a DRS. This hmction is defined with respect to a plugging P. We represent a I)RS ~ a box ~DI~ , where D is the set of discourse markers and C is the set of conditions. The mappings between LUD-conditions and I)RSs are then detiued in (2)-(9) where l is a label or hole and ~b is a labeled condition. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "LUD-Representations",
"sec_num": "3.2"
},
{
"text": "[n (6) \u00ae is the merge operation, that takes two DRSs K1 and K= and returns a I)RS which domain is the nnion of the set of the domains of K1 and K2, and which conditions form the union of the set of the conditions of K1 and K2. 2q.'he reade.r interested in a more detailed discus-SiGn of the iul;erl)retation of underspccified semanti(: representations is referred to (Bos, 19{) 5).",
"cite_spans": [
{
"start": 367,
"end": 372,
"text": "(Bos,",
"ref_id": null
},
{
"start": 373,
"end": 377,
"text": "19{)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "I(~) ifr l: ~b ~ Lu",
"sec_num": null
},
{
"text": "For building LUD-reprcsentations we use a lambda-operator and functional application in order to compositionally combine simple LUDrepresentations to complex ones. In addition, we have two functions that help us to keep track of the right labels. These are top, as described above, and main, the label of the semantic head of a LU1)-reprcsentation. Further, we have an operation that combines two LUD-representations into one: q) (merge for LUl)-representations). Some sample lexical entries for German as well as a sample derivation, are shown in Figure 1 .",
"cite_spans": [],
"ref_spans": [
{
"start": 548,
"end": 556,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Lexical Entries and Composition",
"sec_num": "3.3"
},
{
"text": "The LUD representation is quite closely related to UDI{Ss, underspecified l)t{Ss (Reyle, 1993) . The main difference is that the I,UI) description language in principle is independent of the object langnage, thus not only DI{T, but also or(tinary predicate logic, as well as a Dynamic Predicate Logic (Groenendijk and Stokhof, 1991) can be used as the object language of LUI), as shown in (Bos, 1995) . Compared to UDRS, LUD also has a stronger descriptive power: Not DRSs, but the smallest possible semantic components are uniquely labeled.",
"cite_spans": [
{
"start": 81,
"end": 94,
"text": "(Reyle, 1993)",
"ref_id": "BIBREF8"
},
{
"start": 301,
"end": 332,
"text": "(Groenendijk and Stokhof, 1991)",
"ref_id": "BIBREF6"
},
{
"start": 389,
"end": 400,
"text": "(Bos, 1995)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "4"
},
{
"text": "The Verbmobil system is a translation system built by some 30 different groups in three countries. The semantic [brmalism used on the English generation side has been developed by CSLI, Stanford and is called MRS, Minimal Recursion Semantics (Copest;ake eL al., 1995). The deep-level syntactic and semalttic German processing of Verbmobil is also done along two parallel paths. The other path is developed by IBM, lleidelberg and uses a variant of MRS, Underspecified Minimal Recnrsion Semantics (UMRS) (Egg and Lebeth, 1995) . All the three formalisms LUD, MRS, and UMRS have in common that they use a fiat, nco-Davidsoniau representation and allow for the nndcrspecification o[\" functor-argmnent relations. In MRS, this is done by unification of the relations with unresolved dependencies. This, however, results in structures which cannot be fltrther resolved. In UMRS this is modified by expressing the scoping possibilities directly as disiunctions. The main difference between both types of MRSs and LUI) is that the interpretation of LUI) in an object language other than ordinary predicate logic is well delined, as described in Section 3.2.",
"cite_spans": [
{
"start": 503,
"end": 525,
"text": "(Egg and Lebeth, 1995)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "4"
},
{
"text": "The translation task of the SICS-SRI l:/ilin-gnal Conversation Interpreter, BCI (Alshawi et al., 1991) > @P(z) @ Q(z) Figure 1 : Lexical entries and a sample derivation in LUD Logical Form, QLF which also is a monotonic representation language for compositional semantics as discussed in (Alshawi and Crouch, 1992) . The QLF formalism incorporates a Davidsonian approach to semantics, containing underspecified quantifiers and operators, as well as 'anaphoric terms' which stand for entities and relations to be determined by reference resolution. In these respects, the basic ideas of the QLF formalism are quite similar to LUD.",
"cite_spans": [
{
"start": 80,
"end": 102,
"text": "(Alshawi et al., 1991)",
"ref_id": "BIBREF1"
},
{
"start": 288,
"end": 314,
"text": "(Alshawi and Crouch, 1992)",
"ref_id": null
}
],
"ref_spans": [
{
"start": 118,
"end": 126,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Related Work",
"sec_num": "4"
},
{
"text": "Syntax-Semantics Interface and Implementation",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "5",
"sec_num": null
},
{
"text": "The LUD semantic construction component has been implemented in the grammar formalism TUG, Trace and Unification Grammar (Block and Schachtl, 1992), in a system called TrUG (in cooperation with Siemens AG, Munich, who provided the German syntax and the TrUG system). TUG is a formalism that combines ideas from Government and Binding theory, namely the use of traces, with unification in order to account for, for example, the free word order phenomena found in German.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Grammar",
"sec_num": "5.1"
},
{
"text": "A TUG grammar basically consists of PATR-II style context free rules with feature annotations. Each syntactic rule gets annotated with a semantic counterpart. In this way, syntactic derivation and semantic construction are fully interleaved and semantics can further constrain the possible readings of the input.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Syntax and Semantics",
"sec_num": "5.1.1"
},
{
"text": "In order to make our formalisation executable, we employ the TrUG system, which compiles our rules into an efficient Tomita-style parser. In addition TrUG incorporates sortal information, which is used to rank parsing results.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Syntax and Semantics",
"sec_num": "5.1.1"
},
{
"text": "Consider a simplified example of a syntactic rule annotated with a semantic functor-argument application. In this example, a sentence s consists of an np and a vp. The first feature equation annotated to this rule says that the value of the feature agr (for agreement) of the np equals that of the respective feature value of the vp.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Syntax and Semantics",
"sec_num": "5.1.1"
},
{
"text": "A category symbol like np in the rule above also stands for the entry node of its associated feature structure. This property is used for the semantic counterpart of the rule: lud..fun_.arg is a call to a semantic rule, a macro in the TUG notation, which defines functor-argument application. Since the macro gets the entry nodes of the fea4 ture structures as arguments, all the information present in the feature structures can be accessed within the macro which is defined as The functor-argument application is based on the notion of the context of a LUD-representation. The context of a LUD-representation is a three-place structure consisting of the LUDrepresentation's main label and top hole (as described in Section 3.3) and its main instance, which is a discourse marker or a lambda-bound variable. A LUD-representation also has a semantic subcategorization list under the feature subcat which performs the same function as a A-prefix. This list consists of the contexts of the arguments a category is looking for.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Composition Process",
"sec_num": "5.1.2"
},
{
"text": "The functor-argumcnt application macro thus says the following. The context of the result is the context of the functor. The functor is looking for the argument as the first element on its subcat list, while the result's subcat list is that of the functor minus the argument (which has been bound in the rule). The binding of variables between functor and argument takes place via the subcat list, through which a functor can access the main instance and thc main label of its arguments and state relations between them.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Composition Process",
"sec_num": "5.1.2"
},
{
"text": "Note that the only relevant piece of information contained in a LUD-representation for the purpose of composition is its context. Its content in terms of semantic prcdicates is handled differently. The predicates of a LUD-representation are stored in a special slot provided for each category by the TrUG systcm. The contents of this slot is handed up the tree from the daughters to the mother completely monotonically. So the predicates introduced by some lexical entry percolate up to the topmost node automatically.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Composition Process",
"sec_num": "5.1.2"
},
{
"text": "These two restrictions, the use of only a LUDrepresentation's context in composition and the monotonic percolation of semantic predicates up the tree, make the system completely compositional in the sense defined in Section 1.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Composition Process",
"sec_num": "5.1.2"
},
{
"text": "To see how the composition interacts with the lexicon, consider the following lexical macro defining the semantics of a transitive verb trans_verb_sem (Cat, Rel, [Rolel, Role2] ",
"cite_spans": [
{
"start": 151,
"end": 156,
"text": "(Cat,",
"ref_id": null
},
{
"start": 157,
"end": 161,
"text": "Rel,",
"ref_id": null
},
{
"start": 162,
"end": 169,
"text": "[Rolel,",
"ref_id": null
},
{
"start": 170,
"end": 176,
"text": "Role2]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "The lexicon",
"sec_num": "5.1.3"
},
{
"text": "The macro states that a transitive verb introduces a basic predicate of a certain relation with an instance and a label. The instance is related to its two arguments by argument roles. The arguments' instances are accessed via the verb's subcat list (and get bound during functorargument application, cf. above). The labels introduced are grouped together; the group label is the main label of the LUD-representation, the instance its main instance. Another property of the verb's semantics is that it introduces the top hole of the sentence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": ". )] ).",
"sec_num": null
},
{
"text": "As sketched in Section 2, our semantic construction component delivers output to the components for semantic evaluation and transfer. The paragraphs that follow describe the common interface to these two components.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Interfaces to Other Components",
"sec_num": "5.2"
},
{
"text": "Generating a scopally resolved LUD-representation from an underspecified one is the process which we referred to as plugging in Section 3.2. It aims at making the possibly ambiguous semantics captured by a LUD unique. Obviously, purely mathematical approaches for transforming the partial ordering encoded in the leq constraints into a total ordering may yield many results.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Resolution of Underspecification",
"sec_num": "5.2.1"
},
{
"text": "Fortunately, linguistic constraints allow us to reduce the effort that has to be put into the computation of pluggings. An example is the linguistic observation that a predicate that encodes sentence mood in many cases modifies all of the remainder of the proposition for a sentence. Thus, pluggings where the predicate for sentence mood is subject to a leq constraint should not be considered. They would result in a resolved structure expressing that the mood-predicate does not have scope over the remaining proposition. This would be contrary to the linguistic observation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Resolution of Underspecification",
"sec_num": "5.2.1"
},
{
"text": "As a supplement to semantic predicates, our output contains various kinds of additional information. This is caused by the overall architecture of the Verbmobil system which does not provide for fully-interconnected components. There is, e.g., no direct connection between the speech recognizer and the component for semantic evaluation. Thus, our component has to pipe certain kinds of information (like prosodic values). Accordingly, our output consists of \"Verbmobil Interface Terms\" (VITs), which differ slightly from the LUD-terms described above mainly in that they include non-semantic information.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Supplementary Information",
"sec_num": "5.2.2"
},
{
"text": "Currently, the lexicon of the implemented system contains about 1.400 entries (full forms) and the grammar consists of about 400 syntactic rules, of which about 200 constitute a subgrammar for temporal expressions. The system has been tested on three simplified dialogues from a corpus of spoken language appointment scheduling dialogues collected for the project and processes about 90% of the turns the syntax can deal with.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Implementation Status",
"sec_num": "5.3"
},
{
"text": "The system is currently being extended to cover nine additional dialogues from the corpus completely. The size of the lexicon will then be about 2500 entries, which amounts to about 1700 lemmata.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Implementation Status",
"sec_num": "5.3"
},
{
"text": "We have discussed the implementation of a compositional semantics in the Verbmobil speech-tospeech translation system. The notions of monotonicity and underspecification were discussed and LUD, a description language for underspecifled discourse representation structures was introduced. As shown in Section 3, the LUD description language has a well-defined interpretation in DRT. Differently from Reyle's UDRSs, however, LUD assigns labels to the minimal semantic element and may also be interpreted in other object languages than DRT. The key part of the paper, Section 5, showed how the linguistically sound LUD formalism has been properly implemented in a (near) real-time system. The implementation in Siemens' TUG grammar formalism was described together with the architecture of the entire semantic processing module of Verbmobil and its current coverage.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "6"
}
],
"back_matter": [
{
"text": "We are gratefully emdebted to Scott McGlashan and CJ Rupp who both worked on parts of the implementation. The results of the paper have greatly benefitted from the cooperation with our other collegues in Verbmobil, especially those at IBM and CSLI, as well as the ones working on the modules closest to ours in the processing chain.A number of people have contributed directly to parts of the work described in the paper: Ronald Bieber, Hans-Ulrich Block, Michael Dorna, Manfred Gehrke, Johannes Heinecke, Julia Heine, I)aniela Kurz, Elsbeth Mastenbroek, Sebastian Millies, Adam Przepiorkowski, Stefanie Schachtl, Michael Schiehlen, Feiyu Xu, and several others.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgements",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Monotonic semantic interpretation",
"authors": [
{
"first": "Hiyan",
"middle": [],
"last": "Alshawi",
"suffix": ""
},
{
"first": "Richard",
"middle": [],
"last": "Crouch",
"suffix": ""
}
],
"year": null,
"venue": "Proceedings of the 30th Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "32--39",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hiyan Alshawi and Richard Crouch. 1.992. Mono- tonic semantic interpretation. In Proceedings of the 30th Annual Meeting of the Association for Computational Linguistics, pages 32-39, Newark, Delaware, June. ACL. Also available as SRI International Technical Report CRC- 022, Cambridge, England.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Translation by Quasi Logical Form transfer",
"authors": [
{
"first": "Hiyan",
"middle": [],
"last": "Alshawi",
"suffix": ""
},
{
"first": "David",
"middle": [
"M"
],
"last": "Carter",
"suffix": ""
},
{
"first": "Bj6rn",
"middle": [],
"last": "Gamb\u00a3ck",
"suffix": ""
},
{
"first": "Manny",
"middle": [],
"last": "Rayner",
"suffix": ""
}
],
"year": 1991,
"venue": "Proceedings of the 29th Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "161--168",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hiyan Alshawi, David M. Carter, Bj6rn Gamb\u00a3ck, and Manny Rayner. 1991. Translation by Quasi Logical Form transfer. In Proceedings of the 29th Annual Meeting of the Association for Computational Linguistics, pages 161-168, Uni~ versity of California, Berkeley, California, July. ACL. Also available as SRI International Tech- nical Report CRC-021, Cambridge, England.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Trace and Unification Grammar",
"authors": [
{
"first": "Ulrich",
"middle": [],
"last": "Hans",
"suffix": ""
},
{
"first": "Stefanie",
"middle": [],
"last": "Block",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Schachtl",
"suffix": ""
}
],
"year": 1992,
"venue": "Proceedings of the 1.~th International Conference on Computational Linguistics",
"volume": "2",
"issue": "",
"pages": "658--664",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hans Ulrich Block and Stefanie Schachtl. 1992. Trace and Unification Grammar. In Proceed- ings of the 1.~th International Conference on Computational Linguistics, volume 2, pages 658-664, Nantes, France, July. ACL.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Predicate logic unplugged",
"authors": [
{
"first": "Johan",
"middle": [],
"last": "Bos",
"suffix": ""
}
],
"year": 1995,
"venue": "Proceedings of the 10th Amsterdam Colloquium",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Johan Bos. 1995. Predicate logic unplugged. In Proceedings of the 10th Amsterdam Collo- quium, University of Amsterdam, Amsterdam, Holland.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Translation using Minimal Recursion Semantics",
"authors": [
{
"first": "Ann",
"middle": [],
"last": "Copestake",
"suffix": ""
},
{
"first": "Dan",
"middle": [],
"last": "Flickinger",
"suffix": ""
},
{
"first": "Rob",
"middle": [],
"last": "Malouf",
"suffix": ""
}
],
"year": 1995,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ann Copestake, Dan Flickinger, Rob Malouf, Su- sanne Riehemann, and Ivan Sag. 1995. Trans- lation using Minimal Recursion Semantics. Ms., Stanford University, Stanford, California.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Semantic underspecification and modifier attachment ambiguities",
"authors": [
{
"first": "Markus",
"middle": [],
"last": "Egg",
"suffix": ""
},
{
"first": "Kai",
"middle": [],
"last": "Lebeth",
"suffix": ""
}
],
"year": 1995,
"venue": "Proceedings of the Annual Meeting of the",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Markus Egg and Kai Lebeth. 1995. Semantic un- derspecification and modifier attachment ambi- guities. In Proceedings of the Annual Meeting of the German Linguistic Society, University of Diisseldorf, Diisseldorf, Germany.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Dynamic Predicate Logic. Linguistics and Philosophy",
"authors": [
{
"first": "Jeroen",
"middle": [],
"last": "Groenendijk",
"suffix": ""
},
{
"first": "Martin",
"middle": [],
"last": "Stokhof",
"suffix": ""
}
],
"year": 1991,
"venue": "",
"volume": "14",
"issue": "",
"pages": "39--100",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jeroen Groenendijk and Martin Stokhof. 1991. Dynamic Predicate Logic. Linguistics and Phi- losophy, 14:39-100.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "From Discourse to Logic: An Introduction to Modeltheoretic Semantics of Natural Language, Formal Logic and DRT",
"authors": [
{
"first": "Hans",
"middle": [],
"last": "Kamp",
"suffix": ""
},
{
"first": "Uwe",
"middle": [],
"last": "Reyle",
"suffix": ""
}
],
"year": 1993,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hans Kamp and Uwe Reyle. 1993. From Dis- course to Logic: An Introduction to Modelthe- oretic Semantics of Natural Language, Formal Logic and DRT. Kluwer, Dordrecht, Ifolland.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Dealing with ambiguities by underspecification: Construction, representation and deduction",
"authors": [
{
"first": "Uwe",
"middle": [],
"last": "Reyle",
"suffix": ""
}
],
"year": 1993,
"venue": "Journal of Semantics",
"volume": "10",
"issue": "",
"pages": "123--179",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Uwe Reyle. 1993. Dealing with ambiguities by un- derspecification: Construction, representation and deduction. Journal of Semantics, 10:123-- 179.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Verbmobil: Translation of face-to-face dialogs",
"authors": [
{
"first": "Wolfgang",
"middle": [],
"last": "Wahlster",
"suffix": ""
}
],
"year": 1993,
"venue": "Proceedings of the 3rd European Conference on Speech Communication and Technology",
"volume": "",
"issue": "",
"pages": "29--38",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Wolfgang Wahlster. 1993. Verbmobil: Trans- lation of face-to-face dialogs. In Proceed- ings of the 3rd European Conference on Speech Communication and Technology, pages 29-38, Berlin, Germany, September.",
"links": null
}
},
"ref_entries": {
"TABREF0": {
"type_str": "table",
"text": "is quite similar to that of Verbmobil. The BCI does translation at the level of Quasi-",
"num": null,
"html": null,
"content": "<table><tr><td>das :</td><td>AP. &lt; {</td><td colspan=\"4\">},{ l, : dm(z) },{ li w main(P) } &gt;@P(z)</td></tr><tr><td/><td/><td/><td/><td colspan=\"2\">ll : pred(gehen, e),</td><td>)</td></tr><tr><td>geht :</td><td colspan=\"2\">Ay e &lt; { h, },</td><td/><td colspan=\"2\">l :pre (the..e,e,y),</td><td>,{ Zk &lt; h, } &gt;</td></tr><tr><td/><td/><td/><td/><td>lk : li A lj</td></tr><tr><td>jeder :</td><td colspan=\"2\">AP.AQ. &lt; { hi }</td><td>'</td><td colspan=\"2\">lk : lj A maln(P), 11 : lk -4 hi</td><td>It &lt; top(Q), ' main(Q) &lt; hi</td></tr><tr><td>termin :</td><td>Ax. &lt; {</td><td colspan=\"3\">},{ li :termin(x) },{</td><td>} &gt;</td></tr><tr><td/><td/><td/><td colspan=\"2\">15 pred(gehen, e),</td><td>17 &lt; ho,</td><td>&gt;</td></tr><tr><td>das geht :</td><td colspan=\"2\">Ae. &lt; { ho },</td><td colspan=\"2\">16 pred(theme,e,z),</td><td>' 14 ~i 17</td></tr><tr><td/><td/><td/><td colspan=\"2\">lz 15 A 16</td></tr></table>"
}
}
}
}