CHAPTER 5 EXPERT LOCATOR USING CONCEPT LINKING

Size: px
Start display at page:

Download "CHAPTER 5 EXPERT LOCATOR USING CONCEPT LINKING"

Transcription

1 94 CHAPTER 5 EXPERT LOCATOR USING CONCEPT LINKING 5.1 INTRODUCTION Expert locator addresses the task of identifying the right person with the appropriate skills and knowledge. In large organizations, it is standard to employ an expert locator system to find out candidates who are well matched to a job requirement (Dan Crow & DeSanto 2005) and there are several researches have been performed to mine the information from the structured/semi structured resume documents. These systems work by extracting meaningful concepts from resumes and matching those concepts to job descriptions. In any academic and research institute, it is necessary to find professional people and subject expert in a particular subject area for problem consulting or team building with certain attributes (concepts). This chapter describes the significant features of such a system that locates professional people from any educational and research institutes all over the world. It is an interesting real-world problem and is the most important necessity for every academician and researcher. four major steps: ed in this chapter has the following Crawling the live data from educational web pages, blogs, News wires, Article pages etc.

2 95 Concept Detection and Extraction - It analyzes and extracts concepts Concept Linking It identifies links between the concepts and thus helps the user to make a decision or generate hypothesis. Faceted browsing A Web Crawler is software that browses the World Wide Web in a methodical and automated manner. Crawlers can be used to gather specific types of information from web pages. There are lots of open source tools available for crawling data. Carrot 2 tool for crawling data from web was used in this system. Concept Detection and Extraction is the task of automatically extracting concepts from unstructured documents. In this system, concepts ficial information, educational and professional qualification, experience in the subject, knowledge, skills, research information, publication details etc. Concept Extraction is a specific type of information extraction as described in (Boris et al 1998) and is driven by a domain specific knowledge. Concept Linking is the process of connecting related data/documents by identifying their commonly shared concepts based on their co-occurrence and closeness within the document. Concept is an event/record/object which has high relevance in that context. Concepts can be considered as the key phrases that contribute to the context. Key phrases can be extracted and converted to concepts, using a thesaurus or with the help of well-formed rules. The mappings of words to concepts can be ambiguous, as each word in a given language can relate to several possible concepts. The wealth of recorded knowledge (entire corpus) is greater than the sum of its parts, and interesting links and hidden information that connect facts can be formed to discover previously unknown logic connections.

3 96 Some discoveries done using concept linking are o Connection implying patient benefit between fish oil and that the benefit was real. o Magnesium deficiency was identified as a contributor to - -> Figure 5.1 Overview of Concept Linking Figure 5.1 gives a brief overview of concept linking. The process is basically repetitive, that is, the entire process is repeated until satisfactory results are obtained. Text refining This involves detecting the format of the text and converting it to usable machine understandable format, then followed by the basic text preprocessing and feature selection.

4 97 Concept extraction Concept extraction plays a primary role in various fields like concept linking and information retrieval. It involves extraction of semantic features from raw texts which are linked to form an intermediary form. There are two approaches in concept extraction. The first approach involves extracting only the nouns in the text, that is, the document is decomposed into semantic themes (nouns). These themes are clustered to retain minimal set of themes that ensure a correct coverage of a corpus. Then words that represent each concept are found. The second approach involves feature extraction. Not just the nouns but all important features (like named entities, common relationships associated with person or organization, subject-verb-object relationship) are extracted. Intermediary form creation The extracted concepts are represented in one of the machine understandable intermediary forms. The intermediary form gives the concepts and relations among those concepts. The extracted concepts are represented in ontology. Ontology is a conceptual graph where nodes are concepts and links are relations, and where each relation links a certain number of concepts. A concept can represent an entity, an attribute, a state or an event. o o o It involves identifying frequent item sets (FIS). FIS are taken as vertices of weighted graph (weight being distance between concepts) It has edges with corresponding weights which represent the strength of the relationship between the connected concepts.

5 98 Generating concept chain Concept chain is the path that connects two concepts. Two concepts A and B can be connected through multiple paths. This phase extracts all these paths and finds an optimal degree of relationship between these concepts. It involves concept chain querying. It aims to query out the concept chain between two concepts. The retrieved chains are first grouped by association degree, which is indicated by the length of the links, and then ranked by association strength (estimated potential) within each group. Maximum length threshold can be set. To identify links between two concepts A and B o o Test for direct connection (association) between them (e.g. cooccurrence) Test if they are connected by intermediary concepts (path) Evidence trail generation Presenting that two concepts are related, and giving a score to represent the strength of the relationship is just not sufficient. There have to be some proof available to say that the concepts are related. Thus, in this phase, in addition to the fact that two concepts are related, the text snippets that prove that the concepts are related can also be mined out. Presentation of results This is the final visualization stage where the related concepts and the links between them are presented in a way which will help user understand easily.

6 99 Faceted browsing is a technique for accessing a collection of information represented using a faceted classification, allowing users to explore by filtering available information. 5.2 PROBLEM STATEMENT expertise and/or experience for a given subject. The aim of the system is to provide user with the list of experts that matches their searching criteria. The key requirements for the Expert Locator are the ability to: a) Identify Experts b) Classify the type and level of expertise c) Validate for relevant expert d) Recommend experts by ranking. The proposed approach is a concept linking approach. Identifying experts is a difficult task because experts matching the required skills and knowledge are rare, expensive, (unevenly) distributed, difficult to qualify, continuously changing, varying in level, and often expertise using one or two parameters. M qualification, teaching experience, teaching subjects, department, research interest, context of their activities like publications as author and co-author, associations, patents and awards received, member in any board / panel, involvement in discussion forums, etc are used to identify the expert. This information are collected s web page, publication repository, social network sites, blogs, research forums, etc. The system strives to provide the user with linked critical information which in turn helps in saving the effort of manually analyzing and inferring from the web pages saving time that the user might otherwise spend

