File size: 39,111 Bytes
6fa4bc9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
{
    "paper_id": "P84-1043",
    "header": {
        "generated_with": "S2ORC 1.0.0",
        "date_generated": "2023-01-19T08:20:24.306179Z"
    },
    "title": "Natural Language for Expert Systems: Comparisons with Database Systems",
    "authors": [
        {
            "first": "Kathleen",
            "middle": [
                "R"
            ],
            "last": "Mckeown",
            "suffix": "",
            "affiliation": {
                "laboratory": "",
                "institution": "Columbia University New York",
                "location": {
                    "postCode": "10027",
                    "region": "N.Y"
                }
            },
            "email": ""
        }
    ],
    "year": "",
    "venue": null,
    "identifiers": {},
    "abstract": "",
    "pdf_parse": {
        "paper_id": "P84-1043",
        "_pdf_hash": "",
        "abstract": [],
        "body_text": [
            {
                "text": "Do natural language database systems still ,~lovide a valuable environment for further work on n~,tural language processing?",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Introduction",
                "sec_num": "1"
            },
            {
                "text": "Are there other systems which provide the same hard environment :for testing, but allow us to explore more interesting natural language questions?",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Introduction",
                "sec_num": "1"
            },
            {
                "text": "In order to answer ,o to the first question and yes to the second (the position taken by our panel's chair}, there must be an interesting language problem which is more naturally studied in some other system than in the database system.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Introduction",
                "sec_num": "1"
            },
            {
                "text": "We are currently working on natural language for expert systems at Columbia and thus, expert systems provide a natural alternative environment to compare against the database system. The relatively recent success of expert systems in commercial environments (e.g. Stolfo and Vesonder 83, McDermott 81) indicates that they meet the criteria of a hard test environment. In our work, we are particularly interested in developing the ability to generate explanations that are tailored to the user of the system based on the previous discourse. In order to do this in an interesting way, we assume that explanation will be part of natural language dialog with the system, allowing the user maximum flexibility in interacting with the system and allowing the system maximum opportunity to provide different explanations.",
                "cite_spans": [
                    {
                        "start": 264,
                        "end": 287,
                        "text": "Stolfo and Vesonder 83,",
                        "ref_id": null
                    },
                    {
                        "start": 288,
                        "end": 301,
                        "text": "McDermott 81)",
                        "ref_id": null
                    }
                ],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Introduction",
                "sec_num": "1"
            },
            {
                "text": "The influence of the discourse situation on the meaning of an utterance and the choice of response falls into the category of pragmatics, one of the areas of natural language research which has only recently begun to receive much attention. Given this interesting and relatively new area in natural language research, my goals for the paper are to explore whether the expert system or database system better supports study of the effect of previous discourse on current responses and in what ways.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Introduction",
                "sec_num": "1"
            },
            {
                "text": "1The work described in this paper is partially supported by ONR grant N00014-82-K-0256.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Introduction",
                "sec_num": "1"
            },
            {
                "text": "There have already been a number of efforts which investigate pragmatics in the database environment. These fall into two classes: those that are based on Gricean principles of conversation and those that make use of a model of possible user plans. The first category revolves around the ability to make use of all that is known in the database and principles that dictate what kind of inferences will be drawn from a statement in order to avoid creating false implicatures in a response. Kaplan (79) first applied this technique to detect failed presuppositions in questions when the response would otherwise be negative and to gener&te responses that correct the presupposition instead~. Kaplan's work has only scratched the surface as there have followed a number of efforts looking at different types of implicatures, the most recent being Hirschberg's (83) work on scalar implicature. She identifies a variety of orderings in the underlying knowledge base and shows how these can interact with conversational principles both to allow inferences to be drawn from a given utterance and to form responses carrying sufficient ~formation to avoid creating false implicatures \u00b0. Webber (83) has indicated how this work can be incorporated as part of a database interface.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Pragmatics and Databases",
                "sec_num": "2"
            },
            {
                "text": "The second class of work on pragmatics and language for information systems was initiated by Allen and Perrault (80) , and Cohen (78) and involves maintaining a formal model of possible domain plans, of speech acts as plans, and of plausible inference rules which together can be used to derive a 2Kaplan's oft-quoted example of this occurs in the following sequence.",
                "cite_spans": [
                    {
                        "start": 93,
                        "end": 116,
                        "text": "Allen and Perrault (80)",
                        "ref_id": null
                    }
                ],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Pragmatics and Databases",
                "sec_num": "2"
            },
            {
                "text": "If response (B) were generated, the false implicature that CSEll0 was ~iven in Spring '77 would be created. (C) corrects this false presupposition and entails (B) at the same time.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Pragmatics and Databases",
                "sec_num": "2"
            },
            {
                "text": "A: How many students failed CSEll0 in Spring '77? B: None. C: CSEll0 wasn't given in Spring 77. speaker's intended meaning from a question. Their work was done within the context of a railroad information system, a type of database. As with the Grieean-based work, their approach is being carried on by others in the field. An example is the work of Carberry (83) who is developing a system which will track a user's plans and uses this information to resolve pragmatic overshoot. While this work has not been done within a traditional database system, it would be possible to incorporate it if the database were supplemented with a knowledge base of plans.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Pragmatics and Databases",
                "sec_num": "2"
            },
            {
                "text": "All of these efforts make use of system knowledge (whether database contents or possible plans), the user's question, and a set of rules relating system knowledge to the question (whether conversational principles or plausible inference rules) to meet the user's needs for the current question. That this work is relatively recent and that there is promising ongoing work on related topics indicates that the database continues to provide a good environment for research issues of this sort.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Pragmatics and Databases",
                "sec_num": "2"
            },
            {
                "text": "What the database work does not address is the influence of previous discourse on response generation.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Extended Discourse",
                "sec_num": "3"
            },
            {
                "text": "That is, given what has been said in the discourse so far, how does this affect wh~t should be said in response to the current question \"~ Our work addresses these questions in the context of a student advisor expert 5 system. To handle these questions, we first note that being able to generate an explanation (the type of response that is required in the expert system) that is tailored to a user requires that the system be capable of generating different explanations for the same piece of advice. We have identified 4 dimensions of explanation which can each be varied in an individual response: point of view, level of detail, discourse strategy, and surface choice.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Extended Discourse",
                "sec_num": "3"
            },
            {
                "text": "For example, in the student advisor domain, there are a number of different points of view the student can adopt of the process of choosing courses to take. It can be viewed as a state model process (i.e., \"what should be completed at each state in the process f\"), as a semester scheduling process (i.e., \"how can courses fit into schedule slots?\"), as a process of meeting requirements (i.e., \"how do courses tie in with requirement sequencinge\"), or as process of achieving a balanced workload. Given 4Note that some natural language database systems do maintain a discourse history, but in most cases this is used for ellipsis and anaphora resolution and thus, plays a role in the interpretation of questions and not in the generation o! responses.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Extended Discourse",
                "sec_num": "3"
            },
            {
                "text": "5This system was developed by a seminar class under the direction of Sa]vatore Stotfo. We are currently working on expanding the capabilities and knowledge of this system to bring it closer to a eneral roblem solvin sstem Matthews 84. these different points of view, a number of different explanations of the same piece of advice (i.e., yes) can be generated in response to the question, \"Should I take both discrete math and data structures next semesterS\":",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Extended Discourse",
                "sec_num": "3"
            },
            {
                "text": "\u2022 State Model: Yes, you usually take them both first semester sophomore year. \u2022 Semester Scheduling: Yes, they're offered next semester, but not in the spring and you need to get them out of the way as soon as possible.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Extended Discourse",
                "sec_num": "3"
            },
            {
                "text": "\u2022 Requirements: Yes, data structures is a requirement for all later Computer Science courses and discrete math is a co-requisite for data structures. \u2022 Workload: Yes, they complement each other and while data structures requires a lot of programming, discrete does not.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Extended Discourse",
                "sec_num": "3"
            },
            {
                "text": "To show that the expert system environment allows us to study this kind of problem, we first must consider what the obvious natural language interface for an expert system should look like.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Extended Discourse",
                "sec_num": "3"
            },
            {
                "text": "Here it is necessary to examine the full range of interaction, including both interpretation and response generation, in order to determine what kind of discourse will be possible and how it can influence any single explanation. A typical expert system does problem-solving by gathering information relevant to the problem and making deductions based on that information.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Extended Discourse",
                "sec_num": "3"
            },
            {
                "text": "In some cases, that information is gathered from a system environment, while in others, the information is gathered interactively from a user This paper will be limited to backward chaining systems that gather information interactively as these provide a more suitable environment for natural language (in fact, it is unclear how natural language would be used at all in other systems, except to provide explanations after the system has produced its advice).",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Extended Discourse",
                "sec_num": "3"
            },
            {
                "text": "In a backward chaining system, the expert system begins by pursuing a goal (for example, to diagnose the patient as having myoeardia). To ascertain whether the goal holds or not, the system gathers information from the user often using multiple choice questions to do so. Depending on the answer given to a single question, the system forms a partial hypothesis and asks other questions based on that hypothesis.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Extended Discourse",
                "sec_num": "3"
            },
            {
                "text": "If natural language were used in place of such a menu-like interface, the interaction might look somewhat different. Instead of the system beginning by asking questions, the user might initiate interaction by suggesting a plausible goal (for example, a likely diagnosis) supporting it with several justifications. The system could use this information to decide which goal to pursue first and to fill in information which the system would otherwise have had to request using menu questions. Alternatively, if the system has several top-level problem solving capabilities (e.g., perform a diagnosis or recommend drug treatment), the user's initial question may indicate which o! these problem solving capabilities is being called on.. Again, the system can use this information to avoid asking a question it would normally have to ask. The use of natural language as an \"overlay\" on an underlying menu system to allow the user to directly state his/her goals, to skip irrelelvant questions, and to provide information to a sequence of menu questions in a single utterance is an issue we are currently exploring at Columbia.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Extended Discourse",
                "sec_num": "3"
            },
            {
                "text": "For example, the underlying expert system in the student advisor domain has two possible problem solving capabilities: it can help the student plan next semester's schedule or it can provide information about university courses. Using the menu interface, the system would first query the user to ask which of these is desired. If the student chose to plan the next semester schedule, the system next asks a series of questions to determine the student's year, what courses have already been taken, and what courses the student wants to take. A hypothetical natural language interaction (towards which we are working) is shown below. Note that the system can avoid asking three questions in this case (the required problem solving capability, the student's year, and the courses already taken) as these are all indicated in the first user utterance.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Extended Discourse",
                "sec_num": "3"
            },
            {
                "text": "In the last system response, the system provides its advice with jusUfication: 1) User:",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Extended Discourse",
                "sec_num": "3"
            },
            {
                "text": "I'm a sophomore and just finished data structures. What courses should I take this spring? 2) System: Have you taken discrete math? 3) User:",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Extended Discourse",
                "sec_num": "3"
            },
            {
                "text": "Yes. 4) System: Are there any courses you'd particularly like to take? 5) User: I'd like to take less programming courses.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Extended Discourse",
                "sec_num": "3"
            },
            {
                "text": "6) System: I suggest you take fundamental algorithms and finite math which are both offered next semester You should have finished both courses by the end of your sophomore year and only fundamental algorithms requires programming.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Extended Discourse",
                "sec_num": "3"
            },
            {
                "text": "There are a number of ways in which this type of discourse allows us to address our objectives of taking previous discourse into account to generate tailored responses. This discourse segment is clearly concerned with a single purpose which is stated by the user at the beginnning of the session s This is the goal that the expert system must pursue and the ensuing discourse is directed at gathering information and defining criteria that are pertinent to this goal. Since the system must ask the user for information to solve the problem, the user is given the opportunity to provide additional relevant information. Even if this information is not strictly necessary for the problem-solving activity, it provides information about the user's plans and concerns and allows the system to select information in its iustifieation which is aimed at those concerns. Thus, in the above example, the system can use the volunteered information that the user is a sophomore and wants to take less programming courses to tailor its justification to just those concerns, leaving out other potentially relevant information.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Extended Discourse",
                "sec_num": "3"
            },
            {
                "text": "Is this type of extended discourse, revolving around an underlying goal, possible in the database domain? First, note that extended discourse in a natural language database system would consist of a sequence of questions related to the same underlying goal. Second, note that the domain of the database has a strong influence on whether or not the user is likely to have an underlying goal requiring a related sequence of questions.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Extended Discourse",
                "sec_num": "3"
            },
            {
                "text": "In domains such as the standard suppliers and parts database (Codd 78) , it is hard to imagine what such an underlying goal might be. In domains such as IBM's TQA town planning database (Petrick 82) , on the other hand, a user is more likely to ask a series of related questions.",
                "cite_spans": [
                    {
                        "start": 61,
                        "end": 70,
                        "text": "(Codd 78)",
                        "ref_id": null
                    },
                    {
                        "start": 186,
                        "end": 198,
                        "text": "(Petrick 82)",
                        "ref_id": null
                    }
                ],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Extended Discourse",
                "sec_num": "3"
            },
            {
                "text": "Even in domains where such goals are feasible, however, the sequence of questions is only implicitly related to a given goal. For example, suppose our system were a student advisor database in place of an expert system. As in any database system, the user is allowed to ask questions and will receive answers.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Extended Discourse",
                "sec_num": "3"
            },
            {
                "text": "Extended discourse in this environment would be a sequence of questions which gather the information the user needs in order to solve his/her problem.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Extended Discourse",
                "sec_num": "3"
            },
            {
                "text": "Suppose the user again has the goal of determining which courses to take next semester. S/he might ask the following sequence of questions to gather the information needed to make the decision:",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Extended Discourse",
                "sec_num": "3"
            },
            {
                "text": "1. What courses are offered next semester? 2. What are the pre-requisites? 3. Which of those courses are sophomore level courses? 4. What is the programming load in each course?",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Extended Discourse",
                "sec_num": "3"
            },
            {
                "text": "6Over a longer sequence of discourse, more than a single user ~oa--] is likely to surface. I am concerned here with discourse segments which deal with a sinle or related set of oals.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Extended Discourse",
                "sec_num": "3"
            },
            {
                "text": "Although these questions are all aimed at solving the same problem, the problem is never clearly stated. The system must do quite a bit of work in inferring what the user's goal is as well as the criteria which the user has for how the goal is to be satisfied.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Extended Discourse",
                "sec_num": "3"
            },
            {
                "text": "Furthermore, the user has the responsibility for determining what information is needed to solve the problem and for producing the final solution.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Extended Discourse",
                "sec_num": "3"
            },
            {
                "text": "In contrast, in the expert system environment, the underlying expert system has responsibility coming up with a solution to the given problem and thus, the natural language system Is aware of information needed to solve that goal. It can use that information to take the responsibility for directing the discourse towards the solution of the goal (see Matthews 84) . Moreover, the goal itself is made clear in the course of the discourse. Such discourse is likely to be segmented into discernable topics revolving around the current problem being solved. Note that one task for the natural language system is determining where the discourse is segmented and this is not necessarily an easy task. When previous discourse is related to the current question being asked, it is possible to use it in shaping the current answer. Thus, the expert system does provide a better environment m which to explore issues of user modeling based on previous discourse.",
                "cite_spans": [
                    {
                        "start": 352,
                        "end": 364,
                        "text": "Matthews 84)",
                        "ref_id": null
                    }
                ],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Extended Discourse",
                "sec_num": "3"
            },
            {
                "text": "The question of whether natural language database systems still provide a valuable environment for natural language research is not a simple one. As evidenced by the growing body of work on Gricean implicature and user modelling of plans, the database environment is still a good one for some unsolved natural language problems.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Conclusions",
                "sec_num": "4"
            },
            {
                "text": "Nevertheless, there are interesting natural language problems which cannot be properly addressed in the database environment.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Conclusions",
                "sec_num": "4"
            },
            {
                "text": "One of these is the problem of tailoring responses to a given user based on previous discourse and for this problem, the expert system provides a more suitable testbed.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Conclusions",
                "sec_num": "4"
            }
        ],
        "back_matter": [],
        "bib_entries": {
            "BIBREF0": {
                "ref_id": "b0",
                "title": "and Perrault 80)",
                "authors": [
                    {
                        "first": "J",
                        "middle": [
                            "F"
                        ],
                        "last": "Allen",
                        "suffix": ""
                    },
                    {
                        "first": "C",
                        "middle": [
                            "R"
                        ],
                        "last": "",
                        "suffix": ""
                    }
                ],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "and Perrault 80). Allen, J.F. and C.R.",
                "links": null
            },
            "BIBREF1": {
                "ref_id": "b1",
                "title": "Tracking user goals in an information-seeking environment",
                "authors": [
                    {
                        "first": "S",
                        "middle": [],
                        "last": "Perrault ; Carberry",
                        "suffix": ""
                    }
                ],
                "year": 1980,
                "venue": "Proceedings of the National Conference on Artificial Intelligence",
                "volume": "15",
                "issue": "",
                "pages": "59--63",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Perrault, \"Analyzing intention in utterances,\" Artificial Intelligence 15, 3, 1980. (Carberry 83). Carberry, S., \"Tracking user goals in an information-seeking environment,\" in Proceedings of the National Conference on Artificial Intelligence, Washington D.C., August 1983. pp. 59-63.",
                "links": null
            },
            "BIBREF2": {
                "ref_id": "b2",
                "title": "Rendezvous Version 1: An Experimental English-Language Query Formulation System for Casual Users of Relational Databases",
                "authors": [
                    {
                        "first": "E",
                        "middle": [
                            "F"
                        ],
                        "last": "Codd",
                        "suffix": ""
                    }
                ],
                "year": 1978,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "(Codd 78). Codd, E. F., et. al., Rendezvous Version 1: An Experimental English-Language Query Formulation System for Casual Users of Relational Databases, IBM Research Laboratory, San Jose, Ca., Technical Report RJ2144(29407), 1978.",
                "links": null
            },
            "BIBREF3": {
                "ref_id": "b3",
                "title": "On Knowing What to Say: Planning Speech Acts",
                "authors": [
                    {
                        "first": "P",
                        "middle": [],
                        "last": "Cohen",
                        "suffix": ""
                    }
                ],
                "year": 1978,
                "venue": "",
                "volume": "75",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "(Cohen 78). Cohen, P., On Knowing What to Say: Planning Speech Acts, Technical Report No. 118, University of Toronto, Toronto, 1978. (Grice 75).",
                "links": null
            },
            "BIBREF4": {
                "ref_id": "b4",
                "title": "Scalar quantity implicature: A strategy for processing scalar utterances",
                "authors": [
                    {
                        "first": "H",
                        "middle": [
                            "P"
                        ],
                        "last": "Grice",
                        "suffix": ""
                    }
                ],
                "year": 1975,
                "venue": "Syntax and Semantics: Speech Acts",
                "volume": "3",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Grice, H P., \"Logic and conversation,\" in P. Cole and J. L Morgan (eds) Syntax and Semantics: Speech Acts, Vol. 3, Academic Press, N.Y., 1975. (Hirschberg 83). Hirschberg, J., Scalar quantity implicature: A strategy for processing scalar utterances. Technical Report MS-CIS-83-10,",
                "links": null
            },
            "BIBREF5": {
                "ref_id": "b5",
                "title": "Cooperative responses from a portable natural language database query system Ph. D. dissertation, Univ. of Pennsylvania",
                "authors": [
                    {
                        "first": "S",
                        "middle": [
                            "J"
                        ],
                        "last": "Kaplan",
                        "suffix": ""
                    }
                ],
                "year": 1979,
                "venue": "",
                "volume": "84",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Kaplan, S. J., Cooperative responses from a portable natural language database query system Ph. D. dissertation, Univ. of Pennsylvania,Philadelphia, Pa., 1979. (Matthew 84).",
                "links": null
            },
            "BIBREF6": {
                "ref_id": "b6",
                "title": "Taking the initiative in problem solving discourse",
                "authors": [
                    {
                        "first": "K",
                        "middle": [],
                        "last": "Matthews",
                        "suffix": ""
                    },
                    {
                        "first": "K",
                        "middle": [],
                        "last": "Mckeown",
                        "suffix": ""
                    },
                    {
                        "first": "J",
                        "middle": [],
                        "last": "Mcdermott",
                        "suffix": ""
                    }
                ],
                "year": 1981,
                "venue": "A/ Magazine",
                "volume": "2",
                "issue": "",
                "pages": "21--30",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Matthews, K. and K. McKeown, \"Taking the initiative in problem solving discourse,\" Technical Report, Department of Computer Science, Columbia University, 1984. (McDermott 81). McDermott, J., \"Rl: The formative years,\" A/ Magazine 2:21-9, 1981. (Petrick 82).",
                "links": null
            },
            "BIBREF7": {
                "ref_id": "b7",
                "title": "Theoretical /Technical Issues in Natural Language Access to",
                "authors": [
                    {
                        "first": "S",
                        "middle": [],
                        "last": "Petrick",
                        "suffix": ""
                    }
                ],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Petrick, S., \"Theoretical /Technical Issues in Natural Language Access to",
                "links": null
            },
            "BIBREF8": {
                "ref_id": "b8",
                "title": "Proceedings of the 20th Annual Meeting of the Association for Computational Linguistics",
                "authors": [
                    {
                        "first": "",
                        "middle": [],
                        "last": "Databases",
                        "suffix": ""
                    }
                ],
                "year": 1982,
                "venue": "",
                "volume": "82",
                "issue": "",
                "pages": "51--57",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Databases,\" in Proceedings of the 20th Annual Meeting of the Association for Computational Linguistics, Toronto, Ontario, 1982 pp. 51-6. (Stolfo and Vesonder 82).",
                "links": null
            },
            "BIBREF9": {
                "ref_id": "b9",
                "title": "ACE: An expert system supporting analysis and management decision making",
                "authors": [
                    {
                        "first": "S",
                        "middle": [],
                        "last": "Stolfo",
                        "suffix": ""
                    },
                    {
                        "first": "G",
                        "middle": [],
                        "last": "Vesonder",
                        "suffix": ""
                    }
                ],
                "year": 1983,
                "venue": "Proceedings of the Eighth International Joint Conference on Artificial Intelligence",
                "volume": "",
                "issue": "",
                "pages": "1204--1209",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Stolfo, S. and G. Vesonder, \"ACE: An expert system supporting analysis and management decision making,\" Technical Report, Department of Computer Science, Columbia University, 198~, to appear in Bell Systems Technical Journal. (Webber 83). \"Pragmatics and database question answering,\" in Proceedings of the Eighth International Joint Conference on Artificial Intelligence, Karlsruhe, Germany, August 1983, pp. 1204-5.",
                "links": null
            }
        },
        "ref_entries": {
            "FIGREF0": {
                "num": null,
                "uris": null,
                "type_str": "figure",
                "text": "3For example, knowledge about set membership allows the inference that not all the Bennets were invited to be drawn from response (E) to quesUon (D): D: Did you invite the Bennets? E: 1 invited Elizabeth."
            }
        }
    }
}