SlideShare una empresa de Scribd logo
1 de 11
A Match-Making System for Learners and Learning Objects

            H. Boley1, V.C. Bhavsar2, D. Hirtle2, A. Singh2, Z. Sun2, and L. Yang2
       1
           Institute for Information Technology e-Business, National Research Council of Canada

                       2
                           Faculty of Computer Science, University of New Brunswick
                                     Fredericton, New Brunswick, Canada


Abstract

The AgentMatcher architecture is developed for Canadian Learning Object Metadata
(CanLOM) of the eduSource e-Learning project. The LOMGen indexer, described in a
companion paper, extracts CanLOM metadata from HTML learning objects (LOs).
LOMGen-extracted terms can be selected from the query interface, permitting convenient
entry of relevant tree parts and weights. Web-based prefiltering is then performed over
the CanLOM metadata kept in the relational database of the KnowledgeAgora e-Learning
repository. The prefiltering result is transformed to Weighted Object-Oriented (WOO)
RuleML via an XSLT translator, and compared to the WOO RuleML-serialised tree
obtained from the query interface. Finally, our similarity algorithm, described in an
earlier paper, computes a percentage-ranked LO list, which is presented to the learner.

1. Introduction




                                                     1
We have developed the AgentMatcher system [2] for match-making between buyer and
seller agents. This system is applied for searching procurable learning objects (LOs) in an
e-Learning environment. Keywords and keyphrases are often used to describe LOs as
well as learner queries in such environments. However, such a flat representation does
not lend itself to hierarchical LO matching enabled by the Learning Object Metadata
(LOM) standard and does not reflect user preferences about the relative importance of the
parts of an LOM description. AgentMatcher combines both of these expressive
extensions into tree-structured descriptions with arc weights for the queries, enhancing
the precision of LO retrieval.

In this paper we describe the Java-based AgentMatcher match-making architecture as
applied to the XML-based Canadian Learning Object Metadata (CanLOM) of the
Canadian eduSource project [5]. The indexer of this architecture, the Learning Object
Metadata Generator (LOMGen) described in companion work [3], extracts CanLOM
metadata from HTML learning objects (LOs). LOMGen-extracted terms are offered to
learners for selection from a query interface that permits convenient entry of relevant tree
components and weights. Web-based prefiltering is then performed over the CanLOM
metadata kept in the relational database of the KnowledgeAgora e-Learning repository of
TeleEducation New Brunswick (TeleEd). The prefiltering result is transformed to
Weighted Object-Oriented (WOO) RuleML [6] via an XML-to-XML translator. This is
then compared to the WOO RuleML-serialised tree obtained from the query interface,
using our similarity algorithm [1], and a percentage-ranked LO list is obtained for
presentation to the learner.

2. Overview

The AgentMatcher architecture can be applied to match-making [7] between buyer and
seller agents in e-Business, e-Learning and other environments. The core of the
AgentMatcher consists of similarity computation between metadata descriptions carried
by buyer and seller agents. In Components
                       Retriveal
                                 the AgentMatcher instantiation for e-Learning, buyers are
