IP Library Granted Patent US 10,795,895
Granted Patent B1
US 10,795,895 · App. 15/794,387 · Granted Oct 6, 2020

Business data lake search engine

Inventors: Ran Taig (Beer Sheva, IL); Avitan Gefen (Lehavim, IL); Omer Sagi (Mazkeret Batya, IL)
Assignee: EMC IP Holding Company LLC
G06F16/24578G06F16/144G06F16/335G06F16/9024
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 10,795,895
App. No.
15/794,387
Granted
Oct 6, 2020
Kind
B1
Abstract

Business Data Lake searching techniques are provided. A method comprises obtaining a graph representing tables of the Business Data Lake, where each node represents one table and edges between nodes represent foreign key connections; applying a node rank algorithm to determine a relevancy score of the tables based on a number of links to/from other tables; and, in response to a query: ranking a relevancy of query items based on a term frequency-based score to generate candidate results; extracting a candidate sub-graph based on the following: a top-L tables based on the term frequency-based score, and/or a top-M tables based on a topic model distance score for the given query and candidate items; enriching the extracted candidate sub-graph by adding new tables using an item-to-item collaborative filter where a similarity between two tables is measured based on a number of interactions; and ordering the tables in the enriched sub-graph based on the relevancy score and/or a user-to-item collaborative filter that evaluates past user interactions with prior results.

Claims (43)

1. A method comprising:

obtaining a directed graphical structure representing a plurality of tables of a Business Data Lake, where each node in the directed graphical structure represents one of said tables and edges between the nodes represent connections established by foreign keys in the tables, wherein a foreign key in a first table identifies a row of one or more of another table and the first table;

applying a node rank algorithm to the directed graphical structure to determine a relevancy score of the tables based on a number of links to or from other tables;

in response to a query, performing the following steps:

ranking a relevancy of one or more items in the query based on a term frequency-based score to generate candidate results;

extracting a candidate sub-graph from the directed graphical structure based on one or more of the following: a top-L tables based on the term frequency-based score, and a top-M tables based on a topic model distance score for the given query and items in candidate results;

enriching the extracted candidate sub-graph by adding one or more tables not previously in the extracted candidate sub-graph using an item-to-item collaborative filter where a similarity value between two tables is measured based on a number of interactions with the two tables by a plurality of users of the Business Data Lake that have interacted with the two tables; and

ordering the tables in the enriched extracted candidate sub-graph based on one or more of the relevancy score generated by the node rank algorithm and a user-to-item collaborative filter that evaluates past interactions of the users with prior search results.

2. The method of claim 1 , wherein the extracting the candidate sub-graph from the directed graphical structure is further based on a top-N tables having a term frequency-inverse document frequency (TF-IDF) vector having a lowest cosine distance from the term frequency-inverse document frequency (TF-IDF) vector of the given query.

3. The method of claim 1 , wherein the enriching the extracted candidate sub-graph by adding one or more tables not previously in the extracted candidate sub-graph further comprises adding a predefined number of additional layers of neighbor nodes in the directed graphical structure based on a foreign key relation to one or more nodes in the extracted candidate sub-graph.

4. The method of claim 1 , wherein the relevancy of the one or more items in the query based on an Okapi score and the topic model distance score for the given query and items in the candidate results comprises a Kullback-Leibler divergence (KLD) distance.

5. The method of claim 1 , further comprising the step of extracting the foreign keys and additional inetadata from the tables to model relationships between the tables.

6. The method of claim 1 , further comprising the steps of indexing past user queries and creating one or more of user profiles and table profiles related to one or more of said past user queries and user interactions with the tables.

7. The method of claim 1 , wherein the step of enriching the extracted candidate sub-graph by adding one or more tables not previously in the extracted candidate sub-graph further comprises adding one or more tables to the extracted candidate sub-graph based on an item-to-item collaborative filter value between each table in the extracted candidate sub-graph and additional tables in the Business Data Lake that exceeds a predefined threshold.

8. The method of claim 1 , wherein the node rank algorithm identifies one or more of popular and important tables.

