Movatterモバイル変換


[0]ホーム

URL:


CN112163160A - Knowledge graph-based sensitive identification method - Google Patents

Knowledge graph-based sensitive identification method
Download PDF

Info

Publication number
CN112163160A
CN112163160ACN202011082927.6ACN202011082927ACN112163160ACN 112163160 ACN112163160 ACN 112163160ACN 202011082927 ACN202011082927 ACN 202011082927ACN 112163160 ACN112163160 ACN 112163160A
Authority
CN
China
Prior art keywords
data
graph
sensitive
user
knowledge
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.)
Granted
Application number
CN202011082927.6A
Other languages
Chinese (zh)
Other versions
CN112163160B (en
Inventor
王利娥
李小聪
李先贤
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.)
Guangxi Normal University
Original Assignee
Guangxi Normal University
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 Guangxi Normal UniversityfiledCriticalGuangxi Normal University
Priority to CN202011082927.6ApriorityCriticalpatent/CN112163160B/en
Publication of CN112163160ApublicationCriticalpatent/CN112163160A/en
Application grantedgrantedCritical
Publication of CN112163160BpublicationCriticalpatent/CN112163160B/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Images

Classifications

Landscapes

Abstract

Translated fromChinese

本发明公开了一种基于知识图谱的敏感识别方法,首先为了构建用户‑商品知识图谱,需要对获取的原始数据集进行预处理,并通过预处理后的数据构建用户‑物品的模式图,然后根据预处理后的数据和所述模式图构建知识图谱;其次,为了识别敏感数据,通过构建的敏感关系推理规则补全知识图谱中用户与物品间原本不存在的敏感关系;最后,对整个所述知识图谱查询出敏感数据,并输出,提高识别速度。

Figure 202011082927

The invention discloses a sensitive identification method based on a knowledge graph. First, in order to construct a user-commodity knowledge graph, the acquired original data set needs to be preprocessed, and a pattern graph of the user-item is constructed through the preprocessed data, and then The knowledge graph is constructed according to the preprocessed data and the pattern graph; secondly, in order to identify sensitive data, the sensitive relationship between users and items in the knowledge graph that does not exist in the knowledge graph is complemented by the constructed sensitive relation inference rules; The knowledge graph is used to query sensitive data and output it to improve the recognition speed.

Figure 202011082927

Description