7 100 by searching for an expert with specific skills by shifting through each web page. The system extracts out details or concepts and semantically annotates the concepts by finding the category they belong to and allows the users to explore by filtering available information. 5.3 LITERATURE SURVEY To reflect the growing interest in expert finding TREC introduced an expert finding task at its enterprise track in 2005 (Craswell et al 2006). There are several researches that have been performed to propose various methods for expert finding. All these methods can be classified into either candidate model or document model (Balog et al 2006). For the document model, normal document retrieval is carried out to score all the documents in the corpora at first. Then each candidate is evaluated against the related document. Since this approach is not domain specific, the accuracy is low. That is, the rules for text in one document will not apply to another document. It is clear from Wei Zhang et al (2009) that the mean average precision is only (which is less than 50%). So it is understood that document model results in less accuracy. Candidate models (Fang & Zhai 2007; Petkova & Croft 2006) build a textual (usually term-based) representation of candidate experts, and rank them based on a query/topic, using traditional ad-hoc retrieval models. Previous studies on classifying names into some particular categories from text, such as the names of people, places, and organizations focus on combining abundant rules or trigger words to enhance the system performance. Using SVM, high accuracy can be obtained (Xu-Dong Lin et al 2006). The advantage of rule based concept annotators is that the rules are human comprehensible and can be tweaked to get the desired results (Prasad

8 101 M Deshpande et al 2009). Participants of the Text Retrieval Conference (TREC 2007) have investigated numerous methods, including probabilistic and language modeling techniques for expert finding (Bailey et al 2007). There have been various studies presented for evidence collection to represent among people. As given in the problem description, the first key requirement of expert locator is the ability to identify experts. Several approaches have been proposed to, (Campbell et al 2003; Balog & de Rijke 2006) used network, (Jing Zhang et al 2010; Fu et al 2007) used social network, (Maryam Karimzadehgan et al 2009) used organizational hierarchy, (Breslin et al 2007) proposed an approach to identify expertise using discussion forums, user communities and social networks, (Wei Zhang et al 2009) used in corporation of similar people to collect the evidence, (Tang et al 2007) identify experts from their publications from DBLP, (David et al 2010) use experts database to recommend experts. Martha et al (2009) performed a study on the usability of tags for concept extraction and determining equivalence relations between concepts based on the tag sets associated with these concepts. There are different approaches to the problem of assigning each word of a text with a Parts-of- Speech Tag (POSTag). Fahim et al (2007) made a comparative study on different POSTagging techniques and suggested that the rule based tagger as the best one. Cunningham et al (2002) presented GATE tagger framework which is rule based. All the existing approaches use one or two parameters to identify to using one or two events. In this chapter a method for expert finding using concept linking which is based on candidate model is proposed. Multiple taught,

9 102 department, research interest, context of their activities like publications as author and co-author, associations, patents and awards received, member in any board / panel, involvement in discussion forums, etc. are used to identify the expert. These information are collected and/or organization s web page, publication repository, social network sites, blogs, research forums, etc. 5.4 SYSTEM ARCHITECTURE The proposed method uses concept linking approach to identify the expertise of people. The system consists of the following three main layers and the overall architecture is given in Figure 5.2. Data Layer Control (Processing) Layer Presentation Layer Figure 5.2 Architecture of Expert Locator

10 103 The Data Layer holds all the necessary data required for the system. The input to this layer is from the Web Crawler. The Processing / Control layer does the major text processing and extracting and linking concepts. There are three components in this layer. Preprocessor component helps in finding and validating the input comes from the data store. It also converts the format to a common machine usable one. Concept Extractor involves tokenizing, POSTagging of the preprocessed text. It then recognizes the named entities, and normalizes. The normalized text is then parsed to semantically extract categorized details. Concept Linker finds out the relationship between the concepts extracted by the concept extractor. The Presentation layer helps the user to view the linked concepts. The user can choose or filter out concepts and view only the necessary ones. This system visualizes the concepts as facets. 5.5 SYSTEM WORKFLOW Expert Locator starts by crawling of live data from various websites and converts the data to a common format, mining the converted data and visualizing the mined data. Web crawlers and converting to common format form the preprocessing step of the system, while faceted browser gives the visualization. The overall system workflow is given in Figure Crawling Data This system is not an organization specific and requires data from various educational websites, research forums, news sites, blogs etc. The system needs both the historic and live data. Input data has to flow into the system from enormous digital resources that are readily available from the sources such as WWW. Since Expert Locator requires information about all

11 104 academicians and researchers, such kind of data has to be crawled into the system using web crawlers. Live Data from web, blog, news wires Crawl data and Collect information Conversion to common text format Concept Extraction Tokenizer Tagger Entity Recognizer Linking Ontology Document Faceted Browsing Facets Figure 5.3 Expert Locator Workflow Conversion to Common Format In order to identify the expertise of experts, data from many heterogeneous data sources need to be collected. This phase converts all the crawled data to text format. The generated new file is added to the data store Concept Extraction This phase identifies and extracts the concepts like name, address, skill, experience, publications, associations, colleagues, patents, awards,

12 105 panels / boards and other details. Figure 5.4 shows the processes involved in the extraction phase. The tokenization is performed using the OpenNLP parser. In this process tokens are extracted using regular expressions to recognize whitespaces, punctuation marks, hyphens, and numbers, among others. Tokenization sometimes faces challenges in finding the starting and end point of a token. This is because not all tokens are made of one word. For example, unked to be a single word and not two be a single word and not four tokens. GATE tool tagger which is rule based to predict the POS (part-ofspeech) of each word is employed. Some of the transformation rules used for tagging are: Converting a noun to a number (CD) if "." appears in the word Converting a noun to a past participle if ((string)words[i]) ends Converting any type to adverb if it ends in "ly"; The role of named entity recognition is to classify names into some particular categories from text by machine learning or statistical method. Support vector machine as the power tool in machine learning was widely used in the text categorization for named entity recognition (Xu-Dong Lin et al 2006). Named entity recognition is now firmly established as a key technology for understanding low level semantics of texts. Its main role is to identify expressions such as date and time as well as names of people, places, and organizations.

13 106 Text Tokenization POSTagging Named entity recognition (NER) Number Normalization Shallow parsing Semantic parsing Co-reference Concepts Figure 5.4 Processes involved in concept extraction Among the extracted tokens, relevant features are extracted. The frequency of the words is taken into account. All nouns and verbs are retained as concepts. Stopwords are eliminated. Thus this phase gives the concepts. These concepts have to be linked to the category they belong to, that is annotation of the extracted concepts have to be done Concept Linking The extracted concepts are then filtered and annotated. Only the necessary concepts are retained and each concept is linked to its category. In order to link to the correct category, GATE annotator is used.

14 107 To annotate the extracted entity, GATE is used. GATE requires Gazetteers and JAPE rules to be written. Gazetteers serve as database of known named entities. They are a kind of lists maintained for named entity recognition; 140 gazetteers, namely city, country, etc. are maintained and in addition rules to identify named entities which have patterns like address for instance the extraction module extracts the addresses available in the text by looking at the pattern in the text and then validates the pattern of the address are written. For recognizing entities that have no unique pattern, JAPE rules are written. JAPE rules make use of the gazetteers available. Figure 5.5 Sample main JAPE file Figure 5.5 shows a sample main JAPE file, which lists the gazetteers, and JAPE rule files available as a resource to annotate named entities in documents. Figure 5.6 Sample JAPE rule

15 108 Figure 5.6 shows a sample JAPE rule that helps annotating cities available in a document. The annotated concepts from all sources are stored in an ontology document, which is the input to the faceted browser. Figure 5.7 shows part of concepts and relations in the Expert Ontology document. In addition the faceted browser needs the list of facets and attributes to be displayed which are automatically generated from the ontology document. string int string int String String String paper Patent publication book int string int Journal projects Activity forum type String String String String string honors People Ph.D Domain String string Awards int Boards/ Panel researc h String Course String int string int int String int Property Sub class of Figure 5.7 Part of concepts and relations in ontology Faceted Browsing Faceted browsing is a technique for accessing a collection of information represented using a faceted classification, allowing users to explore by filtering available information.