learners and sellers are learning object (LO) providers. We use the e-Learning standard
CanLOM to describe PrefilterURI) objects (LOs). Thus, the match-making between buyer and
                             parameter
                      learning
                      (Query                                  Indexing Components
seller agents corresponds to the matching of learner queries and CanLOM descriptions.
                    WOO RuleML
                                             prefiltered
      architecture of the AgentMatcher as adapted to e-Learningpartialdepicted HTMLFig. 1
Theuser      UI   file            WOO
                                               CanCore files     CanCore           is CanCore in
                                  RuleML files                                                 files
showing the top-level retrieval and indexing components. There are three retrieval
    input
           (Java)                                                 files         files
                                                                                       LOMGen
                                       Translator                                                     LOR
components, the User Interface, (XSLT)
                       Similarity         Similarity Prefilter andCANLOM
                                                          Engine          Translator, while the (HTML)
                                                                                        (Java)       LOM
          Search                                           (SQL)         (XML)
Generator (LOMGen) Engineperforms indexing. Each of these four major components of the
                         (Java)
system is detailed in the ensuing sections.
 End
          Results
 user               Recommended
                                                              Administrator
                    results
                                                              input                 DATABASE
                                                                                     (Access)
                                                           Administrator

                                          Keyword Table



                                                                      Dataflow realized by TeleEd
               Components developed by TeleEd or
               a third party
                                                     2                Dataflow realized by UNB
                Components developed by UNB/NRC                       Dataflow between TeleEd
                                                                      and UNB/NRC
Figure 1. The AgentMatcher architecture.

3. User Interface

The user interface is employed for interaction between the end user and all other
components. It permits a user to enter search parameters and retrieve ranked search
results in a new browser window.




                            Figure 2. The user interface.




                                         3
As shown in Fig. 2, the user interface is split into multiple boxes, each of which contains
one or more search parameters chosen from the same category in the CanCore schema.
Accompanying each search parameter is a slider, permitting the user to input not only the
value for the parameter but also a corresponding weight. This weight indicates the
importance of a parameter to the user relative to other parameters within the same
category. All the weights within one box add up to 1.0. The user is also able to input a
threshold for the search result recommendations, causing all the LOs with a similarity
value above the threshold to be considered as the recommendations.

After the user submits the advanced search request, the internal functions will be invoked
according to the dataflow in Fig. 1. First of all, a Weighted Object-Oriented RuleML
(WOO RuleML) parameter file (hereafter referred to as user.xml) is generated by the
user interface. WOO RuleML is the native format required by the Similarity Engine.
Then selected search parameters are sent to the KnowledgeAgora database server for pre-
filtering, using the conventional database query functionality to select relevant LOs by
examining their Learning Object Metadata (LOM). The response from KnowledgeAgora
is parsed into multiple XML files. These files are translated by the Translator into WOO
RuleML files and passed to the Similarity Engine. At this point, user.xml is compared
with each of the LOM files translated into WOO RuleML. The final result of the
similarity computations is then displayed as a list of LOs ranked according to their
similarity to the original search parameters entered by the user. Only those LOs with
similarities above the threshold are recommended to the user.

4. Translator

The translator is responsible for translating the pre-filtered LOM files from the CanLOM
repository into Weighted Object-Oriented RuleML, required by the Similarity Engine. It
defaults LOM weights to equal values (up to rounding) on all tree levels, since this e-
Learning application of AgentMatcher uses proper weights only for the query trees. The
translator uses the Extensible Stylesheet Language Transformations (XSLT), a W3C
Recommended language for transforming XML documents into other XML documents.

The (abbreviated) sample illustrated in Figure 3 demonstrates the mapping between the
two formats. Additional information about this translation process is available in a
separate report [4]. When translation is complete, the resulting WOO RuleML files are
passed to the Similarity Engine for comparison to the WOO RuleML representation of
the search parameters specified by the user.


       CanLOM XML                                       WOO RuleML




                                            4
<cterm>
                                            <_opc>
                                              <ctor>lom</ctor>
                                            </_opc>
                                            ...
                                            <_slot name="general" weight="0.16667">
                                              <cterm>
<lom>                                           <_opc>
  <general>                                        <ctor>general_set</ctor>
    ...                                         </_opc>
    <title>                                     ...
      <string>                                  <_slot name="title" weight="0.33333">
         Introduction to Databases                 <ind>
       </string>                                    Introduction to Databases
    </title>                                       </ind>
    ...                                         </_slot>
  </general>                                    ...
  ...                                         </cterm>
</lom>                                      </_slot>
                                            ...
                                          </cterm>


             Figure 3. Mapping between WOO RuleML and CanLOM XML

5. Similarity Engine

The Similarity Engine is responsible for computing the similarity of the query and LOM files
using our tree similarity algorithm [1]. It also displays the ranked list of search results in a
browser window. The inputs of the Similarity Engine are the query file user.xml
generated from the user interface and translated LOMs, as shown in Fig. 4. Similarity values
fall into the real interval [0.0, 1.0]. The user will find on the top of the list the LOM that has
the highest similarity value with his/her query.

                                                       Translated LOMs (XML files):

          Query (XML File) generated                                  LOM 1
          from the user interface:
                                          Similarity                  LOM 2
                          Query
                                          Engine


                                                                      LOM n


                         Figure 4. Inputs of the Similarity Engine.

After computing the similarity between the query and LOMs, the Similarity Engine ranks all
of the LOs in descending order of similarity, graphically separating those results whose
similarity values fall below the threshold.




                                              5
Figure 5. Snapshot of search results (low threshold).

Fig. 5 shows the ranking and HTML output for a relatively low threshold. There are four
columns in the result table: Rank, Similarity, LOMs and LOs. The rank represents the
relevance of the LOs to the user, where higher rank indicates higher similarity between the
query and the LOM. The actual similarity values are displayed in the second column. All the
LOMs and LOs shown in the final two columns are clickable; clicking the link of an LOM
(e.g. WOORuleML10.xml) displays the metadata (in XML format) corresponding to the
LO. The “Go to the website” links in the final column point to organizations’ websites that
display the contents of LOs.

Besides showing the search results above the threshold, we also show those that are below
the threshold in case some users want to see more LOMs and LOs. Links for these results are
displayed in white color.




                   Figure 6. Snapshot of search results (high threshold).


                                           6
Sometimes a user may input a too high similarity threshold that may result in a failed search.
In this case, we do not ask users to go back to the user interface to input a lower threshold,
but give users warning that their threshold is too high and still show all the search results that
are below the threshold. Fig. 6 shows the search results in this situation. If users want to
change other inputs (e.g., keywords), they have to go back to the interface to input again.




                                              7
6. LOM Generator (LOMGen)

The process of manually entering metadata to describe an LO is a time-consuming
process. The process requires the metadata administrator/author to be familiar with the
LO content to a great extent. A semi-automated process which extracts information from
the LO can alleviate the difficulties associated with this time-consuming process. The
Learning Object Metadata Generator (LOMGen) aims at automating the metadata
extraction process with minimal user intervention.

LOMGen works with LOs in Hypertext Markup Language (HTML) format. LOMGen
uses the Free Online Dictionary of Computing (FOLDOC) to generate keywords and key
phrases from an LO. It obtains the most frequent words and phrases from the contents of
the LO. In order to get relevant results, frequently occurring stop words like is, are, the,
in, etc. are ignored. This data combined with the Meta information found in the HTML
file is passed on to a database module, which interfaces with the dictionary. Additional
key phrases that may not be present in the LO but are relevant, are generated with the
help of the dictionary. The metadata administrator is then presented with a Graphical
User Interface (GUI) for key phrase selection, synonym and term addition (see Fig. 8).
The updates made by the administrator are stored in a database. Subsequently, while
parsing another LO, the newly added terms are considered to provide better choices to the
administrator.



                                             1. Prompts administrator to select relevant key            CANLOM
         Learning Object
                                             phrases and add more if required                           Metadata
        Repository (LOR)
                                                                                                        Repository
                                             2.Administrator provides new key phrases if
                                             required. The vocabulary gets updated with more
                      Retrieved              terms as greater number of LO’s are parsed.                 Validated
         HTML file HTML file                                                                             XML file
                      from LOR                                                   Fills in remaining
                                                                                 tag values
                                                                                                         Updated
                                                       Metadata Administrator                            XML file
       HTML Parser

      Free text
                                       1                                                                CANLOM
    Frequency Counter                            2                                                      XML file
                                                                                                         template
  Most Frequent
                                                                                      Uses template, updates
  Terms
                                     update                                           general identifier
      Synonym/Related
                                                       Keywords/Key phrases                           XML Generator
      Terms Finder                retrieve                  Database


                                              Extracted key phrases, description, and title


                                     Figure 7. LOMGen architecture.



                                                              8
As shown in Fig. 7, the LOMGen architecture consists of an HTML file reader module
which can read an LO file from a Uniform Resource Identifier (URI) or the disk, an
HTML parser, a word frequency counter, a database interface module, and an XML file
writer which updates the metadata repository with a newly generated LOM file.

A snapshot of the GUI presented to the metadata administrator is shown below in Fig. 7.

The GUI presents a list of keywords and keyphrases which were extracted or derived
from the LO. The checkboxes present under the title “KEYPHRASE” allow the metadata
administrator to select the most important keywords or keyphrases. The textboxes under
“ADD SYNONYMS” allow the administrator to add a term which acts as a synonym for
the corresponding keyphrase on the left. These synonyms, if added by the administrator,
are also added to the database. The choices made by the administrator populate the
domain term dropdown listbox. A domain term gives a hierarchy for classifying the LO.

If an LO lacks sufficient information in the text and HTML metatags, the quality of the
keywords or keyphrases extracted by LOMGen may not be satisfactory. In such a
scenario, the GUI enables the administrator to add more terms explicitly to describe the
LO.

Finally, clicking the “OK” button generates an LOM file with the metadata and posts it to
the LO repository.




                        Figure 8. GUI for key phrase selection.




                                           9
The LOMGen component can be used as a training module to a text summarizer which
uses machine learning techniques, with the intention of eliminating administrator inputs
over a period of time.

7. Conclusion

The AgentMatcher match-making system is applied to e-Learning scenarios where
learners are in search of procurable LOs. The resulting Java-based architecture takes
advantage of the added expressiveness possible with tree-based matching and user-
assigned weights. CanLOM metadata is extracted from HTML LOs by the LOMGen
indexer, greatly speeding the task of metadata generation. The metadata is first
prefiltered via a query URI, and then transformed to Weighted Object-Oriented RuleML
via an XSLT translator. The results are then compared to another tree representation of
the learner query as generated by the user interface. Finally, a list of learning objects is
presented to the learner in descending order of similarity, computed by the weighted tree
similarity algorithm.

This application of AgentMatcher, restricted to the computer science domain for the
purposes of this project, demonstrates enhanced precision relative to standard keyword-
based searches. AgentMatcher is easily adapted to match-making in other domains; in
fact, an application currently in development involves technology transfer.

Acknowledgements

We thank the CANARIE eduSource Project and NSERC as well as the New Brunswick
Department of Education for their support.

References

[1] Bhavsar, V.C., H. Boley, L. Yang, “A Weighted-Tree Similarity Algorithm for Multi-
Agent Systems in E-Business Environments”, In Proceedings of 2003 Workshop on
Business Agents and the Semantic Web, Halifax, June 14, 2003, National Research
Council of Canada, Institute for Information Technology, Fredericton, pp. 53-72, 2003.
(Revised version to appear in Computational Intelligence, November 2004.)

[2] Sarno, R., L. Yang, V.C. Bhavsar and H. Boley, “The AgentMatcher architecture
applied to power grid transactions”, In Proceedings of the First International Workshop
on Knowledge Grid and Grid Intelligence, Halifax, 2003, pp. 92-99.

[3] Singh, A., H. Boley and V.C. Bhavsar, “A Learning Object Metadata Generator
Applied to Computer Science Terminology,” Presented at Learning Objects Summit,
Fredericton, March 29-30, 2004.

[4] Hirtle, D. and Z. Sun, “CanCore  WOO RuleML”, Internal Report, Faculty of
Computer Science, University of New Brunswick, December 2003.




                                            10
[5] eduSource Canada: Canadian Network of Learning Object Repositories,
http://www.edusource.ca/english/home_eng.html, June 13, 2004.

[6] Boley, H. 2003. Object-Oriented RuleML: User-level roles, URI-grounded clauses
and order-sorted terms. Springer-Verlag, Heidelberg, LNCS-2876, pp. 1-16.

[7] Sycara, K., M. Paolucci, M. van Velsen, and J. A. Giampapa. 2001. The RETSINA
MAS infrastructure. Robotics Institute, Carnegie Mellon University, CMU-RI-TR-01-05.




                                         11

Más contenido relacionado

La actualidad más candente

DATA BASE MANAGEMENT SYSTEM - SHORT NOTES
DATA BASE MANAGEMENT SYSTEM - SHORT NOTESDATA BASE MANAGEMENT SYSTEM - SHORT NOTES
DATA BASE MANAGEMENT SYSTEM - SHORT NOTESsuthi
 
jstl ( jsp standard tag library )
jstl ( jsp standard tag library )jstl ( jsp standard tag library )
jstl ( jsp standard tag library )Adarsh Patel
 
Project Lambda: Functional Programming Constructs in Java - Simon Ritter (Ora...
Project Lambda: Functional Programming Constructs in Java - Simon Ritter (Ora...Project Lambda: Functional Programming Constructs in Java - Simon Ritter (Ora...
Project Lambda: Functional Programming Constructs in Java - Simon Ritter (Ora...jaxLondonConference
 
Report on mini project(Student database handling using RMI)
Report on mini project(Student database handling using RMI)Report on mini project(Student database handling using RMI)
Report on mini project(Student database handling using RMI)shraddha mane
 
Introduction to weka
Introduction to wekaIntroduction to weka
Introduction to wekaJK Knowledge
 
Simple Obfuscation Tool for Software Protection
Simple Obfuscation Tool for Software ProtectionSimple Obfuscation Tool for Software Protection
Simple Obfuscation Tool for Software ProtectionQUESTJOURNAL
 
09 package diagram
09 package diagram09 package diagram
09 package diagramBaskarkncet
 
Chapter 12 - File Input and Output
Chapter 12 - File Input and OutputChapter 12 - File Input and Output
Chapter 12 - File Input and OutputEduardo Bergavera
 
Developing web apps using Erlang-Web
Developing web apps using Erlang-WebDeveloping web apps using Erlang-Web
Developing web apps using Erlang-Webfanqstefan
 
Expression language in mule
Expression language in muleExpression language in mule
Expression language in muleSon Nguyen
 
Đề thi lý thuyết DWSJ Aptech
Đề thi lý thuyết DWSJ AptechĐề thi lý thuyết DWSJ Aptech
Đề thi lý thuyết DWSJ AptechNhân Châu KP
 

La actualidad más candente (18)

DATA BASE MANAGEMENT SYSTEM - SHORT NOTES
DATA BASE MANAGEMENT SYSTEM - SHORT NOTESDATA BASE MANAGEMENT SYSTEM - SHORT NOTES
DATA BASE MANAGEMENT SYSTEM - SHORT NOTES
 
Xml session
Xml sessionXml session
Xml session
 
Tibco ems admin commands
Tibco ems admin commandsTibco ems admin commands
Tibco ems admin commands
 
Data access
Data accessData access
Data access
 
jstl ( jsp standard tag library )
jstl ( jsp standard tag library )jstl ( jsp standard tag library )
jstl ( jsp standard tag library )
 
Project Lambda: Functional Programming Constructs in Java - Simon Ritter (Ora...
Project Lambda: Functional Programming Constructs in Java - Simon Ritter (Ora...Project Lambda: Functional Programming Constructs in Java - Simon Ritter (Ora...
Project Lambda: Functional Programming Constructs in Java - Simon Ritter (Ora...
 
Report on mini project(Student database handling using RMI)
Report on mini project(Student database handling using RMI)Report on mini project(Student database handling using RMI)
Report on mini project(Student database handling using RMI)
 
xml rpc
xml rpcxml rpc
xml rpc
 
Introduction to weka
Introduction to wekaIntroduction to weka
Introduction to weka
 
Jdbc ppt
Jdbc pptJdbc ppt
Jdbc ppt
 
Simple Obfuscation Tool for Software Protection
Simple Obfuscation Tool for Software ProtectionSimple Obfuscation Tool for Software Protection
Simple Obfuscation Tool for Software Protection
 
plsql les02
 plsql les02 plsql les02
plsql les02
 
09 package diagram
09 package diagram09 package diagram
09 package diagram
 
Chapter 12 - File Input and Output
Chapter 12 - File Input and OutputChapter 12 - File Input and Output
Chapter 12 - File Input and Output
 
Developing web apps using Erlang-Web
Developing web apps using Erlang-WebDeveloping web apps using Erlang-Web
Developing web apps using Erlang-Web
 
Unit 3
Unit 3Unit 3
Unit 3
 
Expression language in mule
Expression language in muleExpression language in mule
Expression language in mule
 
Đề thi lý thuyết DWSJ Aptech
Đề thi lý thuyết DWSJ AptechĐề thi lý thuyết DWSJ Aptech
Đề thi lý thuyết DWSJ Aptech
 

Destacado

In our heated learning of the scope of genetic programming, before ...
In our heated learning of the scope of genetic programming, before ...In our heated learning of the scope of genetic programming, before ...
In our heated learning of the scope of genetic programming, before ...butest
 
Resources
ResourcesResources
Resourcesbutest
 
lecture_21.pptx - PowerPoint Presentation
lecture_21.pptx - PowerPoint Presentationlecture_21.pptx - PowerPoint Presentation
lecture_21.pptx - PowerPoint Presentationbutest
 
This document is a draft of a planned solicitation and is subject ...
This document is a draft of a planned solicitation and is subject ...This document is a draft of a planned solicitation and is subject ...
This document is a draft of a planned solicitation and is subject ...butest
 
Dowload Paper.doc.doc
Dowload Paper.doc.docDowload Paper.doc.doc
Dowload Paper.doc.docbutest
 
GoOpen 2010: Arild Haraldsen
GoOpen 2010: Arild HaraldsenGoOpen 2010: Arild Haraldsen
GoOpen 2010: Arild HaraldsenFriprogsenteret
 
Network Administration
Network AdministrationNetwork Administration
Network Administrationbutest
 
Презентация доклада А.Л. Денисова "Принципы построения информационной системы...
Презентация доклада А.Л. Денисова "Принципы построения информационной системы...Презентация доклада А.Л. Денисова "Принципы построения информационной системы...
Презентация доклада А.Л. Денисова "Принципы построения информационной системы...softmotions
 
News Press Bsal House Rehab Rc1
News Press Bsal House Rehab Rc1News Press Bsal House Rehab Rc1
News Press Bsal House Rehab Rc1Alcantara
 
Baica Ve Cuoc Song
Baica Ve Cuoc SongBaica Ve Cuoc Song
Baica Ve Cuoc Songmercury3969
 
MICHAEL JACKSON.doc
MICHAEL JACKSON.docMICHAEL JACKSON.doc
MICHAEL JACKSON.docbutest
 
IoT implementation with InduSoft Web Studio and TagWell from SoftPLC: SoftPLC...
IoT implementation with InduSoft Web Studio and TagWell from SoftPLC: SoftPLC...IoT implementation with InduSoft Web Studio and TagWell from SoftPLC: SoftPLC...
IoT implementation with InduSoft Web Studio and TagWell from SoftPLC: SoftPLC...AVEVA
 
Machine Learning and Statistical Analysis
Machine Learning and Statistical AnalysisMachine Learning and Statistical Analysis
Machine Learning and Statistical Analysisbutest
 
Bayesian Inference: An Introduction to Principles and ...
Bayesian Inference: An Introduction to Principles and ...Bayesian Inference: An Introduction to Principles and ...
Bayesian Inference: An Introduction to Principles and ...butest
 

Destacado (20)

USWCC | Benefits+ Card Registration
USWCC | Benefits+ Card RegistrationUSWCC | Benefits+ Card Registration
USWCC | Benefits+ Card Registration
 
S10
S10S10
S10
 
In our heated learning of the scope of genetic programming, before ...
In our heated learning of the scope of genetic programming, before ...In our heated learning of the scope of genetic programming, before ...
In our heated learning of the scope of genetic programming, before ...
 
Resources
ResourcesResources
Resources
 
lecture_21.pptx - PowerPoint Presentation
lecture_21.pptx - PowerPoint Presentationlecture_21.pptx - PowerPoint Presentation
lecture_21.pptx - PowerPoint Presentation
 
This document is a draft of a planned solicitation and is subject ...
This document is a draft of a planned solicitation and is subject ...This document is a draft of a planned solicitation and is subject ...
This document is a draft of a planned solicitation and is subject ...
 
Dowload Paper.doc.doc
Dowload Paper.doc.docDowload Paper.doc.doc
Dowload Paper.doc.doc
 
GoOpen 2010: Arild Haraldsen
GoOpen 2010: Arild HaraldsenGoOpen 2010: Arild Haraldsen
GoOpen 2010: Arild Haraldsen
 
Network Administration
Network AdministrationNetwork Administration
Network Administration
 
Презентация доклада А.Л. Денисова "Принципы построения информационной системы...
Презентация доклада А.Л. Денисова "Принципы построения информационной системы...Презентация доклада А.Л. Денисова "Принципы построения информационной системы...
Презентация доклада А.Л. Денисова "Принципы построения информационной системы...
 
Erp Package
Erp PackageErp Package
Erp Package
 
News Press Bsal House Rehab Rc1
News Press Bsal House Rehab Rc1News Press Bsal House Rehab Rc1
News Press Bsal House Rehab Rc1
 
Tekencursus
TekencursusTekencursus
Tekencursus
 
Baica Ve Cuoc Song
Baica Ve Cuoc SongBaica Ve Cuoc Song
Baica Ve Cuoc Song
 
MICHAEL JACKSON.doc
MICHAEL JACKSON.docMICHAEL JACKSON.doc
MICHAEL JACKSON.doc
 
IoT implementation with InduSoft Web Studio and TagWell from SoftPLC: SoftPLC...
IoT implementation with InduSoft Web Studio and TagWell from SoftPLC: SoftPLC...IoT implementation with InduSoft Web Studio and TagWell from SoftPLC: SoftPLC...
IoT implementation with InduSoft Web Studio and TagWell from SoftPLC: SoftPLC...
 
METal final naming ppt
METal final naming pptMETal final naming ppt
METal final naming ppt
 
.doc
.doc.doc
.doc
 
Machine Learning and Statistical Analysis
Machine Learning and Statistical AnalysisMachine Learning and Statistical Analysis
Machine Learning and Statistical Analysis
 
Bayesian Inference: An Introduction to Principles and ...
Bayesian Inference: An Introduction to Principles and ...Bayesian Inference: An Introduction to Principles and ...
Bayesian Inference: An Introduction to Principles and ...
 

Similar a Abstract

Exploring Models of Computation through Static Analysis
Exploring Models of Computation through Static AnalysisExploring Models of Computation through Static Analysis
Exploring Models of Computation through Static Analysisijeukens
 
Creation of a Test Bed Environment for Core Java Applications using White Box...
Creation of a Test Bed Environment for Core Java Applications using White Box...Creation of a Test Bed Environment for Core Java Applications using White Box...
Creation of a Test Bed Environment for Core Java Applications using White Box...cscpconf
 
Java Abs Java Productivity Creator & Analyzer
Java Abs   Java Productivity Creator & AnalyzerJava Abs   Java Productivity Creator & Analyzer
Java Abs Java Productivity Creator & Analyzerncct
 
Scorm, A Beginners Guide.
Scorm, A Beginners Guide.Scorm, A Beginners Guide.
Scorm, A Beginners Guide.Thinking Cap
 
Oracle developer interview questions(entry level)
Oracle developer interview questions(entry level)Oracle developer interview questions(entry level)
Oracle developer interview questions(entry level)Naveen P
 
Process management seminar
Process management seminarProcess management seminar
Process management seminarapurva_naik
 
On the Choice of Models of Computation for Writing Executable Specificatoins ...
On the Choice of Models of Computation for Writing Executable Specificatoins ...On the Choice of Models of Computation for Writing Executable Specificatoins ...
On the Choice of Models of Computation for Writing Executable Specificatoins ...ijeukens
 
KEOD23-JThermodynamcsCloud
KEOD23-JThermodynamcsCloudKEOD23-JThermodynamcsCloud
KEOD23-JThermodynamcsCloudEdward Blurock
 
dotnet_remoting
dotnet_remotingdotnet_remoting
dotnet_remotingOPENLANE
 
Generating requirements analysis models from textual requiremen
Generating requirements analysis models from textual requiremenGenerating requirements analysis models from textual requiremen
Generating requirements analysis models from textual requiremenfortes
 
IRJET- Automatic Database Schema Generator
IRJET- Automatic Database Schema GeneratorIRJET- Automatic Database Schema Generator
IRJET- Automatic Database Schema GeneratorIRJET Journal
 
IT6801-Service Oriented Architecture
IT6801-Service Oriented ArchitectureIT6801-Service Oriented Architecture
IT6801-Service Oriented ArchitectureMadhu Amarnath
 
Nt1310 Unit 3 Language Analysis
Nt1310 Unit 3 Language AnalysisNt1310 Unit 3 Language Analysis
Nt1310 Unit 3 Language AnalysisNicole Gomez
 
Query optimization to improve performance of the code execution
Query optimization to improve performance of the code executionQuery optimization to improve performance of the code execution
Query optimization to improve performance of the code executionAlexander Decker
 
11.query optimization to improve performance of the code execution
11.query optimization to improve performance of the code execution11.query optimization to improve performance of the code execution
11.query optimization to improve performance of the code executionAlexander Decker
 

Similar a Abstract (20)

Exploring Models of Computation through Static Analysis
Exploring Models of Computation through Static AnalysisExploring Models of Computation through Static Analysis
Exploring Models of Computation through Static Analysis
 
Creation of a Test Bed Environment for Core Java Applications using White Box...
Creation of a Test Bed Environment for Core Java Applications using White Box...Creation of a Test Bed Environment for Core Java Applications using White Box...
Creation of a Test Bed Environment for Core Java Applications using White Box...
 
Java Abs Java Productivity Creator & Analyzer
Java Abs   Java Productivity Creator & AnalyzerJava Abs   Java Productivity Creator & Analyzer
Java Abs Java Productivity Creator & Analyzer
 
Scorm, A Beginners Guide.
Scorm, A Beginners Guide.Scorm, A Beginners Guide.
Scorm, A Beginners Guide.
 
Struts Ppt 1
Struts Ppt 1Struts Ppt 1
Struts Ppt 1
 
Oracle developer interview questions(entry level)
Oracle developer interview questions(entry level)Oracle developer interview questions(entry level)
Oracle developer interview questions(entry level)
 
Process management seminar
Process management seminarProcess management seminar
Process management seminar
 
On the Choice of Models of Computation for Writing Executable Specificatoins ...
On the Choice of Models of Computation for Writing Executable Specificatoins ...On the Choice of Models of Computation for Writing Executable Specificatoins ...
On the Choice of Models of Computation for Writing Executable Specificatoins ...
 
KEOD23-JThermodynamcsCloud
KEOD23-JThermodynamcsCloudKEOD23-JThermodynamcsCloud
KEOD23-JThermodynamcsCloud
 
dotnet_remoting
dotnet_remotingdotnet_remoting
dotnet_remoting
 
Generating requirements analysis models from textual requiremen
Generating requirements analysis models from textual requiremenGenerating requirements analysis models from textual requiremen
Generating requirements analysis models from textual requiremen
 
IRJET- Automatic Database Schema Generator
IRJET- Automatic Database Schema GeneratorIRJET- Automatic Database Schema Generator
IRJET- Automatic Database Schema Generator
 
Lexical Analyzers and Parsers
Lexical Analyzers and ParsersLexical Analyzers and Parsers
Lexical Analyzers and Parsers
 
Two Layered HMMs for Search Interface Segmentation
Two Layered HMMs for Search Interface SegmentationTwo Layered HMMs for Search Interface Segmentation
Two Layered HMMs for Search Interface Segmentation
 
IT6801-Service Oriented Architecture
IT6801-Service Oriented ArchitectureIT6801-Service Oriented Architecture
IT6801-Service Oriented Architecture
 
Nt1310 Unit 3 Language Analysis
Nt1310 Unit 3 Language AnalysisNt1310 Unit 3 Language Analysis
Nt1310 Unit 3 Language Analysis
 
Robot framework
Robot frameworkRobot framework
Robot framework
 
Query optimization to improve performance of the code execution
Query optimization to improve performance of the code executionQuery optimization to improve performance of the code execution
Query optimization to improve performance of the code execution
 
11.query optimization to improve performance of the code execution
11.query optimization to improve performance of the code execution11.query optimization to improve performance of the code execution
11.query optimization to improve performance of the code execution
 
 

Más de butest

EL MODELO DE NEGOCIO DE YOUTUBE
EL MODELO DE NEGOCIO DE YOUTUBEEL MODELO DE NEGOCIO DE YOUTUBE
EL MODELO DE NEGOCIO DE YOUTUBEbutest
 
1. MPEG I.B.P frame之不同
1. MPEG I.B.P frame之不同1. MPEG I.B.P frame之不同
1. MPEG I.B.P frame之不同butest
 
LESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALLESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALbutest
 
Timeline: The Life of Michael Jackson
Timeline: The Life of Michael JacksonTimeline: The Life of Michael Jackson
Timeline: The Life of Michael Jacksonbutest
 
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...butest
 
LESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALLESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALbutest
 
Com 380, Summer II
Com 380, Summer IICom 380, Summer II
Com 380, Summer IIbutest
 
The MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
The MYnstrel Free Press Volume 2: Economic Struggles, Meet JazzThe MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
The MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazzbutest
 
Social Networks: Twitter Facebook SL - Slide 1
Social Networks: Twitter Facebook SL - Slide 1Social Networks: Twitter Facebook SL - Slide 1
Social Networks: Twitter Facebook SL - Slide 1butest
 
Facebook
Facebook Facebook
Facebook butest
 
Executive Summary Hare Chevrolet is a General Motors dealership ...
Executive Summary Hare Chevrolet is a General Motors dealership ...Executive Summary Hare Chevrolet is a General Motors dealership ...
Executive Summary Hare Chevrolet is a General Motors dealership ...butest
 
Welcome to the Dougherty County Public Library's Facebook and ...
Welcome to the Dougherty County Public Library's Facebook and ...Welcome to the Dougherty County Public Library's Facebook and ...
Welcome to the Dougherty County Public Library's Facebook and ...butest
 
NEWS ANNOUNCEMENT
NEWS ANNOUNCEMENTNEWS ANNOUNCEMENT
NEWS ANNOUNCEMENTbutest
 
C-2100 Ultra Zoom.doc
C-2100 Ultra Zoom.docC-2100 Ultra Zoom.doc
C-2100 Ultra Zoom.docbutest
 
MAC Printing on ITS Printers.doc.doc
MAC Printing on ITS Printers.doc.docMAC Printing on ITS Printers.doc.doc
MAC Printing on ITS Printers.doc.docbutest
 
Mac OS X Guide.doc
Mac OS X Guide.docMac OS X Guide.doc
Mac OS X Guide.docbutest
 
WEB DESIGN!
WEB DESIGN!WEB DESIGN!
WEB DESIGN!butest
 
Download
DownloadDownload
Downloadbutest
 

Más de butest (20)

EL MODELO DE NEGOCIO DE YOUTUBE
EL MODELO DE NEGOCIO DE YOUTUBEEL MODELO DE NEGOCIO DE YOUTUBE
EL MODELO DE NEGOCIO DE YOUTUBE
 
1. MPEG I.B.P frame之不同
1. MPEG I.B.P frame之不同1. MPEG I.B.P frame之不同
1. MPEG I.B.P frame之不同
 
LESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALLESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIAL
 
Timeline: The Life of Michael Jackson
Timeline: The Life of Michael JacksonTimeline: The Life of Michael Jackson
Timeline: The Life of Michael Jackson
 
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
 
LESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALLESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIAL
 
Com 380, Summer II
Com 380, Summer IICom 380, Summer II
Com 380, Summer II
 
PPT
PPTPPT
PPT
 
The MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
The MYnstrel Free Press Volume 2: Economic Struggles, Meet JazzThe MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
The MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
 
Social Networks: Twitter Facebook SL - Slide 1
Social Networks: Twitter Facebook SL - Slide 1Social Networks: Twitter Facebook SL - Slide 1
Social Networks: Twitter Facebook SL - Slide 1
 
Facebook
Facebook Facebook
Facebook
 
Executive Summary Hare Chevrolet is a General Motors dealership ...
Executive Summary Hare Chevrolet is a General Motors dealership ...Executive Summary Hare Chevrolet is a General Motors dealership ...
Executive Summary Hare Chevrolet is a General Motors dealership ...
 
Welcome to the Dougherty County Public Library's Facebook and ...
Welcome to the Dougherty County Public Library's Facebook and ...Welcome to the Dougherty County Public Library's Facebook and ...
Welcome to the Dougherty County Public Library's Facebook and ...
 
NEWS ANNOUNCEMENT
NEWS ANNOUNCEMENTNEWS ANNOUNCEMENT
NEWS ANNOUNCEMENT
 
C-2100 Ultra Zoom.doc
C-2100 Ultra Zoom.docC-2100 Ultra Zoom.doc
C-2100 Ultra Zoom.doc
 
MAC Printing on ITS Printers.doc.doc
MAC Printing on ITS Printers.doc.docMAC Printing on ITS Printers.doc.doc
MAC Printing on ITS Printers.doc.doc
 
Mac OS X Guide.doc
Mac OS X Guide.docMac OS X Guide.doc
Mac OS X Guide.doc
 
hier
hierhier
hier
 
WEB DESIGN!
WEB DESIGN!WEB DESIGN!
WEB DESIGN!
 
Download
DownloadDownload
Download
 

Abstract

  • 1. A Match-Making System for Learners and Learning Objects H. Boley1, V.C. Bhavsar2, D. Hirtle2, A. Singh2, Z. Sun2, and L. Yang2 1 Institute for Information Technology e-Business, National Research Council of Canada 2 Faculty of Computer Science, University of New Brunswick Fredericton, New Brunswick, Canada Abstract The AgentMatcher architecture is developed for Canadian Learning Object Metadata (CanLOM) of the eduSource e-Learning project. The LOMGen indexer, described in a companion paper, extracts CanLOM metadata from HTML learning objects (LOs). LOMGen-extracted terms can be selected from the query interface, permitting convenient entry of relevant tree parts and weights. Web-based prefiltering is then performed over the CanLOM metadata kept in the relational database of the KnowledgeAgora e-Learning repository. The prefiltering result is transformed to Weighted Object-Oriented (WOO) RuleML via an XSLT translator, and compared to the WOO RuleML-serialised tree obtained from the query interface. Finally, our similarity algorithm, described in an earlier paper, computes a percentage-ranked LO list, which is presented to the learner. 1. Introduction 1
  • 2. We have developed the AgentMatcher system [2] for match-making between buyer and seller agents. This system is applied for searching procurable learning objects (LOs) in an e-Learning environment. Keywords and keyphrases are often used to describe LOs as well as learner queries in such environments. However, such a flat representation does not lend itself to hierarchical LO matching enabled by the Learning Object Metadata (LOM) standard and does not reflect user preferences about the relative importance of the parts of an LOM description. AgentMatcher combines both of these expressive extensions into tree-structured descriptions with arc weights for the queries, enhancing the precision of LO retrieval. In this paper we describe the Java-based AgentMatcher match-making architecture as applied to the XML-based Canadian Learning Object Metadata (CanLOM) of the Canadian eduSource project [5]. The indexer of this architecture, the Learning Object Metadata Generator (LOMGen) described in companion work [3], extracts CanLOM metadata from HTML learning objects (LOs). LOMGen-extracted terms are offered to learners for selection from a query interface that permits convenient entry of relevant tree components and weights. Web-based prefiltering is then performed over the CanLOM metadata kept in the relational database of the KnowledgeAgora e-Learning repository of TeleEducation New Brunswick (TeleEd). The prefiltering result is transformed to Weighted Object-Oriented (WOO) RuleML [6] via an XML-to-XML translator. This is then compared to the WOO RuleML-serialised tree obtained from the query interface, using our similarity algorithm [1], and a percentage-ranked LO list is obtained for presentation to the learner. 2. Overview The AgentMatcher architecture can be applied to match-making [7] between buyer and seller agents in e-Business, e-Learning and other environments. The core of the AgentMatcher consists of similarity computation between metadata descriptions carried by buyer and seller agents. In Components Retriveal the AgentMatcher instantiation for e-Learning, buyers are learners and sellers are learning object (LO) providers. We use the e-Learning standard CanLOM to describe PrefilterURI) objects (LOs). Thus, the match-making between buyer and parameter learning (Query Indexing Components seller agents corresponds to the matching of learner queries and CanLOM descriptions. WOO RuleML prefiltered architecture of the AgentMatcher as adapted to e-Learningpartialdepicted HTMLFig. 1 Theuser UI file WOO CanCore files CanCore is CanCore in RuleML files files showing the top-level retrieval and indexing components. There are three retrieval input (Java) files files LOMGen Translator LOR components, the User Interface, (XSLT) Similarity Similarity Prefilter andCANLOM Engine Translator, while the (HTML) (Java) LOM Search (SQL) (XML) Generator (LOMGen) Engineperforms indexing. Each of these four major components of the (Java) system is detailed in the ensuing sections. End Results user Recommended Administrator results input DATABASE (Access) Administrator Keyword Table Dataflow realized by TeleEd Components developed by TeleEd or a third party 2 Dataflow realized by UNB Components developed by UNB/NRC Dataflow between TeleEd and UNB/NRC
  • 3. Figure 1. The AgentMatcher architecture. 3. User Interface The user interface is employed for interaction between the end user and all other components. It permits a user to enter search parameters and retrieve ranked search results in a new browser window. Figure 2. The user interface. 3
  • 4. As shown in Fig. 2, the user interface is split into multiple boxes, each of which contains one or more search parameters chosen from the same category in the CanCore schema. Accompanying each search parameter is a slider, permitting the user to input not only the value for the parameter but also a corresponding weight. This weight indicates the importance of a parameter to the user relative to other parameters within the same category. All the weights within one box add up to 1.0. The user is also able to input a threshold for the search result recommendations, causing all the LOs with a similarity value above the threshold to be considered as the recommendations. After the user submits the advanced search request, the internal functions will be invoked according to the dataflow in Fig. 1. First of all, a Weighted Object-Oriented RuleML (WOO RuleML) parameter file (hereafter referred to as user.xml) is generated by the user interface. WOO RuleML is the native format required by the Similarity Engine. Then selected search parameters are sent to the KnowledgeAgora database server for pre- filtering, using the conventional database query functionality to select relevant LOs by examining their Learning Object Metadata (LOM). The response from KnowledgeAgora is parsed into multiple XML files. These files are translated by the Translator into WOO RuleML files and passed to the Similarity Engine. At this point, user.xml is compared with each of the LOM files translated into WOO RuleML. The final result of the similarity computations is then displayed as a list of LOs ranked according to their similarity to the original search parameters entered by the user. Only those LOs with similarities above the threshold are recommended to the user. 4. Translator The translator is responsible for translating the pre-filtered LOM files from the CanLOM repository into Weighted Object-Oriented RuleML, required by the Similarity Engine. It defaults LOM weights to equal values (up to rounding) on all tree levels, since this e- Learning application of AgentMatcher uses proper weights only for the query trees. The translator uses the Extensible Stylesheet Language Transformations (XSLT), a W3C Recommended language for transforming XML documents into other XML documents. The (abbreviated) sample illustrated in Figure 3 demonstrates the mapping between the two formats. Additional information about this translation process is available in a separate report [4]. When translation is complete, the resulting WOO RuleML files are passed to the Similarity Engine for comparison to the WOO RuleML representation of the search parameters specified by the user. CanLOM XML WOO RuleML 4
  • 5. <cterm> <_opc> <ctor>lom</ctor> </_opc> ... <_slot name="general" weight="0.16667"> <cterm> <lom> <_opc> <general> <ctor>general_set</ctor> ... </_opc> <title> ... <string> <_slot name="title" weight="0.33333"> Introduction to Databases <ind> </string> Introduction to Databases </title> </ind> ... </_slot> </general> ... ... </cterm> </lom> </_slot> ... </cterm> Figure 3. Mapping between WOO RuleML and CanLOM XML 5. Similarity Engine The Similarity Engine is responsible for computing the similarity of the query and LOM files using our tree similarity algorithm [1]. It also displays the ranked list of search results in a browser window. The inputs of the Similarity Engine are the query file user.xml generated from the user interface and translated LOMs, as shown in Fig. 4. Similarity values fall into the real interval [0.0, 1.0]. The user will find on the top of the list the LOM that has the highest similarity value with his/her query. Translated LOMs (XML files): Query (XML File) generated LOM 1 from the user interface: Similarity LOM 2 Query Engine LOM n Figure 4. Inputs of the Similarity Engine. After computing the similarity between the query and LOMs, the Similarity Engine ranks all of the LOs in descending order of similarity, graphically separating those results whose similarity values fall below the threshold. 5
  • 6. Figure 5. Snapshot of search results (low threshold). Fig. 5 shows the ranking and HTML output for a relatively low threshold. There are four columns in the result table: Rank, Similarity, LOMs and LOs. The rank represents the relevance of the LOs to the user, where higher rank indicates higher similarity between the query and the LOM. The actual similarity values are displayed in the second column. All the LOMs and LOs shown in the final two columns are clickable; clicking the link of an LOM (e.g. WOORuleML10.xml) displays the metadata (in XML format) corresponding to the LO. The “Go to the website” links in the final column point to organizations’ websites that display the contents of LOs. Besides showing the search results above the threshold, we also show those that are below the threshold in case some users want to see more LOMs and LOs. Links for these results are displayed in white color. Figure 6. Snapshot of search results (high threshold). 6
  • 7. Sometimes a user may input a too high similarity threshold that may result in a failed search. In this case, we do not ask users to go back to the user interface to input a lower threshold, but give users warning that their threshold is too high and still show all the search results that are below the threshold. Fig. 6 shows the search results in this situation. If users want to change other inputs (e.g., keywords), they have to go back to the interface to input again. 7
  • 8. 6. LOM Generator (LOMGen) The process of manually entering metadata to describe an LO is a time-consuming process. The process requires the metadata administrator/author to be familiar with the LO content to a great extent. A semi-automated process which extracts information from the LO can alleviate the difficulties associated with this time-consuming process. The Learning Object Metadata Generator (LOMGen) aims at automating the metadata extraction process with minimal user intervention. LOMGen works with LOs in Hypertext Markup Language (HTML) format. LOMGen uses the Free Online Dictionary of Computing (FOLDOC) to generate keywords and key phrases from an LO. It obtains the most frequent words and phrases from the contents of the LO. In order to get relevant results, frequently occurring stop words like is, are, the, in, etc. are ignored. This data combined with the Meta information found in the HTML file is passed on to a database module, which interfaces with the dictionary. Additional key phrases that may not be present in the LO but are relevant, are generated with the help of the dictionary. The metadata administrator is then presented with a Graphical User Interface (GUI) for key phrase selection, synonym and term addition (see Fig. 8). The updates made by the administrator are stored in a database. Subsequently, while parsing another LO, the newly added terms are considered to provide better choices to the administrator. 1. Prompts administrator to select relevant key CANLOM Learning Object phrases and add more if required Metadata Repository (LOR) Repository 2.Administrator provides new key phrases if required. The vocabulary gets updated with more Retrieved terms as greater number of LO’s are parsed. Validated HTML file HTML file XML file from LOR Fills in remaining tag values Updated Metadata Administrator XML file HTML Parser Free text 1 CANLOM Frequency Counter 2 XML file template Most Frequent Uses template, updates Terms update general identifier Synonym/Related Keywords/Key phrases XML Generator Terms Finder retrieve Database Extracted key phrases, description, and title Figure 7. LOMGen architecture. 8
  • 9. As shown in Fig. 7, the LOMGen architecture consists of an HTML file reader module which can read an LO file from a Uniform Resource Identifier (URI) or the disk, an HTML parser, a word frequency counter, a database interface module, and an XML file writer which updates the metadata repository with a newly generated LOM file. A snapshot of the GUI presented to the metadata administrator is shown below in Fig. 7. The GUI presents a list of keywords and keyphrases which were extracted or derived from the LO. The checkboxes present under the title “KEYPHRASE” allow the metadata administrator to select the most important keywords or keyphrases. The textboxes under “ADD SYNONYMS” allow the administrator to add a term which acts as a synonym for the corresponding keyphrase on the left. These synonyms, if added by the administrator, are also added to the database. The choices made by the administrator populate the domain term dropdown listbox. A domain term gives a hierarchy for classifying the LO. If an LO lacks sufficient information in the text and HTML metatags, the quality of the keywords or keyphrases extracted by LOMGen may not be satisfactory. In such a scenario, the GUI enables the administrator to add more terms explicitly to describe the LO. Finally, clicking the “OK” button generates an LOM file with the metadata and posts it to the LO repository. Figure 8. GUI for key phrase selection. 9
  • 10. The LOMGen component can be used as a training module to a text summarizer which uses machine learning techniques, with the intention of eliminating administrator inputs over a period of time. 7. Conclusion The AgentMatcher match-making system is applied to e-Learning scenarios where learners are in search of procurable LOs. The resulting Java-based architecture takes advantage of the added expressiveness possible with tree-based matching and user- assigned weights. CanLOM metadata is extracted from HTML LOs by the LOMGen indexer, greatly speeding the task of metadata generation. The metadata is first prefiltered via a query URI, and then transformed to Weighted Object-Oriented RuleML via an XSLT translator. The results are then compared to another tree representation of the learner query as generated by the user interface. Finally, a list of learning objects is presented to the learner in descending order of similarity, computed by the weighted tree similarity algorithm. This application of AgentMatcher, restricted to the computer science domain for the purposes of this project, demonstrates enhanced precision relative to standard keyword- based searches. AgentMatcher is easily adapted to match-making in other domains; in fact, an application currently in development involves technology transfer. Acknowledgements We thank the CANARIE eduSource Project and NSERC as well as the New Brunswick Department of Education for their support. References [1] Bhavsar, V.C., H. Boley, L. Yang, “A Weighted-Tree Similarity Algorithm for Multi- Agent Systems in E-Business Environments”, In Proceedings of 2003 Workshop on Business Agents and the Semantic Web, Halifax, June 14, 2003, National Research Council of Canada, Institute for Information Technology, Fredericton, pp. 53-72, 2003. (Revised version to appear in Computational Intelligence, November 2004.) [2] Sarno, R., L. Yang, V.C. Bhavsar and H. Boley, “The AgentMatcher architecture applied to power grid transactions”, In Proceedings of the First International Workshop on Knowledge Grid and Grid Intelligence, Halifax, 2003, pp. 92-99. [3] Singh, A., H. Boley and V.C. Bhavsar, “A Learning Object Metadata Generator Applied to Computer Science Terminology,” Presented at Learning Objects Summit, Fredericton, March 29-30, 2004. [4] Hirtle, D. and Z. Sun, “CanCore  WOO RuleML”, Internal Report, Faculty of Computer Science, University of New Brunswick, December 2003. 10
  • 11. [5] eduSource Canada: Canadian Network of Learning Object Repositories, http://www.edusource.ca/english/home_eng.html, June 13, 2004. [6] Boley, H. 2003. Object-Oriented RuleML: User-level roles, URI-grounded clauses and order-sorted terms. Springer-Verlag, Heidelberg, LNCS-2876, pp. 1-16. [7] Sycara, K., M. Paolucci, M. van Velsen, and J. A. Giampapa. 2001. The RETSINA MAS infrastructure. Robotics Institute, Carnegie Mellon University, CMU-RI-TR-01-05. 11