Expert locator using concept linking. V. Senthil Kumaran* and A. Sankar

Size: px
Start display at page:

Download "Expert locator using concept linking. V. Senthil Kumaran* and A. Sankar"

Transcription

1 42 Int. J. Computational Systems Engineering, Vol. 1, No. 1, 2012 Expert locator using concept linking V. Senthil Kumaran* and A. Sankar Department of Mathematics and Computer Applications, PSG College of Technology, Peelamedu, Coimbatore , India *Corresponding author Abstract: A common task in many applications is to find persons who are knowledgeable about a given topic. The expert locator is a tool for finding people with relevant expertise and/or experience for a given subject. The potential value of the expert locator is directly related to the size of the searchable population. This paper addresses the issue of expert finding in educational and research domain and describes a novel method for expert finding using concept linking. Finding an expert in this domain is an important issue and it is necessary for problem consulting/solving, question answering, providing more detailed information on a topic and team building. The locator is designed to provide instant searches for people based on their qualifications, teaching experience in the field, research, activities like publications, associations, colleagues, patents, awards and panels/boards. Experimental results show that this approach can outperform the baseline approach. Keywords: expert locator; concepts linking; concept extraction; expert finding; ontology. Reference to this paper should be made as follows: Senthil kumaran, V. and Sankar, A. (2012) Expert locator using concept linking, Int. J. Computational Systems Engineering, Vol. 1, No. 1, pp Biographical notes: V. Senthil Kumaran received his MSc in Computer Science from Madurai Kamaraj University, Madurai, India. He is currently working as an Assistant Professor at the Department of Mathematics and Computer Applications, PSG College of Technology, Coimbatore, India. Since 2008, he is working towards his PhD in Computer Science from the Faculty of Science and Humanities, PSG College of Technology. His research is focused on semantic web, data mining, intelligent information retrieval and e-learning. A. Sankar received his PhD in Computer Science from Bharathiar University, Coimbatore, India, in He is currently working as an Associate Professor at the Department of Mathematics and Computer Applications, PSG College of Technology, Coimbatore, India. He has more than 24 years of teaching and ten years of research experience. His research interests include agile software engineering, data mining, e-learning and networks. 1 Introduction Expert locator addresses the task of identifying the right person with the appropriate skills and knowledge. In large organisations, it is standard to employ an expert locator system to find out candidates who are well matched to a job requirement (Crow and 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 out professional people and subject expert in a particular subject area for problem consulting or team building with certain attributes (concepts). This paper 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 which is the most important necessity for every academician and researchers. The expert locator described in this paper has the following four major steps 1 crawling the live data from educational web pages, blogs, news wires, article pages etc. 2 concept detection and extraction it analyses and extracts concepts 3 concept linking it identifies links between the concepts and thus helps the user to make a decision or generate hypothesis 4 faceted browsing. A web crawler is a computer programme that browses the World Wide Web in a methodical, automated manner. Crawlers can be used to gather specific types of information Copyright 2012 Inderscience Enterprises Ltd.

2 Expert locator using concept linking 43 from web pages. There are lot 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 represent the expert s personal and official 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 (Gelfand 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. Figure 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. Faceted browsing is a technique for accessing a collection of information represented using a faceted classification, allowing users to explore by filtering available information. The remaining part of this paper is organised as follows: Section 2 gives a brief description of the system and the overview of related work is given in Section 3, then the method devised for expert finding which make use of concept linking is described in Section 4. Next system workflow is presented in Section 5, and Section 6 describes the ranking of experts while experimental results and discussion is reported in Section 7. Finally, the work is concluded in Section 8. Figure 1 Overview of concept linking 2 Problem description The expert locator is a tool for finding people with relevant 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: 1 identify experts 2 classify the type and level of expertise 3 validate for relevant expert 4 recommend experts by ranking. Ours is a concept linking approach. Identifying experts is a difficult task because experts and their skills and knowledge are rare, expensive, (unevenly) distributed, difficult to qualify, continuously changing, varying in level, and often culturally isolated and oversubscribed. It is very difficult to judge the people s expertise using one or two parameters. We use multiple parameters like people s 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. to identify the expert. We collect this information from the people s home page and/or organisations web page, publication repository, social network sites, blogs, research forums, etc. The system strives to provide the user with linked critical information in turn saving the effort of manually analysing and inferring from the web pages saving time that the user might otherwise spend 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. 3 Related work To reflect the growing interest in expert finding, TREC introduced an expert finding task at its enterprise track in 2005 (Craswell et al., 2006). At this track, it emerged that there are two principal approaches to expert finding. There are several researches have been performed and proposed 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 Zhang et al. (2009) that the mean average precision is only (which is less than 50%). So it is understood that document model results less accuracy. Candidate models (Fang and Zhai, 2007); Petkova and Croft (2008) build a textual (usually term-based) representation of candidate experts, and rank them based on a query/topic, using traditional ad-hoc retrieval models.

3 44 V. Senthil Kumaran and A. Sankar Previous studies on classifying names into some particular categories from text, such as the names of people, places, and organisations focus on combining abundant rules or trigger words to enhance the system performance. Using SVM, high accuracy can be obtained (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 (Deshpande et al., 2009). Participants of the Text Retrieval Conference (TREC 2007) have investigated numerous methods, including probabilistic and language modelling techniques for expert finding (Bailey et al., 2007). There have been various studies presented for evidence collection to represent one s knowledge and skill using the relationship between peoples. As given in the problem description, the first key requirement of expert locator is the ability to identify experts. There are several approaches that have been proposed to automatically identify people s expertise. For example, Campbell et al. (2003) and Balog and de Rijke (2006) used network; Zhang et al. (2010) and Fu et al., 2007 used social network; Karimzadehgan et al. (2009) used organisational hierarchy; Breslin et al. (2007) proposed an approach to identify expertise using discussion forums, user communities and social networks; Zhang et al. (2009) used incorporation of similar people to collect the evidence; Tang et al. (2007) identify experts from their publications from DBLP and McDonald and Ackerman (2010) used experts database to recommend experts. Escobar-Molano 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. Fahim et al. (2007) made a comparative study on different POS tagging techniques and suggested the rule based tagger as the best one. Cunningham et al. (2002) presented GATE tagger framework which is rule based. PoolParty service is a SKOS based thesaurus management tool proposed by Schandl and Blumauer (2010) with liked data capabilities. All the existing approaches use one or two parameters to identify the people s expertise. But it is very difficult judge the people s expertise using one or two events. In this paper, we proposed a method for expert finding using concept linking which is based on candidate model. We use multiple events like people s 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. to identify the expert. We collect these information from the people s home page and/or organisations web page, publication repository, social network sites, blogs, research forums, etc. 4 Overall system architecture The proposed method uses concept linking approach to identify the expertise of people. The system consists the following three main layers and the overall architecture given in Figure 2: 1 data layer 2 control (processing) layer 3 presentation layer. Figure 2 Overall system architecture 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 tokenising, POSTagging of the preprocessed text. It then recognises the named entities, and normalises. The normalised text is then parsed to semantically extract categorised details. Concept linker finds out 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. This system visualises the concepts as facets. 5 System workflow The overall system workflow is given in Figure 3. Expert locator starts by crawling of live data from various websites and converts the data to a common format, mining the converted data and visualising the mined data. Web crawlers and converting to common format form the preprocessing step of the system, while faceted browser gives the visualisation.

4 Expert locator using concept linking 45 Figure 3 Expert locator workflow Figure 4 Processes involved in concept extraction Text Tokenisation POSTagging Named entity recognition (NER) Number normalisation Shallow parsing Semantic parsing Coreference linking Concepts 5.1 Crawling data This system is not an organisation 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 academicians and researchers, such kind of data has to be crawled into the system using web crawlers. 5.2 Conversion to common format In order to identify the expertise of experts, we need to collect data from many heterogeneous data sources. This phase converts all the crawled data to text format. The generated new file is added to the data store. 5.3 Concept extraction This phase identifies and extracts the concepts like name, address, skill, experience, publications, associations, colleagues, patents, awards, panels/boards and other details. Figure 4 shows the processes involved in the extraction phase. The tokenisation is performed using the OpenNLP parser. In this process, tokens are extracted using regular expressions to recognise whitespaces, punctuation marks, hyphens, and numbers, among others. Tokenisation sometimes faces challenges in finding the starting and end point of a token. This is because of not all tokens are made of one word. For example, operating systems must be chunked to be a single word and not two tokens. Another example, PSG College of Technology must be chunked to be a single word and not four tokens. We employed the GATE tool tagger which is rule based to predict the part-of-speech (POS) of each word. 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 with ed converting any type to adverb if it ends in ly. The role of NER 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 categorisation for NER (Lin et al., 2006). NER is now firmly established as a key technology for understanding lowlevel semantics of texts. Its main role is to identify expressions such as date and time as well as names of people, places, and organisations. Among the extracted tokens, relevant features are extracted. The frequency of the words is taken into account.

5 46 V. Senthil Kumaran and A. Sankar All nouns and verbs are retained as concepts. Stopwords are eliminated. Thus this phase gives us 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. Figure 7 Part of concepts and relations in ontology 5.4 Concept linking The extracted concepts are then filtered and annotated. That is only the necessary concepts retained and each concept is linked to its category. In order to link to the correct category GATE annotator is used. 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 NER. We maintain 140 gazetteers, namely city, country, etc. and in addition, we write 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. For recognising entities that have no unique pattern JAPE rules are written. JAPE rules make use of the gazetteers available. Figure 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 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 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. Figure 5 Figure 6 Sample main JAPE file Sample JAPE rule 5.5 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. 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. 6 Ranking experts It is important to rank all the experts, meeting the searching criteria in order to provide the users with relevant experts. We need to differentiate experts based on relevant. We adopt relative ranking method. 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 parameters mean, μ and standard deviation, σ of the distribution of weights are arrived as given below. n EWi μ = (1) n i= 1 n = σ ( EWi μ )2 i 1 = (2) n The rank to each expert meeting the search criteria is awarded based on the statistical parameters, mean, μ and standard deviation, σ the distribution of weight as detailed in Table 1.

6 Expert locator using concept linking 47 Table 1 Rank calculation using total weight Total weight, EW secured by the expert Rank EW Min [(μ + 2 σ), 92] 1 μ + 1.2σ EW < μ + 2 σ 2 μ σ EW < μ σ 3 μ 0.4 σ EW < μ σ 4 μ 1.2 σ EW < μ 0.4 σ 5 μ 2 σ EW < μ 1.2 σ 6 EW < μ 2 σ 0 not two tokens. From the ontology all facets (category) are generated and loaded for faceted browsing from which user can search for any category. Figure 8 shows the loaded facets. Figure 8 Screen shot showing the loaded facets (see online version for colours) 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. 7 Experimental results and discussion Earlier studies on expert finding concentrates to mine the information from structured resume documents that matches for 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 (Agrawal et al., 2002). There are lots of keyword based search engines available that can rank the matched documents (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 (Mangold, 2007). This approach gives more relevant result than the keyword search engines, still they make error. For example, the phrase sales manager frequently occurs on resumes, which can lead to associate the words sales and manager. A query for on engineering manager then returns the candidate with word sales on their resume. This is incorrect (Crow and DeSanto, 2005). All the existing approaches use one or two parameters to identify the people s expertise. But it is very difficult judge the people s expertise using one or two parameters. We have built an expert locator system using concept linking approach which allows users to gain an understanding of our local expertise. We use multiple events like people s 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. to identify the expert. Since multiple parameters are used to identify expertise of experts, the accuracy of our method will be high. The concept linking approach used in this paper 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, operating systems will be chunked to be a single word and We compare our method with some 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 that do concept linking are not domain specific and hence the accuracy is low. That is the rules 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, customising 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 NER. 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 analyse 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

7 48 V. Senthil Kumaran and A. Sankar 6 to find the number of PhD students supervised by one expert. These types of simple queries can be answered very easily. We use SPARQL to query the ontology document. We understand the advantages of representing 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, we compare the relative ranking method with the voting techniques proposed by Macdonald and Ounis (2008) (a score aggregation technique the score of a document is the sum of the normalised 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 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 2 Comparison of relative ranking technique with voting Evaluation criteria MAP P@2 P@5 Voting Relative ranking Commercially available solutions to expert or expertise finding have appeared in the marketplace. Maybury (2006) has given an overview of some expert finding models. Finally, we compare our model with the already existing expert finding tools. Table 3 shows the comparison of our model with the existing models. Table 3 Comparison of our model with existing models (see online version for colours) Models Sources used to collect information Technique to identify expertise Support of searching Proposed model ExpertLocator Publication repository Personal home pages Discussion forums/news wires Behaviour Social net analysis Entity extraction Entity extraction Social net analysis Social net analysis Concept linking Entity extraction Author identification Taxonomy Supports foreign language Taxonomy Supports foreign language Supports foreign language Taxonomy Taxonomy Faceted browsing

8 Expert locator using concept linking 49 8 Conclusions Expert finding is an important and challenging task. In this paper, we have proposed an expert locator using concept linking which facilitates the finding of people with relevant expertise and/or experience for a given subject. Expert locator extracts concepts from web documents. The proposed method will enable the persons working in the same field to find each other for collaboration and/or problem consultation. Our experiment results show that our method give a useful result with accuracies between 84% and 92%. In a future work, in order to achieve the highest possible accuracy, the NER will be enhanced and every expert will be evaluated based on their level of involvement in the field. Satisfaction of user with the results will also be used to rank the expert. We have used only 140 gazetteers. We will add more gazetteers to improve the result. References Agrawal, S., Chaudhuri, S. and Das, G. (2002) DBXplorer: a system for keyword-based search over relational databases, Proceedings of the 18th International Conference on Data Engineering, pp Bailey, P., Craswell, N., de Vries, A.P. and Soboroff, I. (2007) Overview of the TREC 2007 enterprise track, TREC 2007 Working Notes. Balog, K. and de Rijke, M. (2006) Finding experts and their details in corpora, 15th International Conference on World Wide Web Conference Proceedings, pp Balog, K., Azzopardi, L. and de Rijke, M. (2006) Formal models for expert finding in enterprise corpora, 29th Annual International ACM SIGIR Conference Conference Proceedings, pp Breslin, J, Bojars, U., Aleman-Meza, B., Boley, H., Mochol, M., Nixon, L.J.B., Polleres, A. and Zhdanova, A.V. (2007) Finding experts using internet-based discussions in online communities and associated social networks, 1st International ExpertFinder Workshop Conference Proceedings. Campbell, C.S., Maglio, P.P., Cozzi, A. and Dom, B. (2003) Expertise identification using communications, 12th International Conference on Information and Knowledge Management Conference Proceedings, pp Craswell, N., de Vries, A.P. and Soboroff, I. (2006) Overview of the TREC-2005 enterprise track, The 14th Text REtrieval Conference Proceedings. Crow, D. and DeSanto, J. (2005) A hybrid approach to concept extraction and recognition-based matching in the domain of human resources, 16th IEEE International Conference on Tools with Artificial Intelligence Conference Proceedings, Vol. 1, pp Cunningham, H., Maynard, D., Bontcheva, K. and Tablan, V. (2002) GATE: a framework and graphical development environment for robust NLP tools and applications, 40th Anniversary Meeting of the ACL Proceedings. Deshpande, P.M., Hampp, T. and Hosurmath, M. (2009) Automated concept extraction to aid legal ediscovery review, 15th International Conference on Management of Data. Escobar-Molano, M.L., Badia, A. and Alonso, R. (2009) Exploiting tags for concept extraction and information integration, Proceedings of CollaborateCom, pp.1 9. Fahim, H., Naushad, U. and Mumit, K. (2007) Comparison of different POS tagging techniques for Bangla, in K. Elleithy (Ed.): Advances and Innovations in Systems, Computing Sciences and Software Engineering, pp , Springer Publications. Fang, H. and Zhai, C. (2007) Probabilistic models for expert finding, in Amati, G., Carpineto, C. and Romano, G. (Eds.): ECIR LNCS, Vol. 4425, pp , Springer, Heidelberg. Fu, Y., Xiang, R., Liu, Y., Zhang, M. and Ma, S. (2007) Finding experts using social network analysis, IEEE/WIC/ACM International Conference on Web Intelligence Conference Proceedings, pp Gelfand, B., Wulfekuhler, M. and Punch, W.F., III. (1998) Automated concept extraction from plain text, AAAI Workshop on Text Categorization Technical Report. Karimzadehgan, M., White, R.W. and Richardson, M. (2009) Enhancing expert finding using organizational hierarchies, Proceedings of ECIR, pp Kasneci, G., Fabian, M., Suchanek, G., Ifrim, M. and Ramanath, G.W. (2008) NAGA: searching and ranking knowledge, Proceedings of ICDE, pp Lin, X-D., Peng, H. and Liu, B. (2006) Chinese named entity recognition using support vector machines, Proceedings of the 5th International Conference on Machine Learning and Cybernetics, pp Macdonald, C. and Ounis, I. (2008) Voting techniques for expert search, Knowledge and Information Systems, Vol. 16, No. 3, pp Mangold, C. (2007) A survey and classification of semantic search approaches, International Journal of Metadata, Semantics and Ontologies, Vol. 2, No. 1 pp Maybury, M.T. (2006) Expert finding systems, MITRE Technical Report. McDonald, D.W. and Ackerman, M.S. (2010) Expertise recommender: a flexible recommendation system and architecture, Proceedings of CSCW, pp Petkova, D. and Croft, W.B. (2008) Hierarchical language models for expert finding in enterprise corpora, International Journal on Artificial Intelligence Tools, Vol. 17, No. 1, pp Schandl, T. and Blumauer, A. (2010) PoolParty: SKOS thesaurus management utilizing linked data, ESW 2010, Heraklion, The Semantic Web: Research and Applications, Vol. 6089/2010, pp , Springer Publications. Tang, J., Zhang, J., Zhang, D., Yao, L., Zhu, C. and Li, J (2007) ArnetMiner: an expertise oriented search system for web community, International Conference on Semantic Web Challenge Conference Proceedings. Zhang, J., Tang, J. and Li, J. (2010) Expert finding in a social network, Advances in Databases: Concepts, Systems and Applications Lecture Notes in Computer Science, Vol. 4443/2010, pp , Springer. Zhang, W., Ma, J. and Zhong, Y. (2009) Incorporating similar people for expert finding in enterprise corpora, International Conference on Computational Intelligence and Software Engineering, pp.1 4.

Product Feature-based Ratings foropinionsummarization of E-Commerce Feedback Comments

Product Feature-based Ratings foropinionsummarization of E-Commerce Feedback Comments Product Feature-based Ratings foropinionsummarization of E-Commerce Feedback Comments Vijayshri Ramkrishna Ingale PG Student, Department of Computer Engineering JSPM s Imperial College of Engineering &

More information

AQUA: An Ontology-Driven Question Answering System

AQUA: An Ontology-Driven Question Answering System AQUA: An Ontology-Driven Question Answering System Maria Vargas-Vera, Enrico Motta and John Domingue Knowledge Media Institute (KMI) The Open University, Walton Hall, Milton Keynes, MK7 6AA, United Kingdom.

More information

SINGLE DOCUMENT AUTOMATIC TEXT SUMMARIZATION USING TERM FREQUENCY-INVERSE DOCUMENT FREQUENCY (TF-IDF)

SINGLE DOCUMENT AUTOMATIC TEXT SUMMARIZATION USING TERM FREQUENCY-INVERSE DOCUMENT FREQUENCY (TF-IDF) SINGLE DOCUMENT AUTOMATIC TEXT SUMMARIZATION USING TERM FREQUENCY-INVERSE DOCUMENT FREQUENCY (TF-IDF) Hans Christian 1 ; Mikhael Pramodana Agus 2 ; Derwin Suhartono 3 1,2,3 Computer Science Department,

More information

A Case Study: News Classification Based on Term Frequency

A Case Study: News Classification Based on Term Frequency A Case Study: News Classification Based on Term Frequency Petr Kroha Faculty of Computer Science University of Technology 09107 Chemnitz Germany kroha@informatik.tu-chemnitz.de Ricardo Baeza-Yates Center

More information

Linking Task: Identifying authors and book titles in verbose queries

Linking Task: Identifying authors and book titles in verbose queries Linking Task: Identifying authors and book titles in verbose queries Anaïs Ollagnier, Sébastien Fournier, and Patrice Bellot Aix-Marseille University, CNRS, ENSAM, University of Toulon, LSIS UMR 7296,

More information

Probabilistic Latent Semantic Analysis

Probabilistic Latent Semantic Analysis Probabilistic Latent Semantic Analysis Thomas Hofmann Presentation by Ioannis Pavlopoulos & Andreas Damianou for the course of Data Mining & Exploration 1 Outline Latent Semantic Analysis o Need o Overview

More information

MULTILINGUAL INFORMATION ACCESS IN DIGITAL LIBRARY

MULTILINGUAL INFORMATION ACCESS IN DIGITAL LIBRARY MULTILINGUAL INFORMATION ACCESS IN DIGITAL LIBRARY Chen, Hsin-Hsi Department of Computer Science and Information Engineering National Taiwan University Taipei, Taiwan E-mail: hh_chen@csie.ntu.edu.tw Abstract

More information

BANGLA TO ENGLISH TEXT CONVERSION USING OPENNLP TOOLS

BANGLA TO ENGLISH TEXT CONVERSION USING OPENNLP TOOLS Daffodil International University Institutional Repository DIU Journal of Science and Technology Volume 8, Issue 1, January 2013 2013-01 BANGLA TO ENGLISH TEXT CONVERSION USING OPENNLP TOOLS Uddin, Sk.

More information

BYLINE [Heng Ji, Computer Science Department, New York University,

BYLINE [Heng Ji, Computer Science Department, New York University, INFORMATION EXTRACTION BYLINE [Heng Ji, Computer Science Department, New York University, hengji@cs.nyu.edu] SYNONYMS NONE DEFINITION Information Extraction (IE) is a task of extracting pre-specified types

More information

Analysis: Evaluation: Knowledge: Comprehension: Synthesis: Application:

Analysis: Evaluation: Knowledge: Comprehension: Synthesis: Application: In 1956, Benjamin Bloom headed a group of educational psychologists who developed a classification of levels of intellectual behavior important in learning. Bloom found that over 95 % of the test questions

More information

Class Responsibility Assignment (CRA) for Use Case Specification to Sequence Diagrams (UC2SD)

Class Responsibility Assignment (CRA) for Use Case Specification to Sequence Diagrams (UC2SD) Class Responsibility Assignment (CRA) for Use Case Specification to Sequence Diagrams (UC2SD) Jali, N., Greer, D., & Hanna, P. (2014). Class Responsibility Assignment (CRA) for Use Case Specification to

More information

Matching Similarity for Keyword-Based Clustering

Matching Similarity for Keyword-Based Clustering Matching Similarity for Keyword-Based Clustering Mohammad Rezaei and Pasi Fränti University of Eastern Finland {rezaei,franti}@cs.uef.fi Abstract. Semantic clustering of objects such as documents, web

More information

Using dialogue context to improve parsing performance in dialogue systems

Using dialogue context to improve parsing performance in dialogue systems Using dialogue context to improve parsing performance in dialogue systems Ivan Meza-Ruiz and Oliver Lemon School of Informatics, Edinburgh University 2 Buccleuch Place, Edinburgh I.V.Meza-Ruiz@sms.ed.ac.uk,

More information

Postprint.

Postprint. http://www.diva-portal.org Postprint This is the accepted version of a paper presented at CLEF 2013 Conference and Labs of the Evaluation Forum Information Access Evaluation meets Multilinguality, Multimodality,

More information

Automating the E-learning Personalization

Automating the E-learning Personalization Automating the E-learning Personalization Fathi Essalmi 1, Leila Jemni Ben Ayed 1, Mohamed Jemni 1, Kinshuk 2, and Sabine Graf 2 1 The Research Laboratory of Technologies of Information and Communication

More information

Conversational Framework for Web Search and Recommendations

Conversational Framework for Web Search and Recommendations Conversational Framework for Web Search and Recommendations Saurav Sahay and Ashwin Ram ssahay@cc.gatech.edu, ashwin@cc.gatech.edu College of Computing Georgia Institute of Technology Atlanta, GA Abstract.

More information

Cross Language Information Retrieval

Cross Language Information Retrieval Cross Language Information Retrieval RAFFAELLA BERNARDI UNIVERSITÀ DEGLI STUDI DI TRENTO P.ZZA VENEZIA, ROOM: 2.05, E-MAIL: BERNARDI@DISI.UNITN.IT Contents 1 Acknowledgment.............................................

More information

Language Independent Passage Retrieval for Question Answering

Language Independent Passage Retrieval for Question Answering Language Independent Passage Retrieval for Question Answering José Manuel Gómez-Soriano 1, Manuel Montes-y-Gómez 2, Emilio Sanchis-Arnal 1, Luis Villaseñor-Pineda 2, Paolo Rosso 1 1 Polytechnic University

More information

Cross-Lingual Text Categorization

Cross-Lingual Text Categorization Cross-Lingual Text Categorization Nuria Bel 1, Cornelis H.A. Koster 2, and Marta Villegas 1 1 Grup d Investigació en Lingüística Computacional Universitat de Barcelona, 028 - Barcelona, Spain. {nuria,tona}@gilc.ub.es

More information

CWIS 23,3. Nikolaos Avouris Human Computer Interaction Group, University of Patras, Patras, Greece

CWIS 23,3. Nikolaos Avouris Human Computer Interaction Group, University of Patras, Patras, Greece The current issue and full text archive of this journal is available at wwwemeraldinsightcom/1065-0741htm CWIS 138 Synchronous support and monitoring in web-based educational systems Christos Fidas, Vasilios

More information

Distant Supervised Relation Extraction with Wikipedia and Freebase

Distant Supervised Relation Extraction with Wikipedia and Freebase Distant Supervised Relation Extraction with Wikipedia and Freebase Marcel Ackermann TU Darmstadt ackermann@tk.informatik.tu-darmstadt.de Abstract In this paper we discuss a new approach to extract relational

More information

Assignment 1: Predicting Amazon Review Ratings

Assignment 1: Predicting Amazon Review Ratings Assignment 1: Predicting Amazon Review Ratings 1 Dataset Analysis Richard Park r2park@acsmail.ucsd.edu February 23, 2015 The dataset selected for this assignment comes from the set of Amazon reviews for

More information

Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining

Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining Dave Donnellan, School of Computer Applications Dublin City University Dublin 9 Ireland daviddonnellan@eircom.net Claus Pahl

More information

Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining

Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining Dave Donnellan, School of Computer Applications Dublin City University Dublin 9 Ireland daviddonnellan@eircom.net Claus Pahl

More information

Twitter Sentiment Classification on Sanders Data using Hybrid Approach

Twitter Sentiment Classification on Sanders Data using Hybrid Approach IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 4, Ver. I (July Aug. 2015), PP 118-123 www.iosrjournals.org Twitter Sentiment Classification on Sanders

More information

The 9 th International Scientific Conference elearning and software for Education Bucharest, April 25-26, / X

The 9 th International Scientific Conference elearning and software for Education Bucharest, April 25-26, / X The 9 th International Scientific Conference elearning and software for Education Bucharest, April 25-26, 2013 10.12753/2066-026X-13-154 DATA MINING SOLUTIONS FOR DETERMINING STUDENT'S PROFILE Adela BÂRA,

More information

Semi-supervised methods of text processing, and an application to medical concept extraction. Yacine Jernite Text-as-Data series September 17.

Semi-supervised methods of text processing, and an application to medical concept extraction. Yacine Jernite Text-as-Data series September 17. Semi-supervised methods of text processing, and an application to medical concept extraction Yacine Jernite Text-as-Data series September 17. 2015 What do we want from text? 1. Extract information 2. Link

More information

Organizational Knowledge Distribution: An Experimental Evaluation

Organizational Knowledge Distribution: An Experimental Evaluation Association for Information Systems AIS Electronic Library (AISeL) AMCIS 24 Proceedings Americas Conference on Information Systems (AMCIS) 12-31-24 : An Experimental Evaluation Surendra Sarnikar University

More information

Web as Corpus. Corpus Linguistics. Web as Corpus 1 / 1. Corpus Linguistics. Web as Corpus. web.pl 3 / 1. Sketch Engine. Corpus Linguistics

Web as Corpus. Corpus Linguistics. Web as Corpus 1 / 1. Corpus Linguistics. Web as Corpus. web.pl 3 / 1. Sketch Engine. Corpus Linguistics (L615) Markus Dickinson Department of Linguistics, Indiana University Spring 2013 The web provides new opportunities for gathering data Viable source of disposable corpora, built ad hoc for specific purposes

More information

USER ADAPTATION IN E-LEARNING ENVIRONMENTS

USER ADAPTATION IN E-LEARNING ENVIRONMENTS USER ADAPTATION IN E-LEARNING ENVIRONMENTS Paraskevi Tzouveli Image, Video and Multimedia Systems Laboratory School of Electrical and Computer Engineering National Technical University of Athens tpar@image.

More information

Towards Semantic Facility Data Management

Towards Semantic Facility Data Management Towards Semantic Facility Data Management Ilkka Niskanen, Anu Purhonen, Jarkko Kuusijärvi Digital Service Research VTT Technical Research Centre of Finland Oulu, Finland {Ilkka.Niskanen, Anu.Purhonen,

More information

The Smart/Empire TIPSTER IR System

The Smart/Empire TIPSTER IR System The Smart/Empire TIPSTER IR System Chris Buckley, Janet Walz Sabir Research, Gaithersburg, MD chrisb,walz@sabir.com Claire Cardie, Scott Mardis, Mandar Mitra, David Pierce, Kiri Wagstaff Department of

More information

Exposé for a Master s Thesis

Exposé for a Master s Thesis Exposé for a Master s Thesis Stefan Selent January 21, 2017 Working Title: TF Relation Mining: An Active Learning Approach Introduction The amount of scientific literature is ever increasing. Especially

More information

Identification of Opinion Leaders Using Text Mining Technique in Virtual Community

Identification of Opinion Leaders Using Text Mining Technique in Virtual Community Identification of Opinion Leaders Using Text Mining Technique in Virtual Community Chihli Hung Department of Information Management Chung Yuan Christian University Taiwan 32023, R.O.C. chihli@cycu.edu.tw

More information

Ensemble Technique Utilization for Indonesian Dependency Parser

Ensemble Technique Utilization for Indonesian Dependency Parser Ensemble Technique Utilization for Indonesian Dependency Parser Arief Rahman Institut Teknologi Bandung Indonesia 23516008@std.stei.itb.ac.id Ayu Purwarianti Institut Teknologi Bandung Indonesia ayu@stei.itb.ac.id

More information

A Topic Maps-based ontology IR system versus Clustering-based IR System: A Comparative Study in Security Domain

A Topic Maps-based ontology IR system versus Clustering-based IR System: A Comparative Study in Security Domain A Topic Maps-based ontology IR system versus Clustering-based IR System: A Comparative Study in Security Domain Myongho Yi 1 and Sam Gyun Oh 2* 1 School of Library and Information Studies, Texas Woman

More information

Chunk Parsing for Base Noun Phrases using Regular Expressions. Let s first let the variable s0 be the sentence tree of the first sentence.

Chunk Parsing for Base Noun Phrases using Regular Expressions. Let s first let the variable s0 be the sentence tree of the first sentence. NLP Lab Session Week 8 October 15, 2014 Noun Phrase Chunking and WordNet in NLTK Getting Started In this lab session, we will work together through a series of small examples using the IDLE window and

More information

Unit 7 Data analysis and design

Unit 7 Data analysis and design 2016 Suite Cambridge TECHNICALS LEVEL 3 IT Unit 7 Data analysis and design A/507/5007 Guided learning hours: 60 Version 2 - revised May 2016 *changes indicated by black vertical line ocr.org.uk/it LEVEL

More information

The stages of event extraction

The stages of event extraction The stages of event extraction David Ahn Intelligent Systems Lab Amsterdam University of Amsterdam ahn@science.uva.nl Abstract Event detection and recognition is a complex task consisting of multiple sub-tasks

More information

On document relevance and lexical cohesion between query terms

On document relevance and lexical cohesion between query terms Information Processing and Management 42 (2006) 1230 1247 www.elsevier.com/locate/infoproman On document relevance and lexical cohesion between query terms Olga Vechtomova a, *, Murat Karamuftuoglu b,

More information

On-Line Data Analytics

On-Line Data Analytics International Journal of Computer Applications in Engineering Sciences [VOL I, ISSUE III, SEPTEMBER 2011] [ISSN: 2231-4946] On-Line Data Analytics Yugandhar Vemulapalli #, Devarapalli Raghu *, Raja Jacob

More information

Rule Learning With Negation: Issues Regarding Effectiveness

Rule Learning With Negation: Issues Regarding Effectiveness Rule Learning With Negation: Issues Regarding Effectiveness S. Chua, F. Coenen, G. Malcolm University of Liverpool Department of Computer Science, Ashton Building, Ashton Street, L69 3BX Liverpool, United

More information

A Bayesian Learning Approach to Concept-Based Document Classification

A Bayesian Learning Approach to Concept-Based Document Classification Databases and Information Systems Group (AG5) Max-Planck-Institute for Computer Science Saarbrücken, Germany A Bayesian Learning Approach to Concept-Based Document Classification by Georgiana Ifrim Supervisors

More information

Speech Emotion Recognition Using Support Vector Machine

Speech Emotion Recognition Using Support Vector Machine Speech Emotion Recognition Using Support Vector Machine Yixiong Pan, Peipei Shen and Liping Shen Department of Computer Technology Shanghai JiaoTong University, Shanghai, China panyixiong@sjtu.edu.cn,

More information

DICTE PLATFORM: AN INPUT TO COLLABORATION AND KNOWLEDGE SHARING

DICTE PLATFORM: AN INPUT TO COLLABORATION AND KNOWLEDGE SHARING DICTE PLATFORM: AN INPUT TO COLLABORATION AND KNOWLEDGE SHARING Annalisa Terracina, Stefano Beco ElsagDatamat Spa Via Laurentina, 760, 00143 Rome, Italy Adrian Grenham, Iain Le Duc SciSys Ltd Methuen Park

More information

A Comparison of Two Text Representations for Sentiment Analysis

A Comparison of Two Text Representations for Sentiment Analysis 010 International Conference on Computer Application and System Modeling (ICCASM 010) A Comparison of Two Text Representations for Sentiment Analysis Jianxiong Wang School of Computer Science & Educational

More information

Customized Question Handling in Data Removal Using CPHC

Customized Question Handling in Data Removal Using CPHC International Journal of Research Studies in Computer Science and Engineering (IJRSCSE) Volume 1, Issue 8, December 2014, PP 29-34 ISSN 2349-4840 (Print) & ISSN 2349-4859 (Online) www.arcjournals.org Customized

More information

Bug triage in open source systems: a review

Bug triage in open source systems: a review Int. J. Collaborative Enterprise, Vol. 4, No. 4, 2014 299 Bug triage in open source systems: a review V. Akila* and G. Zayaraz Department of Computer Science and Engineering, Pondicherry Engineering College,

More information

Target Language Preposition Selection an Experiment with Transformation-Based Learning and Aligned Bilingual Data

Target Language Preposition Selection an Experiment with Transformation-Based Learning and Aligned Bilingual Data Target Language Preposition Selection an Experiment with Transformation-Based Learning and Aligned Bilingual Data Ebba Gustavii Department of Linguistics and Philology, Uppsala University, Sweden ebbag@stp.ling.uu.se

More information

HLTCOE at TREC 2013: Temporal Summarization

HLTCOE at TREC 2013: Temporal Summarization HLTCOE at TREC 2013: Temporal Summarization Tan Xu University of Maryland College Park Paul McNamee Johns Hopkins University HLTCOE Douglas W. Oard University of Maryland College Park Abstract Our team

More information

Improving software testing course experience with pair testing pattern. Iyad Alazzam* and Mohammed Akour

Improving software testing course experience with pair testing pattern. Iyad Alazzam* and Mohammed Akour 244 Int. J. Teaching and Case Studies, Vol. 6, No. 3, 2015 Improving software testing course experience with pair testing pattern Iyad lazzam* and Mohammed kour Department of Computer Information Systems,

More information

Module 12. Machine Learning. Version 2 CSE IIT, Kharagpur

Module 12. Machine Learning. Version 2 CSE IIT, Kharagpur Module 12 Machine Learning 12.1 Instructional Objective The students should understand the concept of learning systems Students should learn about different aspects of a learning system Students should

More information

Applications of memory-based natural language processing

Applications of memory-based natural language processing Applications of memory-based natural language processing Antal van den Bosch and Roser Morante ILK Research Group Tilburg University Prague, June 24, 2007 Current ILK members Principal investigator: Antal

More information

Australian Journal of Basic and Applied Sciences

Australian Journal of Basic and Applied Sciences AENSI Journals Australian Journal of Basic and Applied Sciences ISSN:1991-8178 Journal home page: www.ajbasweb.com Feature Selection Technique Using Principal Component Analysis For Improving Fuzzy C-Mean

More information

Python Machine Learning

Python Machine Learning Python Machine Learning Unlock deeper insights into machine learning with this vital guide to cuttingedge predictive analytics Sebastian Raschka [ PUBLISHING 1 open source I community experience distilled

More information

CREATING SHARABLE LEARNING OBJECTS FROM EXISTING DIGITAL COURSE CONTENT

CREATING SHARABLE LEARNING OBJECTS FROM EXISTING DIGITAL COURSE CONTENT CREATING SHARABLE LEARNING OBJECTS FROM EXISTING DIGITAL COURSE CONTENT Rajendra G. Singh Margaret Bernard Ross Gardler rajsingh@tstt.net.tt mbernard@fsa.uwi.tt rgardler@saafe.org Department of Mathematics

More information

Automatic document classification of biological literature

Automatic document classification of biological literature BMC Bioinformatics This Provisional PDF corresponds to the article as it appeared upon acceptance. Copyedited and fully formatted PDF and full text (HTML) versions will be made available soon. Automatic

More information

ScienceDirect. Malayalam question answering system

ScienceDirect. Malayalam question answering system Available online at www.sciencedirect.com ScienceDirect Procedia Technology 24 (2016 ) 1388 1392 International Conference on Emerging Trends in Engineering, Science and Technology (ICETEST - 2015) Malayalam

More information

Speech Recognition at ICSI: Broadcast News and beyond

Speech Recognition at ICSI: Broadcast News and beyond Speech Recognition at ICSI: Broadcast News and beyond Dan Ellis International Computer Science Institute, Berkeley CA Outline 1 2 3 The DARPA Broadcast News task Aspects of ICSI

More information

Introduction to Text Mining

Introduction to Text Mining Prelude Overview Introduction to Text Mining Tutorial at EDBT 06 René Witte Faculty of Informatics Institute for Program Structures and Data Organization (IPD) Universität Karlsruhe, Germany http://rene-witte.net

More information

Reducing Features to Improve Bug Prediction

Reducing Features to Improve Bug Prediction Reducing Features to Improve Bug Prediction Shivkumar Shivaji, E. James Whitehead, Jr., Ram Akella University of California Santa Cruz {shiv,ejw,ram}@soe.ucsc.edu Sunghun Kim Hong Kong University of Science

More information

Learning Methods for Fuzzy Systems

Learning Methods for Fuzzy Systems Learning Methods for Fuzzy Systems Rudolf Kruse and Andreas Nürnberger Department of Computer Science, University of Magdeburg Universitätsplatz, D-396 Magdeburg, Germany Phone : +49.39.67.876, Fax : +49.39.67.8

More information

Ontological spine, localization and multilingual access

Ontological spine, localization and multilingual access Start Ontological spine, localization and multilingual access Some reflections and a proposal New Perspectives on Subject Indexing and Classification in an International Context International Symposium

More information

A GENERIC SPLIT PROCESS MODEL FOR ASSET MANAGEMENT DECISION-MAKING

A GENERIC SPLIT PROCESS MODEL FOR ASSET MANAGEMENT DECISION-MAKING A GENERIC SPLIT PROCESS MODEL FOR ASSET MANAGEMENT DECISION-MAKING Yong Sun, a * Colin Fidge b and Lin Ma a a CRC for Integrated Engineering Asset Management, School of Engineering Systems, Queensland

More information

OPAC Usability: Assessment through Verbal Protocol

OPAC Usability: Assessment through Verbal Protocol OPAC Usability: Assessment through Verbal Protocol KEYWORDS: OPAC Studies, User Studies, Verbal Protocol, Think Aloud, Qualitative Research, LIBSYS Abstract: Based on a sample of eighteen OPAC users of

More information

Chapter 10 APPLYING TOPIC MODELING TO FORENSIC DATA. 1. Introduction. Alta de Waal, Jacobus Venter and Etienne Barnard

Chapter 10 APPLYING TOPIC MODELING TO FORENSIC DATA. 1. Introduction. Alta de Waal, Jacobus Venter and Etienne Barnard Chapter 10 APPLYING TOPIC MODELING TO FORENSIC DATA Alta de Waal, Jacobus Venter and Etienne Barnard Abstract Most actionable evidence is identified during the analysis phase of digital forensic investigations.

More information

Parsing of part-of-speech tagged Assamese Texts

Parsing of part-of-speech tagged Assamese Texts IJCSI International Journal of Computer Science Issues, Vol. 6, No. 1, 2009 ISSN (Online): 1694-0784 ISSN (Print): 1694-0814 28 Parsing of part-of-speech tagged Assamese Texts Mirzanur Rahman 1, Sufal

More information

PROCESS USE CASES: USE CASES IDENTIFICATION

PROCESS USE CASES: USE CASES IDENTIFICATION International Conference on Enterprise Information Systems, ICEIS 2007, Volume EIS June 12-16, 2007, Funchal, Portugal. PROCESS USE CASES: USE CASES IDENTIFICATION Pedro Valente, Paulo N. M. Sampaio Distributed

More information

Universiteit Leiden ICT in Business

Universiteit Leiden ICT in Business Universiteit Leiden ICT in Business Ranking of Multi-Word Terms Name: Ricardo R.M. Blikman Student-no: s1184164 Internal report number: 2012-11 Date: 07/03/2013 1st supervisor: Prof. Dr. J.N. Kok 2nd supervisor:

More information

Team Formation for Generalized Tasks in Expertise Social Networks

Team Formation for Generalized Tasks in Expertise Social Networks IEEE International Conference on Social Computing / IEEE International Conference on Privacy, Security, Risk and Trust Team Formation for Generalized Tasks in Expertise Social Networks Cheng-Te Li Graduate

More information

Online Updating of Word Representations for Part-of-Speech Tagging

Online Updating of Word Representations for Part-of-Speech Tagging Online Updating of Word Representations for Part-of-Speech Tagging Wenpeng Yin LMU Munich wenpeng@cis.lmu.de Tobias Schnabel Cornell University tbs49@cornell.edu Hinrich Schütze LMU Munich inquiries@cislmu.org

More information

Developing True/False Test Sheet Generating System with Diagnosing Basic Cognitive Ability

Developing True/False Test Sheet Generating System with Diagnosing Basic Cognitive Ability Developing True/False Test Sheet Generating System with Diagnosing Basic Cognitive Ability Shih-Bin Chen Dept. of Information and Computer Engineering, Chung-Yuan Christian University Chung-Li, Taiwan

More information

Specification and Evaluation of Machine Translation Toy Systems - Criteria for laboratory assignments

Specification and Evaluation of Machine Translation Toy Systems - Criteria for laboratory assignments Specification and Evaluation of Machine Translation Toy Systems - Criteria for laboratory assignments Cristina Vertan, Walther v. Hahn University of Hamburg, Natural Language Systems Division Hamburg,

More information

Rule discovery in Web-based educational systems using Grammar-Based Genetic Programming

Rule discovery in Web-based educational systems using Grammar-Based Genetic Programming Data Mining VI 205 Rule discovery in Web-based educational systems using Grammar-Based Genetic Programming C. Romero, S. Ventura, C. Hervás & P. González Universidad de Córdoba, Campus Universitario de

More information

EDITORIAL: ICT SUPPORT FOR KNOWLEDGE MANAGEMENT IN CONSTRUCTION

EDITORIAL: ICT SUPPORT FOR KNOWLEDGE MANAGEMENT IN CONSTRUCTION EDITORIAL: SUPPORT FOR KNOWLEDGE MANAGEMENT IN CONSTRUCTION Abdul Samad (Sami) Kazi, Senior Research Scientist, VTT - Technical Research Centre of Finland Sami.Kazi@vtt.fi http://www.vtt.fi Matti Hannus,

More information

Longest Common Subsequence: A Method for Automatic Evaluation of Handwritten Essays

Longest Common Subsequence: A Method for Automatic Evaluation of Handwritten Essays IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 6, Ver. IV (Nov Dec. 2015), PP 01-07 www.iosrjournals.org Longest Common Subsequence: A Method for

More information

An Interactive Intelligent Language Tutor Over The Internet

An Interactive Intelligent Language Tutor Over The Internet An Interactive Intelligent Language Tutor Over The Internet Trude Heift Linguistics Department and Language Learning Centre Simon Fraser University, B.C. Canada V5A1S6 E-mail: heift@sfu.ca Abstract: This

More information

Analyzing sentiments in tweets for Tesla Model 3 using SAS Enterprise Miner and SAS Sentiment Analysis Studio

Analyzing sentiments in tweets for Tesla Model 3 using SAS Enterprise Miner and SAS Sentiment Analysis Studio SCSUG Student Symposium 2016 Analyzing sentiments in tweets for Tesla Model 3 using SAS Enterprise Miner and SAS Sentiment Analysis Studio Praneth Guggilla, Tejaswi Jha, Goutam Chakraborty, Oklahoma State

More information

A Case-Based Approach To Imitation Learning in Robotic Agents

A Case-Based Approach To Imitation Learning in Robotic Agents A Case-Based Approach To Imitation Learning in Robotic Agents Tesca Fitzgerald, Ashok Goel School of Interactive Computing Georgia Institute of Technology, Atlanta, GA 30332, USA {tesca.fitzgerald,goel}@cc.gatech.edu

More information

The taming of the data:

The taming of the data: The taming of the data: Using text mining in building a corpus for diachronic analysis Stefania Degaetano-Ortlieb, Hannah Kermes, Ashraf Khamis, Jörg Knappen, Noam Ordan and Elke Teich Background Big data

More information

EdIt: A Broad-Coverage Grammar Checker Using Pattern Grammar

EdIt: A Broad-Coverage Grammar Checker Using Pattern Grammar EdIt: A Broad-Coverage Grammar Checker Using Pattern Grammar Chung-Chi Huang Mei-Hua Chen Shih-Ting Huang Jason S. Chang Institute of Information Systems and Applications, National Tsing Hua University,

More information

Human Emotion Recognition From Speech

Human Emotion Recognition From Speech RESEARCH ARTICLE OPEN ACCESS Human Emotion Recognition From Speech Miss. Aparna P. Wanare*, Prof. Shankar N. Dandare *(Department of Electronics & Telecommunication Engineering, Sant Gadge Baba Amravati

More information

WE GAVE A LAWYER BASIC MATH SKILLS, AND YOU WON T BELIEVE WHAT HAPPENED NEXT

WE GAVE A LAWYER BASIC MATH SKILLS, AND YOU WON T BELIEVE WHAT HAPPENED NEXT WE GAVE A LAWYER BASIC MATH SKILLS, AND YOU WON T BELIEVE WHAT HAPPENED NEXT PRACTICAL APPLICATIONS OF RANDOM SAMPLING IN ediscovery By Matthew Verga, J.D. INTRODUCTION Anyone who spends ample time working

More information

Term Weighting based on Document Revision History

Term Weighting based on Document Revision History Term Weighting based on Document Revision History Sérgio Nunes, Cristina Ribeiro, and Gabriel David INESC Porto, DEI, Faculdade de Engenharia, Universidade do Porto. Rua Dr. Roberto Frias, s/n. 4200-465

More information

Towards a Collaboration Framework for Selection of ICT Tools

Towards a Collaboration Framework for Selection of ICT Tools Towards a Collaboration Framework for Selection of ICT Tools Deepak Sahni, Jan Van den Bergh, and Karin Coninx Hasselt University - transnationale Universiteit Limburg Expertise Centre for Digital Media

More information

UCEAS: User-centred Evaluations of Adaptive Systems

UCEAS: User-centred Evaluations of Adaptive Systems UCEAS: User-centred Evaluations of Adaptive Systems Catherine Mulwa, Séamus Lawless, Mary Sharp, Vincent Wade Knowledge and Data Engineering Group School of Computer Science and Statistics Trinity College,

More information

Learning Structural Correspondences Across Different Linguistic Domains with Synchronous Neural Language Models

Learning Structural Correspondences Across Different Linguistic Domains with Synchronous Neural Language Models Learning Structural Correspondences Across Different Linguistic Domains with Synchronous Neural Language Models Stephan Gouws and GJ van Rooyen MIH Medialab, Stellenbosch University SOUTH AFRICA {stephan,gvrooyen}@ml.sun.ac.za

More information

Spoken Language Parsing Using Phrase-Level Grammars and Trainable Classifiers

Spoken Language Parsing Using Phrase-Level Grammars and Trainable Classifiers Spoken Language Parsing Using Phrase-Level Grammars and Trainable Classifiers Chad Langley, Alon Lavie, Lori Levin, Dorcas Wallace, Donna Gates, and Kay Peterson Language Technologies Institute Carnegie

More information

Ph.D in Advance Machine Learning (computer science) PhD submitted, degree to be awarded on convocation, sept B.Tech in Computer science and

Ph.D in Advance Machine Learning (computer science) PhD submitted, degree to be awarded on convocation, sept B.Tech in Computer science and Name Qualification Sonia Thomas Ph.D in Advance Machine Learning (computer science) PhD submitted, degree to be awarded on convocation, sept. 2016. M.Tech in Computer science and Engineering. B.Tech in

More information

Word Segmentation of Off-line Handwritten Documents

Word Segmentation of Off-line Handwritten Documents Word Segmentation of Off-line Handwritten Documents Chen Huang and Sargur N. Srihari {chuang5, srihari}@cedar.buffalo.edu Center of Excellence for Document Analysis and Recognition (CEDAR), Department

More information

A Domain Ontology Development Environment Using a MRD and Text Corpus

A Domain Ontology Development Environment Using a MRD and Text Corpus A Domain Ontology Development Environment Using a MRD and Text Corpus Naomi Nakaya 1 and Masaki Kurematsu 2 and Takahira Yamaguchi 1 1 Faculty of Information, Shizuoka University 3-5-1 Johoku Hamamatsu

More information

Loughton School s curriculum evening. 28 th February 2017

Loughton School s curriculum evening. 28 th February 2017 Loughton School s curriculum evening 28 th February 2017 Aims of this session Share our approach to teaching writing, reading, SPaG and maths. Share resources, ideas and strategies to support children's

More information

Detecting Wikipedia Vandalism using Machine Learning Notebook for PAN at CLEF 2011

Detecting Wikipedia Vandalism using Machine Learning Notebook for PAN at CLEF 2011 Detecting Wikipedia Vandalism using Machine Learning Notebook for PAN at CLEF 2011 Cristian-Alexandru Drăgușanu, Marina Cufliuc, Adrian Iftene UAIC: Faculty of Computer Science, Alexandru Ioan Cuza University,

More information

1 Use complex features of a word processing application to a given brief. 2 Create a complex document. 3 Collaborate on a complex document.

1 Use complex features of a word processing application to a given brief. 2 Create a complex document. 3 Collaborate on a complex document. National Unit specification General information Unit code: HA6M 46 Superclass: CD Publication date: May 2016 Source: Scottish Qualifications Authority Version: 02 Unit purpose This Unit is designed to

More information

Finding Translations in Scanned Book Collections

Finding Translations in Scanned Book Collections Finding Translations in Scanned Book Collections Ismet Zeki Yalniz Dept. of Computer Science University of Massachusetts Amherst, MA, 01003 zeki@cs.umass.edu R. Manmatha Dept. of Computer Science University

More information

Machine Learning from Garden Path Sentences: The Application of Computational Linguistics

Machine Learning from Garden Path Sentences: The Application of Computational Linguistics Machine Learning from Garden Path Sentences: The Application of Computational Linguistics http://dx.doi.org/10.3991/ijet.v9i6.4109 J.L. Du 1, P.F. Yu 1 and M.L. Li 2 1 Guangdong University of Foreign Studies,

More information

PRAAT ON THE WEB AN UPGRADE OF PRAAT FOR SEMI-AUTOMATIC SPEECH ANNOTATION

PRAAT ON THE WEB AN UPGRADE OF PRAAT FOR SEMI-AUTOMATIC SPEECH ANNOTATION PRAAT ON THE WEB AN UPGRADE OF PRAAT FOR SEMI-AUTOMATIC SPEECH ANNOTATION SUMMARY 1. Motivation 2. Praat Software & Format 3. Extended Praat 4. Prosody Tagger 5. Demo 6. Conclusions What s the story behind?

More information

Maximizing Learning Through Course Alignment and Experience with Different Types of Knowledge

Maximizing Learning Through Course Alignment and Experience with Different Types of Knowledge Innov High Educ (2009) 34:93 103 DOI 10.1007/s10755-009-9095-2 Maximizing Learning Through Course Alignment and Experience with Different Types of Knowledge Phyllis Blumberg Published online: 3 February

More information

Combining a Chinese Thesaurus with a Chinese Dictionary

Combining a Chinese Thesaurus with a Chinese Dictionary Combining a Chinese Thesaurus with a Chinese Dictionary Ji Donghong Kent Ridge Digital Labs 21 Heng Mui Keng Terrace Singapore, 119613 dhji @krdl.org.sg Gong Junping Department of Computer Science Ohio

More information

Predicting Student Attrition in MOOCs using Sentiment Analysis and Neural Networks

Predicting Student Attrition in MOOCs using Sentiment Analysis and Neural Networks Predicting Student Attrition in MOOCs using Sentiment Analysis and Neural Networks Devendra Singh Chaplot, Eunhee Rhim, and Jihie Kim Samsung Electronics Co., Ltd. Seoul, South Korea {dev.chaplot,eunhee.rhim,jihie.kim}@samsung.com

More information