16 109 A faceted classification system allows the assignment of multiple classifications to an object, enabling the classifications to be ordered in multiple ways, rather than in a single, pre-determined, taxonomic order. 5.6 RANKING EXPERTS It is important to rank all the experts, meeting the searching criteria in order to provide the users with relevant experts. It is necessary to differentiate experts based on relevance. To differentiate experts, relative ranking method is used. After storing all the annotated concepts from all sources in an ontology document, each parameter is given some weightage. The total weight (EW) is computed for each expert and a frequency table of weight for all experts meeting the search criteria, n is prepared. The statistical weights are arrived as given below. (5.1) (5.2) The rank to each expert meeting the search criteria is awarded distribution of weight as detailed in Table 5.1. In this ranking scheme, the ranks are awarded to the experts based on their total weightage relative to the others, with 1 as the highest rank and 6 as the lowest rank. Rank 0 is considered, as the expert is not qualified.

17 110 Table 5.1 Rank calculation using total weight Total Weight, EW secured by the expert Rank µ - 4 µ µ EW < µ EXPERIMENTAL RESULTS AND DISCUSSION Earlier studies on expert finding concentrate to mine the information from structured resume documents that matches the given job requirement. The most common method used for searching in a large set of document is keyword search, which will return all documents that contains the keyword (Sanjay Agrawal et al 2002). There are lots of keyword based search engines available that can rank the matched documents (Gjergji Kasneci et al 2008). Another approach is semantic based search engines. This approach can understand the document and will return all documents that are semantically related to the given query (Christoph Mangold 2007). This approach gives a more relevant result than the keyword search engines, still rs query, returns the candidate with word sales on their resume. This is incorrect. (Dan Crow & DeSanto 2005).

18 111 All the existing approaches use one or two parameters to identify to using one or two parameters. Expert Locator System using concept linking approach which allows users to gain an understanding of local expertise is built. M teaching subjects, department, research interest, context of their activities like publications as author and co-author, associations, patents and awards received, member in any board / panel, involvement in discussion forums, etc. are used to identify the expert. Since multiple parameters are used to identify expertise of experts, the accuracy of the proposed method will be high. The concept linking approach used in this chapter gives more relevant and accurate results than other approaches; because this approach extracts all concepts from historic and live data and linked all related concepts to the relevant category and stored as ontology document. For example, From the ontology, all facets (category) are generated and loaded for faceted browsing from which user can search for any category. Figure 5.8 shows the loaded facets. Figure 5.8 Screen shot showing the loaded facets

19 112 The proposed method is compared with some of the existing methods that does concept linking. POOLPARTY, SAS Text Miner, MALLET, LitLinker, AeroText are some of the products that do concept linking. All these existing systems are not domain specific and hence the accuracy is low. That is, the rule for text in a domain will not apply to another domain. That is, aiming to create a generic solution results in less accurate systems. Moreover, customizing the systems for a specific purpose is not available in many systems. Thus, it does not quench the thirst of text analytics solutions for any specific vertical. None of the available systems provide a database or gazetteer independent solution for Named Entity Recognition. Entity extraction accuracy is quite low, and does not work for unstructured text as they do not contain detailed description or a well formed text. The collected information is stored as text file. They are basically semi-structured and may not have full sentences to analyze the context. Since the expertise of experts are represented in ontology document, it is very easy 1) to find the detailed information about one expert by giving their name 2) to find the list of experts in the given field 3) to find persons related with one expert 4) to find the projects undertaken by one expert 5) to find the teaching experience and research experience in the field 6) to find the number of PhD scholars supervised by one expert. These types of simple queries can be answered very easily and quickly. SPARQL is used to query the ontology document. It is advantageous to represent expertise of expert in ontology. Since the major objective of this system is to retrieve experts, the ranking ability is also very important. In order to evaluate the system performance in the ranking accuracy, the relative ranking method is compared with the voting techniques (Macdonald & Ounis 2008) (a score aggregation technique the score of a

20 113 document is the sum of the normalized scores received by the document in each individual ranking) and with the baseline (where integrated information of each expert is considered as a single document). Table 5.2 gives the comparison of relative ranking technique with voting. It is found that the system performance is enhanced significantly by using relative ranking technique, both MAP and p@5 improved. This is because the rank is computed based on their weightage relative to the others and the weight of all parameters are all taken into account in the relative ranking approach. Table 5.2 Comparison of Relative Ranking Technique with Voting Evaluation Criteria MAP P@2 P@5 Voting Relative Ranking COMPARISON OF THE PROPOSED MODEL WITH EXISTING MODELS Commercially available solutions to expert finding have appeared in the marketplace. Mark T. Maybury (2006) has given an overview of some expert finding models. The proposed model is compared with the already existing expert finding tools in terms of sources used to collect information, technique to identify expertise and support given for searching. Table 5.3 shows the comparison of the proposed model with the existing models. All the existing systems use self declaration by the expert and web page content as the source to collect information. This information may be a biased one. Existing systems use ranking and voting techniques to identify the expertise of the experts. Many existing systems provide only keyword based searching facility for the users. The proposed model overcomes all these limitations. The proposed model uses publication repository and forum discussions apart

21 114 from the self declaration and web page content. Relative ranking is used to identify the expertise of the expert and to rank the experts. Apart from keyword search, faceted browsing and natural language support is also provided for searching. From Table 5.2, it is clear that relative ranking technique outperforms the voting technique. It can be inferred from Table 5.2 that the proposed model gives better result than the other models that use voting technique. Table 5.3 Comparison of the proposed model with existing models Models Sources used to collect information Techniques to Identify Expertise Support of Searching Self declaration Documents Web Pages Ranking Social Network Analysis Entity Extraction Keyword Natural Language Taxonomy Supports Foreign Language Self declaration Documents Web pages Ranking Keyword Self declaration Documents Web pages Entity Extraction Keyword Natural Language Taxonomy Supports Foreign Language Documents Web pages Ranking Keyword Supports Foreign Language Documents Ranking Social Net Analysis Ranking Social Network Analysis Keyword Natural Language

22 115 Table 5.3 (Continued) Models Sources used to collect information Technique to Identify Expertise Support of Searching Self declaration Documents Web pages Ranking Keyword Natural Language Taxonomy Proposed Model Self declaration Documents Web pages Publication Repository Personal Home Pages Discussion forums / news wires Behavior Concept Linking Entity Extraction Ranking Author Identification Keyword Natural Language Taxonomy Faceted Browsing 5.9 SUMMARY Expert finding is an important and challenging task. In this chapter an Expert Locator using concept linking which facilitates the finding of people with relevant expertise and/or experience for a given subject is proposed. Expert Locator extracts concepts from Web documents. Whenever anyone wants to find out the people who are all working in the same field for collaboration and/or for problem consulting, then this proposed method will be helpful for them to find them easily. Experiment results show that the proposed method gives a useful result with accuracies between 84% and 92%.

A Survey Of Different Text Mining Techniques Varsha C. Pande 1 and Dr. A.S. Khandelwal 2

A Survey Of Different Text Mining Techniques Varsha C. Pande 1 and Dr. A.S. Khandelwal 2 A Survey Of Different Text Mining Techniques Varsha C. Pande 1 and Dr. A.S. Khandelwal 2 1 Department of Electronics & Comp. Sc, RTMNU, Nagpur, India 2 Department of Computer Science, Hislop College, Nagpur,

More information

