Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "E83-1007",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T10:37:18.458250Z"
},
"title": "VOCAL INTEILFACE FOR A MAN-MACHINE DIALOG",
"authors": [
{
"first": "Dominique",
"middle": [],
"last": "Beroule",
"suffix": "",
"affiliation": {
"laboratory": "LIMSI (CNRS)",
"institution": "",
"location": {
"addrLine": "B.P. 30",
"postCode": "91406",
"settlement": "ORSAY CEDEX",
"country": "FRANCE"
}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "We describe a dialogue-handling module used as an interface between a vocal terminal and a taskoriented device (for instance : a robot manipulating blocks). This module has been specially designed to be implanted on a single board using microprocessor, and inserted into the vocal terminal which already comprises a speech recognition board and a synthesis board. The entire vocal system is at present capable of conducting a real time spoken dialogue with its user.",
"pdf_parse": {
"paper_id": "E83-1007",
"_pdf_hash": "",
"abstract": [
{
"text": "We describe a dialogue-handling module used as an interface between a vocal terminal and a taskoriented device (for instance : a robot manipulating blocks). This module has been specially designed to be implanted on a single board using microprocessor, and inserted into the vocal terminal which already comprises a speech recognition board and a synthesis board. The entire vocal system is at present capable of conducting a real time spoken dialogue with its user.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "A great deal of interest is actually being shown in providing computer interfaces through dialog processing systems using speech input and output (Levinson and Shipley, 1979) . In the same time, the amelioration of the microprocessor technology has allowed the implantation of word recognition and text-to-speech synthesis systems on single boards (Li~nard and Mariani, 1982 ; Gauvain, 1983 ; Asta and Li~nard, 1979) ; in our laboratory, such modules have been integrated into a compact unit that forms an autonomous vocal processor which has applications in a number of varied domains : vocal command of cars, of planes, office automation and computer-aided learning (N~el et al., 1982) .",
"cite_spans": [
{
"start": 146,
"end": 174,
"text": "(Levinson and Shipley, 1979)",
"ref_id": null
},
{
"start": 348,
"end": 376,
"text": "(Li~nard and Mariani, 1982 ;",
"ref_id": null
},
{
"start": 377,
"end": 392,
"text": "Gauvain, 1983 ;",
"ref_id": null
},
{
"start": 393,
"end": 416,
"text": "Asta and Li~nard, 1979)",
"ref_id": null
},
{
"start": 668,
"end": 687,
"text": "(N~el et al., 1982)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "I INTRODUCTION",
"sec_num": null
},
{
"text": "Whereas most of the present language understanding systems require large computational resources, our goal has been to implement a dialoghandling board in the LIMSI's Vocal Terminal.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "I INTRODUCTION",
"sec_num": null
},
{
"text": "The use of micro-systems introduces memory size and real-time constraints which have incited us to limit ourselves in the use of presently available computational linguistic techniques. Therefore, we have taken inspiration from a simple model of semantic network ; for the same reasons, the initial parser based on an Augmented Transition Network (Woods, 1970) and implemented on an IBM 370 (Memmi and Mariani, 1982) was replaced by another less time-and memory-consuming one.",
"cite_spans": [
{
"start": 347,
"end": 360,
"text": "(Woods, 1970)",
"ref_id": null
},
{
"start": 391,
"end": 416,
"text": "(Memmi and Mariani, 1982)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "I INTRODUCTION",
"sec_num": null
},
{
"text": "The work presented herein extends possible application fields by allowing an interactive vocal relation between the machine and its user for the execution of a specific task : the application that we have chosen is a man-machine communication with a robot manipulating blocks and using a Plan Generating System. Once the acoustic processing of the speech signal is performed by the 250 word-based recognition board, syntactic analysis is carried out.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "I INTRODUCTION",
"sec_num": null
},
{
"text": "SPEECH I RECOGNI ZER SEMANTI C [ SYNTACTI C PROCESSI NG ANALYSIS SEMANTI C ] TREATMENT",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "I INTRODUCTION",
"sec_num": null
},
{
"text": "It may be noted that response time and word confusions increase with the vocabulary size of word recognition systems. To limit the degradation of performance, syntactic information is used : words that can possibly follow a given word may be predicted at each step of the recognition process with the intention of reducing vocabulary.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "I INTRODUCTION",
"sec_num": null
},
{
"text": "In order to build a representation of the deep structure of an input sentence, parameters requested by the semanticprocedures must be filled with the correct values. The parsing method that we de ~ velopped considers the naturel language utterances as a set of noun phrases connected with function words (prepositions, verbs ...) which specify their relationships. At the present time, the set of noun phrases is obtained by segmenting the utterance at each function word. The computational semantic memory is inspired by the Collins and Quillian model, a hierarchical network in which each node represents a concept. Properties can be assigned to each node, which also inherits those of its ancestors. Our choice has been influenced by the desire to design a system which would be able to easily learn new conceptS ; that is, to complete or to modify its knowledge according to information coming from a vocal input/ output system. Each noun of the vocabulary is represented by a node in such a tree structure. The meaning of any given verb is provided by rules that indicate the type of objects that can be related. As far as adjectives are concerned, they are arranged in exclusive property groups. The knowledge-based data (which may be enlarged by information provided by the vocal channel) is complemented by temporary data which chronologically contain, in abbreviated form, events evoked during the dialogue.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "B. Parameters Transfer",
"sec_num": null
},
{
"text": "The small amount of data representing a given universe allows us to approach the computational treatment of these two complementary and contrary components of dialogue: learning and contestation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "B. Assertion processin~",
"sec_num": null
},
{
"text": "Every time an assertion is proposed by the user a procedure parses its semantic validity by answering the question \"Does this sentence fit with the current state of the knowledge data ?\". If a contradiction is detected, it is pointed out to the user who must justify his proposal. If the user persists in his declaration, the machine may then modify its universe knowledge, otherwise the utterance is not taken into account.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "B. Assertion processin~",
"sec_num": null
},
{
"text": "When no contradiction is encountered, the program enters into a learning process adding to the temporary data or knowledge-based data. These assertions, characterized by the presence of a non-action verb, permit both the complete construction of the semantic network and of the concept relation rules specifying the possible entities that can serve as arguments for a predicate.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "B. Assertion processin~",
"sec_num": null
},
{
"text": "Although most of our knowledge results from long nurturing and frequent interactions with the outside world, it is possible to give an approximate meaning to concrete objects and verbs by using an elementary syntax. A new concept may be taught by filling in its position within the semantic network and possibly associating it with properties that will differentiate it from its brother nodes. Concept relation rules can be learned, too. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "B. Assertion processin~",
"sec_num": null
},
{
"text": "Sentences involving an action verb are translated into an unambiguous representation which condenses and organizes information into the very same form as that of the concept relation rules from knowledge data. Therefore, semantic validity can be easily tested by a pattern-matching process. A semantic event reduced to a nested-triplet structure and considered as valid is then inserted in the dynamic-events memory, and can be requested later on by the question-answering process.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Descriptive utterances",
"sec_num": "2."
},
{
"text": "Although the language is limited to a small subset of natural French, several equivalent syntactic structures are allowed to express a given event ; in order to avoid storing multiple representations of the same event, paraphrases of a given utterance are reduced to a single standard form.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Descriptive utterances",
"sec_num": "2."
},
{
"text": "One of the task effected by a language understanding system consists of recognizing the concepts that are evoked inside the input utterances. As soon as ambiguities are detected, they are resolved through interaction with the user. Relative~ clauses are not represented in the canonical form of the utterance in which they appear, but they are only used to determine which concept is in question.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Descriptive utterances",
"sec_num": "2."
},
{
"text": "article i -Nun ! -Adjective I -Verb -article 2 -Adjec. 2 -Nun 2 abbreviated form : @ (( NI A1 )( N2 A2 ))) = semantic event E relation rule n \u00b0 i : ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Descriptive utterances",
"sec_num": "2."
},
{
"text": "i p~2) ) ((o~2 p~2) (022 E allowable (~ 3 (i,j) / V k = i, 2 i V .= R 0 i N k E ~ (kj) Pkj E ~-~ (N k) Pkj ~ Ak",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Descriptive utterances",
"sec_num": "2."
},
{
"text": "Input utterances beginning with an action verb specify an order that the machine connected to the vocal interface is supposed to execute ; in addition to the deep structure of this natural language message, a formal command language message is built and then sent to the machine. The task universe memory is modified in order to reflect the execution of a user's command.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Orders",
"sec_num": "3."
},
{
"text": "User : Prends la pyramide qui est sur la table et pose. la sur le gros cube (grasp the pyramid which is on the table and put it on the big cube) Machine : S'agit-il du gros cube 3 ?",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Orders",
"sec_num": "3."
},
{
"text": "(are you talking of the big cube 3 ?) User : Oui In everyday language, intonation often contitutes the marker that discriminates between questions and assertions. Since prosody information is not presently taken into account by the word recognition system, the presence of an interrogative pronoun switches on the information research processing in permanent knowledge-data or in dynamicevents memory. U : Qui lit un livre ? (Who is reading a book ?) S : Un homme lit un gros livre (A man is reading a thick book)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Orders",
"sec_num": "3."
},
{
"text": "When a certain amount of acoustical components in a sentence have not been recognized, the system asks for the user to repeat his assertion. This process consists of inserting semantic entities into the suitable syntactic diagram which depends on the computational procedure that is activated (question answering, contradiction, learning, asking for specifications ...). Since each syntactic variation of a word corresponds to a single semantic representation, sentence generation makes use of verb conjugation procedures and concordance procedures.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Orders",
"sec_num": "3."
},
{
"text": "In order to improve the natural quality of speech, different types of sentences expressing one same idea may be generated in a pseudo-random manner. The same question asked to the system several times can thus induce different formulated responses.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Orders",
"sec_num": "3."
},
{
"text": "A module of the synthesis process takes any French text and determines the elements necessary for the diphone synthesis, with the help of a dictionnary containing pronunciation rules and their exceptions (Prouts, 1979) . However, some ambiguities concerning text-to-speech transcription can still remain and cannot be resolved without syntactico-semantic information ; for instance : \"Les poules du couvent couvent\" (the convent hens are sitting on their eggs) is pronounced by the synthesizer : / I \u00a3 p u I d y k u v ~ k u v E / (the convent hens ~onvent).",
"cite_spans": [
{
"start": 204,
"end": 218,
"text": "(Prouts, 1979)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Text-to-speech transcription ambiguities",
"sec_num": "2."
},
{
"text": "To deal with that problem, we may send the synthesizer the phonetic form of the words.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Text-to-speech transcription ambiguities",
"sec_num": "2."
},
{
"text": "The dialog experiment is presently running on a PDP 11/23 MINC and on an INTEL development system with a VLISP interpreter in real-time and using a series interface with the vocal terminal.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "IV CONCLUSION",
"sec_num": null
},
{
"text": "The isolated word recognition board we are using for the moment makes the user pause for approximately half a second between each word he pronounces. In the near future we plan to replace this module by a connected word system which will make the dialog more natural. It may be noted that the compactness of the understanding program allows its implantation on a microprocessor board which is to be inserted in the vocal terminal.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "IV CONCLUSION",
"sec_num": null
},
{
"text": "At present we apply ourselves to make the dialog-handling module easily adaptable to various domains of application. D 1 MACHI NE Figure 6 . Multibus configuration of the Vocal Terminal",
"cite_spans": [],
"ref_spans": [
{
"start": 130,
"end": 138,
"text": "Figure 6",
"ref_id": null
}
],
"eq_spans": [],
"section": "IV CONCLUSION",
"sec_num": null
}
],
"back_matter": [
{
"text": "We are particulary grateful to Daniel MEMMI, Jean-Luc GAUVAIN and Joseph MARIANI for their precious help during the course of this work. Special thanks to Maxine ESKENAZI, Fran~oise NEEL and Mich~le CHASTAGNER.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgements",
"sec_num": null
},
{
"text": "The program is allowed to express its knowledge at the user's request, for instance, on concept meanings, or the systems abilities. U : Qui es-tu ? (Who are you ?) S : Je suis un ordinateur bavard (I am a talkative computer) U : Puis-je parler avec toi ?(Can I speak with you ?) S : Oui, c'est possible (Yes, that is possible) U : Tu es une souris (You are a mouse) S : Je pensais que j'~tais un ordinateur (I thought that I was a computer) U : C'est faux (That's false) S : O.K. U : Qui es-tu ? (Who are you ?) S : Je suis une souris bavarde (I am a talkative mouse) U : Est-ce qu'un chat peut parler avec toi ?(Is a cat able to speak with you ?) S : Bien ~r que non (Of course not)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "I. Research in permanent knowledge-data",
"sec_num": null
},
{
"text": "The abbreviated semantic events list is closely examined, from recent to older data, until the question-pattern approximately matches one of the memorized events. Possible analogy between a memo-rized event and one evoked by the question is then analysed. Coincidences rarely happen, so the system must be able to ask for full specifications about the event that interests the user ; at that time there is a vocal discussion aimed at leading the system to that event in a step-wise manner. An important specific quality of the semantic process is that it is able to accomodate bad acoustical recognition through intelligent interactive feedback.So, when one part of a given sentence has not been recognized, because of mispronunciation or background noise, the system produces a suitable question bringing the user to repeat the unrecognized word within his answer.Two cases can occur : if the word is again unrecognized, the system assumes that the entity is not in the prescribed vocabulary (containing the acoustic features of the words). An explanatory message is then produced through the synthesis module.if the lexical entity is well recognized this time, it is added to the previous utterance and computed in the same manner as the others. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Research in d~na~nic-events data",
"sec_num": "2."
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "LIENARD -L'icophone logiciel : un synth~tiseur par formes d'ondes -10e",
"authors": [
{
"first": "V",
"middle": [],
"last": "Asta",
"suffix": ""
},
{
"first": "J",
"middle": [
"S"
],
"last": "",
"suffix": ""
}
],
"year": 1979,
"venue": "JEP",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "V. ASTA, J.S. LIENARD -L'icophone logiciel : un synth~tiseur par formes d'ondes -10e JEP, Grenoble, 1979.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Computational Semantics -North-Holland",
"authors": [
{
"first": "E",
"middle": [],
"last": "Charniak",
"suffix": ""
},
{
"first": "Y",
"middle": [],
"last": "Wilks",
"suffix": ""
}
],
"year": 1976,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "E. CHARNIAK, Y. WILKS (editors) -Computational Semantics -North-Holland, 1976.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "QUILLIAN -Retrieval time from semantic memory -Journal of Verbal Learning and Verbal Behavior",
"authors": [
{
"first": "A",
"middle": [
"M"
],
"last": "Collins",
"suffix": ""
},
{
"first": "M",
"middle": [
"R"
],
"last": "",
"suffix": ""
}
],
"year": 1969,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A.M. COLLINS, M.R. QUILLIAN -Retrieval time from semantic memory -Journal of Verbal Learning and Verbal Behavior, 1969.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "GAUVAIN -Reconnaissance de mots enchaln~s et d~tection de mots dans la parole continue -Th~se 3e cycle",
"authors": [
{
"first": "J",
"middle": [
"L"
],
"last": "",
"suffix": ""
}
],
"year": 1982,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J.L. GAUVAIN -Reconnaissance de mots enchaln~s et d~tection de mots dans la parole continue - Th~se 3e cycle, Orsay, 1982.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "SHIPLEY -A conversational system using speech input end output -The Bell System Technical Journal",
"authors": [
{
"first": "S",
"middle": [
"E"
],
"last": "Levinson",
"suffix": ""
},
{
"first": "K",
"middle": [
"L"
],
"last": "",
"suffix": ""
}
],
"year": 1980,
"venue": "",
"volume": "59",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "S.E. LEVINSON, K.L. SHIPLEY -A conversational system using speech input end output - The Bell System Technical Journal, vol. 59, n \u00b0 I, january 1980.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "MARIANI -Syst~me de reconnaissance de mots isol~s",
"authors": [
{
"first": "J",
"middle": [
"S"
],
"last": "Lienard",
"suffix": ""
},
{
"first": "J",
"middle": [
"J"
],
"last": "",
"suffix": ""
}
],
"year": 1980,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J.S. LIENARD, J.J. MARIANI -Syst~me de reconnais- sance de mots isol~s : MOISE -Registred Technical Report ANVAR n \u00b0 50312, juin 1980.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "A tool for developing application grammars -Coling",
"authors": [
{
"first": "D",
"middle": [],
"last": "Memmi",
"suffix": ""
},
{
"first": "J",
"middle": [
"J"
],
"last": "Mariani -Arbus",
"suffix": ""
}
],
"year": 1982,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "D. MEMMI, J.J. MARIANI -ARBUS : A tool for deve- loping application grammars -Coling, Prague, 1982.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "MARIANI -An experiment of vocal con~nunicatinn applied to computeraided learning -IFIP WCCES",
"authors": [
{
"first": "F",
"middle": [],
"last": "Neel",
"suffix": ""
},
{
"first": "J",
"middle": [
"S"
],
"last": "Lienard",
"suffix": ""
},
{
"first": "J",
"middle": [
"J"
],
"last": "",
"suffix": ""
}
],
"year": 1981,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "F. NEEL, J.S. LIENARD, J.J. MARIANI -An experiment of vocal con~nunicatinn applied to computer- aided learning -IFIP WCCES], juillet 1981.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "PROUTS -Traduction phon~tique de textes ~crits en frangais -l Oe JEP",
"authors": [
{
"first": "B",
"middle": [],
"last": "",
"suffix": ""
}
],
"year": 1979,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "B. PROUTS -Traduction phon~tique de textes ~crits en frangais -l Oe JEP, Grenoble, 1979.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Conceptual information processing -North Holland",
"authors": [
{
"first": "R",
"middle": [],
"last": "Schank -",
"suffix": ""
}
],
"year": 1975,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "R. SCHANK -Conceptual information processing - North Holland, 1975.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Understanding natural language",
"authors": [],
"year": 1972,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "T. WINOGRAD -Understanding natural language - Academic Press, 1972.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "WOODS -Transition network grammar for natural language analysis -Communication of the ACM",
"authors": [
{
"first": "W",
"middle": [
"A"
],
"last": "",
"suffix": ""
}
],
"year": 1970,
"venue": "",
"volume": "13",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "W.A. WOODS -Transition network grammar for natu- ral language analysis -Communication of the ACM, vol. 13, n \u00b0 I0, 1970.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"text": "Figure I. Block diagram of ~he system",
"num": null,
"uris": null,
"type_str": "figure"
},
"FIGREF1": {
"text": "Figure 2. Parameters transfer",
"num": null,
"uris": null,
"type_str": "figure"
},
"FIGREF2": {
"text": "Semantic memory model",
"num": null,
"uris": null,
"type_str": "figure"
},
"FIGREF3": {
"text": "User: Un poisson poss~de des plumes (A fish has got feathers) System : J'ai compris ... As-tu quelque chose ajouter ? (I have understood ... Would you like to say something else ?) U : Une truite poss~de des ~cailles (A trout has got scales) S : Je croyais qu'un poisson poss~dait des plumes (I thought that a fish had got feathers) U : Non (No) S : D'accord ... (All right) U : Qu'est-ce qu'un poisson ? (What is a fish ?) S : C'est un animal qui poss~de des ~cailles (It is an animal which has got scales) I. Teaching utterances",
"num": null,
"uris": null,
"type_str": "figure"
},
"FIGREF4": {
"text": "Je prends le cube I (I am taking the cube I) S : S'agit-il du petit cube I ? (Is the small cube I in question ?) U : ~i (Yes it is) S:O.K.",
"num": null,
"uris": null,
"type_str": "figure"
},
"FIGREF5": {
"text": "Figure 4. Pattern-matching of a simple sentence",
"num": null,
"uris": null,
"type_str": "figure"
},
"FIGREF6": {
"text": "(YOU)((TAKE((1)(PYRAMID(SMALL))))) &((PUT((1)((ON((PYRAMID(SMALL))(CUBE(GROS 3)) formal command : ((HOLD PYR2)(ON PYR2 CUB3)) User : Qu'ai je fait (What did I do) Deep structure : (DO ((YOU) ?) Machine : Tu as demand~ que je prenne la petite pyramide et que je pose la petite pyramide sur le gros cube 3 (You have asked me to grasp the small pyramid and put the small pyramid on the big cube 3) User : Quia saisi un objet (Who has taken an object) Deep structure : (TAKE ( ? (OBJ))) Machine : J'ai pris la petite pyramide (I have grasped the small pyramid) User : Qu'as-tu fait apr~s ? (What have you done afterwards ?) Deep structure : (DO ((I) ?))Machine : J'ai pos~ la petite pyramide sur le gros cube 3 (I put the small pyramid on the big cube 3)C. Question processing",
"num": null,
"uris": null,
"type_str": "figure"
},
"FIGREF7": {
"text": ": Le (?) (?) un petit (?) s : Peux-tu r~p~ter s'il te plait ? E. Sentence production 1. Translation of a deep structure into an output sentence",
"num": null,
"uris": null,
"type_str": "figure"
}
}
}
}