| { |
| "paper_id": "X96-1027", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T15:05:21.640744Z" |
| }, |
| "title": "TIPSTER-COMPATIBLE PROJECTS AT SHEFFIELD", |
| "authors": [ |
| { |
| "first": "Hamish", |
| "middle": [], |
| "last": "Cunningham", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Sheffield", |
| "location": { |
| "country": "UK" |
| } |
| }, |
| "email": "hamish@dcs.shef.ac.uk" |
| }, |
| { |
| "first": "Kevin", |
| "middle": [], |
| "last": "Humphreys", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Sheffield", |
| "location": { |
| "country": "UK" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Robert", |
| "middle": [], |
| "last": "Gaizauskas", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Sheffield", |
| "location": { |
| "country": "UK" |
| } |
| }, |
| "email": "robertg@dcs.shef.ac.uk" |
| }, |
| { |
| "first": "Yorick", |
| "middle": [], |
| "last": "Wilks", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Sheffield", |
| "location": { |
| "country": "UK" |
| } |
| }, |
| "email": "yorick@dcs.shef.ac.uk" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Projects currently underway at Sheffield may be more appropriately described by the term Language Engineering than the well-established labels of Natural Language Processing or Computational Linguistics. This reflects an increased focus on viable applications of language technology, promoting a view of the software infrastructure as central to the development process. To this end, Sheffield has produced GATE-a TIPSTER-compatible General Architecture for Text Engineering-providing an environment in which a number of Sheffield projects are currently being developed.", |
| "pdf_parse": { |
| "paper_id": "X96-1027", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Projects currently underway at Sheffield may be more appropriately described by the term Language Engineering than the well-established labels of Natural Language Processing or Computational Linguistics. This reflects an increased focus on viable applications of language technology, promoting a view of the software infrastructure as central to the development process. To this end, Sheffield has produced GATE-a TIPSTER-compatible General Architecture for Text Engineering-providing an environment in which a number of Sheffield projects are currently being developed.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "GATE is an architecture in the sense that it provides a common infrastructure for building language engineering (LE) systems. It is also a development environment that provides aids for the construction, testing and evaluation of LE systems (and particularly for the reuse of existing components in new systems).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "GATE", |
| "sec_num": null |
| }, |
| { |
| "text": "GATE presents researchers and developers with an environment in which they can easily use linguistic tools and databases from a user-friendly interface. Different processes, such as tagging or parsing, can be applied to documents or collections and the results compared and analysed. System modules, or combinations of modules which form complete systems, e.g. IE, IR or MT systems, can be configured and evaluated (e.g. using the Parseval tools), then reconfigured and reevaluated, providing a kind of edit/compile/test cycle for LE components.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "GATE", |
| "sec_num": null |
| }, |
| { |
| "text": "GATE comprises three principal elements:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "GATE", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 the GATE Document Manager (GDM) --a TIPSTER-compatible database for storing information about texts;", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "GATE", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 the GATE Graphical Interface (GGI) --an interface for launching processing tools on data and viewing and evaluating the results;", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "GATE", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 a Collection of Reusable Objects for Language Engineering (CREOLE) --a collection of wrap-pers for algorithmic and data resources that interoperate with the database and interface.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "GATE", |
| "sec_num": null |
| }, |
| { |
| "text": "GDM is based on the TIPSTER document manager. It provides a central repository or server that stores all the information an LE system generates about the texts it processes. All communication between the system components goes through GDM, thereby insulating parts from each other and providing a uniform API (applications programmer interface) for manipulating the data produced by the system. 1 Benefits of this approach include the ability to exploit the maturity and efficiency of database technology, easy modelling of blackboard-type distributed control regimes (of the type proposed by [2]), and reduced interdependence of components.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "GDM", |
| "sec_num": null |
| }, |
| { |
| "text": "GGI is a graphical launchpad for LE subsystems, and provides various facilities for testing and viewing results, and interactively assembling LE components into different system configurations. As we built Sheffield's MUC-6 entry, LaSIE [6], it was often the case that we were unsure of the implications for system performance of using tagger X instead of tagger Y, or gazetteer A instead of pattern matcher B. In the GGI interface, substitution of components is a point-and-click operation. This facility supports hybrid systems, ease of upgrading and open systemsstyle module interchangeability. 2 Figure 1 shows the launchpad for a MUC-6 IE system. Colours are used to indicate the status of each component with respect to the current document/collection: dark (red) components have already been run and their results are available for viewing; light (green) components have all their required inputs available and are ready to run, and grey (amber) components require a currently unavailable input before they can become runnable.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 600, |
| "end": 608, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "GGI", |
| "sec_num": null |
| }, |
| { |
| "text": "IWhere very large data sets need passing between modules, other external databases can be employed if necessary. 2Note that delivered systems can use GDM and CREOLE without GGI. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "GGI", |
| "sec_num": null |
| }, |
| { |
| "text": "In a GATE-based system, the real work of processing texts -analysis, summarisation, translation, etc.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "CREOLE", |
| "sec_num": null |
| }, |
| { |
| "text": "is done by CREOLE modules. Note that we use the terms module and object rather loosely to mean interfaces to resources which may be predominantly algorithmic or predominantly data, or a mixture of both. We exploit object-orientation for reasons of modularity, coupling and cohesion, fluency of modelling and ease of reuse (see e.g.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "CREOLE", |
| "sec_num": null |
| }, |
| { |
| "text": "A CREOLE object may be a wrapper around a pre-existing LE module or database (e.g. a tagger or parser, a lexicon or n-gram index), or may be developed from scratch to conform to the TIPSTER architecture. In either case, the object provides a standardised API to the underlying resources, with access via GGI and I/O via GDM.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "[3]).", |
| "sec_num": null |
| }, |
| { |
| "text": "MULTEXT [9, 5, 1] was an EU project to produce tools for multilingual corpus annotation and sample corpora marked-up according to the same standards used to drive the tool development. Annotation tools currently developed perform text segmentation, POS tagging, morphological analysis and parallel text alignment. The project has defined an architecture centred on a model of the data passed between the various phases of processing implemented by the tools. The MULTEXT architecture is based on a commitment to TEI-style [8] SGML [7] encoding of information about text. The TEI defines standard tag sets for a range of purposes including many relevant to LE systems. Tools in a MULTEXT system communicate via interfaces specified as SGML document type definitions (DTDs -essentially tag set descriptions).", |
| "cite_spans": [ |
| { |
| "start": 8, |
| "end": 11, |
| "text": "[9,", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 12, |
| "end": 14, |
| "text": "5,", |
| "ref_id": null |
| }, |
| { |
| "start": 15, |
| "end": 17, |
| "text": "1]", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 522, |
| "end": 525, |
| "text": "[8]", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 531, |
| "end": 534, |
| "text": "[7]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "MULTEXT compatibility", |
| "sec_num": null |
| }, |
| { |
| "text": "The MULTEXT tools are currently in use and are recommended by the EU. GATE plans to support conversions between TIPSTER annotations and MULTEXT SGML markup, allowing data produced by the TIPSTER-compliant CREOLE modules to be written out in SGML for processing by MULTEXT tools, and the SGML results then converted back into native format. The extensive work done on SGML processing in MULTEXT could usefully fill a gap in the current TIPSTER model, in which SGML capability is not fully specified. Integration of the results of both projects would seem to be the best of both worlds, and we hope to achieve this in GATE.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "MULTEXT compatibility", |
| "sec_num": null |
| }, |
| { |
| "text": "The Sheffield NLP group is moving all its research and development work to GATE, and therefore to the TIPSTER architecture. Several pan-European projects are involved, including:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TIPSTER in EU Projects", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 AVENTINUS -a research and development programme set up to build a multilingual information extraction system for multinational drug enforcement; The authors would like to thank Malcolm Crawford of ILASH, University of Sheffield, for presenting a version of this paper at the April 1996 TIP-STER workshop, and for extensive comments during the preparation of this paper.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TIPSTER in EU Projects", |
| "sec_num": null |
| }, |
| { |
| "text": "Working with GATE, the researcher will from the outset reuse existing components, the overhead for doing so being much lower than is conventionally the [3] case -instead of learning new methods for each module reused, the common APIs of GDM and CREOLE mean that only one integration mechanism must be [4] learned. And as increasing numbers of CREOLE modules and databases become available, through collaboration with sites able to provide single LE components, e.g. from the MULTEXT tools, we expect GATE, and therefore the TIPSTER architec-", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "[2]", |
| "sec_num": null |
| }, |
| { |
| "text": "[5] ture, to become widely used in the LE research community.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "[2]", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "The research reported here has been supported by grants from the U.K. Department of Trade and", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgements", |
| "sec_num": null |
| }, |
| { |
| "text": "GATE is freely available for research purposes. The initial release is delivered with a CREOLE set comprising a complete MUC-compatible IE system called VIEa Vanilla IE system. Some of the objects in VIE are freely available software (e.g. the Brill partof-speech tagger [4]), while others are derived from Sheffield's MUC-6 entry, LaSIE [6] .Please contact gate@des, shef. ac.uk for details of hardware and software requirements, and licence arrangements.", |
| "cite_spans": [ |
| { |
| "start": 338, |
| "end": 341, |
| "text": "[6]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Availability of GATE", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Abstract data types for MULTEXT tool I/O", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Ballim", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ballim A. \"Abstract data types for MULTEXT tool I/O\". LRE 62-050 Deliverable 1.2.1, 1995.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "The \"whiteboard\" architecture: A way to integrate heterogeneous components of NLP systems", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Boitet", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Seligman", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Proceedings of the 16th Insternational Conference on Computational Linguistics (COLING-94)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Boitet C. and Seligman M. \"The \"whiteboard\" architecture: A way to integrate heterogeneous components of NLP systems\". In Proceedings of the 16th Insternational Conference on Computa- tional Linguistics (COLING-94). 1994.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Object-oriented Analysis and Design", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Booch", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Booch G. Object-oriented Analysis and Design. Addison Wesley, 2nd edition, 1994.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Some advances in transformation-based part of speech tagging", |
| "authors": [ |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Brill", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "Proceedings of the Twelfth National Conference on Artificial Intel", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Brill E. \"Some advances in transformation-based part of speech tagging\". In Proceedings of the Twelfth National Conference on Artificial Intel-", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Specification of tool shell with discussion of data and process architecture", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Finch", |
| "suffix": "" |
| }, |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Thompson", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Mckelvie", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Finch S., Thompson H. and McKelvie D. \"Spec- ification of tool shell with discussion of data and process architecture\". LRE 62-050 Deliverable 1.2.2, 1995.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "University of Sheffield: Description of the LaSIE system as used for MUC-6", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [ |
| "J" |
| ], |
| "last": "Gaizauskas", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Wakao", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Humphreys", |
| "suffix": "" |
| }, |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Cunningham", |
| "suffix": "" |
| }, |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Wilks", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "Proceedings of the Sixth Message Understanding Conference (MUC-6)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Gaizauskas R.J., Wakao T., Humphreys K., Cunningham H. and Wilks Y. \"University of Sheffield: Description of the LaSIE system as used for MUC-6\". In Proceedings of the Sixth Message Understanding Conference (MUC-6).", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Guidelines for electronic text encoding and interchange (TEI P3)\". ACH, ACL, ALLC", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [ |
| "M" |
| ], |
| "last": "Sperberg-Mcqueen", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Burnard", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sperberg-McQueen C.M. and Burnard L.. \"Guidelines for electronic text encoding and in- terchange (TEI P3)\". ACH, ACL, ALLC, 1994.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "MULTEXT workpackage 2 milestone B deliverable overview", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Thompson", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Thompson H. \"MULTEXT workpackage 2 mile- stone B deliverable overview\". LRE 62-050 De- liverable 2, 1995.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "type_str": "figure", |
| "uris": null, |
| "num": null, |
| "text": "GGI -the GATE Graphical Interface" |
| } |
| } |
| } |
| } |