Finding Topic-centric Identified Experts based on Full Text Analysis

Finding Topic-centric Identified Experts based on Full Text Analysis Finding Topic-centric Identified Experts based on Full Text Analysis Hanmin Jung, Mikyoung Lee, In-Su Kang, Seung-Woo Lee, Won-Kyung Sung Information Service Research Lab., KISTI, Korea jhm@kisti.re.kr

More information

Parsing tree matching based question answering

Parsing tree matching based question answering Parsing tree matching based question answering Ping Chen Dept. of Computer and Math Sciences University of Houston-Downtown chenp@uhd.edu Wei Ding Dept. of Computer Science University of Massachusetts

More information

Domain-specific Concept-based Information Retrieval System

Domain-specific Concept-based Information Retrieval System Domain-specific Concept-based Information Retrieval System L. Shen 1, Y. K. Lim 1, H. T. Loh 2 1 Design Technology Institute Ltd, National University of Singapore, Singapore 2 Department of Mechanical

More information

Chapter 27 Introduction to Information Retrieval and Web Search

Chapter 27 Introduction to Information Retrieval and Web Search Chapter 27 Introduction to Information Retrieval and Web Search Copyright 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 27 Outline Information Retrieval (IR) Concepts Retrieval

More information

Text Mining. Representation of Text Documents

Text Mining. Representation of Text Documents Data Mining is typically concerned with the detection of patterns in numeric data, but very often important (e.g., critical to business) information is stored in the form of text. Unlike numeric data,

More information

Information Extraction Techniques in Terrorism Surveillance

Information Extraction Techniques in Terrorism Surveillance Information Extraction Techniques in Terrorism Surveillance Roman Tekhov Abstract. The article gives a brief overview of what information extraction is and how it might be used for the purposes of counter-terrorism

More information

Information Retrieval

Information Retrieval Multimedia Computing: Algorithms, Systems, and Applications: Information Retrieval and Search Engine By Dr. Yu Cao Department of Computer Science The University of Massachusetts Lowell Lowell, MA 01854,

More information

Revealing the Modern History of Japanese Philosophy Using Digitization, Natural Language Processing, and Visualization

Revealing the Modern History of Japanese Philosophy Using Digitization, Natural Language Processing, and Visualization Revealing the Modern History of Japanese Philosophy Using Digitization, Natural Language Katsuya Masuda *, Makoto Tanji **, and Hideki Mima *** Abstract This study proposes a framework to access to the

More information

Web Information Retrieval using WordNet

Web Information Retrieval using WordNet Web Information Retrieval using WordNet Jyotsna Gharat Asst. Professor, Xavier Institute of Engineering, Mumbai, India Jayant Gadge Asst. Professor, Thadomal Shahani Engineering College Mumbai, India ABSTRACT

More information

What is this Song About?: Identification of Keywords in Bollywood Lyrics

What is this Song About?: Identification of Keywords in Bollywood Lyrics What is this Song About?: Identification of Keywords in Bollywood Lyrics by Drushti Apoorva G, Kritik Mathur, Priyansh Agrawal, Radhika Mamidi in 19th International Conference on Computational Linguistics

More information

Overview of Web Mining Techniques and its Application towards Web

Overview of Web Mining Techniques and its Application towards Web Overview of Web Mining Techniques and its Application towards Web *Prof.Pooja Mehta Abstract The World Wide Web (WWW) acts as an interactive and popular way to transfer information. Due to the enormous

More information

Parmenides. Semi-automatic. Ontology. construction and maintenance. Ontology. Document convertor/basic processing. Linguistic. Background knowledge

Parmenides. Semi-automatic. Ontology. construction and maintenance. Ontology. Document convertor/basic processing. Linguistic. Background knowledge Discover hidden information from your texts! Information overload is a well known issue in the knowledge industry. At the same time most of this information becomes available in natural language which

More information

Information Retrieval

Information Retrieval Information Retrieval CSC 375, Fall 2016 An information retrieval system will tend not to be used whenever it is more painful and troublesome for a customer to have information than for him not to have

More information

Prof. Ahmet Süerdem Istanbul Bilgi University London School of Economics

Prof. Ahmet Süerdem Istanbul Bilgi University London School of Economics Prof. Ahmet Süerdem Istanbul Bilgi University London School of Economics Media Intelligence Business intelligence (BI) Uses data mining techniques and tools for the transformation of raw data into meaningful

More information

Semantic Web Company. PoolParty - Server. PoolParty - Technical White Paper.

Semantic Web Company. PoolParty - Server. PoolParty - Technical White Paper. Semantic Web Company PoolParty - Server PoolParty - Technical White Paper http://www.poolparty.biz Table of Contents Introduction... 3 PoolParty Technical Overview... 3 PoolParty Components Overview...

More information

Data and Information Integration: Information Extraction

