1 / 18

A Flexible Workbench for Document Analysis and Text Mining

A Flexible Workbench for Document Analysis and Text Mining. Jon Atle Gulla, Terje Brasethvik and Harald Kaada Norwegian University of Science and Technology Norway. Outline:. Why a linguistic workbench? How does it work? How to use it? How did we use it?. Index. Retrieve. Docs.

allayna
Télécharger la présentation

A Flexible Workbench for Document Analysis and Text Mining

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. A Flexible Workbench for Document Analysis and Text Mining Jon Atle Gulla, Terje Brasethvik and Harald Kaada Norwegian University of Science and Technology Norway Outline: • Why a linguistic workbench? • How does it work? • How to use it? • How did we use it? Gulla, Brasethvik and Kaada

  2. Index Retrieve Docs Modified Query Result page Building Search Engines • Need to handle syntactic and morphological variation in documents: • language identification, text categorization, stemming/lemmatization, stopwords • Want to modify query to improve search result • stemming/lemmatization, spell-checking, query reformulation with ontologies/dictionaries, grammatical analysis, phrasing, anti-phrasing [FAST search engine (www.alltheweb.com)] Gulla, Brasethvik and Kaada

  3. Text Ontology Extracting Information From Text • Structuring knowledge from text • tagging, compounds, grammatical analysis, ontological interpretation, regular expressions, patter recognition Minimal recursion semantics representations Database [Deep Thought EU project] Gulla, Brasethvik and Kaada

  4. Manual labor Statistical & linguistic analyses Domain doc. coll. Ontology Constructing Ontologies • Want to extract prominent concepts/relations from text • tagging, compounds, NP recognition, term frequencies, stopwords, language identification [Brasethvik & Gulla, DKE, 38/1, 2001] Gulla, Brasethvik and Kaada

  5. A simple expandable workbench for planning and running sequences of linguistic/statistical text analysis techniques Common Challenges • How to combine linguistic/statistical techniques for document analysis? • Many combinations feasible • Not clear what to use under which circumstances • How to support the experimental use of techniques? • Make use of existing techniques • Add new ones • Parameterize techniques • Run techniques in different orders Gulla, Brasethvik and Kaada

  6. parameters transform or add input text output text Workbench Concept • Each technique is a component: • parameters to govern behavior • dependencies with other components • Workbench • manages components as building blocks • users can define an analysis as a chain of building blocks • no programming involved as long as appropriate components are available on the network Gulla, Brasethvik and Kaada

  7. Workbench Concept Job = input text collection + sequence of parameterized online components Library of components = components available on the network Result = XML representation of documents, all (temporary) results Gulla, Brasethvik and Kaada

  8. Workbench Architecture • Components: • Each component a web service • Programmed in any language (Java, Perl, Python, C) • Add to or transform input text document(s) • Execution of jobs: • Workbench keeps track of techniques that are available and coordinates their execution • All communication with XML-RPC • All temporary files stored in DOXML format for later inspection Gulla, Brasethvik and Kaada

  9. The Principle of Adding Information kliniske undersøkelser Tagging Lemmatization Phrase detection Gulla, Brasethvik and Kaada

  10. How to Use Workbench? • Set up techniques as web services with XML-RPC interface on some networked computers • Tell the workbench where to find them • Define job: • Specify document(s) to run job on • Select components and set parameters • Decide order of components • Run job Gulla, Brasethvik and Kaada

  11. Selecting a Component Gulla, Brasethvik and Kaada

  12. Defining a Job Iver’s document analysis job consists of 5 techniques Gulla, Brasethvik and Kaada

  13. How did we use it? • KITH: Norwegian Center of Medical Informatics • Editorial responsibility for creating and publishing ontologies for medical domains • Traditional approach: • Workshops with experts • Manual process • New approach • Generate concept/relation candidates for health school ontology based on KITH’s document collection on the topic • 2.79 MB collection of documents Gulla, Brasethvik and Kaada

  14. The KITH Ontology Construction Job Gulla, Brasethvik and Kaada

  15. Extracted Prominent Concepts Gulla, Brasethvik and Kaada

  16. Extracted concept relationships Gulla, Brasethvik and Kaada

  17. KITH Evaluation • KITH case • 10 components used to extract concept candidates from document collection • 99 of 111 concepts in KITH’s existing ontology found • New concepts detected • Considerable faster than traditional manual approach • Workbench results included in KITH’s experimental ontology-driven IR system: www.volven.no Gulla, Brasethvik and Kaada

  18. Conclusions • Presented a light-weight and expandable workbench for document analysis and text mining • Easy to set up, easy to use • Limited functionality • Future work: • Add more components to library • Allow more advanced job structures (choices, iterations, etc.) Thank you! Gulla, Brasethvik and Kaada

More Related