Knowledge graph-based sensitive identification method
Technical Field
The invention relates to the technical field of data security, in particular to a sensitive identification method based on a knowledge graph.
Background
The recommendation system is an information filtering tool which aims to accurately predict the preference degree of the user for the commodities, thereby preferentially presenting the commodities which are more valuable to the user. The historical behavior data of the user is the support basis of the recommendation system, and the historical behavior data of the user often relates to personal sensitive data of the user. The premise of privacy protection of the sensitive data is that the sensitive data can be selected from a large amount of data to complete identification of the sensitive data.
The traditional sensitive data recognition methods mainly comprise a dictionary matching method and a manual recognition method. The industry mostly adopts a mode of combining a dictionary matching method and a manual identification method to identify sensitive data. The main process is as follows: a user defines a sensitive data pattern matching formula, a dictionary matching range is determined according to a predefined model, then matching scanning is carried out on a target by using dictionary matching, after scanning is completed, a matching result is filtered manually, and the pattern data matching formula is optimized, but the recognition speed is slow due to the judgment standard and the dictionary matching problem.
Disclosure of Invention
The invention aims to provide a sensitive identification method based on a knowledge graph, which improves the identification speed.
In order to achieve the aim, the invention provides a sensitive identification method based on a knowledge graph, which comprises the following steps:
preprocessing the acquired original data and constructing a pattern diagram of the user article;
constructing a knowledge graph according to the mode graph and the preprocessed data;
constructing a sensitive relation reasoning rule and completing the knowledge graph;
and inquiring the sensitive data in the knowledge graph, and outputting the sensitive data.
Preprocessing the acquired original data, and constructing a pattern diagram of the user article, wherein the method comprises the following steps:
unifying the data storage format and the coding method in the acquired various types of original data, and deleting the redundant data.
The method comprises the following steps of preprocessing acquired original data, constructing a pattern diagram of a user article, and further comprising the following steps:
and taking the age, occupation and gender of the user as the attributes of the user, marking the relationship between the user and the object as a purchasing relationship, and then performing entity alignment on the preprocessed data by adopting a database tool to construct a pattern diagram of the user object.
Wherein, according to the mode diagram and the preprocessed data, a knowledge graph is constructed, which comprises the following steps:
and taking the user and the article as nodes, and constructing an attribute graph model according to the acquired key value pair of each attribute of the user and the article.
Wherein, according to the mode diagram and the preprocessed data, a knowledge graph is constructed, and the method further comprises the following steps:
and mapping the user to a head entity, mapping the article to a tail entity, mapping the relationship between the user and the corresponding article to be 0 or 1, and storing a knowledge graph by adopting a graph database.
Inquiring the sensitive data in the knowledge graph, and outputting the sensitive data, wherein the inquiring comprises the following steps:
and querying the supplemented graph data in the knowledge graph by utilizing a graph query language, and returning all the user and article nodes with corresponding sensitive relations according to the declared query target.
The method for inquiring the sensitive data in the knowledge graph and outputting the sensitive data further comprises the following steps:
and restoring the returned sensitive nodes into corresponding original data according to the data storage format and the encoding method, and storing the original data into a corresponding storage file.
The invention relates to a sensitive identification method based on a knowledge graph, which comprises the steps of firstly preprocessing an acquired original data set in order to construct a user-commodity knowledge graph, constructing a user-article pattern graph through preprocessed data, and then constructing the knowledge graph according to the preprocessed data and the pattern graph; secondly, in order to identify sensitive data, completing the sensitive relation which does not exist originally between the user and the article in the knowledge graph through the constructed sensitive relation reasoning rule; and finally, inquiring sensitive data for the whole knowledge graph, and outputting the data to improve the identification speed.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a schematic diagram illustrating the steps of a method for identifying sensitivity based on knowledge-graph according to the present invention.
FIG. 2 is a flow chart of a knowledge-graph-based sensitivity recognition method provided by the invention.
FIG. 3 is a schematic diagram of a user-merchandise provided by the present invention.
FIG. 4 is a property graph model provided by the present invention.
Detailed Description
Reference will now be made in detail to embodiments of the present invention, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the drawings are illustrative and intended to be illustrative of the invention and are not to be construed as limiting the invention.
In the description of the present invention, "a plurality" means two or more unless specifically defined otherwise.
Referring to fig. 1 and 2, the present invention provides a method for identifying sensitivity based on a knowledge-graph, which includes the following steps:
s101, preprocessing the acquired original data and constructing a pattern diagram of the user article.
Specifically, the original data includes structured scoring data and unstructured text data, such as comments of users and descriptions of products, and the part of the work mainly includes the following aspects:
1. for various types of data, firstly unifying a data storage format and an encoding method, and in order to meet the requirements of subsequent knowledge extraction and data storage, converting the scoring data of multiple data sources into a file containing a user ID, an article ID, a user attribute and an article attribute.
2. Because a lot of redundant data exist in the e-commerce data, such as repeated scoring records, advertisement information in texts, repeated paragraphs and data with low quality, the data with low reliability and incomplete quality are removed, so that the data is normalized, the usability of the data is improved, and meanwhile, the subsequent data identification amount can be reduced, and the identification speed is improved.
The data obtained after preprocessing mainly comprises three files, namely, ratio.dat, users.dat and product.dat, wherein the ratio mainly stores users and the scores of the users to the items, the users and the attributes (sex, age, occupation and the like) of the users are mainly stored in the users.dat, and the product.dat mainly stores the items and the attributes (such as the categories) of the items.
Selecting age, occupation and gender of the user as attributes of the user, and marking the relationship between the user and the object as a purchasing relationship. And (4) carrying out entity alignment on the data in the data set by adopting a database tool. The pattern diagram of the user's goods is constructed by the preprocessed information, as shown in fig. 3, including the user, the goods, the related attributes of the user, and the purchasing relationship between the user and the goods.
And S102, constructing a knowledge graph according to the mode graph and the preprocessed data.
Specifically, the user commodity knowledge graph is constructed through the preprocessed data and the designed pattern graph. The method mainly comprises the steps of knowledge representation, knowledge extraction, knowledge fusion and the like.
The specific steps of knowledge representation are as follows:
and using the attribute graph model as a data model. The user and the item are represented as nodes, the user node has attributes of age, occupation, gender and the like, the item node has attributes of category, price and the like, and each attribute is a key-value pair. Each edge has a label representing a contact. Edges also have attributes. For example, "the user has once purchased a pen.. the corresponding attribute is shown in fig. 4, and the corresponding triple can be represented as (lie, purchase, pen), meaning that there is a" purchase "connection between the head entity" lie "and the tail entity" pen ", while also displaying the age of the user and the price of the goods.
The specific steps of knowledge extraction are as follows:
the purpose of knowledge extraction is to perform entity extraction, entity relationship extraction, attribute extraction on structured data and unstructured data and store the extracted data in a knowledge graph. For the structured data, the user ID is directly mapped to the ID of the head entity, the article ID is mapped to the ID of the tail entity, and the relation between the user ID and the article ID is mapped to 1 or 0, so that whether the user interacts with the article or not is indicated. Such as a triplet (231,1,324) indicating that a user with ID 231 purchased an item with ID 324.
The specific steps of storing the knowledge graph are as follows:
the user-article relation knowledge graph is of a graph structure, and the adoption of relational database storage is not beneficial to subsequent sensitive relation searching and processing, so that the user-article knowledge graph is stored by adopting a mainstream graph database Neo4j, a user entity is stored as a node in the graph database, and the relation between a user and an article is stored as an edge connecting the nodes.
And establishing a corresponding knowledge graph after entity extraction, entity relation extraction and attribute extraction, and storing data by using a corresponding graph database in order to store the knowledge graph. The knowledge graph stored by the graph database can well fuse multi-source data in a recommendation system scene, and sensitive data can be quickly extracted by querying the database through the graph query language.
S103, establishing a sensitive relation inference rule, and completing the knowledge graph.
Specifically, in order to identify sensitive data, a sensitive relationship inference rule between a user and an article needs to be constructed first. Since the user has attributes of age, occupation, gender, and the like, the item has attributes of price, category, and the like. Examples of defined rules are as follows:
rule 1: users in the general profession often buy medications, and the item is sensitive to the current user.
And adopting a Jena tool built-in rule-based inference engine to carry out inference. The method mainly comprises three steps of modeling a basic module, constructing an ontology and adding an inference engine.
1. Module required for modeling
Model is first built with the most basic package of org, apache, jena, rdf. And secondly, establishing a binary relation between the org, apache, jena, vocibulary and RDFS. org. apache. jena. reasoner and org. apache. jena. reasoner registry are used to create inference engines.
2. Building ontologies
The Model established instep 1 above is essentially the knowledge base structure, i.e. ontology, in Jena.
3. Add inference engine
And directly selecting a built-in RDFS inference machine to finish the sensitive relation inference.
After the above Rule example Rule1 is executed, sensitive relationships are added between all nodes in the knowledge graph which meet the conditions.
And S104, inquiring the sensitive data in the knowledge graph, and outputting the sensitive data.
Specifically, in step S103, the knowledge-graph completes the sensitive relationship between the user and the object. The relationship between the nodes is expanded from the original single purchasing relationship into a purchasing relationship and a sensitive relationship. The graphic data in the knowledge graph is queried through a descriptive graphic query language, Cypher, and the main method is to directly declare the 'query target' on the knowledge graph. An example script as follows would return all nodes that have a relationship to a positive tag, i.e., all user and item nodes that have a sensitive relationship.
match(n)--(m:sensitive)
returnn;
Outputting sensitive data
And for all the identified sensitive nodes, restoring the sensitive nodes into original data according to a data storage format and a coding method, and storing the original data into a storage file or into the established graph database, so that the sensitive data are selected from a large amount of data, and the identification of the sensitive data is completed.
The innovation points of the invention comprise the following aspects:
a personalized privacy definition is proposed, taking into account the sensitivity between the user and the goods. The existing recommendation system privacy protection problem assumes that feedback data of users are sensitive, and actually, sensitivity of different users to different commodities is different, that is, different users have different privacy protection requirements, and different articles have different sensitivity degrees.
The method is provided for identifying the sensitive data by constructing the user-commodity knowledge graph and complementing the non-existing sensitive relationship in the knowledge graph through relationship reasoning, so that the problem of low identification speed of the traditional sensitive data identification method can be solved.
Compared with the prior art, the method not only effectively improves the identification accuracy of the sensitive data, but also can improve the identification speed in the face of a large amount of complex data.
The invention relates to a sensitive identification method based on a knowledge graph, which comprises the steps of firstly preprocessing an acquired original data set in order to construct a user-commodity knowledge graph, constructing a user-article pattern graph through preprocessed data, and then constructing the knowledge graph according to the preprocessed data and the pattern graph; secondly, in order to identify sensitive data, completing the sensitive relation which does not exist originally between the user and the article in the knowledge graph through the constructed sensitive relation reasoning rule; and finally, inquiring sensitive data for the whole knowledge graph, and outputting the data to improve the identification speed.
While the invention has been described with reference to a preferred embodiment, it will be understood by those skilled in the art that various changes in form and detail may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (7)