Data and Information Integration: Information Extraction International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Data and Information Integration: Information Extraction Varnica Verma 1 1 (Department of Computer Science Engineering, Guru Nanak

More information

WEB SEARCH, FILTERING, AND TEXT MINING: TECHNOLOGY FOR A NEW ERA OF INFORMATION ACCESS

WEB SEARCH, FILTERING, AND TEXT MINING: TECHNOLOGY FOR A NEW ERA OF INFORMATION ACCESS 1 WEB SEARCH, FILTERING, AND TEXT MINING: TECHNOLOGY FOR A NEW ERA OF INFORMATION ACCESS BRUCE CROFT NSF Center for Intelligent Information Retrieval, Computer Science Department, University of Massachusetts,

More information

Shrey Patel B.E. Computer Engineering, Gujarat Technological University, Ahmedabad, Gujarat, India

Shrey Patel B.E. Computer Engineering, Gujarat Technological University, Ahmedabad, Gujarat, India International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume 3 Issue 3 ISSN : 2456-3307 Some Issues in Application of NLP to Intelligent

More information

TEXT MINING APPLICATION PROGRAMMING

TEXT MINING APPLICATION PROGRAMMING TEXT MINING APPLICATION PROGRAMMING MANU KONCHADY CHARLES RIVER MEDIA Boston, Massachusetts Contents Preface Acknowledgments xv xix Introduction 1 Originsof Text Mining 4 Information Retrieval 4 Natural

More information

Natural Language Processing with PoolParty

Natural Language Processing with PoolParty Natural Language Processing with PoolParty Table of Content Introduction to PoolParty 2 Resolving Language Problems 4 Key Features 5 Entity Extraction and Term Extraction 5 Shadow Concepts 6 Word Sense

More information

A Study of Pattern-based Subtopic Discovery and Integration in the Web Track

A Study of Pattern-based Subtopic Discovery and Integration in the Web Track A Study of Pattern-based Subtopic Discovery and Integration in the Web Track Wei Zheng and Hui Fang Department of ECE, University of Delaware Abstract We report our systems and experiments in the diversity

More information

CS473: Course Review CS-473. Luo Si Department of Computer Science Purdue University

CS473: Course Review CS-473. Luo Si Department of Computer Science Purdue University CS473: CS-473 Course Review Luo Si Department of Computer Science Purdue University Basic Concepts of IR: Outline Basic Concepts of Information Retrieval: Task definition of Ad-hoc IR Terminologies and

More information

Classifying Twitter Data in Multiple Classes Based On Sentiment Class Labels

Classifying Twitter Data in Multiple Classes Based On Sentiment Class Labels Classifying Twitter Data in Multiple Classes Based On Sentiment Class Labels Richa Jain 1, Namrata Sharma 2 1M.Tech Scholar, Department of CSE, Sushila Devi Bansal College of Engineering, Indore (M.P.),

More information

Fast and Effective System for Name Entity Recognition on Big Data

Fast and Effective System for Name Entity Recognition on Big Data International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-3, Issue-2 E-ISSN: 2347-2693 Fast and Effective System for Name Entity Recognition on Big Data Jigyasa Nigam

More information

UNIT-V WEB MINING. 3/18/2012 Prof. Asha Ambhaikar, RCET Bhilai.

UNIT-V WEB MINING. 3/18/2012 Prof. Asha Ambhaikar, RCET Bhilai. UNIT-V WEB MINING 1 Mining the World-Wide Web 2 What is Web Mining? Discovering useful information from the World-Wide Web and its usage patterns. 3 Web search engines Index-based: search the Web, index

More information

Mining User - Aware Rare Sequential Topic Pattern in Document Streams

Mining User - Aware Rare Sequential Topic Pattern in Document Streams Mining User - Aware Rare Sequential Topic Pattern in Document Streams A.Mary Assistant Professor, Department of Computer Science And Engineering Alpha College Of Engineering, Thirumazhisai, Tamil Nadu,

More information

TEXT PREPROCESSING FOR TEXT MINING USING SIDE INFORMATION

TEXT PREPROCESSING FOR TEXT MINING USING SIDE INFORMATION TEXT PREPROCESSING FOR TEXT MINING USING SIDE INFORMATION Ms. Nikita P.Katariya 1, Prof. M. S. Chaudhari 2 1 Dept. of Computer Science & Engg, P.B.C.E., Nagpur, India, nikitakatariya@yahoo.com 2 Dept.

More information

TERM BASED WEIGHT MEASURE FOR INFORMATION FILTERING IN SEARCH ENGINES

TERM BASED WEIGHT MEASURE FOR INFORMATION FILTERING IN SEARCH ENGINES TERM BASED WEIGHT MEASURE FOR INFORMATION FILTERING IN SEARCH ENGINES Mu. Annalakshmi Research Scholar, Department of Computer Science, Alagappa University, Karaikudi. annalakshmi_mu@yahoo.co.in Dr. A.

More information

Mining Web Data. Lijun Zhang

Mining Web Data. Lijun Zhang Mining Web Data Lijun Zhang zlj@nju.edu.cn http://cs.nju.edu.cn/zlj Outline Introduction Web Crawling and Resource Discovery Search Engine Indexing and Query Processing Ranking Algorithms Recommender Systems

More information

Powering Knowledge Discovery. Insights from big data with Linguamatics I2E

Powering Knowledge Discovery. Insights from big data with Linguamatics I2E Powering Knowledge Discovery Insights from big data with Linguamatics I2E Gain actionable insights from unstructured data The world now generates an overwhelming amount of data, most of it written in natural

More information

A Hybrid Unsupervised Web Data Extraction using Trinity and NLP

A Hybrid Unsupervised Web Data Extraction using Trinity and NLP IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 02 July 2015 ISSN (online): 2349-6010 A Hybrid Unsupervised Web Data Extraction using Trinity and NLP Anju R

More information

Natural Language Processing. SoSe Question Answering

Natural Language Processing. SoSe Question Answering Natural Language Processing SoSe 2017 Question Answering Dr. Mariana Neves July 5th, 2017 Motivation Find small segments of text which answer users questions (http://start.csail.mit.edu/) 2 3 Motivation

More information

Making Sense Out of the Web

Making Sense Out of the Web Making Sense Out of the Web Rada Mihalcea University of North Texas Department of Computer Science rada@cs.unt.edu Abstract. In the past few years, we have witnessed a tremendous growth of the World Wide

More information

A Framework for Ontology Life Cycle Management

A Framework for Ontology Life Cycle Management A Framework for Ontology Life Cycle Management Perakath Benjamin, Nitin Kumar, Ronald Fernandes, and Biyan Li Knowledge Based Systems, Inc., College Station, TX, USA Abstract - This paper describes a method

More information

Semi-Automatic Conceptual Data Modeling Using Entity and Relationship Instance Repositories

Semi-Automatic Conceptual Data Modeling Using Entity and Relationship Instance Repositories Semi-Automatic Conceptual Data Modeling Using Entity and Relationship Instance Repositories Ornsiri Thonggoom, Il-Yeol Song, and Yuan An The ischool at Drexel University, Philadelphia, PA USA Ot62@drexel.edu,

More information

The Modeling and Simulation Catalog for Discovery, Knowledge, and Reuse

The Modeling and Simulation Catalog for Discovery, Knowledge, and Reuse The Modeling and Simulation Catalog for Discovery, Knowledge, and Reuse Stephen Hunt OSD CAPE Joint Data Support (SAIC) Stephen.Hunt.ctr@osd.mil The DoD Office of Security Review has cleared this report

More information

Integrating Multiple Document Features in Language Models for Expert Finding

Integrating Multiple Document Features in Language Models for Expert Finding Under consideration for publication in Knowledge and Information Systems Integrating Multiple Document Features in Language Models for Expert Finding Jianhan Zhu 1, Xiangji Huang 2, Dawei Song 3, Stefan

More information

A Novel Categorized Search Strategy using Distributional Clustering Neenu Joseph. M 1, Sudheep Elayidom 2

A Novel Categorized Search Strategy using Distributional Clustering Neenu Joseph. M 1, Sudheep Elayidom 2 A Novel Categorized Search Strategy using Distributional Clustering Neenu Joseph. M 1, Sudheep Elayidom 2 1 Student, M.E., (Computer science and Engineering) in M.G University, India, 2 Associate Professor

More information

Ontology Extraction from Heterogeneous Documents

Ontology Extraction from Heterogeneous Documents Vol.3, Issue.2, March-April. 2013 pp-985-989 ISSN: 2249-6645 Ontology Extraction from Heterogeneous Documents Kirankumar Kataraki, 1 Sumana M 2 1 IV sem M.Tech/ Department of Information Science & Engg

More information

Relevance Feature Discovery for Text Mining

Relevance Feature Discovery for Text Mining Relevance Feature Discovery for Text Mining Laliteshwari 1,Clarish 2,Mrs.A.G.Jessy Nirmal 3 Student, Dept of Computer Science and Engineering, Agni College Of Technology, India 1,2 Asst Professor, Dept

More information

Keywords Data alignment, Data annotation, Web database, Search Result Record

Keywords Data alignment, Data annotation, Web database, Search Result Record Volume 5, Issue 8, August 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Annotating Web

More information

Developing Focused Crawlers for Genre Specific Search Engines

Developing Focused Crawlers for Genre Specific Search Engines Developing Focused Crawlers for Genre Specific Search Engines Nikhil Priyatam Thesis Advisor: Prof. Vasudeva Varma IIIT Hyderabad July 7, 2014 Examples of Genre Specific Search Engines MedlinePlus Naukri.com

More information

Automatic Detection of Section Membership for SAS Conference Paper Abstract Submissions: A Case Study

Automatic Detection of Section Membership for SAS Conference Paper Abstract Submissions: A Case Study 1746-2014 Automatic Detection of Section Membership for SAS Conference Paper Abstract Submissions: A Case Study Dr. Goutam Chakraborty, Professor, Department of Marketing, Spears School of Business, Oklahoma

More information

Construction of Knowledge Base for Automatic Indexing and Classification Based. on Chinese Library Classification

Construction of Knowledge Base for Automatic Indexing and Classification Based. on Chinese Library Classification Construction of Knowledge Base for Automatic Indexing and Classification Based on Chinese Library Classification Han-qing Hou, Chun-xiang Xue School of Information Science & Technology, Nanjing Agricultural

More information

Information Retrieval CS Lecture 01. Razvan C. Bunescu School of Electrical Engineering and Computer Science

Information Retrieval CS Lecture 01. Razvan C. Bunescu School of Electrical Engineering and Computer Science Information Retrieval CS 6900 Razvan C. Bunescu School of Electrical Engineering and Computer Science bunescu@ohio.edu Information Retrieval Information Retrieval (IR) is finding material of an unstructured

More information

In the recent past, the World Wide Web has been witnessing an. explosive growth. All the leading web search engines, namely, Google,

In the recent past, the World Wide Web has been witnessing an. explosive growth. All the leading web search engines, namely, Google, 1 1.1 Introduction In the recent past, the World Wide Web has been witnessing an explosive growth. All the leading web search engines, namely, Google, Yahoo, Askjeeves, etc. are vying with each other to

More information

Web Data Extraction and Generating Mashup

Web Data Extraction and Generating Mashup IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 9, Issue 6 (Mar. - Apr. 2013), PP 74-79 Web Data Extraction and Generating Mashup Achala Sharma 1, Aishwarya

More information

Applying Auto-Data Classification Techniques for Large Data Sets

Applying Auto-Data Classification Techniques for Large Data Sets SESSION ID: PDAC-W02 Applying Auto-Data Classification Techniques for Large Data Sets Anchit Arora Program Manager InfoSec, Cisco The proliferation of data and increase in complexity 1995 2006 2014 2020

More information

An Approach To Web Content Mining

An Approach To Web Content Mining An Approach To Web Content Mining Nita Patil, Chhaya Das, Shreya Patanakar, Kshitija Pol Department of Computer Engg. Datta Meghe College of Engineering, Airoli, Navi Mumbai Abstract-With the research

More information

A BFS-BASED SIMILAR CONFERENCE RETRIEVAL FRAMEWORK

A BFS-BASED SIMILAR CONFERENCE RETRIEVAL FRAMEWORK A BFS-BASED SIMILAR CONFERENCE RETRIEVAL FRAMEWORK Qing Guo 1, 2 1 Nanyang Technological University, Singapore 2 SAP Innovation Center Network,Singapore ABSTRACT Literature review is part of scientific

More information

Recommendation on the Web Search by Using Co-Occurrence

Recommendation on the Web Search by Using Co-Occurrence Recommendation on the Web Search by Using Co-Occurrence S.Jayabalaji 1, G.Thilagavathy 2, P.Kubendiran 3, V.D.Srihari 4. UG Scholar, Department of Computer science & Engineering, Sree Shakthi Engineering

More information

Text Mining for Software Engineering

Text Mining for Software Engineering Text Mining for Software Engineering Faculty of Informatics Institute for Program Structures and Data Organization (IPD) Universität Karlsruhe (TH), Germany Department of Computer Science and Software

More information

CHAPTER 5 SEARCH ENGINE USING SEMANTIC CONCEPTS

CHAPTER 5 SEARCH ENGINE USING SEMANTIC CONCEPTS 82 CHAPTER 5 SEARCH ENGINE USING SEMANTIC CONCEPTS In recent years, everybody is in thirst of getting information from the internet. Search engines are used to fulfill the need of them. Even though the

More information

KNOWLEDGE GRAPH: FROM METADATA TO INFORMATION VISUALIZATION AND BACK. Xia Lin College of Computing and Informatics Drexel University Philadelphia, PA

KNOWLEDGE GRAPH: FROM METADATA TO INFORMATION VISUALIZATION AND BACK. Xia Lin College of Computing and Informatics Drexel University Philadelphia, PA KNOWLEDGE GRAPH: FROM METADATA TO INFORMATION VISUALIZATION AND BACK Xia Lin College of Computing and Informatics Drexel University Philadelphia, PA 1 A little background of me Teach at Drexel University

More information

Introduction to Text Mining. Hongning Wang

Introduction to Text Mining. Hongning Wang Introduction to Text Mining Hongning Wang CS@UVa Who Am I? Hongning Wang Assistant professor in CS@UVa since August 2014 Research areas Information retrieval Data mining Machine learning CS@UVa CS6501:

More information

[ PARADIGM SCIENTIFIC SEARCH ] A POWERFUL SOLUTION for Enterprise-Wide Scientific Information Access

[ PARADIGM SCIENTIFIC SEARCH ] A POWERFUL SOLUTION for Enterprise-Wide Scientific Information Access A POWERFUL SOLUTION for Enterprise-Wide Scientific Information Access ENABLING EASY ACCESS TO Enterprise-Wide Scientific Information Waters Paradigm Scientific Search Software enables fast, easy, high

More information

INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) CONTEXT SENSITIVE TEXT SUMMARIZATION USING HIERARCHICAL CLUSTERING ALGORITHM

INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) CONTEXT SENSITIVE TEXT SUMMARIZATION USING HIERARCHICAL CLUSTERING ALGORITHM INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & 6367(Print), ISSN 0976 6375(Online) Volume 3, Issue 1, January- June (2012), TECHNOLOGY (IJCET) IAEME ISSN 0976 6367(Print) ISSN 0976 6375(Online) Volume