9. A system, comprising:

a memory; and

at least one processing device, coupled to the memory, operative to implement the following steps:

obtaining a directed graphical structure representing a plurality of tables of a Business Data Lake, where each node in the directed graphical structure represents one of said tables and edges between the nodes represent connections established by foreign keys in the tables, wherein a foreign key in a first table identifies a row of one or more of another table and the first table;

applying a node rank algorithm to the directed graphical structure to determine a relevancy score of the tables based on a number of links to or from other tables;

in response to a query, performing the following steps:

ranking a relevancy of one or more items in the query based on a term frequency-based score to generate candidate results;

extracting a candidate sub-graph from the directed graphical structure based on one or more of the following: a top-L tables based on the term frequency-based score, and a top-M tables based on a topic model distance score for the given query and items in candidate results;

enriching the extracted candidate sub-graph by adding one or more tables not previously in the extracted candidate sub-graph using an item-to-item collaborative filter where a similarity value between two tables is measured based on a number of interactions with the two tables by a plurality of users of the Business Data Lake that have interacted with the two tables; and

ordering the tables in the enriched extracted candidate sub-graph based on one or more of the relevancy score generated by the node rank algorithm and a user-to-item collaborative filter that evaluates past interactions of the users with prior search results.

10. The system of claim 9 , wherein the extracting the candidate sub-graph from the directed graphical structure is further based on a top-N tables having a term frequency-inverse document frequency (TF-IDF) vector having a lowest cosine distance from the term frequency-inverse document frequency (TF-IDF) vector of the given query.

11. The system of claim 9 , wherein the enriching the extracted candidate sub-graph by adding one or more tables not previously in the extracted candidate sub-graph further comprises adding a predefined number of additional layers of neighbor nodes in the directed graphical structure based on a foreign key relation to one or more nodes in the extracted candidate sub-graph.

12. The system of claim 9 , wherein the relevancy of the one or more items in the query based on an Okapi score and the topic model distance score for the given query and items in the candidate results comprises a Kullback-Leibler divergence (KLD) distance.

13. The system of claim 9 , further comprising the step of extracting the foreign keys and additional metadata from the tables to model relationships between the tables.

14. The system of claim 9 , further comprising the steps of indexing past user queries and creating one or more of user profiles and table profiles related to one or more of said past user queries and user interactions with the tables.

15. The system of claim 9 , wherein the step of enriching the extracted candidate sub-graph by adding one or more tables not previously in the extracted candidate sub-graph further comprises adding one or more tables to the extracted candidate sub-graph based on an item-to-item collaborative filter value between each table in the extracted candidate sub-graph and additional tables in the Business Data Lake that exceeds a predefined threshold.

16. The system of claim 9 , wherein the node rank algorithm identifies one or more of popular and important tables.

17. A computer program product, comprising a tangible machine-readable storage medium having encoded therein executable code of one or more software programs, wherein the one or more software programs when executed by at least one processing device perform the following steps:

obtaining a directed graphical structure representing a plurality of tables of a Business Data Lake, where each node in the directed graphical structure represents one of said tables and edges between the nodes represent connections established by foreign keys in the tables, wherein a foreign key in a first table identifies a row of one or more of another table and the first table;

applying a node rank algorithm to the directed graphical structure to determine a relevancy score of the tables based on a number of links to or from other tables;

in response to a query, performing the following steps:

ranking a relevancy of one or more items in the query based on a term frequency-based score to generate candidate results;

extracting a candidate sub-graph from the directed graphical structure based on one or more of the following: a top-L tables based on the term frequency-based score, and a top-M tables based on a topic model distance score for the given query and items in candidate results;

enriching the extracted candidate sub-graph by adding one or more tables not previously in the extracted candidate sub-graph using an item-to-item collaborative filter where a similarity value between two tables is measured based on a number of interactions with the two tables by a plurality of users of the Business Data Lake that have interacted with the two tables; and

ordering the tables in the enriched extracted candidate sub-graph based on one or more of the relevancy score generated by the node rank algorithm and a user-to-item collaborative filter that evaluates past interactions of the users with prior search results.

