Benjamin Aw
Add updated pkl file v3
6fa4bc9
raw
history blame contribute delete
No virus
31.6 kB
{
"paper_id": "A92-1045",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T02:03:43.824098Z"
},
"title": "Multi-Purpose Development and Operation Environments for Natural Language Applications",
"authors": [
{
"first": "Sergei",
"middle": [],
"last": "Nirenburg",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Carnegie Mellon University Pittsburgh",
"location": {
"postCode": "15213",
"region": "PA"
}
},
"email": "sergei@cs.cmu.edu"
},
{
"first": "Peter",
"middle": [],
"last": "Shell",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Carnegie Mellon University Pittsburgh",
"location": {
"postCode": "15213",
"region": "PA"
}
},
"email": "pshell@cs.cmu.edu"
},
{
"first": "Ariel",
"middle": [],
"last": "Cohen",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Carnegie Mellon University Pittsburgh",
"location": {
"postCode": "15213",
"region": "PA"
}
},
"email": ""
},
{
"first": "Peter",
"middle": [],
"last": "Cousseau",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Carnegie Mellon University Pittsburgh",
"location": {
"postCode": "15213",
"region": "PA"
}
},
"email": "cousseau@cs.cmu.edu"
},
{
"first": "Chris",
"middle": [],
"last": "Mcneilly",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Carnegie Mellon University Pittsburgh",
"location": {
"postCode": "15213",
"region": "PA"
}
},
"email": "mcneilly@cs.cmu.edu"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "",
"pdf_parse": {
"paper_id": "A92-1045",
"_pdf_hash": "",
"abstract": [],
"body_text": [
{
"text": "Interactive user environments have been a central efficiencyenhancing feature of many modem computer applications, including natural language processing. There are two major classes of users for whom NLP environments can be constructed --developers and end users, such as technical writers and translators. Developers need help in the various knowledge acquisition tasks, such as dictionary and grammar writing for NLP applications. End users look for efficiency enhancements in document preparation beyond the level of word processing support. There are two approaches to the solution of this problem. A dedicated workstation can be developed for each of the required functionalities. Alternatively, workstations can be configured as sets of application routines attached to a universal user interface.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In this report we describe a general-purpose user environment, under development at the Center for Machine Translation of Carnegie Mellon University, capable of supporting a number of dedicated workstation configurations. Among the types of end users whom this system will benefit are technical writers, text revisors and translators. In the framework of NLP system development this tool supports dictionary and ontology acquisition.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "A number of separate functionalities included in this system have been developed and used either in commercial word processing software packages or in NLP projects (e.g., the translator's tools described in Macklovitch, 1989 , ; and the developer environments IRACQ (Ayuso et al., 1987) , LUKE (Wrobiewski and Rich, 1988) or ONTOS (Monarch and Nirenburg, 1989) , among many others). Our system allows a merge of the two directions in the tool development. One direct reason to put the two previously separate kinds of functionality into a single system was to support the knowledge-based machineaided translation environment which involves an interactive human editor who uses an interface to help the machine understand the source text.",
"cite_spans": [
{
"start": 207,
"end": 224,
"text": "Macklovitch, 1989",
"ref_id": "BIBREF6"
},
{
"start": 266,
"end": 286,
"text": "(Ayuso et al., 1987)",
"ref_id": "BIBREF0"
},
{
"start": 294,
"end": 321,
"text": "(Wrobiewski and Rich, 1988)",
"ref_id": null
},
{
"start": 331,
"end": 360,
"text": "(Monarch and Nirenburg, 1989)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "A standard Unix-and X-windows-based workstation platform has been selected for our system, whose working name is Tws, for \"Translator's Workstation.\" We also used the C-based X11 toolkit called MOTIF (Motif, 1991) and its Com-monLisp interface called CLM (Babatz et. al., 1991) . In practice, TWS consists of a number of application (functionality) modules which are integrated through the central MOTIF-based user interface module. For reasons of uniformity, each of the applications uses the facilities of the user interface for display and input. Each module uses a standard window to interact with the user, and each window has standard menus which, among other functionalities, allow the user to invoke any other module. Each module also has special menus.",
"cite_spans": [
{
"start": 200,
"end": 213,
"text": "(Motif, 1991)",
"ref_id": null
},
{
"start": 255,
"end": 277,
"text": "(Babatz et. al., 1991)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The architecture of TWS is presented in Figure 1 . /\" F~rne- Figure 1 \" TWS architecture. The system was designed to make it easy to plug new modules into TWS.",
"cite_spans": [],
"ref_spans": [
{
"start": 40,
"end": 48,
"text": "Figure 1",
"ref_id": null
},
{
"start": 61,
"end": 69,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "...",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "We illustrate the basic interface and several application utilities that have been connected to the TWS. Specifically, we illustrate the text editor (an end-user functionality), the utility for statistical processing of corpora (useful both for end users and for developers) and the ontology acquisition and maintenance tool, based on ONTOS (a developer functionality).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Due to the lack of space, we do not describe our interface to reference sources, such as online dictionaries or user-defined glossaries, or our interface-building interface which allows both the TWS developer and TWS user define and modify the user interfaces the system uses.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "TWS is designed in such a way that various utilities can be imported into the system, so that there is no need to implement every functionality locally. One example of an existing imported module in TWS is a set of bilingual text alignment routines. The concept of importing utilities is very important to our work. The user interface facilities of the kind we developed makes it easy to import applications with a minimum of effort and with a capability of making them \"look and feel\" similarly to the rest of the applications in the system. In our future work we intend to mix the development of utilities with importing and integrating existing applications, whenever that is desirable and feasible. Figure 2 shows a basic editing window of TWS. The central feature of the TWS editor is its capability to emulate various existing word processors. This feature is important from the standpoint of acceptance of the workstation environments by TM end users. Currently the editor emulates WORD PERFECI\" and EMACS. Figure 3 illustrates the corpus processing functionality. It can be used by end users to compare the usage of a term in various places in a set of documents and by the developer to gain insights for dictionary and ontology acquisition. A detailed discussion of the ONTOS system see in Monarch, 1989, Carlson and Nirenburg, 1991. To include the ONTOS functionality into TWS, a new grapher has been built. The grapher facilitates browsing through, editing, creating and deleting frames. An important feature is its ability to handle graphs rather than trees, so that multiple inheritance can be graphically represented. The ONTOS module inside TWS also supports a structured editor for manipulating ontological concepts symbolically. J Figure 4 : A sample ontology. The user may dynamically select portions of the ontology to display.",
"cite_spans": [
{
"start": 1299,
"end": 1325,
"text": "Monarch, 1989, Carlson and",
"ref_id": null
},
{
"start": 1326,
"end": 1342,
"text": "Nirenburg, 1991.",
"ref_id": "BIBREF4"
}
],
"ref_spans": [
{
"start": 703,
"end": 711,
"text": "Figure 2",
"ref_id": null
},
{
"start": 1014,
"end": 1022,
"text": "Figure 3",
"ref_id": "FIGREF0"
},
{
"start": 1748,
"end": 1756,
"text": "Figure 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "We believe that the TWS GRAPHER compares favorably with other graphers, notably the AGGREGRAPHS (See Dannenberg et. al., 1991) which is part of the GARNET system and the ISI GRAPHER (see Robins, 1988) . Unlike AGGREGRAPHS, which can only display a knowledge base, our grapher lets the user edit it. As for the ISI GRAPHER, the latter cannot easily support more than one type of link between nodes, while the I~/s grapher can support an unlimited number of links, as well as validity and consistency tests for them.",
"cite_spans": [
{
"start": 101,
"end": 126,
"text": "Dannenberg et. al., 1991)",
"ref_id": "BIBREF5"
},
{
"start": 187,
"end": 200,
"text": "Robins, 1988)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Our work on TWS is continuing. At the time of this writing, several additional functionalities are being developed, including a machine-tractable lexicon acquisition module and a user interface system for a machine-aided translation environment, a descendent of the augmentor module of the KBMT-89 MT system (Brown, 1991) . On the end-user side, a general text alignment facility is being developed, which will support the work of mono-and multilingual document revisors by pinpointing the differences among different versions of a document.",
"cite_spans": [
{
"start": 308,
"end": 321,
"text": "(Brown, 1991)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "2"
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "An Environment for Acquiring Semantic Information",
"authors": [
{
"first": "D",
"middle": [],
"last": "Ayuso",
"suffix": ""
},
{
"first": "V",
"middle": [],
"last": "Shaked",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Stanford",
"suffix": ""
},
{
"first": "C",
"middle": [
"A"
],
"last": "Babatz",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Backer",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Beilkeu",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Berlage",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Spenke",
"suffix": ""
}
],
"year": 1987,
"venue": "Proceedings of Annual Meeting of ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ayuso, D., V. Shaked and R. Weischedel. 1987. An Envi- ronment for Acquiring Semantic Information. Proceedings of Annual Meeting of ACL. Stanford, CA. Babatz, R., A. Backer, C. Beilkeu, T. Berlage, and M. Spenke.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "A Language Binding for Common Lisp and OSF/Motif User Guide and Reference Manual Version 2.0, Technical report",
"authors": [
{
"first": "",
"middle": [],
"last": "Clm --",
"suffix": ""
}
],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "CLM --A Language Binding for Common Lisp and OSF/Motif User Guide and Reference Manual Version 2.0, Technical report, German National Research Center for Com- puter Science.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Serpent: A User Interface Management System",
"authors": [
{
"first": "L",
"middle": [],
"last": "Bass",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Clapper",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Hardy",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Kazman",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Seacord",
"suffix": ""
}
],
"year": 1990,
"venue": "Proceedings of the Winter 1990 USENIX Conference",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bass, L., B. Clapper, E. Hardy, R. Kazman and R. Seacord. 1990. Serpent: A User Interface Management System. Pro- ceedings of the Winter 1990 USENIX Conference.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "KBMT-89: A Case Study in Knowledge-Based Machine Translation",
"authors": [
{
"first": "R",
"middle": [],
"last": "Brown",
"suffix": ""
}
],
"year": 1991,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Brown, R. 1991. Augmentation. In: K. Goodman and S. Nirenburg (eds.) KBMT-89: A Case Study in Knowledge- Based Machine Translation. San Mateo, CA: Morgan Kauf- mann.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "World Modeling for NLP",
"authors": [
{
"first": "L",
"middle": [],
"last": "Carlson",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Nirenburg",
"suffix": ""
}
],
"year": 1991,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Carlson, L. and S. Nirenburg. 1991. World Modeling for NLP. CMU-CMT Technical Report.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Aggregadgets & Aggrelists Reference Manual",
"authors": [
{
"first": "R",
"middle": [
"B"
],
"last": "Dannenberg",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Marchal",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Kosbie",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Mickish",
"suffix": ""
},
{
"first": "A",
"middle": [
"B"
],
"last": "Loyall",
"suffix": ""
}
],
"year": 1991,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dannenberg, R. B., Marchal, P., Kosbie, D., Mickish, A. and Loyall, A. B. 1991. Aggregadgets & Aggrelists Reference Manual. Technical Report, Department of Computer Science, Carnegie Mellon University.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "An Off-the-Shelf Workstation for Translators",
"authors": [
{
"first": "E",
"middle": [],
"last": "Macklovitch",
"suffix": ""
}
],
"year": 1989,
"venue": "Proceedings of the 30th American Translators Conference",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Macklovitch, E. 1989. An Off-the-Shelf Workstation for Translators. Proceedings of the 30th American Translators Conference, Washington, D.C. Monarch, I. 1989. ONTOS: Reference Manual, Technical re- port, Center for Machine Translation, Carnegie-Mellon Uni- versity.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Garnet: Comprehensive Support for Graphical, Highly-Interactive User Interfaces",
"authors": [
{
"first": "B",
"middle": [],
"last": "Myers",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Giuse",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Dannenberg",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Zanden",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Kosbie",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Pervin",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Mickish",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Marchal",
"suffix": ""
}
],
"year": 1990,
"venue": "IEEE Computer",
"volume": "23",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Myers, B., Giuse, D., Dannenberg, R., Zanden, B., Kosbie, D., Pervin, E., Mickish, A., Marchal, P., 1990. Garnet: Com- prehensive Support for Graphical, Highly-Interactive User Interfaces. IEEE Computer, Vol. 23, number 11.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "The ISI Grapher Manual",
"authors": [
{
"first": "G",
"middle": [],
"last": "Robins",
"suffix": ""
}
],
"year": 1988,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Robins, G. The ISI Grapher Manual. 1988. Technical Report, ISI, University of Southern California.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Luke: An Experiment in the Early Integration of Natural Language Processing",
"authors": [
{
"first": "D",
"middle": [
"A"
],
"last": "Wroblewski",
"suffix": ""
},
{
"first": "E",
"middle": [
"A"
],
"last": "Rich",
"suffix": ""
}
],
"year": 1988,
"venue": "Proceedings of Second Conference on Applied Natural Language Processing",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Wroblewski, D.A. and E.A. Rich. 1988. Luke: An Experi- ment in the Early Integration of Natural Language Processing. Proceedings of Second Conference on Applied Natural Lan- guage Processing. Austin, TX.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"text": "A Word-Frequency Window. The sub-window on the left shows frequency counts for each word in the chosen text, while the right sub-window shows the context of selected words.",
"num": null,
"uris": null,
"type_str": "figure"
},
"TABREF1": {
"html": null,
"content": "<table><tr><td colspan=\"7\">ID#t~! i trait C~t~z). IOlld Itat@ pi~I M I dlfflril ItrI 11 ~Ultl II~rltl pour l'l licitly.</td></tr><tr><td/><td/><td/><td/><td/><td colspan=\"2\">int,~grkl).</td></tr><tr><td colspan=\"2\">~Ith ~y plrtl~llr ~ll~-Br~Ity ~y ril~libllil~ or</td><td>tnltallatl~, \u00a2~t ill~ lllblllt i for ict~iI</td><td colspan=\"4\">illgli lnltsllltl~ &amp;lll-~] I I IS al~li~ lv~ ~l psrtt~liir~, ii coIIpi~ai. m nl ~t psi itr@ g~i I</td></tr><tr><td colspan=\"7\">Figure 2: The TWS EDITOR Window. The source and target</td></tr><tr><td colspan=\"7\">texts can be aligned paragraph by paragraph. The windows</td></tr><tr><td colspan=\"3\">can be scrolled in parallel.</td><td/><td/><td/><td>/ /</td></tr><tr><td colspan=\"6\">..................</td><td>-,11</td></tr><tr><td/><td>a itff~</td><td>Uri: ~</td><td>hnn. ds~lt ~i~st,~</td><td>~s.</td><td colspan=\"2\">~ssw Mutts ~:</td></tr><tr><td>1</td><td>kllff.I</td><td>~</td><td>Hill~li Ptm ~t(~\u00a2\u00a2i~</td><td colspan=\"2\">,mdem. ~</td><td>inahvi~lltr\u00a2o~ilt,~abl</td></tr><tr><td>\"</td><td/><td colspan=\"2\">]'-..........</td><td>I .....</td><td/></tr></table>",
"text": "~.~lui. of th. vsrlet of uI@i for thli I~ rIl.~ do im grind, vsrlltl ..................... 'J ,nt~ ........... t. II ..... ~ ............... ' ...... I l,\" .......................... II ....................... I ....................... .........................",
"num": null,
"type_str": "table"
}
}
}
}