More information

Development of an Ontology-Based Portal for Digital Archive Services

Development of an Ontology-Based Portal for Digital Archive Services Development of an Ontology-Based Portal for Digital Archive Services Ching-Long Yeh Department of Computer Science and Engineering Tatung University 40 Chungshan N. Rd. 3rd Sec. Taipei, 104, Taiwan chingyeh@cse.ttu.edu.tw

More information

Competitive Intelligence and Web Mining:

Competitive Intelligence and Web Mining: Competitive Intelligence and Web Mining: Domain Specific Web Spiders American University in Cairo (AUC) CSCE 590: Seminar1 Report Dr. Ahmed Rafea 2 P age Khalid Magdy Salama 3 P age Table of Contents Introduction

More information

Enhancing applications with Cognitive APIs IBM Corporation

Enhancing applications with Cognitive APIs IBM Corporation Enhancing applications with Cognitive APIs After you complete this section, you should understand: The Watson Developer Cloud offerings and APIs The benefits of commonly used Cognitive services 2 Watson

More information

Transforming Requirements into MDA from User Stories to CIM

Transforming Requirements into MDA from User Stories to CIM , pp.15-22 http://dx.doi.org/10.14257/ijseia.2017.11.8.03 Transing Requirements into MDA from User Stories to CIM Meryem Elallaoui 1, Khalid Nafil 2 and Raja Touahni 1 1 Faculty of Sciences, Ibn Tofail