18. The computer program product of claim 17 , wherein the enriching the extracted candidate sub-graph by adding one or more tables not previously in the extracted candidate sub-graph further comprises adding a predefined number of additional layers of neighbor nodes in the directed graphical structure based on a foreign key relation to one or more nodes in the extracted candidate sub-graph.

19. The computer program product of claim 17 , further comprising the steps of indexing past user queries and creating one or more of user profiles and table profiles related to one or more of said past user queries and user interactions with the tables.

20. The computer program product of claim 17 , wherein the step of enriching the extracted candidate sub-graph by adding One or more tables not previously in the extracted candidate sub-graph further comprises adding one or more tables to the extracted candidate sub-graph based on an item-to-item collaborative filter value between each table in the extracted candidate sub-graph and additional tables in the Business Data Lake that exceeds a predefined threshold.

Assignments (8)
RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (053546/0001) Recorded Jun 23, 2022
From: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT
To: DELL MARKETING L.P. (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO CREDANT TECHNOLOGIES, INC.); DELL INTERNATIONAL L.L.C.; DELL PRODUCTS L.P.; DELL USA L.P.; EMC CORPORATION; DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO FORCE10 NETWORKS, INC. AND WYSE TECHNOLOGY L.L.C.); EMC IP HOLDING COMPANY LLC
Reel/Frame 071642/0001 →
RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (044535/0109) Recorded May 20, 2022
From: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT
To: DELL PRODUCTS L.P.; EMC CORPORATION; EMC IP HOLDING COMPANY LLC; DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO WYSE TECHNOLOGY L.L.C.)
Reel/Frame 060753/0414 →
RELEASE OF SECURITY INTEREST AT REEL 044535 FRAME 0001 Recorded Nov 2, 2021
From: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH
To: DELL PRODUCTS L.P.; EMC CORPORATION; EMC IP HOLDING COMPANY LLC; WYSE TECHNOLOGY L.L.C.
Reel/Frame 058298/0475 →
SECURITY AGREEMENT Recorded Apr 22, 2020
From: CREDANT TECHNOLOGIES INC.; DELL INTERNATIONAL L.L.C.; DELL MARKETING L.P.; DELL PRODUCTS L.P.; DELL USA L.P.; EMC CORPORATION; FORCE10 NETWORKS, INC.; WYSE TECHNOLOGY L.L.C.; EMC IP HOLDING COMPANY LLC
To: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A.
Reel/Frame 053546/0001 →
SECURITY AGREEMENT Recorded Mar 21, 2019
From: CREDANT TECHNOLOGIES, INC.; DELL INTERNATIONAL L.L.C.; DELL MARKETING L.P.; DELL PRODUCTS L.P.; DELL USA L.P.; EMC CORPORATION; FORCE10 NETWORKS, INC.; WYSE TECHNOLOGY L.L.C.; EMC IP HOLDING COMPANY LLC
To: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A.
Reel/Frame 049452/0223 →
PATENT SECURITY AGREEMENT (CREDIT) Recorded Nov 29, 2017
From: DELL PRODUCTS L.P.; EMC CORPORATION; EMC IP HOLDING COMPANY LLC; WYSE TECHNOLOGY L.L.C.
To: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENT
Reel/Frame 044535/0001 →
PATENT SECURITY AGREEMENT (NOTES) Recorded Nov 29, 2017
From: DELL PRODUCTS L.P.; EMC CORPORATION; EMC IP HOLDING COMPANY LLC; WYSE TECHNOLOGY L.L.C.
To: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT
Reel/Frame 044535/0109 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Oct 26, 2017
From: TAIG, RAN; GEFEN, AVITAN; SAGI, OMER
To: EMC IP HOLDING COMPANY LLC
Reel/Frame 043959/0013 →
Cited By (10)
US 12,235,856 US 12,248,490 US 12,332,949 US 12,361,052 US 12,517,913 US 12,517,915 US 12,524,686 US 12,561,384 US 12,579,048 US 12,639,652