US20120179639A1 - Automated Metadata Generation of Learning and Knowledge Objects - Google Patents

Automated Metadata Generation of Learning and Knowledge Objects Download PDF

Info

Publication number
US20120179639A1
US20120179639A1 US13/424,353 US201213424353A US2012179639A1 US 20120179639 A1 US20120179639 A1 US 20120179639A1 US 201213424353 A US201213424353 A US 201213424353A US 2012179639 A1 US2012179639 A1 US 2012179639A1
Authority
US
United States
Prior art keywords
metadata
user
recited
improving quality
entered
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US13/424,353
Inventor
Robert O. Robson
Martin Hald
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Priority to US13/424,353 priority Critical patent/US20120179639A1/en
Publication of US20120179639A1 publication Critical patent/US20120179639A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/907Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually

Definitions

  • Another challenge of metadata generation is the fact that digital objects often are comprised of multiple smaller objects.
  • a Web page might contain text, images, a movie and an interactive quiz written in a format such as Adobe Flash. It is advantageous to generate, retain and aggregate information on smaller objects that comprise a larger object. This leads to a significant performance advantage over prior art.
  • the present invention automates the processes of adding descriptive and contextual information to digital learning content, digital documents, and other objects used in learning and knowledge management. It also automates the process of creating associations among higher level objects and classifications systems used to organize content.
  • the present invention does so in a way that improves the functionality of existing technologies, that can be tuned to meet the needs of a particular organization or community of practice, and that can be extended and refined to take advantage of new information retrieval technologies.
  • the present invention includes methods that handle aggregate digital objects composed of a plurality of other objects and that improve efficiency by caching data and recognizing the relationships among aggregate objects and their components.
  • the disclosed invention consists of an analysis engine, service layer, a configuration module and a host application.
  • the objects being analyzed are typically stored in a data store.
  • FIG. 1 is a schematic diagram of the invented system for automated metadata generation of learning and knowledge objects.
  • FIG. 2 is a schematic diagram showing the communication between Host application and Service layer.
  • FIG. 3 is a schematic diagram showing the communication between Service layer and Analysis layer.
  • FIG. 4 is a schematic diagram showing the detailed functional blocks of the Analysis layer.
  • an instructional designer is often tasked with developing learning content that is designed to last a certain amount of time (e.g. 15 minutes).
  • a certain amount of time e.g. 15 minutes.
  • To determine the “typical learning time” of a piece of learning content by machine one has to aggregate data on the length of text, duration of media files, complexity of the subject matter, number and nature of quizzes contained in the content, and so on.
  • some learning theories emphasize that content should be broken into “chunks” that have a single learning objective.
  • the present invention generates metadata of the type described above and does so in a way that enables the metadata to be used by other applications such as authoring tools, learning content management systems and rights management systems. It also is enables continual improvement of the results by making it possible to substitute new or improved information retrieval routines for existing ones used by the invention, and by making it possibly to combined the output of these routines in new ways.
  • Another challenge of metadata generation is presented by the fact that digital objects often are comprised of multiple smaller objects.
  • a Web page might contain text, images, a movie and an interactive quiz written in a format such as Adobe Flash.
  • the present invention generates, retains and aggregates information on smaller objects that comprise a larger object. This leads to a significant performance advantage over prior art.
  • Digital media are typically composed of many sub-objects, often at several levels of granularity (e.g. Course, module, information object, asset). It is a significant improvement on current methods to recognize the aggregation structure of an object and to generate metadata at every level of aggregation.
  • the present invention automates the processes of adding descriptive and contextual information to digital learning content, digital documents, and other objects used in learning and knowledge management. It also automates the process of creating associations among higher level objects such as “documents,” “assessments,” “knowledge objects”, “rights licenses,” “learning objects,” “competencies” and “learning interventions” and classifications systems used to organize content.
  • the present invention does so in a way that improves the functionality of existing technologies, that can be tuned to meet the needs of a particular organization or community of practice, and that can be extended and refined to take advantage of new information retrieval technologies.
  • the present invention includes methods that handle aggregate digital objects composed of a plurality of other objects and that improve efficiency by caching data and recognizing the relationships among aggregate objects and their components.
  • the disclosed invention consists of an analysis engine, service layer, a configuration module and a host application.
  • the objects being analyzed are typically stored in a data store which is a file system, database, repository or part of the host application. See FIG. 1 .
  • the host application is a software application such as a Web content authoring tool, learning content management system, document authoring tool, content management system, or knowledge management tool. It is configured to identify an object to be analyzed to submit requests to the analysis engine through a service layer. Requests are typically triggered by user actions such as importing or publishing content.
  • the analysis engine When triggered, the analysis engine applies a plurality of information retrieval routines to determine a plurality of descriptive, contextual and classification information about digital objects and their sub-objects.
  • the analysis engine is constructed so that information retrieval routines can be added, deleted, and swapped in and out as is appropriate for a particular application.
  • the information retrieved is then processed using a set of configurable information aggregation heuristics.
  • the output of this step is called metadata. It can be as specific as elements in a fixed metadata schema and as general as rights licenses or correspondences between various types of objects based on semantic matches.
  • all metadata is represented using de jure or de facto standards. This metadata is then passed back to the host application via the integration service and is used by the host application in a plurality of ways.
  • Parameters defining or controlling the behavior of the metadata, integration points, information retrieval routines, and information aggregation heuristics are stored in a configuration module.
  • the present invention is intended to be integrated into a host application with which a user interacts or that is a component of an enterprise learning management, knowledge management or content management system.
  • the host application is a software application that is used to edit and publish digital content.
  • the host application is a learning content management system or enterprise knowledge management system.
  • the present invention may integrate directly with the host application or with a database or repository accessed by the host application.
  • the host application interacts with the present invention through a service layer.
  • the service layer communicates with the host application through Web Services or an Application Programming Interface (API).
  • API Application Programming Interface
  • Each embodiment of the present invention may use one or more of these methods.
  • communication takes place using Web Services that are described by Web Services Definition Language (WSDL) and that use the Simple Object Access Protocol (SOAP) to encode requests, report errors, and exchange metadata encoded using de jure or de facto standards.
  • WSDL Web Services Definition Language
  • SOAP Simple Object Access Protocol
  • the service layer communicates with the analysis engine through a fixed set of APIs or services. This method enables changes to be made in the inner workings of the analysis engine without affecting the integration between the present invention and the host application.
  • the present invention also is a significant improvement that enables metadata generation services to both request and provide information to host applications so that the host applications can exhibit improved human-compute interaction through metadata-aware applications and automate processes that heretofore required users to input significant quantities of metadata.
  • a prior art discloses a method for matching learning content to skills taxonomies.
  • Other methods based on word matching, regular expressions, and Bayesian inference have been disclosed and implemented. However, these are typically implemented directly into the host application. When improvements are made in the underlying methods, or better methods are found, it may require significant work to update the host application, assuming the vendor has the knowledge to do so.
  • the host application When interacting with the present invention, the host application identifies or provides an object to the analysis engine, provides the analysis engine with existing metadata and with relevant contextual information known to the host application and requests specific metadata about the identified object ( FIG. 2 ).
  • the host application is a learning content authoring tool and the present invention is configured to generate and encode metadata in conformance with the 1484.12.3-2005 IEEE Standard for Learning Technology—Extensible Markup Language (XML) Schema Definition Language Binding for Learning Object Metadata. Requests are made via the service layer.
  • the host application can request the “typical learning time” of content that is being authored. The ability to make such a request and receive an answer enables the host application to show the author the length of a course and to update the length as new content is added or existing content is edited. This improves the functionality of learning content authoring tools.
  • the integration service provides error checking and reporting.
  • the integration service will implement de jure and de facto standards (such as those provided by JSR170 or the Open Knowledge Initiative Service Interface Definitions) for integrating with host applications.
  • de jure and de facto standards such as those provided by JSR170 or the Open Knowledge Initiative Service Interface Definitions
  • Persons skilled in the art will recognize the value of applying standards and will know how to implement standards-based integration points.
  • Requests for metadata will include an identified content object or content aggregation.
  • a content object is identified through a persistent unique identifier and content aggregations are identified using content aggregation standards.
  • Requests for metadata can be triggered in many ways. In one embodiment, they are triggered when a user attempts to fill out a metadata form. The metadata entered by the user is compared to the metadata returned by the integration service to the host application, providing a quality check that is an improvement for any system that requires users to complete metadata forms.
  • the workflow which previously was a machine-centric storage is reversed so as to be human-centric.
  • the host application submits the document to the service layer and uses the resulting metadata to pre-fill the form for storage, or bypasses the form entirely integrating the metadata directly into the host applications data storage.
  • the host application is a content editing and publishing tool that creates standardized packages of content for use by other systems, e.g. that creates Sharable Content Object Reference Model (SCORM) content aggregations for use by a SCORM conformant learning management system.
  • SCORM Sharable Content Object Reference Model
  • the host application requests metadata from the integration service.
  • the type and format of the metadata requested is determined by the configuration module.
  • the integration service requests the metadata from the analysis engine.
  • the analysis engine checks to see if the requested metadata has already been generated and generates any missing metadata.
  • the metadata is then returned by the analysis engine to the integration service and by the integration service to the host application.
  • the host application then properly formats and inserts the metadata into the published package.
  • the designers of the host application wish to classify content handled by the host application according to one or more taxonomies.
  • Typical taxonomies include taxonomies of corporate structure (departments), taxonomies of skills, knowledge, abilities and tasks, and designations of confidentiality, classification, or usage rights.
  • taxonomy exists within the U.S. Department of Defense and designates, for example, whether foreign nationals may view a piece of learning content.
  • Skills taxonomies such as that maintained by O*Net are prevalent.
  • the host application can interact with the present invention in this embodiment.
  • the user of the host application selects a classification from a drop down list. This triggers a request to automatically classify the content in question.
  • the host application passes the selected classification to the present invention.
  • the analysis engine returns its opinion of the correct classification together with a correlation between the selected classification and the suggested classification, based on semantic analysis techniques such as Latent Semantic Analysis that return values that may be interpreted as semantic correlates.
  • the host application relies on the analysis engine to suggest a classification and either accepts that suggestion or enables the user to view and modify that suggestion. It will be apparent to one skilled in the art that numerous useful variations and applications of such interactions are enabled by the present invention.
  • the host application may wish to check for the existence of a statement of end user rights and provide one if none is present.
  • the host application may also be designed to compare an existing statement of end user rights derived intrinsically from a document with an explicit statement associated with the document using a rights expression language such as the MPEG-21 Digital Rights Expression Language or via a link to a Creative Commons license.
  • the host application may issue a request for any existing license and for a recommended license, determined by a list present in the configuration module.
  • contextual information it is useful for the analysis engine to have information about the user of the host application or the work being performed using the host application.
  • This is called contextual information.
  • Typical contextual information includes the user's name, the user's role, the user's role in an organization, and the title of content in question.
  • Other contextual information may be available from the configuration module, for example, the configuration module may specify that all content must be written in U.S. English.
  • the present invention may request contextual information from the host application through an API or Web Service ( FIG. 2 ). In a preferred embodiment, this contextual data is treated as metadata requested from the host application and is encoded using an appropriate standard.
  • the present invention may also use the service layer to request existing metadata from a host application ( FIG. 2 ). In one embodiment it does so by using a Web service version of the Open Archives Initiative Metadata Harvesting Protocol. In another embodiment it does so by a SOAP request using the 1484.12.3-2005 IEEE Standard for Learning Technology—Extensible Markup Language (XML) Schema Definition Language Binding for Learning Object Metadata.
  • the service layer requests an “empty” content aggregation, such as a SCORM conformant IMS manifest, that contains metadata for a content object and for its component objects. The present invention then unpacks the content aggregation and extracts the metadata.
  • all requests to the analysis engine designate an object about which metadata will be generated ( FIG. 3 ).
  • all objects are considered content aggregations, with a single file being a special case, and all objects are represented using a content aggregation standard.
  • the content aggregation standard used includes a persistent unique identifier that enables the analysis engine to retrieve the content objects and sub-objects from a Data Store that might be a Web Server, a Content Server, a Learning Content Management System, a Repository or other store.
  • the identifier given is a handle that must first be resolved by a resolution service. The resolution service may either return the location of the object or be configured to retrieve the object itself
  • URI Uniform Resource Identifiers
  • the analysis engine shown in FIG. 4 operates as following:
  • a configuration module plays a key role in many embodiments of the present invention.
  • the configuration module is used to store information retrieval heuristics, taxonomies, corporate policies, metadata schema, and data (such as semantic spaces) used by the analysis engine and the information retrieval routines ( FIG. 4 ).
  • This method has technical and practical advantages over existing methods.
  • Software companies that incorporate the present invention into their host applications can provide services based upon the configuration module, including services for generating and tuning semantic spaces used in Latent Semantic Analysis, services that define and update enterprise taxonomies, services that create new metadata elements and that define or re-define information aggregation heuristics for customers. This enables software companies to install, configure, run and maintain embodiments of the present invention with minimal effort and to sell configuration services to customers.
  • the configuration module has a User Interface (UI) that displays a list of available information retrieval routines, a metadata schema tool, and an authoring tool for creating information aggregation heuristics.
  • the authoring tool enables these to be written in a well-known language such as Java, C# or Ruby and provides a method for compiling them.
  • the UI to the configuration module enables new information retrieval routines to be added to the information retrieval harness and existing routines to be altered.
  • the configuration module incorporates an authentication and authorization system that requires administrative privileges to make changes.
  • the configuration module can be used to place control of the behavior of the present invention in the hands of users, making it easier for educational institutions to customize metadata generation components.
  • the present invention is used by a Course Management System such as Moodle or Blackboard. Semantic spaces are generated for various disciplines (Math, English, Biological Sciences, etc.) and incorporated into information retrieval routines based on Latent Semantic Analysis.
  • the configuration module provides institutions with ways to change the corpus used to generate these semantic spaces and re-generate and re-tune the information retrieval routines.
  • the configuration module is also used to store copyright policies and develop or alter information aggregation heuristics for learning time, difficulty level, and generating metadata about authors derived from contextual information present in the Course Management System.
  • Any combination of information, data, knowledge base, database, courses, material, and program, e.g. on-line, real-time, mixed media, in-class, multi-media, and audio, are included here.
  • Any methods of delivery and storage are included here.
  • Any method of security, authentication, biometrics, PKI, key, license, DRM, usage, access, and entry are included here.
  • Any combination of format, form of digital data, analog data, standards, delivery vehicle, and language are included here. Any variations of the above teaching are also intended to be covered by this patent application.

