Order Independent Data Categorization, Indication, and Remediation Across Realtime Datasets of Live Service Environments

US2022092086A1 · US · A1

Patent metadata
FieldValue
Publication numberUS-2022092086-A1
Application numberUS-202017029524-A
CountryUS
Kind codeA1
Filing dateSep 23, 2020
Priority dateSep 23, 2020
Publication dateMar 24, 2022
Grant date

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

A computer-implemented method is provided of finding one or more data items that match one or more defined criteria in a dataset. The method comprises identifying data snippets of the dataset using a set of one or more attention rules; categorizing the identified data snippets using fuzzy matching by assigning them to buckets such that each bucket contains data snippets that are similar to another according to a similarity measure; classifying buckets containing data snippets having more than a threshold number of the true positive data items as true positive buckets and remaining buckets as false positive buckets; calculating culling rules based on the true positive buckets and the false positive buckets, and using the culling rules to remove the false positive data items from the true positive buckets.

First claim

Opening claim text (preview).

1 . An order independent computer-implemented method, the method comprising: receiving content from a real-time dataset of a live service environment; identifying data snippets of the dataset using a set of one or more attention rules, wherein each identified data snippet includes either a true positive data item or a false positive data item, wherein a true positive data item is a data item that matches one or more defined criteria, and a false positive data item is a data item that does not match the one or more defined criteria; categorizing the identified data snippets using fuzzy matching by assigning them to buckets such that each bucket contains data snippets that are similar to one another according to a similarity measure; classifying buckets containing data snippets having more than a threshold number of the true positive data items as true positive buckets and remaining buckets as false positive buckets; calculating culling rules based on the true positive buckets and the false positive buckets; and using the culling rules to remove the false positive data items from the true positive buckets. 2 . The computer-implemented method of claim 1 , wherein the one or more defined criteria comprises sensitivity of information. 3 . The computer-implemented method of claim 1 , comprising receiving the dataset in the form of a stream. 4 . The computer-implemented method of claim 1 , wherein the fuzzy matching is performed using fuzzy hashing. 5 . The computer-implemented method of claim 4 , wherein the fuzzy hashing is performed using SSDeep, SDHash, Nilsimsa or TLSH. 6 . The computer-implemented method of claim 5 , wherein two data snippets are considered to be similar and assigned to the same bucket if a comparison score above a threshold has been calculated for the two data snippets. 7 . The computer-implemented method of claim 1 , wherein the set of one or more attention rules are adapted over time. 8 . A computer-readable medium comprising computer executable instructions stored thereon which, when executed by one or more processors cause the processors to: perform a method of finding one or more data items that match one or more defined criteria in a dataset, the method comprising: identifying data snippets of the dataset using a set of attention rules, wherein each identified data snippet includes either a true positive data item or a false positive data item, wherein a true positive data item is a data item that matches one or more defined criteria, and a false positive data item is a data item that does not match the one or more defined criteria; categorizing the identified data snippets using fuzzy matching by assigning them to buckets such that each bucket contains the data snippets that are similar to another according to a similarity measure; classifying the buckets containing data snippets having more than a threshold number of the true positive data items as true positive buckets and remaining buckets as false positive buckets; calculating culling rules based on the true positive buckets and the false positive buckets; and using the culling rules to remove the false positive data items from the true positive buckets. 9 . The computer-readable medium of claim 8 , wherein the culling rules are calculated in such a way that recall rate is maximised while also keeping precision rate as high as possible. 10 . The computer-readable medium of claim 8 , wherein the culling rules are calculated such that a minimum set of culling rules maximises the amount of culling done on the false positive buckets. 11 . The computer-readable medium of claim 8 , wherein the culling rules are calculated by calculating the subset of features that are present in all data snippets of the false positive buckets but are not present in the true positive buckets. 12 . The computer-readable medium of claim 8 , wherein the culling rules are considered to be precise. 13 . The computer-readable medium of claim 8 , wherein the culling rules are recalculated at a point of time that is determined using a Fast Fourier Transformation. 14 . The computer-readable medium of claim 8 , wherein the culling rules are recalculated at a point of time that is determined by ratio of new data added to all data known. 15 . A computer system, comprising one or more processors; one or more computer-readable media having computer-executable instructions stored on the one or more processors, wherein the one or more computer-executable instructions are configured to cause the one or more processors to perform a method of finding one or more data items that match one or more defined criteria in a dataset, the method comprising: identifying data snippets of the dataset using a set of one or more attention rules, wherein each identified data snippet includes either a true positive data item or a false positive data item, wherein a true positive data item is a data item that matches one or more defined criteria, and a false positive data item is a data item that does not match the one or more defined criteria; categorizing the identified data snippets using fuzzy matching by assigning them to buckets such that each bucket contains data snippets that are similar to another according to a similarity measure; classifying the buckets containing data snippets having more than a threshold number of true positive data items as true positive buckets and remaining buckets as false positive buckets; calculating culling rules based on the true positive buckets and the false positive buckets; and using the culling rules to remove the false positive data items from the true positive buckets. 16 . The computer system of claim 15 , wherein the set of one or more attention rules and the culling rules are implemented in the form of regular expression filtering. 17 . The computer system of claim 15 , wherein the context of the data item is defined by features in the vicinity of the data item. 18 . The computer system of claim 15 , wherein the step of classifying the buckets as false positive buckets and true positive buckets is done either manually by a user visually assessing the content of the buckets or automatically by a machine. 19 . The computer system of claim 15 , wherein the method is repeated at least 20 times to yield a required recall rate and precision rate. 20 . The computer system of claim 15 , wherein the method is repeated until all data snippets containing data items have been correctly assigned to true positive buckets.

Assignees

Inventors

Classifications

  • Dynamic search techniques; Heuristics; Dynamic trees; Branch-and-bound · CPC title

  • Fuzzy inferencing · CPC title

  • Fuzzy queries · CPC title

  • Learning or tuning the parameters of a fuzzy system · CPC title

  • Hash tables · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US2022092086A1 cover?
A computer-implemented method is provided of finding one or more data items that match one or more defined criteria in a dataset. The method comprises identifying data snippets of the dataset using a set of one or more attention rules; categorizing the identified data snippets using fuzzy matching by assigning them to buckets such that each bucket contains data snippets that are similar to anot…
Who is the assignee on this patent?
Electronic Arts Inc
What technology area does this patent fall under?
Primary CPC classification G06F16/2468. Mapped technology areas include Physics.
When was this patent published?
Publication date Thu Mar 24 2022 00:00:00 GMT+0000 (Coordinated Universal Time) (A1). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 10 related publications on this page (citations in our corpus or others sharing the same primary CPC).