File size: 7,424 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
{
    "paper_id": "T75-2002",
    "header": {
        "generated_with": "S2ORC 1.0.0",
        "date_generated": "2023-01-19T07:43:17.569702Z"
    },
    "title": "DIAGNOSIS AS A NOTION OF GRAMMAR",
    "authors": [
        {
            "first": "Mitchell",
            "middle": [],
            "last": "Marcus",
            "suffix": "",
            "affiliation": {
                "laboratory": "Artificial Intelligence Laboratory M.I.T",
                "institution": "",
                "location": {}
            },
            "email": ""
        }
    ],
    "year": "",
    "venue": null,
    "identifiers": {},
    "abstract": "",
    "pdf_parse": {
        "paper_id": "T75-2002",
        "_pdf_hash": "",
        "abstract": [],
        "body_text": [
            {
                "text": "for syntactic analysis and how such a grammar should be structured.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "",
                "sec_num": null
            },
            {
                "text": "This theory of syntactic analysis formalizes a notion very much like the psychologist's notion of \"perceptual strategies\" [Bever \"70] and makes this formalized notion -which will be called the notion of wait- By deterministicali\u00a5 I mean that once grammatical structure is built, it cannot be discarded in the normal course of the parsing process, i.e. that no \"backtracking\" can take place unless the sentence is consciously perceived as being a \"garden path\".",
                "cite_spans": [
                    {
                        "start": 122,
                        "end": 133,
                        "text": "[Bever \"70]",
                        "ref_id": null
                    }
                ],
                "ref_spans": [],
                "eq_spans": [],
                "section": "",
                "sec_num": null
            },
            {
                "text": "and",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "",
                "sec_num": null
            },
            {
                "text": "This notion of grammar puts knowledge about controlling the parsing process on an equal footing with knowledge about its possible outputs.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "",
                "sec_num": null
            },
            {
                "text": "To test this theory of grammar, a parser has been implemented that provides a language for writing grammars of this sort, and a grammar for English is currently being written that attempts to capture the wait-and-see diagnostics needed to parse English within the constraints of the theory.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "",
                "sec_num": null
            },
            {
                "text": "The control structure of the parser strongly reflects the assumptions the theory makes about the structure of language, and the discussion below will use the structure of the parser as an example of the implications of this theory for the parsing process.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "",
                "sec_num": null
            },
            {
                "text": "The current grammar of English is deep but not yet broad; this has allowed investigation of the sorts of wait-and-see diagnostics needed to handle complex English constructions without a need to wait until a grammar for the entire range of English constructions could be written. This is the paradigm of G&B: enumerate all options, pick one, and then (if it fails) backup and pick another.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "",
                "sec_num": null
            },
            {
                "text": "While attempts have been made to make this backup process clever, especially in Winograd's SHRDLU, it seems that it is very difficult, if not impossible in general, to tell from the nature of the cul de sac exactly where the parser has gone astray.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "",
                "sec_num": null
            },
            {
                "text": "In order to parse a sentence of even moderate complexity, there are not one but many points at which a G&B parser must make guesses about what sort of structure to expect next and at all of these points the correct hypothesis must be found before the parse can be successfully completed. Furthermore,  the  parser  may  proceed  arbitrarily  far  ahead  on  any  of  these  hypotheses  before  discovering  that  the  hypothesis  was  incorret,  perhaps  invalidating  several  other  hypotheses  contingent upon the first. In essence, the G&B paradigm considers the grammar of a natural language to be a tree-structured space through which the parser must blindly, though perhaps cleverly, search to find a correct parse. Comprehension as a memory process implies a set of concerns very different from those that arose when natural language processing was looked at by linguistics.",
                "cite_spans": [],
                "ref_spans": [
                    {
                        "start": 288,
                        "end": 523,
                        "text": "Furthermore,  the  parser  may  proceed  arbitrarily  far  ahead  on  any  of  these  hypotheses  before  discovering  that  the  hypothesis  was  incorret,  perhaps  invalidating  several  other  hypotheses  contingent upon the first.",
                        "ref_id": null
                    }
                ],
                "eq_spans": [],
                "section": "",
                "sec_num": null
            },
            {
                "text": "It implies that the answers involve the generation of simple mechanisms and large data bases.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "",
                "sec_num": null
            },
            {
                "text": "It implies that these mechanisms should either be or at least look like the mechanisms used for common-sense reasoning.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "",
                "sec_num": null
            },
            {
                "text": "It implies that the information in the data bases should be organized for usefulness --i.e., so that textual cues lead to the RAPID retrieval of ALL the RELEVANT information --rather than for uniformity --e.g., syntax in one place, semantics in another. given are part of a more general model of human memory.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "",
                "sec_num": null
            }
        ],
        "back_matter": [],
        "bib_entries": {},
        "ref_entries": {}
    }
}