ACL-OCL / Base_JSON /prefixW /json /W93 /W93-0206.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "W93-0206",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T04:42:05.074606Z"
},
"title": "An Algorithm for High-Level Organization of Multi-Paragraph Texts",
"authors": [
{
"first": "Robert",
"middle": [],
"last": "Granville",
"suffix": "",
"affiliation": {},
"email": ""
},
{
"first": "",
"middle": [],
"last": "Com",
"suffix": "",
"affiliation": {},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Our experience with MACH-III [Kurlaud et al 1992] showed us that there is more to multiparagraph text than stringing together isolated well-formed paragraphs. The underlying structure of tile entire text, depicting interparagraph relationships and emphases, must also be determined for suceessfill generation. Fortunately, RST [Mann-Thoml)son 1987] is capable of representing interl)aragraph structure ms well ms intraparagraph structure, tlowever, RST does not specify how to build large structures representing multiparagraph text. This paper presents an algorithm to construct such nmltiparagraph structures representing a critique of a student's performance in troubleshooting the HAWK radar, as determined by MACH-III. This critique is based on the functional hierarchy tree (FH tree), which is the heaxt of the expert system component of MACH-III [Kurland et al 1989]. Each student action is judged based on the structure of the FH tree, and where the student is currently located in that tree. The generated critique thus needs to describe each action and how that action helps or hinders proper navigation through the FH tree.",
"pdf_parse": {
"paper_id": "W93-0206",
"_pdf_hash": "",
"abstract": [
{
"text": "Our experience with MACH-III [Kurlaud et al 1992] showed us that there is more to multiparagraph text than stringing together isolated well-formed paragraphs. The underlying structure of tile entire text, depicting interparagraph relationships and emphases, must also be determined for suceessfill generation. Fortunately, RST [Mann-Thoml)son 1987] is capable of representing interl)aragraph structure ms well ms intraparagraph structure, tlowever, RST does not specify how to build large structures representing multiparagraph text. This paper presents an algorithm to construct such nmltiparagraph structures representing a critique of a student's performance in troubleshooting the HAWK radar, as determined by MACH-III. This critique is based on the functional hierarchy tree (FH tree), which is the heaxt of the expert system component of MACH-III [Kurland et al 1989]. Each student action is judged based on the structure of the FH tree, and where the student is currently located in that tree. The generated critique thus needs to describe each action and how that action helps or hinders proper navigation through the FH tree.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Functional hierarchy is a new paradigm for organizing expert system knowledge bases, based on the procedural abstraction principles of Liskov and Gutag [Liskov-Gutag 1986] . Functional hierarchy differs greatly from production rules (the customary basis for an expert system) in that functional hierarchy rules define the actions a system can take, rather than the conditions under which actions may take place. The concept of \"action\" is expanded to include all actions the system takes, including control decisions, rather than just changes to the database, thereby eliminating the need for a separate control structure. These rules are arranged in a hierarchy, where the action of a rule is defined as a combination of other actions.",
"cite_spans": [
{
"start": 152,
"end": 171,
"text": "[Liskov-Gutag 1986]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Our algorithm does not need an elaborate component to build a plan resulting in an RST for two reasons. The first is that the desired output text is a non-interactive monologue of written text, rather than text that models interactive dialogue, as in the text of Moore's system [Moore 1989 ]. Therefore, we don't need information for revising text in reaction to a listener's misunderstanding. The second is that the database from which we are generating consists of the MACH-III functional hierarchy trees. These FH trees are structured purposely to explicitly reflect the very organization we need to explain. Because of these FH trees, we don't have to build plans to determine text structure, and the job of organizing the text, that is, building RST structures is greatly simplilied.",
"cite_spans": [
{
"start": 278,
"end": 289,
"text": "[Moore 1989",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "As stated above, the purpose of our generated text is describe student actions in the course of a radar troubleshooting session, and how these actions relate to the organization in the FH trees. In themselves, these actions are completely independent. The way RST organizes events that have no relationship between them other than tile ordcr in which they occurred is with the SEQUENCE relationship.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "This leaves tile problem of tile higher organization of tile text, that is, where to break paragraphs in the lIST. It was argued in [Granville 1990 ] that the structural organization of a text is as important to the message to be conveyed as its factual content. Therefore, any artificial metric for paragraphs, such as limiting them to a specific number of sentences, must be unsatisfactory, flowever, the problem is not so daunting when we consider the purpose of a paragraph, which is to describe one idea or topic. The obvious topic category for our text consists of events in the course of troubleshooting that require explanation. The two events in the MACII-III domain that require explanation are mistakes committed by the student, which are mistakes in navigating through the FII trees, and milestones telling the student when branches in the FtI trees are entered or completed. The mistake or milestone being explained is obviously the topic of the explanation, and therefore deserves its own paragraph. Mistakes and milestones that have already been explained don't require full explanations again, and therefore don't merit paragraph treatment.",
"cite_spans": [
{
"start": 132,
"end": 147,
"text": "[Granville 1990",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "This does not completely solve the problem, however. Depending on the FH tree and the student actions, we may have a set of actions requiring no detailed explanation but is still too large to describe in a single paragraph. This problem can be solved if we rememl~er that the ultimate goal of our text is to explain how actions should reflect, the FI1 tree organization of the troubleshooting knowledge. By causing paragraph hreaks when new FII tree I.~ranehes are enl.ered, our text explicitly reflects the FH tree organization. Another problem is that we may want to avoid a para.graph break after a detailed explanation, if the next text item is closely related, such as a single student action that is an error needing an explanation which also happens to start a new FII branch. Therefore, if two consecutive items are closely related, such as due to arising from the same action, or a repetition of an action, they will appear in the same paragraph, even though the first item would cause a paragraph break under normal circumstances.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "A brief example will help make these ideas concrete. Assume a MACH-III student is presented with an LO fault, indicating that the local oscillator (the LO) is either malfunctioning or not being monitored correctly. Our student performs four actions, each with a mistake. He first tests the W2 cable, a component of the IIAWK radar that can't cause an LO fault even if the cable itself is faulty. In MACH-III, this is known as an OUT OF 'FREE mistake, because since the W2 can't cause an 1,O fault, it doesn't appear in the subtree of the functional hierarchy that deals with LO faults.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Our student next replaces the All card, a component that could cause the fault. Ilowever, he fails to follow this action with a test of the system (known as a BITE test) to see if the A 11 was in fact the ca.use of the problem. MACII-III ca.lls this an EXPECTEI) BITE TEST mistake.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "The student's third action is to test the W8 cable. Like the W2, the W8 cannot possibly cause an LO fault, so this is again an OUT OF TREE mistake.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Finally, the student tests the P12J3 plug. This component can cause an LO fault, so it isn't an OUT OF TREE problem. However, testing the All card is part of determining whether the local oscillator is being monitored correctly, while testing the P12J3 is part of determining whether the local oscillator itself is malfunctioning. As stated above, one of the goals of MACtI-III is to teach students the organization exhibited in the functional hierarchy tree. Therefore, jumping around from topic to topic, as our student is doing here, is flagged as a SKIPPING fault.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "When the first action is encountered, the OUT OF TP~EE mistake hasn't been explained yet, so the action of testing the W2 and the OUT OF TREE problem warrant their own paragraph detailing why OUT OF TREE actions are mistakes. Similarly, replacing the All card requires a separate paragraph to explain the EXPECTED BITE TEST problem. The third action, testing the W8, does not force a paragraph break on its own, since it exhibits the OUT OF TREE mistake, which has already been explained. Instead, it merely mentions the problem, and the paragraph continues. The final action of testing the P12J3 does exhibit a new problem, though, namely SKIPPING. It is added to the third paragraph in a sequence relationship, and this paragraph is closed off because of the required explanation. The resulting RST looks like the following: ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "The Role of Underlying Structure ill 'l~\u00d7t Generation",
"authors": [
{
"first": "Robert",
"middle": [
"A"
],
"last": "Granville",
"suffix": ""
}
],
"year": 1990,
"venue": "ill Proceedings of the Fifth International Workshop on Natural Language Generation",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Granville, Robert A., \"The Role of Underlying Structure ill 'l~\u00d7t Generation,\" ill Proceedings of the Fifth International Workshop on Natural Language Generation, 1990",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "HAWK MACH-Ill Explanations of the Receiver \"lh'oubleshootiag Tree",
"authors": [
{
"first": "Laura",
"middle": [
"C"
],
"last": "Kurland",
"suffix": ""
},
{
"first": "Robert",
"middle": [],
"last": "Granville",
"suffix": ""
},
{
"first": "Dawn",
"middle": [],
"last": "Maclaughlin",
"suffix": ""
}
],
"year": 1989,
"venue": "BBN Systcms and Techuologies",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "[Kurland et al 1989] Kurland, Laura C., Robert Granville, and Dawn MacLaughlin, \"HAWK MACH- Ill Explanations of the Receiver \"lh'oubleshootiag Tree,\" Techuical Report, BBN Systcms and Tech- uologies, Cambridge, Massachusetts, 1989",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Design, Development and Implementation of an Intelligent Tutoring System (ITS) for Training Radar Mechanics to Troubleshoot,\" ia \"lutelligeut Instruction by Computer",
"authors": [
{
"first": "Laura",
"middle": [
"C"
],
"last": "Kurland",
"suffix": ""
},
{
"first": "Dawn",
"middle": [
"M"
],
"last": "Robert Alan Granville",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Maclaughliu",
"suffix": ""
}
],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "[Kurland et al 1992] Kurland, Laura C., Robert Alan Granville, and Dawn M. MacLaughliu, \"De- sign, Development and Implementation of an Intelligent Tutoring System (ITS) for Training Radar Mechanics to Troubleshoot,\" ia \"lutelligeut Instruction by Computer,\" edited by Marshall J. Farr and Joseph Psotka, Taylor &;",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Abstraction and Specification in Program Development",
"authors": [
{
"first": "Barbara",
"middle": [],
"last": "Liskov",
"suffix": ""
},
{
"first": "John",
"middle": [],
"last": "Guttag",
"suffix": ""
}
],
"year": 1986,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "[Liskov-Guttag 1986] Liskov, Barbara, and John Guttag, Abstraction and Specification in Program Development, MIT Press, Cambridge, Massachusetts, 1986",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Rhetorical Structure Theory: A Theory of Text Organization",
"authors": [
{
"first": "William",
"middle": [
"C"
],
"last": "Mmm",
"suffix": ""
},
{
"first": "Sandra",
"middle": [
"A"
],
"last": "Thompson",
"suffix": ""
}
],
"year": 1987,
"venue": "Information Sciences Institute",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "[Mann-Thompson 1987] Mmm, William C., and Sandra A. Thompson, \"Rhetorical Structure Theory: A Theory of Text Organization,\" ISI/RS-87-190, Information Sciences Institute, Marina del Rey, California, 1987",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "A Reactive Approach to Explanation in Expert and Advice-Giving Systems",
"authors": [
{
"first": "Johanna",
"middle": [],
"last": "Moore",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Doris",
"suffix": ""
}
],
"year": 1989,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "[Moore 1989] Moore, Johanna Doris, \"A Reactive Approach to Explanation in Expert and Advice- Giving Systems,\" Ph.D. thesis, University of California, Los Angeles, 1989",
"links": null
}
},
"ref_entries": {}
}
}