More information

Chapter 2 BACKGROUND OF WEB MINING

Chapter 2 BACKGROUND OF WEB MINING Chapter 2 BACKGROUND OF WEB MINING Overview 2.1. Introduction to Data Mining Data mining is an important and fast developing area in web mining where already a lot of research has been done. Recently,

More information

Introduction p. 1 What is the World Wide Web? p. 1 A Brief History of the Web and the Internet p. 2 Web Data Mining p. 4 What is Data Mining? p.

Introduction p. 1 What is the World Wide Web? p. 1 A Brief History of the Web and the Internet p. 2 Web Data Mining p. 4 What is Data Mining? p. Introduction p. 1 What is the World Wide Web? p. 1 A Brief History of the Web and the Internet p. 2 Web Data Mining p. 4 What is Data Mining? p. 6 What is Web Mining? p. 6 Summary of Chapters p. 8 How

More information

Ontology Based Prediction of Difficult Keyword Queries

Ontology Based Prediction of Difficult Keyword Queries Ontology Based Prediction of Difficult Keyword Queries Lubna.C*, Kasim K Pursuing M.Tech (CSE)*, Associate Professor (CSE) MEA Engineering College, Perinthalmanna Kerala, India lubna9990@gmail.com, kasim_mlp@gmail.com

More information

Taxonomy Tools: Collaboration, Creation & Integration. Dow Jones & Company

Taxonomy Tools: Collaboration, Creation & Integration. Dow Jones & Company Taxonomy Tools: Collaboration, Creation & Integration Dave Clarke Global Taxonomy Director dave.clarke@dowjones.com Dow Jones & Company Introduction Software Tools for Taxonomy 1. Collaboration 2. Creation

More information

Part I: Data Mining Foundations

Part I: Data Mining Foundations Table of Contents 1. Introduction 1 1.1. What is the World Wide Web? 1 1.2. A Brief History of the Web and the Internet 2 1.3. Web Data Mining 4 1.3.1. What is Data Mining? 6 1.3.2. What is Web Mining?

More information

Focused Retrieval Using Topical Language and Structure

Focused Retrieval Using Topical Language and Structure Focused Retrieval Using Topical Language and Structure A.M. Kaptein Archives and Information Studies, University of Amsterdam Turfdraagsterpad 9, 1012 XT Amsterdam, The Netherlands a.m.kaptein@uva.nl Abstract

More information

A Supervised Method for Multi-keyword Web Crawling on Web Forums

A Supervised Method for Multi-keyword Web Crawling on Web Forums Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 2, February 2014,

More information

PRIS at TAC2012 KBP Track

PRIS at TAC2012 KBP Track PRIS at TAC2012 KBP Track Yan Li, Sijia Chen, Zhihua Zhou, Jie Yin, Hao Luo, Liyin Hong, Weiran Xu, Guang Chen, Jun Guo School of Information and Communication Engineering Beijing University of Posts and

More information

Social Search Introduction to Information Retrieval INF 141/ CS 121 Donald J. Patterson

Social Search Introduction to Information Retrieval INF 141/ CS 121 Donald J. Patterson Social Search Introduction to Information Retrieval INF 141/ CS 121 Donald J. Patterson The Anatomy of a Large-Scale Social Search Engine by Horowitz, Kamvar WWW2010 Web IR Input is a query of keywords

More information

Information Systems Interfaces (Advanced Higher) Information Systems (Advanced Higher)

Information Systems Interfaces (Advanced Higher) Information Systems (Advanced Higher) National Unit Specification: general information NUMBER DV51 13 COURSE Information Systems (Advanced Higher) SUMMARY This Unit is designed to develop knowledge and understanding of the principles of information

More information

Context Based Indexing in Search Engines: A Review

Context Based Indexing in Search Engines: A Review International Journal of Computer (IJC) ISSN 2307-4523 (Print & Online) Global Society of Scientific Research and Researchers http://ijcjournal.org/ Context Based Indexing in Search Engines: A Review Suraksha

More information

Where the Social Web Meets the Semantic Web. Tom Gruber RealTravel.com tomgruber.org

Where the Social Web Meets the Semantic Web. Tom Gruber RealTravel.com tomgruber.org Where the Social Web Meets the Semantic Web Tom Gruber RealTravel.com tomgruber.org Doug Engelbart, 1968 "The grand challenge is to boost the collective IQ of organizations and of society. " Tim Berners-Lee,

More information

Oleksandr Kuzomin, Bohdan Tkachenko

Oleksandr Kuzomin, Bohdan Tkachenko International Journal "Information Technologies Knowledge" Volume 9, Number 2, 2015 131 INTELLECTUAL SEARCH ENGINE OF ADEQUATE INFORMATION IN INTERNET FOR CREATING DATABASES AND KNOWLEDGE BASES Oleksandr

More information

Ontology-Based Information Extraction

Ontology-Based Information Extraction Ontology-Based Information Extraction Daya C. Wimalasuriya Towards Partial Completion of the Comprehensive Area Exam Department of Computer and Information Science University of Oregon Committee: Dr. Dejing

More information

INTRODUCTION. Chapter GENERAL

INTRODUCTION. Chapter GENERAL Chapter 1 INTRODUCTION 1.1 GENERAL The World Wide Web (WWW) [1] is a system of interlinked hypertext documents accessed via the Internet. It is an interactive world of shared information through which

More information

Natural Language Processing SoSe Question Answering. (based on the slides of Dr. Saeedeh Momtazi) )

Natural Language Processing SoSe Question Answering. (based on the slides of Dr. Saeedeh Momtazi) ) Natural Language Processing SoSe 2014 Question Answering Dr. Mariana Neves June 25th, 2014 (based on the slides of Dr. Saeedeh Momtazi) ) Outline 2 Introduction History QA Architecture Natural Language

More information

An Adaptive Framework for Named Entity Combination

An Adaptive Framework for Named Entity Combination An Adaptive Framework for Named Entity Combination Bogdan Sacaleanu 1, Günter Neumann 2 1 IMC AG, 2 DFKI GmbH 1 New Business Department, 2 Language Technology Department Saarbrücken, Germany E-mail: Bogdan.Sacaleanu@im-c.de,

More information

WEB PAGE RE-RANKING TECHNIQUE IN SEARCH ENGINE

WEB PAGE RE-RANKING TECHNIQUE IN SEARCH ENGINE WEB PAGE RE-RANKING TECHNIQUE IN SEARCH ENGINE Ms.S.Muthukakshmi 1, R. Surya 2, M. Umira Taj 3 Assistant Professor, Department of Information Technology, Sri Krishna College of Technology, Kovaipudur,

More information

Text mining tools for semantically enriching the scientific literature

Text mining tools for semantically enriching the scientific literature Text mining tools for semantically enriching the scientific literature Sophia Ananiadou Director National Centre for Text Mining School of Computer Science University of Manchester Need for enriching the

More information

