WO2020233093A1 - 关联图谱生成方法、装置、计算机设备和存储介质 - Google Patents
关联图谱生成方法、装置、计算机设备和存储介质 Download PDFInfo
- Publication number
- WO2020233093A1 WO2020233093A1 PCT/CN2019/122866 CN2019122866W WO2020233093A1 WO 2020233093 A1 WO2020233093 A1 WO 2020233093A1 CN 2019122866 W CN2019122866 W CN 2019122866W WO 2020233093 A1 WO2020233093 A1 WO 2020233093A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- target
- association
- current
- record
- information
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/28—Databases characterised by their database models, e.g. relational or object models
- G06F16/284—Relational databases
- G06F16/288—Entity relationship models
Definitions
- This application relates to a method, device, computer equipment and storage medium for generating an association map.
- the data information is manually constructed associative map.
- the internal generation logic of the traditional correlation map is relatively complicated, and it takes a lot of time to construct the data each time. Sometimes after the correlation map generation logic is fine-tuned, the previously constructed data will be invalid. The correlation map generator needs to reorganize according to the adjusted logic The test data is time-consuming, reduces work efficiency, and cannot generate correlation maps quickly and accurately.
- a method, device, computer device and storage medium for generating an association map are provided, which can quickly and accurately generate an association map.
- a method for generating an association map includes:
- association relationship corresponding to the target user ID cannot be obtained from the association relationship set, and the association factor corresponding to the association relationship cannot be found, then an association is generated based on each target association record in the record pool Atlas.
- An associated map generating device including:
- the current identification acquiring module is used to acquire the association relationship set and data information sent by the terminal, and acquire the current user identification from the data information;
- An association factor obtaining module configured to obtain the current association relationship corresponding to the current user identifier from the association relationship set, and find the current association factor corresponding to the current association relationship;
- the target identification acquiring module is configured to acquire the target correlation factor corresponding to the current correlation factor from the data information, and search for the target user identification corresponding to the target correlation factor;
- An associated record generating module configured to associate the current user identifier and the target user identifier through the current association factor or the target association factor, generate a target association record, and add the target association record to a record pool;
- the association graph generation module is configured to, if the association relationship corresponding to the target user identifier cannot be obtained from the association relationship set, and the association factor corresponding to the association relationship cannot be found, then according to the record pool The associated records of each target generate an associated map.
- a computer device including a memory and one or more processors, the memory stores computer readable instructions, when the computer readable instructions are executed by the processor, the one or more processors execute The following steps:
- association relationship corresponding to the target user ID cannot be obtained from the association relationship set, and the association factor corresponding to the association relationship cannot be found, then an association is generated based on each target association record in the record pool Atlas.
- One or more non-volatile storage media storing computer-readable instructions.
- the computer-readable instructions When executed by one or more processors, the one or more processors perform the following steps:
- association relationship corresponding to the target user ID cannot be obtained from the association relationship set, and the association factor corresponding to the association relationship cannot be found, then an association is generated based on each target association record in the record pool Atlas.
- Fig. 1 is an application environment diagram of a method for generating an association map according to one or more embodiments.
- Fig. 2 is a method flowchart of a method for generating an association map according to one or more embodiments.
- Fig. 3 is a flowchart of a method for generating a target association record in a method for generating an association map according to one or more embodiments.
- Fig. 4 is a flowchart of a method for determining a target correlation factor in a method for generating a correlation map according to one or more embodiments.
- Fig. 5 is a block diagram of a method and apparatus for generating an association graph according to one or more embodiments.
- Figure 6 is a block diagram of a computer device according to one or more embodiments.
- the association graph generation method provided in the embodiments of the present application can be applied to the application environment shown in FIG. 1.
- the server 120 obtains the association relationship set and data information sent by the terminal 110, and the server 120 obtains the current user ID from the data information. Obtain the current association relationship corresponding to the current user ID from the association relationship set, the server 120 searches for the current association factor corresponding to the current association relationship, obtains the target association factor corresponding to the current association factor from the data information, and the server 120 searches for the association with the target The target user identification corresponding to the factor, the server 120 associates the current user identification and the target user identification through the current correlation factor or the target correlation factor to generate a target correlation record. The server 120 adds the target correlation record to the record pool. The association relationship corresponding to the target user identifier cannot be obtained, and the association factor corresponding to the association relationship cannot be found, the association map is generated according to each target association record in the record pool.
- the method specifically includes the following steps:
- Step 202 Obtain the association relationship set and data information sent by the terminal, and obtain the current user identifier from the data information.
- the association relationship collection is a collection including multiple association relationships.
- Association relationships in the association relationship set include, but are not limited to, call relationship association, address book relationship association, SMS relationship association, mobile phone number association, home address association, work unit association, device fingerprint association, account association and bank account association.
- Data information includes user identification, correlation factor, associated user information, and associated user detailed information.
- the current user ID is a user ID randomly extracted by the server from the data information, and the server uses the randomly extracted user ID as the current user ID.
- the user ID may be ID card information.
- the correlation factor is an intermediary that associates the current user ID with the target user ID
- the associated user information is information associated with the user ID.
- Associated user information includes but is not limited to work unit, geographic location, home address, device fingerprint, ID number, bank account number, mailbox, WIFI, IP, company phone, base station and account number.
- the associated user detailed information is the detailed data information corresponding to the associated user information. For example, when the associated user information is "mailbox", the associated user detailed information is the specific address of the mailbox.
- the server can create a blank configuration file, the server sends the blank configuration file to the terminal, and the terminal defines the data information and association relationship set in the configuration file.
- the terminal defines each user identification and association in the configuration file. The user information and the detailed information of the associated user, as well as the association factor and association relationship corresponding to each user identifier are defined, and the terminal sends the defined association relationship set and data information to the server.
- Step 204 Obtain the current association relationship corresponding to the current user identifier from the association relationship set, and search for the current association factor corresponding to the current association relationship.
- the association relationship corresponding to each user identifier is information predefined by the terminal and stored in the association relationship set. It can be understood that the current association relationship is a predefined association relationship corresponding to the current user identifier.
- the server searches the data information for the current association factor corresponding to the current association relationship, where the current association factor is a factor associated with the current association relationship for associating the current user identifier with the target user identifier. For example, when the current user identifier randomly extracted by the server from the data information is A, and the current association relationship predefined by the terminal to A is "work unit association", the current association factor is searched according to A's current association relationship "work unit association" "employer".
- Step 206 Obtain the target correlation factor corresponding to the current correlation factor from the data information, and search for the target user identifier corresponding to the target correlation factor.
- the target correlation factor is a factor that has the same data information as the current correlation factor. For example, when the current correlation factor of A is "work unit", the server searches the data information for the terminal's pre-defined data information through the current correlation factor "work unit" A has the target correlation factor of the same work unit.
- the server searches for the target user identification corresponding to the target correlation factor, and associates the current user identification and the target user identification with the current correlation factor or the target correlation factor to generate the target correlation record.
- Step 208 Associate the current user identifier and the target user identifier through the current correlation factor or the target correlation factor to generate a target correlation record, and add the target correlation record to the record pool.
- the server associates the current user identifier and the target user identifier through the current correlation factor or the target correlation factor to generate a target correlation record.
- the target correlation record is a completed one-time correlation relationship.
- the server adds each constructed target association record to the record pool, so that the server generates a complete association map according to each target association record in the record pool.
- Step 210 If the association relationship corresponding to the target user identifier cannot be obtained from the association relationship set, and the association factor corresponding to the association relationship cannot be found, then an association map is generated according to each target association record in the record pool.
- the server If the server cannot obtain the association relationship corresponding to the target user identifier from the association relationship set, and cannot find the association factor corresponding to the association relationship, it generates an association map according to each target association record in the record pool. That is, the server uses the target user identifier as the current user identifier to return to the step of obtaining the current association relationship corresponding to the current user identifier from the association relationship set. When the server completes a target association record, the server will continue to construct the next target association record until all the user IDs with predefined association relationships in the data information generate the corresponding target association records, according to the target association records in the record pool Record and generate a correlation map.
- association relationship corresponding to the target user ID cannot be obtained from the association relationship set, and the association factor corresponding to the association relationship cannot be found, that is, the user ID in the data information whose association relationship is predefined by the terminal will generate corresponding
- an association map is generated based on each target associated record in the record pool.
- the relationship map is a diagram describing the relationship between individuals and individuals, and the display of the relationship map includes, but is not limited to, tree-shaped, circular, and list-shaped.
- the terminal sends a script to the server.
- the script is an extension of the batch file and is a program saved in plain text.
- the terminal defines an array of 12 association factors in the script. Assuming that a 5-degree association relationship will be constructed, 5 values are defined in each array.
- the server receives the script generated by the terminal. When the user is identified as ID card information, the server will A data A is randomly selected from the ID card array, and the association relationship and association factor associated with the ID card in the data information are checked at the same time, and a value is read from the association factor array respectively, and the server will complete the first association relationship. Then randomly select a value B from the remaining four values in the ID card array, and check the correlation between A and B, then the value of the correlation factor of B takes the same value as the correlation factor of A.
- the correlation factor "mobile phone number” of B is the same as the value of the correlation factor "mobile phone number” of A, and the remaining 11 correlation factors in A are related to B The values of the 11 correlation factors are different.
- a second-degree correlation is generated, that is, a target correlation record is generated.
- the server randomly selects a value C from the remaining three values of the ID card array, and at the same time checks the correlation between B and C, the value of the correlation factor of C takes the same value as the correlation factor of B, for example, when When the association relationship between B and C defined by the terminal is home address association, then the association factor "home address" of C and the association factor "home address” of B take the same value, and the remaining 11 association factors in B are the same as those in C The values of the 11 association factors are different.
- the three-degree association relationship is constructed, that is, a target association record is generated again. It is understandable that the construction principles of the fourth-degree association and the fifth-degree association are the same as the above methods.
- the server can write the data of the constructed correlation map into a file in CSV or TXT format, which is convenient for real-time calling.
- the server obtains the association relationship set and data information sent by the terminal.
- the current user ID and the target user ID can be quickly associated, and then randomly extracted
- the local current user ID obtains its corresponding current association relationship.
- the server can obtain the corresponding current association factor according to the current association relationship to further find the target association factor, and obtain the target user ID according to the target association factor, which can accurately identify the current user
- the identification and the target user identification are associated through the current correlation factor or target correlation factor.
- the server will loop the steps of the correlation until the terminal defines the user identification of the correlation relationship.
- the correlation map is quickly generated according to the target correlation records in the record pool. .
- the method further includes the following steps:
- Step 302 Obtain current associated user information corresponding to the current user identifier, and generate a first associated record based on the current user identifier and the current associated user information.
- the current associated user information is the remaining associated factors in addition to the current associated factors.
- the current associated user information is the remaining 11 correlation factors, namely geographic location, home address, device fingerprint, ID number, bank account number, email address, WIFI, IP, company phone, base station and account.
- the server associates the current associated user information with the current user identifier, and generates a first associated record.
- the first associated record includes the current user identifier and the current associated user information.
- Step 304 Obtain target associated user information corresponding to the target user identifier, and generate a second associated record according to the target user identifier and the target associated user information.
- the target related user information is the remaining related factors except the current one.
- the correlation factor is "bank account number”
- the target associated user information is the remaining 11 correlation factors, namely work unit, geographic location, home address, device fingerprint, ID number, mailbox, WIFI, IP, company phone, base station and account
- the second association record includes target user identification and target associated user information.
- Step 306 Associate the first association record with the second association record according to the current association factor or the target association factor to generate a target association record.
- the server associates the first association record with the second association record according to the current association factor or the target association factor, the server will obtain the current user identifier in the first association record and the target user identifier in the second association record, and then according to The current correlation factor or the target correlation factor associates the current user ID with the target user ID to generate a target correlation record.
- the server obtains the first associated record and the second associated record, and then associates the user identification in the first associated record with the second associated record, and can display the user identification in detail in the generated target associated record. Relevant information makes the association map more specific and clear when displayed.
- the method further includes: obtaining each associated user information from the association map, and obtaining the associated user detailed information corresponding to the associated user information; associating the hyperlink of the associated user information to the associated user detailed information, when When the jump operation corresponding to the associated user information is triggered, jump from the associated user information to the associated user detailed information according to the hyperlink.
- Associated user information is information associated with user identification, and associated user detailed information is specific data of associated user information.
- Associated user information includes but is not limited to work unit, geographic location, home address, device fingerprint, ID number, bank account number, mailbox, WIFI, IP, company phone, base station and account number. For example, when the associated user information is "work unit”, the detailed information of the associated user is the detailed address of the "work unit”, and when the associated user information is "bank account”, the detailed information of the associated user is the specific address of the "bank account”. account number.
- the server associates the hyperlink of the associated user information with the associated user detailed information, that is, when the server receives a terminal triggering instruction on the hyperlink, it will jump from the associated user information to the associated user detailed information.
- the terminal can activate these links by clicking the linked associated user information, and set an underline or display in different colors under the linked associated user information to distinguish.
- the server obtains each associated user information from the associated map, and then obtains the associated user detailed information corresponding to the associated user information, and associates the hyperlink of the associated user information to the associated user detailed information, and the associated map displays
- the association relationship between each data information due to the large amount of data information, the association graph is not clear enough when all the data is displayed at the same time, so set the hyperlink jump relationship in each associated user information, for example, when the terminal triggers the work When working as a unit, the detailed address of the work unit will be displayed.
- the detailed address is the detailed information of the associated user, which can achieve the purpose of viewing the specific data of each associated user information in detail.
- the method further includes the following steps:
- Step 402 Obtain the detailed information of the correlation factor corresponding to the current correlation factor.
- the correlation factor detailed information is the specific information of the current correlation factor. For example, when the server determines that the current correlation factor is the "bank account number”, it will obtain the correlation factor detailed information corresponding to the "bank account number", that is, the "bank account number" According to the specific account information, the server searches the data information for the target user ID with the same account information, so as to realize the association between the current user ID and the target user ID.
- Step 404 Traverse the data information according to the correlation factor refinement information, and obtain the target correlation factor refinement information that is the same as the correlation factor refinement information from the data information.
- the server when the server obtains the current user identification, it will read the current association relationship that is predefined by the terminal and corresponding to the current user identification. The server determines the current association factor according to the current association relationship, because the current association factor and the target association factor have the same data Therefore, the target user identification can be further determined through the current correlation factor.
- Step 406 Determine the target correlation factor corresponding to the refined information of the target correlation factor.
- the server determines the corresponding target correlation factor according to the detailed information of the target correlation factor. For example, when the detailed information of the target correlation factor is "XXX Co., Ltd.”, the server will automatically identify the target correlation factor as the "work unit" and determine the target correlation The factor can further determine the target user ID, which is used to generate target association records.
- the server obtains the correlation factor refinement information corresponding to the current correlation factor, and then traverses the data information according to the correlation factor refinement information, and obtains the target correlation factor refinement information that is the same as the correlation factor refinement information from the data information, Through the refined information of the target association factor, the target association factor can be further determined, and the target user identifier can be accurately found according to the determined target association factor, so as to further generate the target association record and improve the accuracy of the target association record generation.
- the method further includes: sending the association relationship rule and the data information rule to the corresponding terminal; instructing the terminal to input the association relationship set according to the association relationship rule, and instructing the terminal to input data information according to the data information rule.
- association relationship rule is used to instruct the terminal to input the association relationship correctly
- data information rule user instructs the terminal to input data information correctly. Due to the huge amount of data information, in order to better generate an intuitive and clear association map, it is necessary to instruct the terminal to input the association relationship set and data information according to certain rules.
- the server sends the association relationship rule and the data information rule to the corresponding terminal.
- the association relationship rule and the data information rule can instruct the terminal to input the correct association relationship set and data information, improve the efficiency of the association map generation, and make the association map The display is more intuitive and clear.
- a schematic diagram of an apparatus for generating an association graph includes:
- the current identity obtaining module 502 is used to obtain the association relationship set and data information sent by the terminal, and obtain the current user identity from the data information;
- the correlation factor acquisition module 504 is configured to acquire the current correlation relationship corresponding to the current user identifier from the correlation relationship set, and find the current correlation factor corresponding to the current correlation relationship;
- the target identification obtaining module 506 is configured to obtain the target correlation factor corresponding to the current correlation factor from the data information, and find the target user identification corresponding to the target correlation factor;
- the associated record generation module 508 is used to associate the current user ID and the target user ID through the current or target association factor to generate a target association record, and add the target association record to the record pool;
- the association map generation module 510 if the association relationship corresponding to the target user identifier cannot be obtained from the association relationship set, and the association factor corresponding to the association relationship cannot be found, the association map is generated according to each target association record in the record pool.
- the associated record generation module includes: a first record generation module, configured to obtain current associated user information corresponding to the current user identifier, and generate a first associated record based on the current user identifier and the current associated user information; second The record generation module is used to obtain the target associated user information corresponding to the target user identifier, and generate a second association record according to the target user identifier and the target associated user information; the record association module is used to compare the first association record according to the current association factor or the target association factor The associated record and the second associated record are associated to generate a target associated record.
- the correlation map generation module includes: a detailed information acquisition module, which is used to acquire information about each associated user from the correlation map, and obtain detailed information about the associated user corresponding to the associated user information; and a link jump module for The hyperlink of the associated user information is associated with the associated user detailed information, and when the jump operation corresponding to the associated user information is triggered, jump from the associated user information to the associated user detailed information according to the hyperlink.
- the target correlation factor determination module includes: acquiring correlation factor refinement information corresponding to the current correlation factor; traversing the data information according to the correlation factor refinement information, and obtaining from the data information the same as the correlation factor refinement information Target correlation factor detailed information; determine the target correlation factor corresponding to the target correlation factor detailed information.
- the information acquisition module includes: sending the association relationship rule and the data information rule to the corresponding terminal; instructing the terminal to input the association relationship set according to the association relationship rule, and instructing the terminal to input data information according to the data information rule.
- Each module in the above-mentioned association map generation device can be implemented in whole or in part by software, hardware, and a combination thereof.
- the foregoing modules may be embedded in the form of hardware or independent of the processor in the computer device, or may be stored in the memory of the computer device in the form of software, so that the processor can call and execute the operations corresponding to the foregoing modules.
- the processor can be a central processing unit (CPU), a microprocessor, a single-chip microcomputer, etc.
- the above-mentioned association map generation device may be implemented in a form of computer readable instructions.
- a computer device is provided.
- the computer device may be a server or a terminal.
- the computer device When the computer device is a terminal, its internal structure diagram can be as shown in Figure 6.
- the computer equipment includes a processor, a memory, and a network interface connected through a system bus.
- the processor of the computer device is used to provide calculation and control capabilities.
- the memory of the computer device includes a non-volatile storage medium and an internal memory.
- the non-volatile storage medium stores an operating system and computer readable instructions.
- the internal memory provides an environment for the operation of the operating system and computer-readable instructions in the non-volatile storage medium.
- the network interface of the computer device is used to communicate with an external terminal through a network connection. When the computer-readable instructions are executed by the processor, an association map generation method is realized.
- FIG. 6 is only a block diagram of part of the structure related to the solution of the present application, and does not constitute a limitation on the computer device to which the solution of the present application is applied.
- the specific computer device may Including more or fewer parts than shown in the figure, or combining some parts, or having a different arrangement of parts.
- a computer device includes a memory and one or more processors.
- the memory stores computer-readable instructions.
- the steps of the correlation graph generation method provided in any embodiment of the present application are realized.
- One or more non-volatile storage media storing computer-readable instructions.
- the computer-readable instructions are executed by one or more processors, the one or more processors realize the association provided in any of the embodiments of the present application Steps of the map generation method.
- a person of ordinary skill in the art can understand that all or part of the processes in the above-mentioned embodiment methods can be implemented by instructing relevant hardware through computer-readable instructions, which can be stored in a non-volatile computer.
- computer-readable instructions when the computer-readable instructions are executed, they may include the processes of the above-mentioned method embodiments.
- the storage medium can be a magnetic disk, an optical disk, a read-only memory (Read-Only Memory, ROM), and the like.
Landscapes
- Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
Claims (18)
- 一种关联图谱生成方法,包括:获取终端发送的关联关系集合和数据信息,从所述数据信息中获取当前用户标识;从所述关联关系集合中获取与所述当前用户标识对应的当前关联关系,查找与所述当前关联关系对应的当前关联因子;从所述数据信息中获取与所述当前关联因子对应的目标关联因子,查找与所述目标关联因子对应的目标用户标识;将所述当前用户标识和所述目标用户标识通过所述当前关联因子或所述目标关联因子进行关联,生成目标关联记录,将所述目标关联记录加入记录池中;及若从所述关联关系集合中获取不到与所述目标用户标识对应的关联关系,且查找不到与所述关联关系对应的关联因子,则根据所述记录池中的各个目标关联记录生成关联图谱。
- 根据权利要求1所述的方法,其特征在于,所述将所述当前用户标识和所述目标用户标识通过所述当前关联因子或所述目标关联因子进行关联,生成目标关联记录,将所述目标关联记录加入记录池中,包括:获取与当前用户标识对应的当前关联用户信息,根据所述当前用户标识和当前关联用户信息生成第一关联记录;获取与目标用户标识对应的目标关联用户信息,根据所述目标用户标识和目标关联用户信息生成第二关联记录;及根据所述当前关联因子或所述目标关联因子将所述第一关联记录和所述第二关联记录进行关联,生成目标关联记录。
- 根据权利要求2所述的方法,其特征在于,所述若从所述关联关系集合中获取不到与所述目标用户标识对应的关联关系,且查找不到与所述关联 关系对应的关联因子,则根据所述记录池中的各个目标关联记录生成关联图谱之后,还包括:从所述关联图谱中获取各个关联用户信息,获取所述关联用户信息对应的关联用户细化信息;将所述关联用户信息的超链接关联至所述关联用户细化信息,当所述关联用户信息对应的跳转操作被触发时,根据所述超链接从关联用户信息跳转至所述关联用户细化信息。
- 根据权利要求1所述的方法,其特征在于,所述从所述数据信息中获取与所述当前关联因子对应的目标关联因子,查找与所述目标关联因子对应的目标用户标识,包括:获取与所述当前关联因子对应的关联因子细化信息;根据关联因子细化信息遍历所述数据信息,从所述数据信息中获取与所述关联因子细化信息相同的目标关联因子细化信息;及确定与所述目标关联因子细化信息对应的目标关联因子。
- 根据权利要求1所述的方法,其特征在于,所述获取终端发送的关联关系集合和数据信息,从所述数据信息中获取当前用户标识之前,还包括:将关联关系规则和数据信息规则发送至对应的终端;指示所述终端根据所述关联关系规则输入关联关系集合,指示所述终端根据所述数据信息规则输入数据信息。
- 一种关联图谱生成装置,包括:当前标识获取模块,用于获取终端发送的关联关系集合和数据信息,从所述数据信息中获取当前用户标识;关联因子获取模块,用于从所述关联关系集合中获取与所述当前用户标识对应的当前关联关系,查找与所述当前关联关系对应的当前关联因子;目标标识获取模块,用于从所述数据信息中获取与所述当前关联因子对 应的目标关联因子,查找与所述目标关联因子对应的目标用户标识;关联记录生成模块,用于将所述当前用户标识和所述目标用户标识通过所述当前关联因子或所述目标关联因子进行关联,生成目标关联记录,将所述目标关联记录加入记录池中;关联图谱生成模块,用于若从所述关联关系集合中获取不到与所述目标用户标识对应的关联关系,且查找不到与所述关联关系对应的关联因子,则根据所述记录池中的各个目标关联记录生成关联图谱。
- 根据权利要求6所述的装置,其特征在于,所述关联记录生成模块包括:第一记录生成模块,用于获取与当前用户标识对应的当前关联用户信息,根据所述当前用户标识和当前关联用户信息生成第一关联记录;第二记录生成模块,用于获取与目标用户标识对应的目标关联用户信息,根据所述目标用户标识和目标关联用户信息生成第二关联记录;记录关联模块,用于根据所述当前关联因子或所述目标关联因子将所述第一关联记录和所述第二关联记录进行关联,生成目标关联记录。
- 根据权利要求6所述的装置,其特征在于,所述关联图谱生成模块包括:细化信息获取模块,用于从所述关联图谱中获取各个关联用户信息,获取所述关联用户信息对应的关联用户细化信息;链接跳转模块,用于将所述关联用户信息的超链接关联至所述关联用户细化信息,当所述关联用户信息对应的跳转操作被触发时,根据所述超链接从关联用户信息跳转至所述关联用户细化信息。
- 一种计算机设备,包括存储器及一个或多个处理器,所述存储器中储存有计算机可读指令,所述计算机可读指令被所述一个或多个处理器执行时,使得所述一个或多个处理器执行以下步骤:获取终端发送的关联关系集合和数据信息,从所述数据信息中获取当前用户标识;从所述关联关系集合中获取与所述当前用户标识对应的当前关联关系,查找与所述当前关联关系对应的当前关联因子;从所述数据信息中获取与所述当前关联因子对应的目标关联因子,查找与所述目标关联因子对应的目标用户标识;将所述当前用户标识和所述目标用户标识通过所述当前关联因子或所述目标关联因子进行关联,生成目标关联记录,将所述目标关联记录加入记录池中;及若从所述关联关系集合中获取不到与所述目标用户标识对应的关联关系,且查找不到与所述关联关系对应的关联因子,则根据所述记录池中的各个目标关联记录生成关联图谱。
- 根据权利要求9所述的计算机设备,其特征在于,所述将所述当前用户标识和所述目标用户标识通过所述当前关联因子或所述目标关联因子进行关联,生成目标关联记录,将所述目标关联记录加入记录池中,包括:获取与当前用户标识对应的当前关联用户信息,根据所述当前用户标识和当前关联用户信息生成第一关联记录;获取与目标用户标识对应的目标关联用户信息,根据所述目标用户标识和目标关联用户信息生成第二关联记录;及根据所述当前关联因子或所述目标关联因子将所述第一关联记录和所述第二关联记录进行关联,生成目标关联记录。
- 根据权利要求10所述的计算机设备,其特征在于,所述若从所述关联关系集合中获取不到与所述目标用户标识对应的关联关系,且查找不到与所述关联关系对应的关联因子,则根据所述记录池中的各个目标关联记录生成关联图谱之后,还包括:从所述关联图谱中获取各个关联用户信息,获取所述关联用户信息对应的关联用户细化信息;将所述关联用户信息的超链接关联至所述关联用户细化信息,当所述关联用户信息对应的跳转操作被触发时,根据所述超链接从关联用户信息跳转至所述关联用户细化信息。
- 根据权利要求9所述的计算机设备,其特征在于,所述从所述数据信息中获取与所述当前关联因子对应的目标关联因子,查找与所述目标关联因子对应的目标用户标识,包括:获取与所述当前关联因子对应的关联因子细化信息;根据关联因子细化信息遍历所述数据信息,从所述数据信息中获取与所述关联因子细化信息相同的目标关联因子细化信息;及确定与所述目标关联因子细化信息对应的目标关联因子。
- 根据权利要求9所述的计算机设备,其特征在于,所述获取终端发送的关联关系集合和数据信息,从所述数据信息中获取当前用户标识之前,还包括:将关联关系规则和数据信息规则发送至对应的终端;指示所述终端根据所述关联关系规则输入关联关系集合,指示所述终端根据所述数据信息规则输入数据信息。
- 一个或多个存储有计算机可读指令的非易失性计算机可读存储介质,所述计算机可读指令被一个或多个处理器执行时,使得所述一个或多个处理器执行以下步骤:获取终端发送的关联关系集合和数据信息,从所述数据信息中获取当前用户标识;从所述关联关系集合中获取与所述当前用户标识对应的当前关联关系,查找与所述当前关联关系对应的当前关联因子;从所述数据信息中获取与所述当前关联因子对应的目标关联因子,查找与所述目标关联因子对应的目标用户标识;将所述当前用户标识和所述目标用户标识通过所述当前关联因子或所述目标关联因子进行关联,生成目标关联记录,将所述目标关联记录加入记录池中;及若从所述关联关系集合中获取不到与所述目标用户标识对应的关联关系,且查找不到与所述关联关系对应的关联因子,则根据所述记录池中的各个目标关联记录生成关联图谱。
- 根据权利要求14所述的存储介质,其特征在于,所述将所述当前用户标识和所述目标用户标识通过所述当前关联因子或所述目标关联因子进行关联,生成目标关联记录,将所述目标关联记录加入记录池中,包括:获取与当前用户标识对应的当前关联用户信息,根据所述当前用户标识和当前关联用户信息生成第一关联记录;获取与目标用户标识对应的目标关联用户信息,根据所述目标用户标识和目标关联用户信息生成第二关联记录;及根据所述当前关联因子或所述目标关联因子将所述第一关联记录和所述第二关联记录进行关联,生成目标关联记录。
- 根据权利要求15所述的存储介质,其特征在于,所述若从所述关联关系集合中获取不到与所述目标用户标识对应的关联关系,且查找不到与所述关联关系对应的关联因子,则根据所述记录池中的各个目标关联记录生成关联图谱之后,还包括:从所述关联图谱中获取各个关联用户信息,获取所述关联用户信息对应的关联用户细化信息;将所述关联用户信息的超链接关联至所述关联用户细化信息,当所述关联用户信息对应的跳转操作被触发时,根据所述超链接从关联用户信息跳转 至所述关联用户细化信息。
- 根据权利要求14所述的存储介质,其特征在于,所述从所述数据信息中获取与所述当前关联因子对应的目标关联因子,查找与所述目标关联因子对应的目标用户标识,包括:获取与所述当前关联因子对应的关联因子细化信息;根据关联因子细化信息遍历所述数据信息,从所述数据信息中获取与所述关联因子细化信息相同的目标关联因子细化信息;及确定与所述目标关联因子细化信息对应的目标关联因子。
- 根据权利要求14所述的存储介质,其特征在于,所述获取终端发送的关联关系集合和数据信息,从所述数据信息中获取当前用户标识之前,还包括:将关联关系规则和数据信息规则发送至对应的终端;指示所述终端根据所述关联关系规则输入关联关系集合,指示所述终端根据所述数据信息规则输入数据信息。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910418819.2A CN110232099A (zh) | 2019-05-20 | 2019-05-20 | 关联图谱生成方法、装置、计算机设备和存储介质 |
CN201910418819.2 | 2019-05-20 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2020233093A1 true WO2020233093A1 (zh) | 2020-11-26 |
Family
ID=67860810
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2019/122866 WO2020233093A1 (zh) | 2019-05-20 | 2019-12-04 | 关联图谱生成方法、装置、计算机设备和存储介质 |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN110232099A (zh) |
WO (1) | WO2020233093A1 (zh) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112800081A (zh) * | 2021-01-08 | 2021-05-14 | 腾讯科技(深圳)有限公司 | 关联用户获取方法和装置 |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110232099A (zh) * | 2019-05-20 | 2019-09-13 | 深圳壹账通智能科技有限公司 | 关联图谱生成方法、装置、计算机设备和存储介质 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108664480A (zh) * | 2017-03-27 | 2018-10-16 | 北京国双科技有限公司 | 一种多数据源用户信息整合方法和装置 |
CN108959376A (zh) * | 2018-05-25 | 2018-12-07 | 深圳市买买提信息科技有限公司 | 一种数据处理方法及装置 |
CN109376273A (zh) * | 2018-09-21 | 2019-02-22 | 平安科技(深圳)有限公司 | 企业信息图谱构建方法、装置、计算机设备及存储介质 |
CN110232099A (zh) * | 2019-05-20 | 2019-09-13 | 深圳壹账通智能科技有限公司 | 关联图谱生成方法、装置、计算机设备和存储介质 |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20090117110A (ko) * | 2008-05-08 | 2009-11-12 | 주식회사 케이티 | 연관어 기반 온톨로지 생성 장치 및 그 방법 |
CN106485487A (zh) * | 2016-10-13 | 2017-03-08 | 中国互联网络信息中心 | 一种网上支付方法、域名系统及网上支付装置 |
-
2019
- 2019-05-20 CN CN201910418819.2A patent/CN110232099A/zh active Pending
- 2019-12-04 WO PCT/CN2019/122866 patent/WO2020233093A1/zh active Application Filing
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108664480A (zh) * | 2017-03-27 | 2018-10-16 | 北京国双科技有限公司 | 一种多数据源用户信息整合方法和装置 |
CN108959376A (zh) * | 2018-05-25 | 2018-12-07 | 深圳市买买提信息科技有限公司 | 一种数据处理方法及装置 |
CN109376273A (zh) * | 2018-09-21 | 2019-02-22 | 平安科技(深圳)有限公司 | 企业信息图谱构建方法、装置、计算机设备及存储介质 |
CN110232099A (zh) * | 2019-05-20 | 2019-09-13 | 深圳壹账通智能科技有限公司 | 关联图谱生成方法、装置、计算机设备和存储介质 |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112800081A (zh) * | 2021-01-08 | 2021-05-14 | 腾讯科技(深圳)有限公司 | 关联用户获取方法和装置 |
Also Published As
Publication number | Publication date |
---|---|
CN110232099A (zh) | 2019-09-13 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10692151B1 (en) | Homeowners insurance application process using geotagged photos | |
US20190384801A1 (en) | Application processing method, computer device, and storage medium | |
RU2674313C2 (ru) | Заполнение записей контактов пользователя | |
JP2017521769A (ja) | ログインアカウントのプロンプト | |
WO2021197136A1 (zh) | 页面渲染检测方法以及装置 | |
US10037316B2 (en) | Selective capture of incoming email messages for diagnostic analysis | |
CN111858296B (zh) | 接口测试方法、装置、设备和存储介质 | |
JP2010009315A (ja) | 推薦店舗提示システム | |
CN106257448A (zh) | 一种关键词的展示方法和装置 | |
KR102230433B1 (ko) | 이미지들에 기초하여 서비스 동작들을 구현하기 위한 방법 및 디바이스 | |
US20180035367A1 (en) | Method and Apparatus for Accessing Wifi Access Point in Target Shop | |
WO2020233093A1 (zh) | 关联图谱生成方法、装置、计算机设备和存储介质 | |
CN109271453A (zh) | 一种数据库容量的确定方法和装置 | |
US9609508B2 (en) | Forced operating of software on a remote terminal | |
US11023465B2 (en) | Cross-asset data modeling in multi-asset databases | |
WO2017024684A1 (zh) | 用户行为意图的获取方法、装置、设备及非易失性计算机存储介质 | |
CN106535102B (zh) | 一种移动终端定位方法及移动终端 | |
US11216894B2 (en) | Image-based semantic accommodation search | |
CN105827780A (zh) | 一种来电显示方法及装置 | |
CN113467823A (zh) | 一种配置信息的获取方法、装置、系统及存储介质 | |
EP3407568A1 (en) | Service processing method and device | |
CN103473290B (zh) | 兴趣点的属性数据的处理方法及装置 | |
CN106204207A (zh) | 一种账单生成方法和装置 | |
CN110457705B (zh) | 一种兴趣点数据处理方法、装置、设备和存储介质 | |
CN115617774A (zh) | 基于配置管理系统的数据处理方法、装置和计算机设备 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 19929618 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 19929618 Country of ref document: EP Kind code of ref document: A1 |
|
32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205 DATED 18/03/2022) |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 19929618 Country of ref document: EP Kind code of ref document: A1 |