Abstract

A novel system for automated metadata generation of learning and knowledge Objects are presented. Such system automates the processes of adding descriptive and contextual information to digital learning content, digital documents, and other objects used in learning and knowledge management. It also automates the process of creating associations among higher level objects and classifications systems used to organize content, and it does so in a way that improves the functionality of existing technologies, that can be tuned to meet the needs of a particular organization or community of practice, and that can be extended and refined to take advantage of new information retrieval technologies. It includes methods that handle aggregate digital objects composed of a plurality of other objects and that improves efficiency by caching data and recognizing the relationships among aggregate objects and their components.

Description

    RELATED APPLICATION
  • This application is a divisional continuation application of another co-pending US application, which is allowed now, to be issued very soon, with Ser. No. 12/253,998, filed 19 Oct. 2008, with the same title, assignee, and inventors. The current application incorporates by reference all of the teachings and specification of the parent application, and it also claims priority to the filing date of the parent application.
  • BACKGROUND OF THE INVENTION
  • There are numerous systems and methods that extract information from digital files. These are called information retrieval routines. Most of these provide a single piece of information, and it is necessary to aggregate and process this information to automatically generate metadata that is often contextual or subjective in nature. There are many approaches to doing this, including semantic analysis, searching for key words or terms, and searching for standardized associated licenses. An effective method must apply multiple such approaches.
  • There is a need to generate metadata in a way that enables the metadata to be used by other applications such as authoring tools, learning content management systems and rights management systems. It is also required to support continual improvement of the results by making it possible to substitute new or improved information retrieval routines for existing ones and by making it possible to combine the output of these routines in new ways.
  • Another challenge of metadata generation is the fact that digital objects often are comprised of multiple smaller objects. For example, a Web page might contain text, images, a movie and an interactive quiz written in a format such as Adobe Flash. It is advantageous to generate, retain and aggregate information on smaller objects that comprise a larger object. This leads to a significant performance advantage over prior art.
  • Current systems cannot estimate complex quantities such as typical learning time, effectively search for rights licenses or be used to determine whether a learning object or knowledge object is in line with a particular design paradigm or cognitive theory. In addition, current systems suffer from three other drawbacks:
  • 1. They are not designed to integrate directly into end user applications.
  • 2. They are not architected to take advantage of multiple methods.
  • 3. They are not designed to deal with aggregate objects.
  • SUMMARY OF THE INVENTION
  • The present invention automates the processes of adding descriptive and contextual information to digital learning content, digital documents, and other objects used in learning and knowledge management. It also automates the process of creating associations among higher level objects and classifications systems used to organize content. The present invention does so in a way that improves the functionality of existing technologies, that can be tuned to meet the needs of a particular organization or community of practice, and that can be extended and refined to take advantage of new information retrieval technologies. The present invention includes methods that handle aggregate digital objects composed of a plurality of other objects and that improve efficiency by caching data and recognizing the relationships among aggregate objects and their components.
  • The disclosed invention consists of an analysis engine, service layer, a configuration module and a host application. The objects being analyzed are typically stored in a data store.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a schematic diagram of the invented system for automated metadata generation of learning and knowledge objects.
  • FIG. 2 is a schematic diagram showing the communication between Host application and Service layer.
  • FIG. 3 is a schematic diagram showing the communication between Service layer and Analysis layer.
  • FIG. 4 is a schematic diagram showing the detailed functional blocks of the Analysis layer.
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
  • There are numerous systems and methods that extract information from digital files. These are called information retrieval routines. Most of these provide a single piece of information, and it is necessary to aggregate and process this information to automatically generate metadata that is often contextual or subjective in nature.
  • As an example, an instructional designer is often tasked with developing learning content that is designed to last a certain amount of time (e.g. 15 minutes). To determine the “typical learning time” of a piece of learning content by machine, one has to aggregate data on the length of text, duration of media files, complexity of the subject matter, number and nature of quizzes contained in the content, and so on. As another example, it is often important to identify the terms of use under which a document is licensed. There are many approaches to doing this, including semantic analysis, searching for key words or terms, and searching for standardized associated licenses. An effective method must apply multiple such approaches. As a third example, some learning theories emphasize that content should be broken into “chunks” that have a single learning objective. To determine whether or not this is the case, it is necessary to first understand the navigational structure of the content (e.g., using link analysis and other graph-theoretic techniques), to match each unit within the content to a set of learning objectives (e.g., using latent semantic analysis) and to determine the extent to which the content can be decomposed into semantically homogenous components (e.g., by applying numerical techniques to the output of vector-based semantic analysis algorithms.) Determinations of this nature mix information retrieved from radically different methods (e.g. semantic analysis, link analysis, and possibly a human choosing a subset of a course or knowledge object to examine).
  • The present invention generates metadata of the type described above and does so in a way that enables the metadata to be used by other applications such as authoring tools, learning content management systems and rights management systems. It also is enables continual improvement of the results by making it possible to substitute new or improved information retrieval routines for existing ones used by the invention, and by making it possibly to combined the output of these routines in new ways.
  • Another challenge of metadata generation is presented by the fact that digital objects often are comprised of multiple smaller objects. For example, a Web page might contain text, images, a movie and an interactive quiz written in a format such as Adobe Flash. The present invention generates, retains and aggregates information on smaller objects that comprise a larger object. This leads to a significant performance advantage over prior art.
  • ADVANTAGES OF THE INVENTION COMPARED TO PRIOR ART
  • Current systems cannot estimate complex quantities such as typical learning time, effectively search for rights licenses or be used to determine whether a learning object or knowledge object is in line with a particular design paradigm or cognitive theory. In addition, current systems suffer from three other drawbacks.
  • 1. They are not designed to integrate directly into end user applications. Such integration has many uses—for example, a designer could see the learning time change as content is added to a course, or putative rights licenses could be displayed when content is stored or retrieved from a repository.
  • 2. They are not architected to take advantage of new methods. For example, if one component that goes into computing the typical learning time is a measure of the reading level of text, it is advantageous to be able to try several different methods for estimating this level.
  • 3. They are not designed to deal with aggregate objects. Digital media are typically composed of many sub-objects, often at several levels of granularity (e.g. Course, module, information object, asset). It is a significant improvement on current methods to recognize the aggregation structure of an object and to generate metadata at every level of aggregation.
  • Some of the Features in this Embodiment
  • The present invention automates the processes of adding descriptive and contextual information to digital learning content, digital documents, and other objects used in learning and knowledge management. It also automates the process of creating associations among higher level objects such as “documents,” “assessments,” “knowledge objects”, “rights licenses,” “learning objects,” “competencies” and “learning interventions” and classifications systems used to organize content. The present invention does so in a way that improves the functionality of existing technologies, that can be tuned to meet the needs of a particular organization or community of practice, and that can be extended and refined to take advantage of new information retrieval technologies. The present invention includes methods that handle aggregate digital objects composed of a plurality of other objects and that improve efficiency by caching data and recognizing the relationships among aggregate objects and their components.
  • The disclosed invention consists of an analysis engine, service layer, a configuration module and a host application. The objects being analyzed are typically stored in a data store which is a file system, database, repository or part of the host application. See FIG. 1.
  • The host application is a software application such as a Web content authoring tool, learning content management system, document authoring tool, content management system, or knowledge management tool. It is configured to identify an object to be analyzed to submit requests to the analysis engine through a service layer. Requests are typically triggered by user actions such as importing or publishing content.
  • When triggered, the analysis engine applies a plurality of information retrieval routines to determine a plurality of descriptive, contextual and classification information about digital objects and their sub-objects. The analysis engine is constructed so that information retrieval routines can be added, deleted, and swapped in and out as is appropriate for a particular application. The information retrieved is then processed using a set of configurable information aggregation heuristics. The output of this step is called metadata. It can be as specific as elements in a fixed metadata schema and as general as rights licenses or correspondences between various types of objects based on semantic matches. In preferred embodiments, all metadata is represented using de jure or de facto standards. This metadata is then passed back to the host application via the integration service and is used by the host application in a plurality of ways.
  • Parameters defining or controlling the behavior of the metadata, integration points, information retrieval routines, and information aggregation heuristics are stored in a configuration module.
  • Definitions, Terms, Elements
    • The definitions below are for the purpose of providing examples, and, by no means, are limiting. Any variations of the elements/definitions below are also meant to be covered by this application:
    • Object: In this disclosure object means a digital file or content aggregation that is to be used or analyzed by a host application or analysis engine.
    • Content Aggregation: A content aggregation is a collection of objects that for the purpose of an application can be treated as a single object. A typical example is a Web page that contains many embedded objects (text, graphics, video clips) but is treated as a single unit. Another example is a Sharable Content Object Reference Model (SCORM) content aggregation. Content aggregations may include metadata about itself or about objects it contains and may include further information, such as sequencing information, and rights information that, for the purposes of this disclosure is also considered to be metadata.
    • Metadata: Information about an object or associated with an object that is intended to make the object more useful in at least one context. The term is used as one skilled in the art would understand it to be used and is extended to include information such as intellectual property rights, mappings to other objects, classification according to arbitrary taxonomies, and representations of such information.
    • Information Retrieval Routine: A software component, library or assembly that examines objects and reports information about the content, structure, syntax, semantics, rights, or semantics of an object.
    • Content Aggregation Standard: A de facto or de jure standard such as MPEG-21 Part II, IMS Content Packaging, Darwin Information Typing Architecture, or Metadata Encoding and Transmission Standard that defines a way to identify a collection of digital objects as comprising a single object and provides a means to attach metadata to digital objects. Typically, such standards use XML but this is not a requirement.
    • Service Layer: A software service that provides application programmer interfaces (API'S) or Web services (typically described using Web Service Description Language [WSDL] and accessed through HTTP using the Simple Object Access Protocol [SOAP]) that enables a host application to request, respond to requests, and exchange data with other components of the invention.
    • Host Application: A software application that makes use of the invention or that invokes the functionality of the invention. Examples include authoring tools, Learning Content Management Systems, learning object or knowledge object repositories, software that manages content development workflows, and email applications.
    • Configuration Module: A component of the invention that stores configuration parameters and enables user access to those parameters through API'S or Web services.
    • Analysis Engine: A component of the invention that analyzes objects and generates metadata.
    • Information Aggregation Heuristic: A system or method for processing data provided by a plurality of information retrieval algorithms and producing metadata. An Information Aggregation heuristic may perform a task as simple as re-formatting the output of a single information retrieval algorithm or as complex as making subject judgments about the nature of content based on multiple outputs, configuration parameters, and environmental factors. For example, an Information Aggregation heuristic might use the output of an N-Gram implementation to populate a “language” element in a metadata schema, might use the outputs of multiple information retrieval algorithms to estimate the typical learning time of a learning object, or might compare existing metadata from multiple assets in a single object to try to determine whether the asset level metadata was cut and pasted by a previous author and should be replaced by automatically generated metadata.
    • Contextual Information: Contextual information is information that is external to an object being analyzed and to the analysis engine but that can be used by the analysis engine to generate metadata or improve the quality of metadata generated. Examples of contextual information include information such as name and role of a user of a host application on whose behalf the host application is invoking the analysis engine, information about objects being analyzed such as the fact that they are part of a series of learning objects on 6th grade mathematics or that they contain classified information generated for military applications.
    Functional Description of the Invention
  • The present invention is intended to be integrated into a host application with which a user interacts or that is a component of an enterprise learning management, knowledge management or content management system. In one embodiment, the host application is a software application that is used to edit and publish digital content. In another embodiment the host application is a learning content management system or enterprise knowledge management system. In this embodiment, the present invention may integrate directly with the host application or with a database or repository accessed by the host application.
  • The host application interacts with the present invention through a service layer. The service layer communicates with the host application through Web Services or an Application Programming Interface (API). Each embodiment of the present invention may use one or more of these methods. In a preferred embodiment, communication takes place using Web Services that are described by Web Services Definition Language (WSDL) and that use the Simple Object Access Protocol (SOAP) to encode requests, report errors, and exchange metadata encoded using de jure or de facto standards. The service layer communicates with the analysis engine through a fixed set of APIs or services. This method enables changes to be made in the inner workings of the analysis engine without affecting the integration between the present invention and the host application. The present invention also is a significant improvement that enables metadata generation services to both request and provide information to host applications so that the host applications can exhibit improved human-compute interaction through metadata-aware applications and automate processes that heretofore required users to input significant quantities of metadata.
  • For example, a prior art discloses a method for matching learning content to skills taxonomies. Other methods based on word matching, regular expressions, and Bayesian inference have been disclosed and implemented. However, these are typically implemented directly into the host application. When improvements are made in the underlying methods, or better methods are found, it may require significant work to update the host application, assuming the vendor has the knowledge to do so.
  • When interacting with the present invention, the host application identifies or provides an object to the analysis engine, provides the analysis engine with existing metadata and with relevant contextual information known to the host application and requests specific metadata about the identified object (FIG. 2). In an embodiment where the host application is a learning content authoring tool and the present invention is configured to generate and encode metadata in conformance with the 1484.12.3-2005 IEEE Standard for Learning Technology—Extensible Markup Language (XML) Schema Definition Language Binding for Learning Object Metadata. Requests are made via the service layer. For example, the host application can request the “typical learning time” of content that is being authored. The ability to make such a request and receive an answer enables the host application to show the author the length of a course and to update the length as new content is added or existing content is edited. This improves the functionality of learning content authoring tools.
  • The integration service provides error checking and reporting. In a preferred embodiment the integration service will implement de jure and de facto standards (such as those provided by JSR170 or the Open Knowledge Initiative Service Interface Definitions) for integrating with host applications. Persons skilled in the art will recognize the value of applying standards and will know how to implement standards-based integration points.
  • Requests for metadata will include an identified content object or content aggregation. In a preferred embodiment, a content object is identified through a persistent unique identifier and content aggregations are identified using content aggregation standards.
  • Requests for metadata can be triggered in many ways. In one embodiment, they are triggered when a user attempts to fill out a metadata form. The metadata entered by the user is compared to the metadata returned by the integration service to the host application, providing a quality check that is an improvement for any system that requires users to complete metadata forms.
  • In another embodiment used by document storage providers, the workflow which previously was a machine-centric storage is reversed so as to be human-centric. In this embodiment the host application submits the document to the service layer and uses the resulting metadata to pre-fill the form for storage, or bypasses the form entirely integrating the metadata directly into the host applications data storage.
  • In another embodiment the host application is a content editing and publishing tool that creates standardized packages of content for use by other systems, e.g. that creates Sharable Content Object Reference Model (SCORM) content aggregations for use by a SCORM conformant learning management system. When the user selects “publish” in the host application, the host application requests metadata from the integration service. The type and format of the metadata requested is determined by the configuration module. The integration service requests the metadata from the analysis engine. The analysis engine checks to see if the requested metadata has already been generated and generates any missing metadata. The metadata is then returned by the analysis engine to the integration service and by the integration service to the host application. The host application then properly formats and inserts the metadata into the published package.
  • In another embodiment the designers of the host application wish to classify content handled by the host application according to one or more taxonomies. Typical taxonomies include taxonomies of corporate structure (departments), taxonomies of skills, knowledge, abilities and tasks, and designations of confidentiality, classification, or usage rights. One such taxonomy exists within the U.S. Department of Defense and designates, for example, whether foreign nationals may view a piece of learning content. Skills taxonomies such as that maintained by O*Net are prevalent.
  • There are several ways in which the host application can interact with the present invention in this embodiment. In one method, the user of the host application selects a classification from a drop down list. This triggers a request to automatically classify the content in question. The host application passes the selected classification to the present invention. The analysis engine returns its opinion of the correct classification together with a correlation between the selected classification and the suggested classification, based on semantic analysis techniques such as Latent Semantic Analysis that return values that may be interpreted as semantic correlates. In another method, the host application relies on the analysis engine to suggest a classification and either accepts that suggestion or enables the user to view and modify that suggestion. It will be apparent to one skilled in the art that numerous useful variations and applications of such interactions are enabled by the present invention.
  • Instead of a classification, the host application may wish to check for the existence of a statement of end user rights and provide one if none is present. The host application may also be designed to compare an existing statement of end user rights derived intrinsically from a document with an explicit statement associated with the document using a rights expression language such as the MPEG-21 Digital Rights Expression Language or via a link to a Creative Commons license. The host application may issue a request for any existing license and for a recommended license, determined by a list present in the configuration module.
  • In many embodiments, it is useful for the analysis engine to have information about the user of the host application or the work being performed using the host application. This is called contextual information. Typical contextual information includes the user's name, the user's role, the user's role in an organization, and the title of content in question. Other contextual information may be available from the configuration module, for example, the configuration module may specify that all content must be written in U.S. English. The present invention may request contextual information from the host application through an API or Web Service (FIG. 2). In a preferred embodiment, this contextual data is treated as metadata requested from the host application and is encoded using an appropriate standard.
  • The present invention may also use the service layer to request existing metadata from a host application (FIG. 2). In one embodiment it does so by using a Web service version of the Open Archives Initiative Metadata Harvesting Protocol. In another embodiment it does so by a SOAP request using the 1484.12.3-2005 IEEE Standard for Learning Technology—Extensible Markup Language (XML) Schema Definition Language Binding for Learning Object Metadata. In another embodiment the service layer requests an “empty” content aggregation, such as a SCORM conformant IMS manifest, that contains metadata for a content object and for its component objects. The present invention then unpacks the content aggregation and extracts the metadata.
  • When a request is made to the service layer, the request is passed to the analysis engine. It will be apparent to one skilled in the art how to define Web Services or APIs that connect the service layer as an architectural component to the analysis engine (FIG. 3). In a preferred embodiment these components communicate via SOAP.
  • In a preferred embodiment, all requests to the analysis engine designate an object about which metadata will be generated (FIG. 3). In a preferred embodiment, all objects are considered content aggregations, with a single file being a special case, and all objects are represented using a content aggregation standard. In a preferred embodiment, the content aggregation standard used includes a persistent unique identifier that enables the analysis engine to retrieve the content objects and sub-objects from a Data Store that might be a Web Server, a Content Server, a Learning Content Management System, a Repository or other store. In one embodiment the identifier given is a handle that must first be resolved by a resolution service. The resolution service may either return the location of the object or be configured to retrieve the object itself
  • In another embodiment, objects are described to the analysis engine through Uniform Resource Identifiers (URI). Each URI can be used to retrieve the object from a data store.
  • The analysis engine shown in FIG. 4 operates as following:
      • Step 1: An object is identified. If the object is a content aggregation, the analysis engine disaggregates the object, stores any existing metadata contained in the content aggregation (labeling it as such), and checks to see if it has already analyzed any component objects.
      • Step 2: Requested metadata is identified. In a preferred embodiment, requests must correspond to metadata schema stored in (or referenced by) the configuration module or natively stored in an embodiment of the invention. In a preferred embodiment for use with learning technology, the analysis engine understands qualified Dublin Core metadata and IEEE Learning Object Metadata. In preferred embodiments for other applications, persons skilled in the art will recognize which metadata schema and profiles of metadata schema should be natively supported and which should be stored in the configuration module.
      • Step 3: Taxonomies are identified. Requests issues by the host application may ask for classifications according to certain taxonomies. These must be identified. Taxonomies may be stored in schema using standards. For example, taxonomies of skills, knowledge, abilities and attitudes may be stored using IEEE 1484.20-2007 Standard for Reusable Competency Definitions. The analysis engine may be required to match content objects to such taxonomies. The analysis engine must first analyze the form of data that is needed by
      • Step 4: Quality and comparison metrics are identified. The host application may request that existing metadata be analyzed for consistency with automatically generated metadata. In this case, the analysis engine stores this for the next step.
      • Step 5: Information aggregation heuristics are identified. In one embodiment, an information aggregation heuristic is provided as object code together with information about that code. The information identifies (by unique identifier) a set of information retrieval routines and the object code implements a rule for converting the output of those routines into the desired metadata and a rule for encoding that metadata in a format that can be transmitted back to the host application through the service layer. A typical heuristic relying on a single information retrieval algorithm might look as follows:
        • Metadata to be generated: Platform requirements
        • Information retrieval routines: MIME Type identifiers
        • Rule: Check MIME types against list retrieved from configuration module. If all MIME types are on list, map these to platform requirements, and return this list through the service layer via an RDF binding of Dublin Core metadata. Set the error code to NULL. If not, return FALSE and set error string to a list of unrecognized types.
      • Another example that illustrates how information from multiple sources may be combined:
        • Metadata to be generated: Semantic Density (IEEE 1484.12.20-2000) for a text passage.
        • Information retrieval routines: Routines that match content to a taxonomy of learning objectives using Latent Semantic Analysis (LSA), routines that measure the reading level (e.g. Flesch-Kincaid) of text, and routines that check for mathematical or symbolic content, and routines that generate content statistics.
        • Rule (partial): Check whether there is any mathematical content or non-textual content in the object. Assume not. Set the LSA threshold to 0.8. Count the number of learning objectives that meet or exceed this threshold. Multiply by two hundred and divide this by the number of words in the text. Determine the reading level divide this by 8. Add these together and encode the result according to the quoted standard.
      • A third example illustrates how the present invention can map contextual information to metadata:
        • Metadata to be generated: Copyright Statement, unformatted
        • Information retrieval routines: Routines that search for Creative Commons licenses, attached standardized rights expressions, and copyright statements. An additional routine is needed to transform rights expressions into copyright statements.
        • Rule (partial): If the user is the author, generate a copyright statement determined by the policy. Search for an existing copyright statement. If a Creative Commons license exists, retrieve the license and return it. If a copyright statement exists, return that. If a rights expression is attached, process that into a copyright statement and return the statement. If no copyright statement is found, check the role of the user. If the role is author, generate a copyright statement using a policy stored in the configuration module. If the role is not an author, generate a different copyright statement based on a default policy, e.g. one that assigns copyright and reserves all rights for the enterprise that is using the present invention.
      • The APIs used by information aggregation heuristics conform to the requirements of an information retrieval harness whose purpose is to invoke a plurality of information retrieval routines, each identified by a unique internal identifier, and to return the data from these routines.
      • Step 6: The analysis engine identifies which information retrieval routines must be used, which contextual information or existing metadata is required, and what metadata on sub-objects has already been generated and stored. For each object (or sub-object) to be analyzed, an information retrieval harness starts and collects data from a plurality of information retrieval routines. In a preferred embodiment these routines include Latent Semantic Analysis, MIME type analyzers, N-grams, Summarizers, Complexity Analyzers and routines that read and retrieve existing metadata embedded in files or associated with files by the operating system.
      • Step 7: Data is passed to the information retrieval heuristics through the information retrieval harness, to the service layer by the information retrieval heuristics and to the host application by the service layer.
  • A configuration module plays a key role in many embodiments of the present invention. In these embodiments, the configuration module is used to store information retrieval heuristics, taxonomies, corporate policies, metadata schema, and data (such as semantic spaces) used by the analysis engine and the information retrieval routines (FIG. 4). This method has technical and practical advantages over existing methods. Software companies that incorporate the present invention into their host applications can provide services based upon the configuration module, including services for generating and tuning semantic spaces used in Latent Semantic Analysis, services that define and update enterprise taxonomies, services that create new metadata elements and that define or re-define information aggregation heuristics for customers. This enables software companies to install, configure, run and maintain embodiments of the present invention with minimal effort and to sell configuration services to customers.
  • In a preferred embodiment, the configuration module has a User Interface (UI) that displays a list of available information retrieval routines, a metadata schema tool, and an authoring tool for creating information aggregation heuristics. The authoring tool enables these to be written in a well-known language such as Java, C# or Ruby and provides a method for compiling them. The UI to the configuration module enables new information retrieval routines to be added to the information retrieval harness and existing routines to be altered. In a preferred embodiment the configuration module incorporates an authentication and authorization system that requires administrative privileges to make changes.
  • In non-commercial educational settings, the configuration module can be used to place control of the behavior of the present invention in the hands of users, making it easier for educational institutions to customize metadata generation components. In one embodiment, the present invention is used by a Course Management System such as Moodle or Blackboard. Semantic spaces are generated for various disciplines (Math, English, Biological Sciences, etc.) and incorporated into information retrieval routines based on Latent Semantic Analysis. The configuration module provides institutions with ways to change the corpus used to generate these semantic spaces and re-generate and re-tune the information retrieval routines. The configuration module is also used to store copyright policies and develop or alter information aggregation heuristics for learning time, difficulty level, and generating metadata about authors derived from contextual information present in the Course Management System.
  • Any combination of information, data, knowledge base, database, courses, material, and program, e.g. on-line, real-time, mixed media, in-class, multi-media, and audio, are included here. Any methods of delivery and storage are included here. Any method of security, authentication, biometrics, PKI, key, license, DRM, usage, access, and entry are included here. Any combination of format, form of digital data, analog data, standards, delivery vehicle, and language are included here. Any variations of the above teaching are also intended to be covered by this patent application.

Claims (20)

1. A system for improving quality of metadata entered by a user, said system comprising:
a host application;
a service layer;
an analysis engine;
wherein metadata is entered by a user;
wherein said metadata is passed to said service layer by said host application, along with an identification of a document or with said document;
said analysis engine retrieves said document and uses said document with said metadata to generate new metadata;
wherein said new metadata is passed to said service layer;
said service layer passes said new metadata to said host application;
said analysis engine identifies quality metrics; and
said quality metrics are used to decide whether to keep or modify said metadata.
2. A system for analyzing content objects, said system comprising:
a host application;
a service layer;
an analysis engine;
a content object matching module;
wherein a content object comprises a knowledge object, a learning object, or a training record;
said content object matching module matches said content object to taxonomies of skills, competencies, educational standards, or training requirements, using said analysis engine;
said host application sends a request to said content object matching module through said service layer;
said analysis engine uses semantic processing and multiple information retrieval routines to determine a degree to which said content object matches some or all of elements of said taxonomies of skills, competencies, educational standards, or training requirements; and
said content object matching module returns matches or said degree to said host application through said service layer.
3. The system for improving quality of metadata entered by a user as recited in claim 1, wherein said system communicates with a job matching module.
4. The system for improving quality of metadata entered by a user as recited in claim 1, wherein said system communicates to Internet.
5. The system for improving quality of metadata entered by a user as recited in claim 1, wherein said system is connected to a storage device.
6. The system for improving quality of metadata entered by a user as recited in claim 1, wherein said system processes resumes.
7. The system for improving quality of metadata entered by a user as recited in claim 1, wherein said system reviews regulations and laws.
8. The system for improving quality of metadata entered by a user as recited in claim 1, wherein said system comprises a configuration module.
9. The system for improving quality of metadata entered by a user as recited in claim 1, wherein said system processes semantic algorithms.
10. The system for improving quality of metadata entered by a user as recited in claim 1, wherein said system caches data.
11. The system for improving quality of metadata entered by a user as recited in claim 1, wherein said system processes corporate policies.
12. The system for improving quality of metadata entered by a user as recited in claim 1, wherein said system organizes content.
13. The system for improving quality of metadata entered by a user as recited in claim 1, wherein said system comprises a metadata generator.
14. The system for improving quality of metadata entered by a user as recited in claim 1, wherein said system comprises an information aggregation heuristics unit.
15. The system for improving quality of metadata entered by a user as recited in claim 1, wherein said system comprises an information retrieval harness.
16. The system for improving quality of metadata entered by a user as recited in claim 1, wherein said system comprises a database.
17. The system for improving quality of metadata entered by a user as recited in claim 1, wherein said system comprises an object aggregator or an object disaggregator.
18. The system for improving quality of metadata entered by a user as recited in claim 1, wherein said system processes one or more sub-objects.
19. The system for improving quality of metadata entered by a user as recited in claim 1, wherein said system performs consistency analysis.
20. The system for improving quality of metadata entered by a user as recited in claim 1, wherein said system processes integrated services.
US13/424,353 2008-10-19 2012-03-19 Automated Metadata Generation of Learning and Knowledge Objects Abandoned US20120179639A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/424,353 US20120179639A1 (en) 2008-10-19 2012-03-19 Automated Metadata Generation of Learning and Knowledge Objects

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US12/253,998 US8140463B2 (en) 2008-10-19 2008-10-19 Automated metadata generation of learning and knowledge objects
US13/424,353 US20120179639A1 (en) 2008-10-19 2012-03-19 Automated Metadata Generation of Learning and Knowledge Objects

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US12/253,998 Continuation US8140463B2 (en) 2008-10-19 2008-10-19 Automated metadata generation of learning and knowledge objects

Publications (1)

Publication Number Publication Date
US20120179639A1 true US20120179639A1 (en) 2012-07-12

Family

ID=42118469

Family Applications (2)

Application Number Title Priority Date Filing Date
US12/253,998 Expired - Fee Related US8140463B2 (en) 2008-10-19 2008-10-19 Automated metadata generation of learning and knowledge objects
US13/424,353 Abandoned US20120179639A1 (en) 2008-10-19 2012-03-19 Automated Metadata Generation of Learning and Knowledge Objects

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US12/253,998 Expired - Fee Related US8140463B2 (en) 2008-10-19 2008-10-19 Automated metadata generation of learning and knowledge objects

Country Status (1)

Country Link
US (2) US8140463B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110314378A1 (en) * 2010-06-18 2011-12-22 Cox Communications, Inc. Content Purchases and Rights Storage and Entitlements
WO2016179031A1 (en) * 2015-05-01 2016-11-10 Einstein Industries, Inc. Enhanced metadata collection and output
US20220383022A1 (en) * 2021-05-25 2022-12-01 Bank Of America Corporation Contextual analysis for digital image processing

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8527537B2 (en) 2009-02-19 2013-09-03 Hulu, LLC Method and apparatus for providing community-based metadata
US9286362B2 (en) * 2009-09-25 2016-03-15 International Business Machines Corporation System and method to customize metadata for different users running on the same infrastructure
US10437846B2 (en) 2010-05-28 2019-10-08 Oracle International Corporation System and method for providing data flexibility in a business intelligence server using an administration tool
US9002924B2 (en) 2010-06-17 2015-04-07 Microsoft Technology Licensing, Llc Contextual based information aggregation system
US8965894B2 (en) * 2010-12-21 2015-02-24 Tata Consultancy Services Limited Automated web page classification
US20140358521A1 (en) * 2013-06-04 2014-12-04 Microsoft Corporation Capture services through communication channels
US9244680B2 (en) * 2013-06-28 2016-01-26 International Business Machines Corporation Document quality review and testing
US9703813B2 (en) * 2014-09-30 2017-07-11 Sap Se Data aging in hana using grading attributes
US9734180B1 (en) 2014-09-30 2017-08-15 EMC IP Holding Company LLC Object metadata query with secondary indexes
US11016946B1 (en) * 2015-03-31 2021-05-25 EMC IP Holding Company LLC Method and apparatus for processing object metadata
US10318491B1 (en) * 2015-03-31 2019-06-11 EMC IP Holding Company LLC Object metadata query with distributed processing systems
US11086895B2 (en) 2017-05-09 2021-08-10 Oracle International Corporation System and method for providing a hybrid set-based extract, load, and transformation of data
US10601942B2 (en) 2018-04-12 2020-03-24 Pearson Management Services Limited Systems and methods for automated module-based content provisioning
EP4227824A1 (en) * 2022-02-11 2023-08-16 Siemens Aktiengesellschaft Method and system for generating metadata tags for a plurality of engineering objects

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020016786A1 (en) * 1999-05-05 2002-02-07 Pitkow James B. System and method for searching and recommending objects from a categorically organized information repository
US20020049603A1 (en) * 2000-01-14 2002-04-25 Gaurav Mehra Method and apparatus for a business applications server
US20020099737A1 (en) * 2000-11-21 2002-07-25 Porter Charles A. Metadata quality improvement
US6877134B1 (en) * 1997-08-14 2005-04-05 Virage, Inc. Integrated data and real-time metadata capture system and method
US20050120009A1 (en) * 2003-11-21 2005-06-02 Aker J. B. System, method and computer program application for transforming unstructured text
US20050198154A1 (en) * 2004-02-12 2005-09-08 Oracle International Corporation Runtime validation of messages for enhanced web service processing
US20050216295A1 (en) * 2004-02-27 2005-09-29 Abrahamsohn Daniel A A Method of and system for obtaining data from multiple sources and ranking documents based on meta data obtained through collaborative filtering and other matching techniques
US20080052112A1 (en) * 2006-08-24 2008-02-28 Siemens Medical Solutions Usa, Inc. Clinical Trial Data Processing and Monitoring System
US20090187503A1 (en) * 2008-01-18 2009-07-23 Microsoft Corporation Generating content to satisfy underserved search queries
US20100095202A1 (en) * 2008-10-14 2010-04-15 Ricoh Company, Ltd. Managing metadata among plural systems

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EA008675B1 (en) * 2001-06-22 2007-06-29 Нервана, Инк. System and method for knowledge retrieval, management, delivery and presentation
US9015301B2 (en) * 2007-01-05 2015-04-21 Digital Doors, Inc. Information infrastructure management tools with extractor, secure storage, content analysis and classification and method therefor

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6877134B1 (en) * 1997-08-14 2005-04-05 Virage, Inc. Integrated data and real-time metadata capture system and method
US20020016786A1 (en) * 1999-05-05 2002-02-07 Pitkow James B. System and method for searching and recommending objects from a categorically organized information repository
US20020049603A1 (en) * 2000-01-14 2002-04-25 Gaurav Mehra Method and apparatus for a business applications server
US20020099737A1 (en) * 2000-11-21 2002-07-25 Porter Charles A. Metadata quality improvement
US20050120009A1 (en) * 2003-11-21 2005-06-02 Aker J. B. System, method and computer program application for transforming unstructured text
US20050198154A1 (en) * 2004-02-12 2005-09-08 Oracle International Corporation Runtime validation of messages for enhanced web service processing
US20050216295A1 (en) * 2004-02-27 2005-09-29 Abrahamsohn Daniel A A Method of and system for obtaining data from multiple sources and ranking documents based on meta data obtained through collaborative filtering and other matching techniques
US20080052112A1 (en) * 2006-08-24 2008-02-28 Siemens Medical Solutions Usa, Inc. Clinical Trial Data Processing and Monitoring System
US20090187503A1 (en) * 2008-01-18 2009-07-23 Microsoft Corporation Generating content to satisfy underserved search queries
US20100095202A1 (en) * 2008-10-14 2010-04-15 Ricoh Company, Ltd. Managing metadata among plural systems

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110314378A1 (en) * 2010-06-18 2011-12-22 Cox Communications, Inc. Content Purchases and Rights Storage and Entitlements
US10430868B2 (en) * 2010-06-18 2019-10-01 Cox Communications, Inc. Content purchases and rights storage and entitlements
WO2016179031A1 (en) * 2015-05-01 2016-11-10 Einstein Industries, Inc. Enhanced metadata collection and output
US11106760B2 (en) 2015-05-01 2021-08-31 Einstein Industries, Inc. Enhanced metadata collection and output
US11768910B2 (en) 2015-05-01 2023-09-26 Einstein Industries, Inc. Enhanced metadata collection and output
US20220383022A1 (en) * 2021-05-25 2022-12-01 Bank Of America Corporation Contextual analysis for digital image processing
US11823476B2 (en) * 2021-05-25 2023-11-21 Bank Of America Corporation Contextual analysis for digital image processing

Also Published As

Publication number Publication date
US8140463B2 (en) 2012-03-20
US20100106672A1 (en) 2010-04-29

Similar Documents

Publication Publication Date Title
US8140463B2 (en) Automated metadata generation of learning and knowledge objects
Kohlhase OMDoc--An Open Markup Format for Mathematical Documents [version 1.2]: Foreword by Alan Bundy
Carroll et al. Named graphs, provenance and trust
US20110066587A1 (en) Evidence evaluation system and method based on question answering
Peroni et al. The live OWL documentation environment: a tool for the automatic generation of ontology documentation
Robu et al. An introduction to the Semantic Web for health sciences librarians
Abbas et al. On the relationship between similar requirements and similar software: A case study in the railway domain
Brucker et al. Using the Isabelle ontology framework: Linking the formal with the informal
Garcia González A semantic web approach to digital rights management
Kirstein et al. Piveau: A large-scale open data management platform based on semantic web technologies
Reggio et al. What are the used UML diagram constructs? A document and tool analysis study covering activity and use case diagrams
Cabrio et al. These Are Your Rights: A Natural Language Processing Approach to Automated RDF Licenses Generation
Renear et al. Towards identity conditions for digital documents
Martin et al. Semantic linking of research infrastructure metadata
Zaka Theory and applications of similarity detection techniques
Patrício et al. Formalizing enrichment mechanisms for bibliographic ontologies in the semantic web
Rogushina et al. Semantic Processing of Metadata for Big Data: Standards, Ontologies and Typical Information Objects.
Yordanova Meta-data application in development, exchange and delivery of digital reusable learning content
Diamantini et al. Semantic annotation and services for KDD tools sharing and reuse
Puustjärvi et al. The problem of searching interdisciplinary learning objects
Harnoš et al. Analysis of current trends in the development of DSLs and the possibility of using them in the field of information security
Bazuin et al. Towards Recommendations for Knowledge-Graph-Based Requirements Management in Construction: A Report on the EU DigiChecks Project
Jeffery Data Curation and Preservation
Brase Usage of metadata
Duval et al. An architecture and framework for flexible reuse of learning object components

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION