Not applicable.
Not applicable.
The amount of data available is ever-increasing. There were about 1.8 zettabytes of electronic data in the world in 2011, and the number is expected to reach 8 zettabytes by 2015, more than quadrupling in four years. While individuals create the majority of the data, more than eighty percent of data may be controlled by enterprises, which may store, protect, and analyze such data. In the information technology (IT) world alone, there was some 295 exabytes of stored data in 2011, and that number is now estimated to double every 2-4 years. Unstructured data may make up the bulk of the data, such as Portable Document Formats (PDFs), spreadsheets, emails, other document files, social contents, multimedia, webpages, audit and configuration data, Global Positioning System (GPS), and other document types or sensory data. Knowledge bases are information repositories that may allow information to be collected, organized, shared, searched and utilized. A knowledge base may be a central piece of a knowledge management infrastructure for an organization such as a university or an enterprise.
In one embodiment, the disclosure includes a method for building a user-customizable knowledge base, the method comprising acquiring data related to a plurality of entities from a plurality of heterogeneous data sources based on a customized acquisition configuration, wherein the customized acquisition configuration specifies a distinct data wrapper for each of the data sources, extracting entity-related information from the data to form a number of graph databases, and integrating the graph databases by mapping relationships between the entities to create an entity-centric knowledge base.
In another embodiment, the disclosure includes a data system comprising one or more processors configured to acquire data related to a plurality of entities from a plurality of heterogeneous data sources based on a customized acquisition configuration, extract entity-related information from the acquired data to form a number of graph databases, and integrate the graph databases by mapping relationships between the entities to create an entity-centric knowledge base.
In yet another embodiment, the disclosure includes a computer program product comprising computer executable instructions stored on a non-transitory computer readable medium such that when executed by a processor cause a network system to acquire data related to a plurality of entities from a plurality of search engines based on a metasearch engine configuration, generate an entity-centric knowledge base by establishing a mapping between the data related to the entities and an upper ontology that encompasses at least the search engines, and analyze contents contained in the entity-centric knowledge base to discover information associated with each entity and relationships between the entities.
These and other features will be more clearly understood from the following detailed description taken in conjunction with the accompanying drawings and claims.
For a more complete understanding of this disclosure, reference is now made to the following brief description, taken in connection with the accompanying drawings and detailed description, wherein like reference numerals represent like parts.
It should be understood at the outset that, although an illustrative implementation of one or more embodiments are provided below, the disclosed systems and/or methods may be implemented using any number of techniques, whether currently known or in existence. The disclosure should in no way be limited to the illustrative implementations, drawings, and techniques illustrated below, including the exemplary designs and implementations illustrated and described herein, but may be modified within the scope of the appended claims along with their full scope of equivalents.
Big Data may refer to data sets with huge sizes (e.g., on order of terabytes to petabytes) that may be beyond the ability of commonly used software tools to capture, curate, manage, and process within a tolerable period of time. The understanding of data may become a core competency of a business, impacting sales, marketing, production, user experience, and other aspects. In the era of Big Data, traditional technologies and systems such as data warehouse, business intelligence (BI), master data management (MDM), service-oriented architecture (SoA), etc., may not meet the ever-increasing pace of data growth. Thus, enterprises or companies may need more agile data systems to effectively manage the growth, heterogeneity, and dynamicity of the data, information and knowledge in their enterprises, so that the companies may leverage the ocean of data, information, and knowledge available on the Internet. Companies may be challenged when attempting to manage and extract value from disparate, isolated, and/or unstructured data. Specifically, there remains a lack of technologies and tools that enable small- to medium-sized companies, or departments in a big company, to effectively construct and manage their specialty knowledge graphs and knowledge bases. Such management of knowledge bases may enable them to analyze knowledge, and share (with control) the knowledge with other departments, other organizations, and/or the Internet.
Disclosed herein are embodiments of a network data system, which may generate, access, and manage a unique domain-independent, mass-customizable enterprise knowledge base. The disclosed data system is referred to herein as a Real Internet Content Enrichment (RICE) system (or simply as RICE). Disclosed data system embodiments may acquire, extract, and analyze knowledge, and may further link distributed knowledge bases together by using natural language processing, semantic web, and machine learning technologies, and the support of Big Data Infrastructure. In an embodiment, the disclosed data system may employ diagonal searching that integrates various sources such as Web 1.0 (search engines, websites), Web 2.0 (Web application programming interfaces (APIs)), and Web 3.0 (Semantic Web). The data system may integrate both structured and unstructured data sources, and convert the integrated data to semantic knowledge by connecting small graph databases or knowledge graphs together.
On the Internet, information may be presented and shared through webpages, websites, APIs, and other forms. Search engines may collect information available on the Internet to data centers and allow people to search for information stored at the data centers. However, for future web generations, it is desirable to provide web users with enabling technology and tools (such as RICE disclosed herein), so that they may express their knowledge, connect to the knowledge of others in the semantic web, and make the knowledge globally searchable without going through a central gateway. Existing knowledge management systems may be categorized into general purpose knowledge base systems and domain-specific knowledge base systems. A general purpose knowledge base may extract data from unstructured information available on web pages to create structured graph databases of the entities of the Internet such as people, places, things, and relationships among them. A domain-specific knowledge base (e.g., for news, media, or academic research) may also be organized as a graph, and may be enabled by semantic technologies.
The information extraction module 230 may extract entity-related data, map the data to a corresponding domain ontology, and store the data in a Hadoop Distributed File System (HDFS) 256 for post processing. Information extraction may refer to the task of automatically extracting structured information from unstructured and/or semi-structured machine-readable documents. Various methods may be used herein to extract entities with their field values. The information extraction module 230 may clean the acquired data before the integration process using a data cleaning and filtering unit 232. In an embodiment, data from multiple sources may be cleaned or normalized to have the same format. For example, an extracted address “37 MAIN STREET” may need to be transformed into “37 Main St.” to fit into a naming convention of existing data sources. Further, the data cleaning and filtering unit 232 may filter duplicative or incomplete entities. For example, if two data sources return an identical address “37 Main St,” one is a duplicate and may be filtered out. For another example, if a third data source returns an incomplete address “37 Main,” the third address may be removed as well.
The information extraction module 230 further comprises a semantic analysis unit 233 for extracting metadata from the acquired data to enrich data. For example, The semantic analysis unit 233 may discover relationships between entities, and annotate the acquired data with existing entities and entity relationships defined in the knowledge base. Any relevant metadata can be extracted using semantic analysis tools. For instance, a movie description may have metadata such as the movie's director, actors, runtime, and location of where the movie has been made, which are all entities. Using semantic analysis tools, any relevant metadata about the movie (entity) may be obtained. For instance, the user will be able to search the director of the movie (entity).
For big data processing and analysis, a Hadoop distributed computing framework may be used to process large data sets across clusters of computers using simple programming models. The Hadoop data access framework 236 may provide a simplified access to the HDFS 256 with two solutions of Hadoop, known as Pig 237 and Hive 238. Pig 237 is a programming language that may simplify the common tasks of working with Hadoop. Such tasks include loading data, expressing transformations on the data, and storing the final results. Hive 238 may allow Hadoop to operate as a data warehouse. Hive 238 may superimpose structure on data in the HDFS 256, and then permit queries over the data using a familiar Structured Query Language (SQL) or SQL-like syntax. The HDFS 256 may store data in a Hadoop cluster, which may be broken down into smaller pieces (called blocks) and distributed throughout the cluster. In this way, map and reduce functions may be executed on relatively smaller subsets of larger data sets, thereby providing scalability needed in processing big data.
The data reconciliation module 240 may merge the extracted data for entities and map relationships between entities to form an entity-centric knowledge base. The data reconciliation module 240 may use a Hadoop data processing (e.g., Map-Reduce) framework to handle big data via parallel computing on server clusters. The data reconciliation module 240 may comprises a unification unit 241 and a knowledge base linking unit 242. The unification unit 241 may handle the unification of extracted data from various sources. For example, different formats of an identical field (e.g., an address or movie title) retrieved from different sources may be unified to remove duplication. In addition, the knowledge base linking unit 242 may discover relationships between existing and new entities, and may update the knowledge base accordingly. Information extraction and unification may process human language texts using Natural Language Processing (NLP), which is a group of functions related to computer science, artificial intelligence, and linguistics concerned with the interactions between computers and human (natural) languages.
The knowledge base layer 250 may contain data storages for the RICE platform 200. Specifically, one or more data wrappers 252 may be configured to store extraction procedures (e.g., web data extractors and enrichment rules) for extracting data from various sources. The knowledge base 254, as the output of the data reconciliation module 240, may store integrated and unified entity-centric knowledge base in a graph structure with a common upper ontology. An upper ontology may describe general concepts that are the same or similar across most, if not all, knowledge domains. The upper ontology may support very broad semantic interoperability between a large number of domain ontologies that are accessible under the upper ontology. One of ordinary skill in the art would recognize that various graph databases may be leveraged herein, including InfiniteGraph, Neo4j, FlockDB, GraphDB, Titan, OrientDB, and semantic stores (e.g., Virtuoso, Apache TDB, and AllegroGraph). Entity-related information may be collected from internal and/or external sources (e.g., metadata, social media feeds, etc.) with respect to an enterprise and then stored in the knowledge base 254 in a graph structure. Edges of the knowledge base 254 may refer to relations between entities. Moreover, the HDFS 256 may be a distributed file system that stores extracted information for Big Data analysis. The user profile module 258 may manage user information such as account information, authentication data, search history, and personal preferences that may be used for personalization of the search results.
The knowledge management and consumption layer 270 may provide a selection of APIs and web services for managing and accessing knowledge available in the RICE platform 200. The knowledge management and consumption layer 270 may be used both by end users to search on the knowledge base and by developers or operators to define rules/sources to create and maintain the knowledge base. As shown in
The content analysis module 274 may allow dynamic integration of third party or custom data analysis tools, such as sentiment analysis, summarization, and recommendation tools. The content analysis module 274 may discover information about an entity from contents contained in the entity. For instance, several companies provide analysis through their customer care services tools (e.g., discussion forums), allowing a customer to directly communicate with the company, or to share opinions and comments with other customers of the company. Messages exchanged in a discussion forum may be extracted and analyzed to identify trending discussion topics, and to measure the level of satisfaction perceived by the customers. Such information may be valuable because it allows company managers to design strategies to increase the quality of services or products delivered to customers. As shown in
The RICE platform 200 may allow enterprises to build their tailored entity-centric, graph-modeled, scalable knowledge bases on demand to serve their customized needs. The RICE platform 200 may access, transform, integrate (e.g., by building semantic relationships), and publish large-scale data from heterogeneous (e.g., some structured and some unstructured) sources including internal sources (e.g., enterprise intranet) and external sources (e.g., the Internet). The RICE platform 200 may create real-time or near real-time complex knowledge services that can be leveraged by both applications and humans. RICE's flexible data format may allow enterprises to harvest a wide variety of disparate data sources and seamlessly merge the data sources into a homogenous format, which may connect or link entities regardless of where the entities are extracted from. In summary, the disclosed RICE platform 200 may facilitate enterprises to leverage data by (1) increasing the discoverability of enterprise data, (2) enabling interoperability between entities, (3) enabling interoperability with external data sources, (4) increasing the internal reuse of knowledge across products, and (5) increasing the efficiency of knowledge management.
In an embodiment, a Prompt Internet Information Integrator (PI3), developed by HUAWEI® and sometimes simply referred to as PI3, may be taken as a platform or tool for wrapper design. Through an API of the PI3 platform, a web developer may be connected to many (e.g., hundreds of thousands of) search engines. In addition, through a PI3 portal, a web developer may create a customized metasearch engine instantly on many search engines. For example, a diagonal search may combine horizontal search engines and vertical search engines to realize metasearch engines. A horizontal search engine may refer to a general purpose search engine, and a vertical search engine may refer to a specialized search engine. A vertical search engine may index contents specialized by location, by topic, or by industry, and may be geared to businesses or enterprises. Instead of returning thousands of links from a query, which may be common on a general purpose search engine, a vertical search engine query may deliver more relevant results to the user. The scope of the PI3 platform may include wrapper generation, web data extraction, and search engine recommendation. Its functionality may include (1) search engine incorporation, where a wrapper may be generated for a search engine through an interactive configuration process at the PI3 interface; (2) the assembly of a metasearch engine on incorporated search engines, where a subset of incorporated search engines may be grouped to create a customized metasearch engine through an interactive configuration process at the PI3 interface; and (3) metasearch through PI3, where a metasearch engine created in part component (2) can be searched.
In the metasearch engine configuration component 420, a metasearch engine that searches multiple search engines may be constructed, configured, and saved into a metasearch engine profile. The metasearch engine configuration component 420 may further comprise two parts: a SE-MSE interface matching and mapping part and a SE-MSE result schema matching and mapping part. In the SE-MSE interface matching and mapping part, a metasearch engine interface profile 421 may be configured by a metasearch engine creator 422 using a metasearch engine interface configurator 423. Each search engine's interface may have a form that may have multiple parameters, so the parameters may be mapped to corresponding parameters of a metasearch engine's form. By mapping parameters of the metasearch engine form to corresponding parameters of each search engine, the PI3 platform 400 may properly convert a metasearch engine query into a query that is recognized by an underlying search engine. Further, in the SE-MSE result schema matching and mapping part, a metasearch engine result interface profile 424 may be configured by the metasearch engine creator 422 using a metasearch engine result configurator 425. A metasearch engine may use a mapping between each field of a result record of a search engine and a field of a record of a metasearch engine in order to display results returned from multiple underlying search engines in an integrated manner. With such mapping, the PI3 platform 400 may properly display data results within the integrated result interface of the metasearch engine.
In the metasearching component 430, a metasearch engine that searches multiple search engines may be constructed, configured, and saved into a metasearch engine profile. The PI3 platform 400 may understand the metasearch engine wrapper, and may use a metasearch engine interface generator 431 in the metasearching component 430 to generate a metasearch engine interface. A metasearch engine user 432 may use the PI3 platform 400 to search multiple search engines, extract results, and compose or forward the results to a unified metasearch engine result interface. Further, REST API calls can be served in the API service component 440. REST is an architectural style comprising a coordinated set of architectural constraints applied to components, connectors, and data elements, within a distributed hypermedia system. For example, using a search engine query API Call, an API server 441 may properly connect to a search engine, send a query, and return structured results back to an API requester. The API requester may be an API user 442 who received an API instruction from an API manager 443. For another example, in a metasearch engine query API Call, PI3 the PI3 platform 400 may conduct the metasearch, and then return structured and integrated search results 444 back to the API requester. The search results 444 may be forwarded to a unified metasearch engine result interface for display.
To construct a knowledge base, graph databases may be used so that the schema-free nature of the graph databases may realize easy customization of the knowledge graph for different enterprises and allow fast access to knowledge (e.g., short query response time). A graph database (or knowledge graph) may have any size or contain any information in one or more graph structures where nodes represent entities and edges define the relation across entities.
In step 810, data related to a plurality of entities may be acquired from a plurality of heterogeneous data sources based on a customized configuration. As discussed above, the entity-centric knowledge base may be used by an enterprise or company that accesses both internal data sources and external data sources. Thus, at least part of the relationships may be mapped between entities of the internal data sources and entities of the external data sources. In an embodiment, the customized configuration may specify a distinct data wrapper for each of the data sources. For example, the customized acquisition configuration may be configured using a PI3 platform. In this case, the step 810 may comprise sub-steps of querying the data sources using the metasearch engine, and forwarding the acquired data as search results to a unified metasearch engine result interface for display. In another embodiment, the customized configuration may be defined by (a) configuring a customizable data model (e.g., specifying model/data structure/data organization/ontology) for the entity-centric knowledge base; (b) configuring the data wrapper for each data source by defining rules for acquiring the data from the data sources and rules for extracting the entity-related information; and (c) configuring data integration (metasearch/pipe) and semantification rules. Semantification rules control the flow of information between extracted information and a knowledge graph.
In an embodiment, each of the data sources may comprise an interface form with parameters, and the metasearch engine may comprise another interface form with parameters. In this case, searching the data sources may further comprise: (a) mapping parameters of the metasearch engine to corresponding parameters of the data sources, (b) converting a metasearch engine query to a query that is recognized by all of the data sources based on the mapping of the parameters, (c) sending the search engine query to the data sources, and (d) mapping each field of a result record of the data source to a corresponding field of a result record of the metasearch engine.
In step 820, the method 800 may clean the acquired data to enhance data quality. Cleaning the data may comprise normalizing the acquired data such that corresponding fields of the acquired data from the data sources have a common data format, and filtering the acquired data to remove duplicative or incomplete entities. In step 830, the method 800 may extract entity-related information from the cleaned data to form a number of graph databases. In step 840, the method 800 may integrate the graph databases by mapping relationships between the entities to create an entity-centric knowledge base. Mapping the relationships between the entities may link the graph databases together as integral parts of the entity-centric knowledge base. Moreover, integrating the graph databases may further comprise: (1) unifying formats of the graph databases according to one common data format before mapping the relationships (e.g., although cleaning module 232 may clean data from one data/content source, data for an entity may come from multiple data sources and thus should be unified in format), and (2) storing the entities and the mapped relationships in an HDFS that is designed to process big data.
In step 850, the method 800 may execute user-defined enrichment rules for unifying data from heterogeneous internal and external sources with respect to an enterprise. In step 860, the method 800 may search the entity-centric knowledge base for a specified entity. In step 870, the method 800 may employ a custom data analysis tool to discover information associated with the entity using a custom data analysis tool. Note that the access and management of the knowledge base may not require special programming knowledge in order to achieve user friendliness and flexibility. For instance, data wrapper for each of the data sources may be designed without a need for programming, and wherein the enrichment rules are defined without a need for programming.
The schemes described herein may be implemented on one or more network components, such as a computer or network component with sufficient processing power, memory resources, and network throughput capability to handle the necessary workload placed upon it.
The secondary storage 1004 is typically comprised of one or more disk drives, solid state drives, or tape drives and is used for non-volatile storage of data and as an over-flow data storage device if the RAM 1008 is not large enough to hold all working data. The secondary storage 1004 may be used to store programs that are loaded into the RAM 1008 when such programs are selected for execution. In an embodiment, the secondary storage 1004 may store a knowledge base 1005, which may be similar to the knowledge base 254 in
The transmitter/receiver 1012 (sometimes referred to as a transceiver) may serve as an output and/or input (I/O) device of the system 1000. For example, if the transmitter/receiver 1012 is acting as a transmitter, it may transmit data out of the system 1000. If the transmitter/receiver 1012 is acting as a receiver, it may receive data into the system 1000. Further, the transmitter/receiver 1012 may include one or more optical transmitters, one or more optical receivers, one or more electrical transmitters, and/or one or more electrical receivers. The transmitter/receiver 1012 may take the form of modems, modem banks, Ethernet cards, universal serial bus (USB) interface cards, serial interfaces, token ring cards, fiber distributed data interface (FDDI) cards, and/or other well-known network devices. The transmitter/receiver 1012 may allow the processor 1002 to communicate with an Internet or one or more intranets. The I/O devices 1010 may be optional or may be detachable from the rest of the system 1000. The I/O devices 1010 may include a display such as a touch screen or a touch sensitive display. The I/O devices 1010 may also include one or more keyboards, mice, or track balls, or other well-known input devices. Further, the system 1000 may be implemented over a plurality of devices, e.g., as a cloud computing system.
It is understood that by programming and/or loading executable instructions onto the system 1000, at least one of the processor 1002, the secondary storage 1004, the RAM 1008, and the ROM 1006 are changed, transforming the system 1000 in part into a particular machine or apparatus (e.g. part of the RICE architecture 200 having the functionality taught by the present disclosure). The executable instructions may be stored on the secondary storage 1004, the ROM 1006, and/or the RAM 1008 and loaded into the processor 1002 for execution. It is fundamental to the electrical engineering and software engineering arts that functionality that can be implemented by loading executable software into a computer can be converted to a hardware implementation by well-known design rules. Decisions between implementing a concept in software versus hardware typically hinge on considerations of stability of the design and numbers of units to be produced rather than any issues involved in translating from the software domain to the hardware domain. Generally, a design that is still subject to frequent change may be preferred to be implemented in software, because re-spinning a hardware implementation is more expensive than re-spinning a software design. Generally, a design that is stable that will be produced in large volume may be preferred to be implemented in hardware, for example in an ASIC, because for large production runs the hardware implementation may be less expensive than the software implementation. Often a design may be developed and tested in a software form and later transformed, by well-known design rules, to an equivalent hardware implementation in an application specific integrated circuit that hardwires the instructions of the software. In the same manner, as a machine controlled by a new ASIC is a particular machine or apparatus, likewise a computer that has been programmed and/or loaded with executable instructions may be viewed as a particular machine or apparatus.
It should be understood that any processing of the present disclosure may be implemented by causing a processor (e.g., a general purpose CPU inside a computer system) in a computer system (e.g., the RICE platform 200 or the PI3 platform 400) to execute a computer program. In this case, a computer program product can be provided to a computer or a network device using any type of non-transitory computer readable media. The computer program product may be stored in a non-transitory computer readable medium in the computer or the network device. Non-transitory computer readable media include any type of tangible storage media. Examples of non-transitory computer readable media include magnetic storage media (such as floppy disks, magnetic tapes, hard disk drives, etc.), optical magnetic storage media (e.g. magneto-optical disks), compact disc ROM (CD-ROM), compact disc recordable (CD-R), compact disc rewritable (CD-R/W), digital versatile disc (DVD), Blu-ray (registered trademark) disc (BD), and semiconductor memories (such as mask ROM, programmable ROM (PROM), erasable PROM), flash ROM, and RAM). The computer program product may also be provided to a computer or a network device using any type of transitory computer readable media. Examples of transitory computer readable media include electric signals, optical signals, and electromagnetic waves. Transitory computer readable media can provide the program to a computer via a wired communication line (e.g. electric wires, and optical fibers) or a wireless communication line.
For enterprises, embodiments of the disclosed RICE platform may be used for various applications, ranging from content enrichment to enterprise linked data services. Several examplary application areas are described below, including enterprise (web) mashup, single view of customers, visualization and reporting, enterprise social graph, and enterprise search.
Enterprise (web) mashup is an examplary application of RICE. The latest generation of web tools and services may allow enterprises to generate web applications that combine content (e.g., heterogeneous digital data and applications) from multiple sources, and provide the web applications as unique services to suit their situational needs. This type of web application may be referred to as a mashup. Creating a mashup application involves solving multiple problems, such as extracting data from multiple web sources, cleaning the data, and combining all data together. The RICE platform may not only tackle these issues, but also allow processing of large volumes of data in a scalable manner.
Single view of customers is another examplary application of RICE. Many companies today may still have disconnected views of their customers across products, divisions, applications and time. They may struggle to unify many fragments into a complete picture. In the business world, it may be useful to assemble a holistic view of customers including competitive choices available to each specific customer, customer feedbacks, preferences and lifestyle information that may indicate future sales opportunities or provide ideas for product improvement. The holistic view may be achieved by merging and building relevance across structured customer application data, unstructured call notes and emails, competitor and public websites, and user-generated data in blogs and reviews, etc. The RICE platform may combine detached customer information in an enterprise to assemble a holistic view for each customer.
Visualization and reporting is yet another examplary application of RICE. Businesses may have collected data, analyzed it using a variety of BI tools, and generated reports. However, Big Data brings new challenges to visualization because of the large volumes, different varieties and varying velocities that may be taken into account. For instance, with Big Data, an increasingly large percentage of the data may be unstructured, and valuable information may be hidden across different sources such as news articles, emails, blogs, review websites, rich site summary (RSS) feeds, documents, reports, and/or research papers, etc. By unifying the unstructured and unconnected data into a common format, the verticals of data may be flattened and analyzed together. The disclosed RICE platform may seamlessly merge and link data into a homogenous format, and further facilitate visualization of data using tools that can be connected through an API interface (e.g., Restful API).
Enterprise Social Graph is yet another examplary application of RICE. Good relationships may be key to a successful business. Business applications may create social graphs that map relationships between people and various types of business objects, but only within the boundaries of a single application. For instance, while CRM applications may map relationships between employees, customers, and prospects, customer support applications may map the relationship between employees and support tickets. This mapping difference may result in siloed and/or unconnected data in the enterprise (e.g., no mapping between customers and support tickets). The disclosed RICE platform may connect the data from such applications, thereby creating an enterprise social graph that comprises a holistic mapping of people and objects they encounter at work.
Enterprise Search is yet another examplary application of RICE. Integrated with enterprise search engines, RICE may improve search experience and allow new search features. A search may no longer need to be based only on keywords, but may also involve semantics, entity relationship, and other contexts. For example, an enterprise knowledge graph may help enterprise users on various aspects such as knowledge discovery, multi-facet search, the optimization of search result ranking algorithms, query extension, recommendation, and summarization.
In practice, various metrics may be employed to evaluate the performance of a knowledge base disclosed herein. For example, coverage is a metric for the quality of a knowledge base that measures a number of domains and a number of entities within domain types. Richness measures how attributes and relations populated for each entity enriches a knowledge base. With more attributes and relations, one may gather more comprehensive information about an entity. For instance, more detailed information about an actor or a retail product may be attractive to a customer. Comprehensiveness may measure a percentage of important entities/relations/facts found in the knowledge base and a percentage of entities/relations/facts mentioned in search queries and news articles. Correctness may measure accuracy of entity types and extracted fact. Besides correctness of relations and attribute, values may be useful as well. Interlinking may measure precision and recall of reconciliation. Level of interlinking across internal sources, external sources may enrich knowledge base. Freshness may measure recency of entities/relations/attributes compared to activity associated with them (popularity, trending/decay, time sensitivity, etc.). Freshness may encourage continuous acquisition of data and maintenance of the knowledge database. When determining the metrics, benchmark tests may be run over large data sets that represent both internal customer data and external web data.
In order for a RICE platform to consume data from a global data space in an integrated fashion, a number of factors may be considered. A first factor is the complexity of transforming heterogeneous cross-domain data to knowledge. In an embodiment, knowledge may be represented in an upper ontology (e.g., schema.org, Cyc, Umbel), wherein Cyc is an artificial intelligence project that attempts to assemble a comprehensive ontology and knowledge base of everyday common sense knowledge. Mapping between heterogeneous cross-domain data to upper ontology may be done by user-defined (e.g., manual) mapping rules. Mapping rules may be defined for each data source through a flexible user interface, which may not require any knowledge of programming. For an entity in the knowledge base, conflicting values may be extracted from heterogeneous data sources. Rule-based data integration techniques may be used to handle this problem.
A second factor or goal is to ensure the freshness, completeness, and correctness of the knowledge base. Freshness of knowledge may be ensured by implementation of a task scheduler, which may be responsible for running a knowledge acquisition process at scheduled times or specified time intervals to update existing knowledge. Completeness and correctness of knowledge may be ensured by extracting data from heterogeneous sources and unifying them within specific entities. A third factor is the automatic discovery of relations between entities, in other word, inter-linking entities in the knowledge base. Any suitable entity inter-linking techniques may be implemented for handling the third factor. A fourth factor is the ability to process and analyze large amounts of data, hence achieving scalability. The Apache Hadoop framework may be used to allow handling large amounts of data.
The RICE for Big Data platform disclosed herein may present a unique, scalable, highly-customizable, entity-centric, cross-domain knowledge base, e.g., to small organizations that have a lack of professional resources and/or expertise to create and manage their own knowledge graphs. This platform may address how to effectively and efficiently manage the large, heterogeneous, autonomous, and dynamic data, how to extract and analyze knowledge, how to integrate distributed knowledge bases together with semantic model and technologies, as well as the support of Big Data infrastructure. Thus, an enterprise may utilize the Big Data infrastructure to meet their business needs by leveraging large amounts of internal and/or external data. Furthermore, by using the disclosed platform, customers and/or internal product lines of an enterprise may process and analyze Big Data to create their customized knowledge bases with which they can build utility applications or services.
To provide a functional and customizable solution using RICE, the data system may enhance the process of data acquisition and unification in a highly scalable manner. The data system may contain custom ontology designs, alignment modules, wrapper-ontology mapping, and semantic data linking modules. The disclosed RICE platform may be implemented in different domains in a rapid way. It also has a potential of providing rich content to enterprise products such as Internet Protocol television (IPTV), service delivery platform (SDP), and Contact Center. The disclosed solutions may allow customers to acquire data from both internal and external data sources that include various numbers of domains/entities for creating an enriched and entity-centric knowledge base (KB), sometimes called RICE KB. RICE knowledge base may serve as a central knowledge base for enriching user experience in product lines as a value-added service.
The disclosed RICE for Big Data system may allow enterprises to quickly create their own knowledge bases with minimum effort. The disclosed data system may help data architects and engineers, developers, analysts, and managers to build custom solutions that fit their specific business needs, and further help organizations customize platforms to align to their existing processes. The disclosed data system may improve the processes and performance of knowledge generation by saving time, reducing operating costs, and freeing up resources to refocus on achieving a corporate mission. The disclosed data system may offer a powerful front-end for providing a centralized management interface with a consolidated repository of structured and unstructured data, in which the repository has been unified and enriched. Automated enrichment process may extract entities from each and every document, add value to the data, and allow insightful analysis. Such analysis may include predictive analytics, social media analysis, risk management, social monitoring, market research analysis, recommendation engines, and brand monitoring.
The disclosed data system may serve as an information integration platform that allows users to quickly and easily integrate data from a variety of data sources including databases, spreadsheets, delimited text files, Extensible Markup Language (XML), JavaScript Object Notation, and web APIs. The disclosed data system may also automate as much of the process as possible to allow end-users to map their data to a chosen ontology. Users may then adjust the automatically generated model using a graphical user interface. Thus, users may never need to see the complex mapping rules used in other systems and may need virtually no coding.
The disclosed data system may further integrate social data with customers, products, and web data to get a clearer picture of how social data is driving a business. Enterprises may benefit from the integration and analysis of local sources and web sources for business success. For instance, sales departments can leverage social data to research target companies and people; financial researchers can analyze company and industry trends to guide investment decisions; human resource (HR) managers and recruiters can find qualified candidates via social profiles and interests, and gain insight into prospective employees' work history; marketing departments can track campaign efficiency across target demographics gender and geography; product teams can track product launch success and compare results to previous launches; and customer service departments can turn detractors into advocates by responding quickly to customers inquiries and complaints.
RICE is a step toward a dream of connecting global knowledge by enabling distributed search. The disclosed embodiments may contribute to scientific and technical advancement on a global level, particularly in semantic web, semantic technology, and related areas. For instance, knowledge bases may be built by obeying semantic web design patterns and other semantic technologies.
While several embodiments have been provided in the present disclosure, it may be understood that the disclosed systems and methods might be embodied in many other specific forms without departing from the spirit or scope of the present disclosure. The present examples are to be considered as illustrative and not restrictive, and the intention is not to be limited to the details given herein. For example, the various elements or components may be combined or integrated in another system or certain features may be omitted, or not implemented.
In addition, techniques, systems, subsystems, and methods described and illustrated in the various embodiments as discrete or separate may be combined or integrated with other systems, modules, techniques, or methods without departing from the scope of the present disclosure. Other items shown or discussed as coupled or directly coupled or communicating with each other may be indirectly coupled or communicating through some interface, device, or intermediate component whether electrically, mechanically, or otherwise. Other examples of changes, substitutions, and alterations are ascertainable by one skilled in the art and may be made without departing from the spirit and scope disclosed herein.
The present application claims benefit of U.S. Provisional Patent Application No. 61/883,825 filed Sep. 27, 2013 by Omer Sonmez et al. and entitled “Knowledge Graph Generator Enabled By Diagonal Search,” which is incorporated herein by reference as if reproduced in its entirety.
Number | Date | Country | |
---|---|---|---|
61883825 | Sep 2013 | US |