A Self-Organizing Approach

A Self-Organizing Approach

Internet Categorization and Search: A Self-Organizing Approach Item Type Journal Article (Paginated) Authors Chen, Hsinchun; Schuffels, Chris; Orwig, Richard E. Citation Internet Categorization and Search: A Self-Organizing Approach 1996, 7(1):88-102 Journal of Visual Communication and Image Representation, Special Issue on Digital Libraries Publisher Academic Press, Inc. Journal Journal of Visual Communication and Image Representation, Special Issue on Digital Libraries Download date 02/10/2021 20:28:31 Link to Item http://hdl.handle.net/10150/105957 JOURNAL OF VISUAL COMMUNICATION AND IMAGE REPRESENTATION Vol. 7, No. 1, March, pp. 88±102, 1996 ARTICLE NO. 0008 Internet Categorization and Search: A Self-Organizing Approach 1 2 3 HSINCHUN CHEN, CHRIS SCHUFFELS, AND RICHARD ORWIG Management Information Systems Department, University of Arizona, Tucson, Arizona 85721 Received July 6, 1995; accepted December 5, 1995 that is used by searchers of varying backgrounds a more The problems of information overload and vocabulary differ- intelligent and proactive search aid is needed. ences have become more pressing with the emergence of increas- The problems of information overload and vocabulary ingly popular Internet services. The main information retrieval differences have become more pressing with the emergence mechanisms provided by the prevailing Internet WWW soft- of increasingly popular Internet services [47, 24]. Although ware are based on either keyword search (e.g., the Lycos server Internet protocols such as WWW/http support signi®cantly at CMU, the Yahoo server at Stanford) or hypertext browsing easier importation and fetching of online information (e.g., Mosaic and Netscape). This research aims to provide an alternative concept-based categorization and search capability sources, their use is accompanied by the problem of users for WWW servers based on selected machine learning algo- not being able to explore and ®nd what they want in an rithms. Our proposed approach, which is grounded on auto- enormous information space [2, 6, 55]. While the Internet matic textual analysis of Internet documents (homepages), at- services are popular and appealing to many online users, tempts to address the Internet search problem by ®rst dif®culties with search on Internet, we believe, will worsen categorizing the content of Internet documents. We report re- as the amount of online information increases. We consider sults of our recent testing of a multilayered neural network that devising a scalable approach to Internet search is criti- clustering algorithm employing the Kohonen self-organizing cal to the success of Internet services and other current feature map to categorize (classify) Internet homepages ac- and future national information infrastructure applica- cording to their content. The category hierarchies created could tions. serve to partition the vast Internet services into subject-speci®c The main information retrieval mechanisms provided by categories and databases and improve Internet keyword search- the prevailing Internet WWW-based software are based ing and/or browsing. 1996 Academic Press, Inc. on either keyword search (e.g., the Lycos server at CMU and the Yahoo server at Stanford) or hypertext browsing 1. INTRODUCTION (e.g., NCSA Mosaic and Netscape browser). Keyword search often results in relatively low precision and/or poor Despite the usefulness of database technologies, users recall, as well as slow response time due to the limitations of online information systems are often overwhelmed by of the indexing and communication methods (bandwidth), the amount of current information, the subject and system controlled language based interfaces (the vocabulary prob- knowledge required to access this information, and the lem), and the inability of searchers themselves to fully constant in¯ux of new information [11]. The result is articulate their needs. Furthermore, browsing allows users termed ``information overload'' [3]. A second dif®culty to explore only a very small portion of the large Internet associated with information retrieval and information shar- information space. An extensive information space ac- ing is the classic vocabulary problem, which is a conse- cessed through hypertext-like browsing can also potentially quence of diversity of expertise and backgrounds of system confuse and disorient its user, resulting in the embedded users [29, 30, 9]. The ¯uidity of concepts and vocabularies digression problem, and can cause the user to spend a great in various domains further complicates the retrieval issue deal of time while learning nothing speci®c, the art museum [9, 26, 18]. A concept may be perceived differently by phenomenon [8, 25]. different searchers and it may also convey different mean- Internet ``surfers'' also have begun to raise their expecta- ings at different times. To address the information overload tions of the Internet servicesÐfrom a simple desire to ®nd and the vocabulary problem in a large information space something fun (for no particular reason) to hoping to ®nd something that might be useful (to their work or personal 1 E-mail: [email protected]. interests). For example, the Lycos server at CMU has be- 2 E-mail: [email protected]. come one of the hottest and most popular servers on the 3 E-mail: [email protected]. Internet due to its comprehensive listing and indexing of 88 1047-3203/96 $18.00 Copyright 1996 by Academic Press, Inc. All rights of reproduction in any form reserved. SELF-ORGANIZING INTERNET SEARCH 89 Internet homepages (101 million URLs in October 1995 back from its users to change its representation of authors, and growing) and (keyword) search capability. However, index terms, and documents over time. Kwok [36] also the Lycos server has been hampered severely by the infor- developed a similar three-layer network of queries, index mation overload and communication bandwidth problems terms, and documents. A modi®ed Hebbian learning rule discussed above. was used to reformulate probabilistic information retrieval. Our proposed approach, which is grounded on automatic Wilkinson and Hingston [59, 60] incorporated the vector textual analysis of Internet documents (homepages), aims space model in a neural network for document retrieval. to address the Internet search problem by ®rst automati- Their network also consisted of three layers: queries, terms, cally categorizing the content of Internet documents and and documents. subsequently providing category-speci®c search capabili- While the above systems represent information retrieval ties. As the ®rst step to intelligent categorization and search applications in terms of their main components of docu- for Internet, we proposed a multilayered neural network ments, queries, index terms, authors, etc., other researchers clustering algorithm employing a Kohonen self-organizing have used different neural networks for more speci®c tasks. feature map to categorize (classify) the Internet home- Lin [39] adopted a Kohonen network for information re- pages according to their content. The category hierarchies trieval. Kohonen's self-organizing feature map (SOM), could serve to partition the vast Internet services into sub- which produced a two-dimensional grid representation for ject-speci®c categories and databases. After individual sub- N-dimensional features, was applied to construct a self- ject categories had been created, subject-speci®c searches organizing (unsupervised learning) visual representation or browsing could be performed. of the semantic relationships between input documents. In Section 2, we ®rst present an overview of machine The Kohonen SOM approach was further extended by learning techniques for information retrieval. We then re- Orwig and Chen [48] to analyze electronic meeting com- view the current status of Internet categorization and ments and present graphical representation of group con- searching and associated problems. In Section 3, we present sensus. In [41], a neural algorithm developed by MacLeod our framework for addressing these problems. Sections 4 was used for document clustering. The algorithm compared and 5 discuss the speci®c algorithm and results from our favorably with conventional hierarchical clustering algo- ongoing Internet categorization research. Conclusions and rithms. Chen et al. [13±15] reported a series of experiments discussion are provided in Section 6. and system developments which generated an automati- cally created weighted network of keywords from large 2. INTERNET CATEGORIZATION AND SEARCH: textual databases and integrated it with several existing TECHNIQUES AND PROBLEMS man-made thesauri (e.g., LCSH). Instead of using a three- layer design, Chen's systems developed a single-layer, in- 2.1. Machine Learning for Information Retrieval terconnected, weighted/labeled network of keywords (concepts) for ``concept-based'' information retrieval. A Searching is a concept frequently discussed in the context blackboard-based design which supported browsing and of information retrieval research. In this section, we pro- automatic concept exploration using the Hop®eld neural vide a brief summary of the emerging machine learning network's parallel relaxation method was adopted to facili- approach to searching. For a complete review of other tate the use of several thesauri [14]. In [15] the performance techniques, readers are referred to [10]. of a branch-and-bound serial search algorithm was com- Inductive machine learning techniques have drawn at- pared with that

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    16 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us