Comment Extraction from Blog Posts and Its Applications to Opinion Mining

Comment Extraction from Blog Posts and Its Applications to Opinion Mining Comment Extraction from Blog Posts and Its Applications to Opinion Mining Huan-An Kao, Hsin-Hsi Chen Department of Computer Science and Information Engineering National Taiwan University, Taipei, Taiwan

More information

Privacy Protection in Personalized Web Search with User Profile

Privacy Protection in Personalized Web Search with User Profile Privacy Protection in Personalized Web Search with User Profile Prateek C. Shukla 1,Tekchand D. Patil 2, Yogeshwar J. Shirsath 3,Dnyaneshwar N. Rasal 4 1,2,3,4, (I.T. Dept.,B.V.C.O.E.&R.I. Anjaneri,university.Pune,

More information

Unsupervised Keyword Extraction from Single Document. Swagata Duari Aditya Gupta Vasudha Bhatnagar

Unsupervised Keyword Extraction from Single Document. Swagata Duari Aditya Gupta Vasudha Bhatnagar Unsupervised Keyword Extraction from Single Document Swagata Duari Aditya Gupta Vasudha Bhatnagar Presentation Outline Introduction and Motivation Statistical Methods for Automatic Keyword Extraction Graph-based

More information

An Oracle White Paper October Oracle Social Cloud Platform Text Analytics

An Oracle White Paper October Oracle Social Cloud Platform Text Analytics An Oracle White Paper October 2012 Oracle Social Cloud Platform Text Analytics Executive Overview Oracle s social cloud text analytics platform is able to process unstructured text-based conversations

More information

Fault Identification from Web Log Files by Pattern Discovery

Fault Identification from Web Log Files by Pattern Discovery ABSTRACT International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2017 IJSRCSEIT Volume 2 Issue 2 ISSN : 2456-3307 Fault Identification from Web Log Files

More information

CSC 5930/9010: Text Mining GATE Developer Overview

CSC 5930/9010: Text Mining GATE Developer Overview 1 CSC 5930/9010: Text Mining GATE Developer Overview Dr. Paula Matuszek Paula.Matuszek@villanova.edu Paula.Matuszek@gmail.com (610) 647-9789 GATE Components 2 We will deal primarily with GATE Developer:

More information

Question Answering Systems

Question Answering Systems Question Answering Systems An Introduction Potsdam, Germany, 14 July 2011 Saeedeh Momtazi Information Systems Group Outline 2 1 Introduction Outline 2 1 Introduction 2 History Outline 2 1 Introduction

More information

MIRACLE at ImageCLEFmed 2008: Evaluating Strategies for Automatic Topic Expansion

MIRACLE at ImageCLEFmed 2008: Evaluating Strategies for Automatic Topic Expansion MIRACLE at ImageCLEFmed 2008: Evaluating Strategies for Automatic Topic Expansion Sara Lana-Serrano 1,3, Julio Villena-Román 2,3, José C. González-Cristóbal 1,3 1 Universidad Politécnica de Madrid 2 Universidad

More information

Taxonomies and controlled vocabularies best practices for metadata

Taxonomies and controlled vocabularies best practices for metadata Original Article Taxonomies and controlled vocabularies best practices for metadata Heather Hedden is the taxonomy manager at First Wind Energy LLC. Previously, she was a taxonomy consultant with Earley

More information

Question Answering Approach Using a WordNet-based Answer Type Taxonomy

Question Answering Approach Using a WordNet-based Answer Type Taxonomy Question Answering Approach Using a WordNet-based Answer Type Taxonomy Seung-Hoon Na, In-Su Kang, Sang-Yool Lee, Jong-Hyeok Lee Department of Computer Science and Engineering, Electrical and Computer Engineering

More information

LITERATURE SURVEY ON SEARCH TERM EXTRACTION TECHNIQUE FOR FACET DATA MINING IN CUSTOMER FACING WEBSITE

LITERATURE SURVEY ON SEARCH TERM EXTRACTION TECHNIQUE FOR FACET DATA MINING IN CUSTOMER FACING WEBSITE International Journal of Civil Engineering and Technology (IJCIET) Volume 8, Issue 1, January 2017, pp. 956 960 Article ID: IJCIET_08_01_113 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=8&itype=1

More information

AN EFFICIENT PROCESSING OF WEBPAGE METADATA AND DOCUMENTS USING ANNOTATION Sabna N.S 1, Jayaleshmi S 2

AN EFFICIENT PROCESSING OF WEBPAGE METADATA AND DOCUMENTS USING ANNOTATION Sabna N.S 1, Jayaleshmi S 2 AN EFFICIENT PROCESSING OF WEBPAGE METADATA AND DOCUMENTS USING ANNOTATION Sabna N.S 1, Jayaleshmi S 2 1 M.Tech Scholar, Dept of CSE, LBSITW, Poojappura, Thiruvananthapuram sabnans1988@gmail.com 2 Associate

More information

AUTOMATIC VISUAL CONCEPT DETECTION IN VIDEOS

AUTOMATIC VISUAL CONCEPT DETECTION IN VIDEOS AUTOMATIC VISUAL CONCEPT DETECTION IN VIDEOS Nilam B. Lonkar 1, Dinesh B. Hanchate 2 Student of Computer Engineering, Pune University VPKBIET, Baramati, India Computer Engineering, Pune University VPKBIET,

More information

QANUS A GENERIC QUESTION-ANSWERING FRAMEWORK

QANUS A GENERIC QUESTION-ANSWERING FRAMEWORK QANUS A GENERIC QUESTION-ANSWERING FRAMEWORK NG, Jun Ping National University of Singapore ngjp@nus.edu.sg 30 November 2009 The latest version of QANUS and this documentation can always be downloaded from

More information

A New Technique to Optimize User s Browsing Session using Data Mining

A New Technique to Optimize User s Browsing Session using Data Mining Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 3, March 2015,

More information

NUS-I2R: Learning a Combined System for Entity Linking

NUS-I2R: Learning a Combined System for Entity Linking NUS-I2R: Learning a Combined System for Entity Linking Wei Zhang Yan Chuan Sim Jian Su Chew Lim Tan School of Computing National University of Singapore {z-wei, tancl} @comp.nus.edu.sg Institute for Infocomm

More information

A cocktail approach to the VideoCLEF 09 linking task

A cocktail approach to the VideoCLEF 09 linking task A cocktail approach to the VideoCLEF 09 linking task Stephan Raaijmakers Corné Versloot Joost de Wit TNO Information and Communication Technology Delft, The Netherlands {stephan.raaijmakers,corne.versloot,

More information

Knowledge Engineering with Semantic Web Technologies

Knowledge Engineering with Semantic Web Technologies This file is licensed under the Creative Commons Attribution-NonCommercial 3.0 (CC BY-NC 3.0) Knowledge Engineering with Semantic Web Technologies Lecture 5: Ontological Engineering 5.3 Ontology Learning

More information

String Vector based KNN for Text Categorization

String Vector based KNN for Text Categorization 458 String Vector based KNN for Text Categorization Taeho Jo Department of Computer and Information Communication Engineering Hongik University Sejong, South Korea tjo018@hongik.ac.kr Abstract This research

More information