1. A sensitive identification method based on knowledge graph is characterized by comprising the following steps:
preprocessing the acquired original data and constructing a pattern diagram of the user article;
constructing a knowledge graph according to the mode graph and the preprocessed data;
constructing a sensitive relation reasoning rule and completing the knowledge graph;
and inquiring the sensitive data in the knowledge graph, and outputting the sensitive data.
2. The method of claim 1, wherein preprocessing the acquired raw data and constructing a pattern diagram of the user's item comprises:
unifying the data storage format and the coding method in the acquired various types of original data, and deleting the redundant data.
3. The method of knowledge-graph-based sensitive identification of claim 2 wherein preprocessing the acquired raw data and constructing a pattern diagram of the user's item further comprises:
and taking the age, occupation and gender of the user as the attributes of the user, marking the relationship between the user and the object as a purchasing relationship, and then performing entity alignment on the preprocessed data by adopting a database tool to construct a pattern diagram of the user object.
4. The method for knowledge-graph-based sensitive recognition of claim 3, wherein constructing a knowledge graph from the pattern graph and the preprocessed data comprises:
and taking the user and the article as nodes, and constructing an attribute graph model according to the acquired key value pair of each attribute of the user and the article.
5. The method for knowledge-graph-based sensitive recognition of claim 4, wherein constructing a knowledge graph from the pattern graph and the preprocessed data further comprises:
and mapping the user to a head entity, mapping the article to a tail entity, mapping the relationship between the user and the corresponding article to be 0 or 1, and storing a knowledge graph by adopting a graph database.
6. The method for knowledge-graph-based sensitive identification according to claim 1, wherein querying sensitive data in the knowledge-graph and outputting the sensitive data comprises:
and querying the supplemented graph data in the knowledge graph by utilizing a graph query language, and returning all the user and article nodes with corresponding sensitive relations according to the declared query target.
7. The method of claim 6, wherein querying sensitive data in the knowledge-graph and outputting the sensitive data, further comprises:
and restoring the returned sensitive nodes into corresponding original data according to the data storage format and the encoding method, and storing the original data into a corresponding storage file.
CN202011082927.6A2020-10-122020-10-12Sensitive identification method based on knowledge graphActiveCN112163160B (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN202011082927.6ACN112163160B (en)2020-10-122020-10-12Sensitive identification method based on knowledge graph

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN202011082927.6ACN112163160B (en)2020-10-122020-10-12Sensitive identification method based on knowledge graph

Publications (2)

Publication NumberPublication Date
CN112163160Atrue CN112163160A (en)2021-01-01
CN112163160B CN112163160B (en)2023-08-08

Family

ID=73868157

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN202011082927.6AActiveCN112163160B (en)2020-10-122020-10-12Sensitive identification method based on knowledge graph

Country Status (1)

CountryLink
CN (1)CN112163160B (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN113239392A (en)*2021-04-022021-08-10国网福建省电力有限公司信息通信分公司Desensitization method based on data center sensitive data
CN114021191A (en)*2021-11-052022-02-08江苏安泰信息科技发展有限公司Safe production informatization sensitive data management method and system
CN114186689A (en)*2022-02-142022-03-15支付宝(杭州)信息技术有限公司Methods, systems, apparatus, and media for path discovery in a knowledge graph
CN114254124A (en)*2021-12-162022-03-29深圳壹账通智能科技有限公司 Display method, device, computer equipment and medium for sensitive data map
CN114417845A (en)*2022-03-302022-04-29支付宝(杭州)信息技术有限公司Identical entity identification method and system based on knowledge graph
CN114692954A (en)*2022-03-092022-07-01中国科学技术大学Service optimization method and platform based on user experience knowledge graph database
CN115099909A (en)*2022-08-232022-09-23深圳洽客科技有限公司Information processing method and system based on E-commerce intention database mining

Citations (13)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20140214895A1 (en)*2013-01-312014-07-31InploreSystems and method for the privacy-maintaining strategic integration of public and multi-user personal electronic data and history
US20150286709A1 (en)*2014-04-022015-10-08Samsung Electronics Co., Ltd.Method and system for retrieving information from knowledge-based assistive network to assist users intent
US9419841B1 (en)*2011-06-292016-08-16Amazon Technologies, Inc.Token-based secure data management
US20180048661A1 (en)*2016-08-152018-02-15International Business Machines CorporationCognitive offense analysis using contextual data and knowledge graphs
CN108471414A (en)*2018-03-242018-08-31海南大学Internet of Things data method for secret protection towards typing resource
CN108647532A (en)*2018-05-152018-10-12广东因特利信息科技股份有限公司Method, apparatus, electronic equipment and the storage medium of sensitive users mark secrecy
CN108804950A (en)*2018-06-092018-11-13海南大学Based on data collection of illustrative plates, modeling and the data-privacy guard method of Information Atlas and knowledge mapping
CN109284394A (en)*2018-09-122019-01-29青岛大学 A method for building enterprise knowledge graph from the perspective of multi-source data integration
KR101987915B1 (en)*2017-12-222019-06-12주식회사 솔트룩스System for generating template used to generate query to knowledge base from natural language question and question answering system including the same
US20190213354A1 (en)*2018-01-092019-07-11Accenture Global Solutions LimitedAutomated secure identification of personal information
CN111259260A (en)*2020-03-302020-06-09九江学院 A privacy protection method in personalized recommendation based on ranking and classification
CN111353091A (en)*2018-12-242020-06-30北京三星通信技术研究有限公司 Information processing method, apparatus, electronic device, and readable storage medium
US20200233860A1 (en)*2019-01-222020-07-23International Business Machines CorporationQuerying knowledge graph databases

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US9419841B1 (en)*2011-06-292016-08-16Amazon Technologies, Inc.Token-based secure data management
US20140214895A1 (en)*2013-01-312014-07-31InploreSystems and method for the privacy-maintaining strategic integration of public and multi-user personal electronic data and history
US20150286709A1 (en)*2014-04-022015-10-08Samsung Electronics Co., Ltd.Method and system for retrieving information from knowledge-based assistive network to assist users intent
US20180048661A1 (en)*2016-08-152018-02-15International Business Machines CorporationCognitive offense analysis using contextual data and knowledge graphs
KR101987915B1 (en)*2017-12-222019-06-12주식회사 솔트룩스System for generating template used to generate query to knowledge base from natural language question and question answering system including the same
US20190213354A1 (en)*2018-01-092019-07-11Accenture Global Solutions LimitedAutomated secure identification of personal information
CN108471414A (en)*2018-03-242018-08-31海南大学Internet of Things data method for secret protection towards typing resource
CN108647532A (en)*2018-05-152018-10-12广东因特利信息科技股份有限公司Method, apparatus, electronic equipment and the storage medium of sensitive users mark secrecy
CN108804950A (en)*2018-06-092018-11-13海南大学Based on data collection of illustrative plates, modeling and the data-privacy guard method of Information Atlas and knowledge mapping
CN109284394A (en)*2018-09-122019-01-29青岛大学 A method for building enterprise knowledge graph from the perspective of multi-source data integration
CN111353091A (en)*2018-12-242020-06-30北京三星通信技术研究有限公司 Information processing method, apparatus, electronic device, and readable storage medium
US20200233860A1 (en)*2019-01-222020-07-23International Business Machines CorporationQuerying knowledge graph databases
CN111259260A (en)*2020-03-302020-06-09九江学院 A privacy protection method in personalized recommendation based on ranking and classification

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
OMAR AL-SAFI: "Shipping Knowledge Graph Management Capabilities to Data Providers and Consumers", IEEE*
廖龙龙;叶强;路红;: "面向移动感知服务的数据隐私保护技术研究", 计算机工程与设计, no. 06*
焦佳: "社会网络数据发布中一种敏感关系的隐私保护方法", 现代计算机(专业版)*

Cited By (7)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN113239392A (en)*2021-04-022021-08-10国网福建省电力有限公司信息通信分公司Desensitization method based on data center sensitive data
CN114021191A (en)*2021-11-052022-02-08江苏安泰信息科技发展有限公司Safe production informatization sensitive data management method and system
CN114254124A (en)*2021-12-162022-03-29深圳壹账通智能科技有限公司 Display method, device, computer equipment and medium for sensitive data map
CN114186689A (en)*2022-02-142022-03-15支付宝(杭州)信息技术有限公司Methods, systems, apparatus, and media for path discovery in a knowledge graph
CN114692954A (en)*2022-03-092022-07-01中国科学技术大学Service optimization method and platform based on user experience knowledge graph database
CN114417845A (en)*2022-03-302022-04-29支付宝(杭州)信息技术有限公司Identical entity identification method and system based on knowledge graph
CN115099909A (en)*2022-08-232022-09-23深圳洽客科技有限公司Information processing method and system based on E-commerce intention database mining

Also Published As

Publication numberPublication date
CN112163160B (en)2023-08-08

Similar Documents

PublicationPublication DateTitle
CN112163160A (en)Knowledge graph-based sensitive identification method
US20240028651A1 (en)System and method for processing documents
US11373106B2 (en)System and method for detecting friction in websites
US8688603B1 (en)System and method for identifying and correcting marginal false positives in machine learning models
CN108197132B (en)Graph database-based electric power asset portrait construction method and device
US10204121B1 (en)System and method for providing query recommendations based on search activity of a user base
CN110909536B (en)System and method for automatically generating articles of a product
CN112116331B (en) Talent recommendation method and device
US11599927B1 (en)Artificial intelligence system using deep neural networks for pairwise character-level text analysis and recommendations
CN106844407B (en)Tag network generation method and system based on data set correlation
CN113505242A (en)Method and system for automatically embedding knowledge graph
CN117172725A (en)Knowledge-graph-based industrial chain multi-cooperation intelligent decision method
CN112560418B (en) Create line item information from free-form tabular data
US11367117B1 (en)Artificial intelligence system for generating network-accessible recommendations with explanatory metadata
CN106096609A (en)A kind of merchandise query keyword automatic generation method based on OCR
CN112990973A (en)Online shop portrait construction method and system
CN102117467A (en)Question and answer mode online shopping guide method
CN104133913A (en)System and method for automatically establishing city shop information library based on video analysis, searching and aggregation
US20240220876A1 (en)Artificial intelligence (ai) based data product provisioning
CN113609274A (en)Intelligent question and answer method and device, electronic equipment and storage medium
CN110020918B (en)Recommendation information generation method and system
CN111383042A (en)House resource recommendation method and device
CN113190651B (en)Electric power data global knowledge graph completion method based on quota knowledge graph technology
Li et al.A policy-based process mining framework: mining business policy texts for discovering process models
CN118606438A (en) Data analysis method, device, computer equipment, readable storage medium and program product

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
GR01Patent grant
GR01Patent grant

[8]ページ先頭

©2009-2025 Movatter.jp