Classification-Based Redaction in Natural Language Text

When redacting natural language text, a classifier is used to provide a sensitive concept model according to features in natural language text and in which the various classes employed are sensitive concepts reflected in the natural language text. Similarly, the classifier is used to provide an utility concepts model based on utility concepts. Based on these models, and for one or more identified sensitive concept and identified utility concept, at least one feature in the natural language text is identified that implicates the at least one identified sensitive topic more than the at least one identified utility concept. At least some of the features thus identified may be perturbed such that the modified natural language text may be provided as at least one redacted document. In this manner, features are perturbed to maximize classification error for sensitive concepts while simultaneously minimizing classification error in the utility concepts.

Skip to: Description  ·  Claims  · Patent History  ·  Patent History
Description
FIELD

The instant disclosure relates generally to redaction of natural language text and, in particular, to techniques for performing such redaction based on application of classification algorithms to natural language text.

BACKGROUND

The recent, unprecedented increase in the availability of information regarding entities (whether individual, organizations, etc.) has led to significant interest in techniques for protecting the privacy when such information when is made public and/or shared with others. Currently, many of the techniques for protecting privacy have arisen in the context of structured text, such as databases and the like. For example, U.S. patent application Ser. No. 12/338,483, co-owned by the assignee of the instant application, describes an anonymization technique that may be applied to structured data. Likewise, K-anonymity techniques are known whereby values of certain attributes in a table can be modified such that every record in the table is indistinguishable from at least k−1 other records. Further still, so-called L-diversity may be employed to ensure that sensitive data about an entity cannot be inferred through use of strong background knowledge (i.e., known facts about an entity that an attacker can use to infer further information based on redacted information) by ensuring sufficient diversity in the sensitive data.

In addition to structured text, organizations like intelligence agencies, government agencies, and large enterprises also need to redact sensitive information from un-structured and semi-structured documents (i.e., natural language text) before releasing them to other entities, particularly outside their own organizations. For example, confidentiality rules often stipulate that to release a document to external organizations (or to the public), the identity of the source as well as specific source confidential information (collectively referred to hereinafter as sensitive data or sensitive concepts) must be removed from the document. Thus a user must remove any uniquely identifying information that an attacker could use to infer the identity of the source. In such a process there is necessarily a tradeoff between redacting enough information to protect the sensitive concept, while not over-redacting to the point where the utility of the document (i.e., its usefulness for accurately conveying information regarding one or more specific concepts) has been eliminated.

Although manual document sanitization is well known in the art, it is a laborious, time-consuming process and prone to human error. To address this shortcoming, various automated redaction methods for use with natural language text based on data mining, machine learning and related techniques are known in the art. For example, k-anonymity has been applied to “unstructured” data by essentially treating natural language text data as a form of a database record. Still other techniques are known whereby desired levels of privacy are achievable. However, these techniques typically suffer from a significant loss in utility in the resulting redacted text.

Thus, it would be desirable to provide techniques that are effective for redacting natural language text while simultaneously balancing protection of sensitive information with preservation of utility of the original text.

SUMMARY

The instant disclosure describes techniques for redacting natural language text, i.e., for protecting sensitive information, while simultaneously striving to maximize utility of the text. In an embodiment, this is accomplished using a multi-class classification framework. More particularly, in one embodiment, a classifier (employing any of a number of known classification algorithms) is used to provide one or more sensitive concept models according to features in natural language text and in which the various classes employed by the classifier are sensitive concepts reflected in the natural language text. Similarly, the classifier is used to provide an utility concepts model according to the features of the natural language text and in which the various classes employed by the classifier are utility concepts reflected in the natural language document. As used herein, natural language text may comprise a corpus of text constituted by a plurality of different documents. In turn, such documents may be provided in any suitable form, from separately identifiable documents to mere snippets of text, phrases, etc. Regardless, the sensitive concepts and/or the utility concepts may be known prior to application of the classifier or such concepts could be discovered in an automated fashion to either initiate or augment the various classes to be used.

Based on the sensitive concepts model and the utility concepts model and for one or more identified sensitive concept and identified utility concept, at least one feature in the natural language text is identified that implicates the at least one identified sensitive topic more than the at least one identified utility concept thereby providing identified features. At least some of the identified features in at least a portion of the natural language text may be perturbed, which portion of the natural language text may be subsequently provided as at least one redacted document. The perturbations applied to the identified features may include suppression and/or generalization of the identified features. In this manner, the techniques described herein attempt to perturb features in the natural language text to maximize classification error for the at least one identified sensitive concept within the set of potential sensitive concepts while simultaneously minimizing any classification error in the set of parallel utility concepts, particularly the at least one identified utility concept. As used herein, classification error refers to the likelihood that an attacker will inaccurately infer any sensitive concepts in the redacted document(s).

In various embodiments, the techniques noted above may be applied in a batch mode or in a per document mode. Thus, in one embodiment, a sensitive concepts implication factor and a utility concepts implication factor are determined for the corresponding identified sensitive and utility concepts based on at least some of the features in the natural language text. For each feature thus treated, a feature score is determined based on a difference between the sensitive concepts implication factor and the utility concepts implication factor. Those features having a corresponding feature score above a threshold are then provided as the identified features as described above. In another embodiment, features within a document forming a part of the natural language text corpus are selected based on numerical optimization of a constrained objective function. The constrained object function is based on class-conditional probabilities established by the sensitive concepts model and the utility concepts model. In yet another embodiment, the constrained objective function may include a constraint that the features of the document selected to numerically optimize the function must implicate a sensitive concept for the document more than at least k−1 other sensitive concepts for the document.

BRIEF DESCRIPTION OF THE DRAWINGS

The features described in this disclosure are set forth with particularity in the appended claims. These features will become apparent from consideration of the following detailed description, taken in conjunction with the accompanying drawings. One or more embodiments are now described, by way of example only, with reference to the accompanying drawings wherein like reference numerals represent like elements and in which:

FIG. 1 is a block diagram of a system in accordance with the teachings of the instant disclosure;

FIG. 2 is a block diagram of an apparatus the may be used to implement the various techniques described herein;

FIG. 3 is a block diagram of an apparatus for developing concept models using classification in accordance with various embodiments described herein;

FIG. 4 illustrates an example of a user interface that may be employed for selecting concepts in accordance with the instant disclosure;

FIG. 5 is a block diagram of an apparatus for redacting natural language text in accordance with various embodiments described herein;

FIGS. 6 and 7 illustrate examples of a user interface for implementing redaction processing in accordance with the instant disclosure; and

FIG. 8 is a flow chart illustrating processing in accordance with the instant disclosure.

DETAILED DESCRIPTION OF THE PRESENT EMBODIMENTS

Referring now to FIG. 1 a system 100 is illustrated comprising a redaction device 102 in communication with a document provider 120 via one or more intervening networks 118. As described in greater detail below, the redaction device 102 may comprise and suitable processing device such as a desktop or laptop computer, a server computer or similar devices as known in the art. Similarly, the document provider 120 may likewise comprise processing devices located at, for example, an individual's residence, a place of business, governmental organization or any other institution interested in performing redaction on a corpus of natural language text. Although a single document provider 120 is shown for ease of illustration, it is understood that multiple such third parties may exist in any implementation. The network(s) 106 may comprise a public network (e.g., the Internet, World Wide Web, etc.) or private network (e.g., local area network (LAN), etc.) or combinations thereof (e.g., a virtual private network, LAN connected to the Internet, etc.). Furthermore, the network 106 need not be a wired network only, and may comprise wireless network elements as known in the art. In one embodiment, the redaction device 102 receives the corpus of natural language text from the document provider 120 (directly or indirectly) and provides one or more redacted documents back to the document provider 120 in an electronic (typically digital) format via the network(s) 118. However, as illustrated by the dotted line, the redacting device 102 can also provide the noise perturbed data directly to the document provider 120 via other media, such as suitable storage devices including, but not limited to, magnetic or optical storage media. Furthermore, the redaction device 102 may provide any resulting redacted data, under the direction of the document provider 120, to third party recipients (not shown).

As described in greater detail below, the redaction device 102 operates upon the natural language text provided to the redaction device 102 from any of a number of sources. For example, the redaction device 102 may receive natural language text 104 to be redacted from a peripheral storage device 106 (e.g., external hard drives, optical or magnetic drives, etc.) coupled with the redaction device 102. Alternatively, the redaction device 102 may be in communication with locally networked storage 110 having stored thereon the natural language text 108 to be anonymized. Further still, the natural language text 114 may be stored in remote storage 116 that is accessible through the use of a suitable network address, as known in the art. In the latter two examples, in particular, the storage 110, 116 may be embodied as suitably configured database servers. In each of these embodiments, the text 104, 108, 114 may be received by the redaction device 102 from the document provider 130 (via the network(s) 118 or other channels) and temporarily stored in the various storage devices 106, 110, 116. In these embodiments, the entity operating the redaction device 102 may be the owner or controlling party of one or more of the various storages 106, 110, 116 or even the document provider 120 itself. Alternatively, the entity operating the redaction device 102 may be a third party providing redaction services to data owners. Regardless, as these non-exhaustive examples illustrate, the instant disclosure is not limited in the manner in which the natural language text to be analyzed is stored and/or provided to the redaction device 102.

In an alternative embodiment, the redaction, function provided by the redaction device 102 may be provided through an application interface. For example, as shown in FIG. 1, a redaction application 130 may be provided that allows a user to invoke redaction processing described in greater detail below. For example, the application 130 may comprise a text editor application, etc. as known in the art, in which the redaction functionality described herein may be invoked through activation of an appropriate user input mechanism, e.g., a button, menu selection or other widget provided via a graphical user interface or the like. Examples of suitable graphical user interfaces for this purpose are described in greater detail below with reference to FIGS. 6 and 7.

FIG. 2 illustrates an exemplary processing device 200 that may be used to implement the teachings of the instant disclosure. With reference once again to FIG. 1, the processing device 200 may be used to implement, for example, the redaction device 102. Regardless, the device 200 comprises a processor 202 coupled to a storage component 204. The storage component 204, in turn, comprises stored executable instructions 216 and data 218. In an embodiment, the processor 202 may comprise one or more processing devices such as a microprocessor, microcontroller, digital signal processor, or combinations thereof capable of executing the stored instructions 216 and operating upon the stored data 218. Likewise, the storage 204 may comprise one or more devices such as volatile or nonvolatile memory including but not limited to random access memory (RAM) or read only memory (ROM), and may be embodied in any suitable format such as a hard drive, cache memory, etc. Processor and storage arrangements of the types illustrated in FIG. 2 are well known to those having ordinary skill in the art. In an embodiment, the processing techniques described herein are implemented as a combination of executable instructions and data within the storage component 204.

In another embodiment, the device 200 may comprise one or more user input devices 206, a display 208, a peripheral interface 210, other output devices 212 and a network interface 214 in communication with the processor 202 as shown. The user input device 206 may comprise any mechanism for providing user input to the processor 202. For example, the user input device 206 may comprise a keyboard, a mouse, a touch screen, microphone and suitable voice recognition application or any other means whereby a user of the device 200 may provide input data to the processor 202. The display 208, may comprise any conventional display mechanism such as a cathode ray tube (CRT), flat panel display, or any other display mechanism known to those having ordinary skill in the art. The peripheral interface 210 may include the hardware, firmware and/or software necessary for communication with various peripheral devices, such as media drives (e.g., magnetic disk or optical disk drives, flash drives, etc.) or any other source of input used in connection with the instant techniques. Note that, as known in the art, such media drives may be used to read storage media comprising the executable instructions used to implement, in one embodiment, the various techniques described herein. Likewise, the other output device(s) 212 may optionally comprise similar media drive mechanisms as well as other devices capable of providing information to a user of the device 200, such as speakers, LEDs, tactile outputs, etc. Finally, the network interface 214 may comprise hardware, firmware and/or software that allows the processor 202 to communicate with other devices via wired or wireless networks, whether local or wide area, private or public, as known in the art.

While the device 200 has been described as a one form for implementing the techniques described herein, those having ordinary skill in the art will appreciate that other, functionally equivalent techniques may be equally employed. For example, as known in the art, some or all of the executable instruction-implemented functionality may be implemented using firmware and/or hardware devices such as application specific integrated circuits (ASICs), programmable logic arrays, state machines, etc. Further still, other implementations of the device 200 may include a greater or lesser number of components than those illustrated. Once again, those of ordinary skill in the art will appreciate the wide number of variations that may be used is this manner.

Referring now to FIGS. 3 and 5, apparatus 300, 500 that may be used to implement the techniques described herein are illustrated. In an embodiment, the device 200 of FIG. 2 is used to implement the various components constituting the apparatus 300, 500 in the form of stored instructions executed by one or more processors. However, as noted above, the various other functionally equivalent techniques may be equally employed for this purpose. Furthermore, as noted above, the apparatus 300, 500 may be implemented in a centralized (e.g., redaction device 102) or distributed (e.g., redaction application 130) manner. Typically, the apparatus 300, 500 are implemented in a single device, but are illustrated separately to highlight the separate types of processing done by each. More particularly, the apparatus 300, 500 implement a redaction technique based on the use of classification. Particularly, the techniques described herein treat the detection of sensitive concepts as a multi-class classification problem whereby varying levels of redaction can be employed to balance the need to protect sensitive concepts with the need to preserve utility concepts as much as possible. Furthermore, one of skill in the art will appreciate that while the functions performed by the apparatus 300 and 500 may be typically performed on a single device, these functions may also be separated over multiple devices without departing from the scope of this disclosure.

The apparatus 300 comprises a classification component 302 operatively connected to a number of storage devices 304-310. Specifically, the classification component 302 is operatively connected to and receives inputs from a natural language text storage 304 and a concepts storage 306, and is further operatively connected to and provides outputs to a sensitive concepts model(s) storage 308 and a utility concepts model(s) storage 310. Although a number of separate storage devices 304-310 are illustrated, those having ordinary skill in the art will appreciate that the various storages 304-310 could be physically implemented as one or more devices with each of the illustrated storages 304-310 existing as a logical division of the one or more, underlying storage devices. As further illustrated, the natural language text storage 304 is operatively connected to and can further provide input to a concept discovery component 312 that, in turn, is operative connected to and can provide output to the concepts storage component 306.

Before explaining the operation of the classification component 302 in greater detail, it is instructive to first describe the context of the instant disclosure with more rigor. Thus, the instant disclosure assumes the natural language text in storage 304 comprises a set D of documents. In an embodiment, each document, d, is modeled as a feature vector {right arrow over (x)}=x1 . . . xn for finite space of n features. As used herein, features within a document may comprise individual words, phrases (or n-grams), other linguistic features, etc. depending, as known in the art, on the type of sensitive concepts to be redacted. In a further embodiment, each feature, xi, may be represented in binary fashion.

Furthermore, each document dεD is associated with a sensitive concept or category sεS. Additionally, each document can be associated with a finite subset of non-sensitive utility concepts or categories UdεU. It is assumed that an external adversary has access to a disjoint set of documents D′, each of which is associated with some sεS and some subset of the utility categories U. As described herein, for a document d, the problem of obscuring the sensitive category s while preserving the identity of the utility categories Ud is treated within a standard multi-class classification framework. It is further assumed that (d,s) pairs are generated independently and identically distributed according to some distribution PS(d,s), and (d,Ud) pairs are generated according to PU(d,Ud). Generally s and Ud are not independent given d. The goal is to define an inference control function InfCtrl: D→D with two properties. First, InfoCtrl(d) should maximize:

Priv ( D , InfCtrl ) = ( d , s ) P s ( s | d ) - P s ( s | InfCtrl ( d ) ) ( 1 )

That is, the inference control function, after operating upon the various documents, should maximize the error when attempting to determine the true sensitive concepts of the documents based on analysis of the redacted documents. Second, it should minimize:

UtilLoss ( D , InfCtrl ) = d D u U d P U ( u | d ) - P U ( u | InfCtrl ( d ) ) ( 2 )

That is, the inference control function, after operating upon the various documents, should minimize the error to any of the true utility concepts in the documents based on the redacted documents.

For example, assume an agency wants to release a set of documents that are about projects in specific industries for specific clients. In this example, further assume that the name of the client is sensitive, but that it would be desirable to still identify the industry of the client after redaction. In this case, the client identity is treated as the sensitive concept that needs to be obscured whereas the industry of the client becomes a utility concept to be preserved. Thus, as described in further detail below, InfCtrl needs to maximize the reduction in the conditional probability of the true sensitive concept (i.e., the client identity) given the document and minimize the reduction in the conditional probability of the true utility concept (i.e., the client industry) given the document.

As known in the art, the conditional probabilities of the various sensitive and utility concepts (or categories) can be modeled using various classifier techniques. For example, for longer documents where the sensitive concept to be redacted is a known topic, the well-known Naïve Bayes model based on word-level features is an effective classifier. However, it is understood that other classification techniques may be equally employed for this purpose. Assuming a Naïve Bayes classifier is employed, and noting that techniques for implementing Naïve Bayes classification are well known in the art, the joint distribution, PS(d,s), for a given document/sensitive concept pair (i.e., (d,s) pair) is modeled by the classification component 302 as:

P S ( s , d ) P nb ( s | x ) = P nb ( s ) P nb ( x | s ) P nb ( x ) = P nb ( s ) P nb ( s ) i n P nb ( x i | s ) ( 3 )

where the “nb” subscript indicates Naïve Bayes modeling. Each resulting sensitive concept model (i.e., the collection of conditional probabilities noted in Equation 3) produced in this manner is then stored in the sensitive concepts model storage 308.

Likewise, the joint distribution, PU(d,Ud), for each document/utility concept pair (i.e., (d,Ud) pair) is modeled by the classification component 302 in an independent fashion according to Equation 3. Once again, the resulting utility concept models produced in this manner are subsequently stored in the utility concepts models storage 310. Note that, in the cases of both the sensitive and utility concepts, the respective concepts to be used by the classification component 302 are stored in the concepts storage 306. In one embodiment, the sensitive and/or utility concepts may be added to the storage 306 by virtue of direct user input. For example, using appropriately descriptive words, a user may designate a sensitive concept (e.g., “FORD”, “John Smith”, identification of a specific medical procedure, etc.) and/or the one or more utility concepts (e.g., “automotive”, “discretionary spending”, “cancer incidence rates”, etc.). Optionally, an automated approach to concept discovery may be employed for this purpose. This is illustrated in FIG. 3 by the concept discovery component 312.

In particular, the concept discovery component 312 may implement an user interface 400 as illustrated in FIG. 4. The interface 400 may comprise a semi-automated, so-called ontology editor such as OntoGen (available at http://ontogen.ijs.si/). The OntoGen editor permits the discovery and editing of topic ontologies (i.e., a set of topics or concepts connected with each other via different types of relations) based on a corpus of documents. Using text-mining and clustering techniques, the OntoGen editor analyzes the corpus of documents (e.g., the natural language text 304) to suggest the existence of specific concepts in the documents. The OntoGen editor can display the discovered concepts as points on a two-dimensional map, e.g., the user interface 400 of FIG. 4. As shown, characteristic keywords of the discovered concepts are displayed at certain points (indicated by the “+” signs) on the map. The relative proximity of (or distance between) different points on the map corresponds to the similarity of (or dissimilarity of) the various concepts. Thus, in the illustrated example, the concept labeled “commercial” is fairly similar to “banking” but quite unlike “family.” Furthermore, the OntoGen editor permits individual concepts to be selected and grouped together. In the context of the instant disclosure, selected concepts can be designated as either sensitive or utility concepts as described above. An example of this is illustrated in FIG. 4, where a first plurality of concepts 402 (in bold font) have been selected as sensitive concepts, whereas a second plurality of concepts 404 (also in bold font) have been selected as utility concepts. In an embodiment, this could be done by allowing a user to indicate either selection of sensitive or utility concepts, and then permitting the user to draw circles around concepts, as shown. Further still, individual concepts could be added to a currently selected group of concepts using, for example, the combination of clicking on a given concepts (via a cursor/mouse input device, as known in the art) while simultaneously depressing a certain keyboard key, such as the “Shift” or “Control” key. Other techniques for this purpose will be evident to those having ordinary skill in the art.

Referring now to FIG. 5, the apparatus 500 comprises a feature assessment component 502 operatively connected to an interactive scoring interface component 510 and an automatic text sanitization component 512. The feature assessment component 502 is operatively connected to the sensitive concepts models storage 308 as well as the utility concepts models storage 310. In turn, the automatic text sanitization component 512 is operatively connected to the natural language text storage 304. As described in greater detail below, the feature assessment component 502 employs various techniques to judge the various features in the natural language text 304 (based on the conditional probabilities constituting the various sensitive and utility concept models 308, 310) to determine those features that implicate the sensitive concepts more than the utility concepts. In turn, and based on the identified features provided by the feature assessment component 502, the automatic text sanitization component 512 perturbs at least some of the identified features in at least a portion of the natural language text 304, thereafter providing, as at least one redacted document 514, that portion of the natural language text in which the at least some of the identified features have been perturbed. Generally, any feature representation chosen must have corresponding operators used to perturb the identified features. In an embodiment, the two perturbation operators employed are suppression and generalization. In suppression, as known in the art, a given feature is removed or obscured entirely. For example, where each word is represented as a binary feature, certain 1-valued features are set to 0 corresponding to these words being removed from the document. On the other hand, generalization operators obscure the word by employing a more generic form. For text, a generalization operator will typically employ domain specific taxonomies of linguistic features, e.g., for words, the lexical database WordNet (available at http://wordnet.princeton.edu/) may be used to find a generalization by following the “IsA” hierarchy to find a semantic abstraction.

In an embodiment, the feature scoring component 502 may operate in at least two different modes, a batch processing mode and a per document processing mode. This is illustrated in FIG. 5, where the feature assessment component 502 includes a sensitivity/utility tradeoff batch processing component 504 and two per document components, a sensitivity/utility tradeoff per document processing component 504 and a sensitivity only per document processing component 508.

As its name would imply, the sensitivity/utility tradeoff batch processing component 504 operates upon a large number of documents from, if not the entirety of, the natural language text 304. The intuition is that if the features that are most informative for modeling the true joint distribution PS(d,s) and least informative for PU(d,Ud) can be identified, these are the features that must be perturbed, i.e., suppressed or generalized. In an embodiment, inference control takes place as an interactive process with a human auditor (via, for example, the interactive scoring interface 510, described below), or with automatic inference control algorithms mostly identifying the words or linguistic features to address. The batch approach refers to the process of prioritizing these features. To this end, the sensitivity/utility tradeoff batch processing component 504 may employ any of a number of scoring functions, or combinations thereof, for this purpose.

Two of the scoring function embodiments, ScoreLO and ScoreOR are respectively based on the conditional probabilities of each feature and the odds ratio thereof. For ease of explanation, here let Y be a set of classes/random variable standing in for either S or U, and Y=Y\y for some yεY. Based on this notation:

ScoreLO ( x i ) = 1 S s S LogOdds ( s , x i ) - 1 U u U LogOdds ( u , x i ) where : ( 4 ) LogOdds ( y , x i ) = log log ( P ( x i | y ) ) log ( P ( x i | Y _ ) ) ( 5 )

Alternatively:

ScoreOR ( x i ) = 1 S s S OddsRatio ( s , x i ) - 1 U u U OddsRatio ( u , x i ) where : ( 6 ) OddsRatio ( y , x i ) = log P ( x i | y ) ( 1 - P ( x i | Y _ ) ) ( 1 - P ( x i | y ) ) P ( x i | Y _ ) ( 7 )

In another embodiment, a scoring function, ScoreFL, is based on a combination of feature class-conditional likelihood and feature frequency. Here freq(xi) is the frequency count of feature xi:

ScoreFL ( x i ) = s S FreqLogP ( s , x i ) S - u U FreqLogP ( u , x i ) U where : ( 8 ) FreqLogP ( y , x i ) = freq ( x i ) × log P ( x i | y ) P ( x i | Y _ ) ( 9 )

In yet another embodiment, a scoring function, ScoreIG, is based on the average information gain of a feature with respect to each sensitive category. Thus:

ScoreIG ( x i ) = InfoGain ( S , x i ) - InfoGain ( U , x i ) where : ( 10 ) InfoGain ( Y , x i ) = - y Y P ( y ) log P ( y ) + P ( x i ) y Y P ( y | x i ) log P ( y | x i ) + P ( x _ i ) y Y P ( y | x _ i ) log P ( y | x _ i ) ( 11 )

It is once again noted that the conditional probabilities used in Equation 5, 7, 9 and 11 are taken from the various sensitive concept and utility concept models, as the case may be. Furthermore, each of Equations 4, 6, 8 and 10 may be characterized by a sensitive concepts implication factor (i.e., the minuend in each equation) and by a utility concepts implication factor (i.e., the subtrahend in each equation). That is, the sensitive concepts implication factor expresses how strongly a given feature, xi, corresponds to the sensitive concepts in the documents, whereas the utility concepts implication factor likewise expresses how strongly the given feature corresponds to utility concepts in the documents. As the difference between the sensitive concepts implication factor and the utility concepts implication factor, higher values of the above-noted scoring functions express the condition that a given feature, if redacted, is likely to have a greater impact in obscuring the sensitive concepts and a lesser impact in obscuring the utility concepts.

Thus, for a given set of documents having associated sensitive concepts and utility concepts, any of the above-noted scoring functions (or combinations thereof) permits all the features to be ranked in descending order. For a given score threshold μ, the automatic text sanitization component 512 applies a perturbation to each feature xi with score greater than μ. For lower values of μ, more features will be sanitized and one would expect to see greater privacy with some loss of utility. Conversely, for higher values of μ, less privacy is applied to the sensitive concepts with a concomitant increase in utility concepts preservation.

While performing inference control for sensitive documents in batch mode leads to easy and efficient metrics for identifying the features that indicate sensitive concepts more and utility concepts less, for any individual document in the batch of documents thus processed, the result may be “over-redaction” or “under-redaction” due to the averaged nature of the metrics. Thus, as noted above, the feature assessment component 502 may also operate in various per documents modes whereby individual documents are subjected to sanitization or redaction processing.

For example, the sensitivity/utility tradeoff per document processing component 506 once again relies on the intuition that, for a given document, generative models (such as Naive Bayes) can be used to identify the features present in the document that imply the sensitive concepts more than the utility concepts in order to sanitize enough of them to obscure the sensitive concepts. To this end, the sensitivity/utility tradeoff per document processing component 506 can implement a linear program to numerically optimize a constrained objective function, i.e., that balances the log-likelihood of the sensitive class against the log-likelihood of the utility class using a formulation similar to log-odds:

min f ( x ^ ) = - i Gain ( x i , s , U x ) x ^ i such that : 0 x ^ i freq ( x i ) , i ( log ( P ( x i | s ) ) - 1 ) x ^ i 0 , i ( - log ( P ( x i | u ) ) - 1 ) x ^ i 0 , where : Gain ( x i , s , U x ) = log ( P ( x i | s ) ) - μ · log ( u U x P ( x i | u ) ) ( 12 )

and where: Ux is a set constituting at least one utility concept of the document and μ is a weighting parameter. It is noted that the phrases “numerical optimization,” “numerically optimize” and variants thereof, as used herein, refer to the well-known function of linear programming to determine numerical values for the variables that best satisfy the stated objective function. Furthermore, techniques for implementing such linear programming are well know to those having ordinary skill in the art.

Referring once again to Equation 12 above, μ is a weighting parameter controlling how much to penalize distortion of the document that will obscure the utility classes. In general a lower value of μ will lead to much greater distortion of the document, with larger loss in utility as measured by P(u)P(x|u). Although the above-described example is based on a log-odds formulation, it will be appreciated that the other scoring formations noted above may also serve as the basis for the objective function. For example, ScoreOR can be modified to produce:

Gain OR ( x i , s , U x ) = OddsRatio ( s , x i ) - μ u U x OddsRatio ( u , x i )

As a variation on the linear programming implementation noted above, an additional constraint that can be placed on the process is to require that the Naïve Bayes likelihood from Equation 3 of the true sensitive concept for a sanitized document, InfCtrl(d), be less than the likelihood of k other categories. For this purpose, k-confusability can be defined as: for a learned multiclass classifier H outputting a total ordering π=y1 . . . yn over n classes for a given document d having feature vector {right arrow over (x)}=x1 . . . xn with true class y, a new example {circumflex over (d)} is said to be k-confusable with d if H({circumflex over (d)}) outputs an ordering {circumflex over (π)} with at least k classes preceding y.

With this additional constraint, a linear program can be provided to create a k-confusable example {circumflex over (x)}=InfCtrl(x) that is still recognizable as belonging to the utility class u. To simplify this embodiment, only a single utility class upper example x is considered. Here, let s= si, . . . , sk-1εS be a sequence of k−1 sensitive concepts obtained by ranking all sεS\s by P( s)P(x| s). In this case, the linear program implemented by the sensitivity/utility tradeoff per document processing component 506 operates as follows:

min f ( x ^ ) = - i Utility ( x i , u ) x ^ i such that : 0 x ^ i freq ( x i ) , i ( log ( P ( x i | s ) ) x ^ i ) i log ( P ( x i | s _ 1 ) ) x ^ i , i ( log ( P ( x i | s ) ) x ^ i ) i log ( P ( x i | s _ k - 1 ) ) x ^ i where : Utility ( x i , u ) = ( 1 - P ( u ) ) log ( P ( x i | u ) ) - u _ U \ u P ( u _ ) P ( x i | u _ ) ( 13 )

In this procedure, the objective is to maximize a “one-versus-all” version of the Naïve Bayes decision criterion for the true utility class u with respect to the rest of the utility classes ū=U\u. The feature class-conditional likelihood of the true sensitive class is re-weighted to be equal to the sum of the prior weights from the “complement” classes. In this manner, the constraints on the linear program ensure that if a feasible solution exists, k-confusability for the model classifier is guaranteed.

In yet another embodiment, the sensitivity-only per document processing component 508 operates to provide k-confusability for some set of examples, without a corresponding set of utility categories. In this case, the amount of redaction is minimized while maintaining the constraints by substituting the objective function with Utility(xi)=1. This procedure can be approximated by a simple greedy algorithm: for a document example x of class s, create an ordered list of features to suppress using the metric: (1−P(S))log(P(xi|s))−Σ siP( sj)log(P(xi| sj)). From this list, words from x are suppressed until the conditional log-likelihood of s|{circumflex over (x)} is less than the log-likelihood of k−1 other classes.

As noted above, some of the embodiments implemented by the feature assessment component 502 may be mediated according to user input received via the interactive scoring interface 510. Examples of this are illustrated in FIGS. 6 and 7. In particular, FIG. 6 illustrates an example of a user interface 600 in which a document editing program is augmented include a document redaction client. For example, as known in the art, the editing program may comprise the “MICROSOFT” Word document editing program in which a document editing field 602 is provide along with menu items 604 for use in editing/managing a given document. In the illustrated example, a “Statement of Work” document is currently open in the editing field 602, thereby permitting the author to edit or otherwise manage the document using known techniques. In this implementation, however, the menu items are modified to include a “Collaborative Content Assistant” menu item 606, the selection of which causes a sanitization control window 608 to be provided on the user interface 600. Techniques for adding the functionality of the menu item 606 and window 608 are well known in the art, typically through the creation of one or more software-based “add-on” or “plug-in” programs that interact with the document editing program via an application user interface (API) provided by the document editing program. Note that, in this example,

Using the sanitization control window 608, in this case, a user is able to invoke various ones of the per document analyses noted above with reference to the feature assessment component 502. For example, using an input mechanism such as a pull-down menu 610, the user is able to designate a specific sensitive topic, in this case, constrained to an available list of known client names. Alternatively, in this example, the client names (as the sensitive topic) could be derived directly from the document (or documents), as noted above. As further shown, a user-selectable slider 614 is provided which sets a threshold (i.e., the μ variable noted above) that determines what level of features should be highlighted on the display 602 based on the redaction analysis. Upon selection of another suitable input mechanism 612 (in this case, a button labeled “Analyze”), the sanitization program performs the any of the above-noted per document analyses to provide a list of scored features 618. In this case, it is noted that the slider input 614 is set such that none of the identified features are highlighted, indicating that redaction on the basis of this setting would result in no redaction of sensitive concepts with, obviously, maximized preservation of utility. When the user decides to sanitize a document according the current settings, he/she can select the “Share” button 620 after first designating via the radio button inputs 622, 624 whether the entire document is to be redacted or just a given selected portion of the document.

As shown, the identified features 618 (in this case, referred to as “Client Identifying Terms” reflecting the fact that the sole sensitive concept in this embodiment is a client identity) are listed along with their respective scores thereby providing the user with an indication of the relative “strength” with which a given term implicates the sensitive topic (client identity, in this case) while simultaneously not implicating the utility of the document. Thus, for example, the term “National” in the illustrated example best serves this purpose, whereas redaction of the term “Seafarer” would provide a relatively lesser amount of sensitive concept protection while impacting the utility of the document to a greater degree.

As further shown in FIG. 6, the window 608 may also include a listing 616 of any names/numbers included in the document. Techniques for discovering such names and numbers in a document are well known in the art. Once again, such names and numbers may be provided in a ranked order in accordance with known techniques.

FIG. 7 illustrates an interface 700 that is substantially similar to that shown in FIG. 6. However, in this case, the slider input 714 is set such that, relative to the initial setting in FIG. 6, the number of terms highlighted is increased. Such highlighting is illustrated by the use of boldfaced font for those terms appearing in the client identifying terms list 718 and by underlined font for those terms appearing in the names/numbers list 716. In turn, the highlighting of the selected terms is also reflected in the open document 702, thereby providing the user with an indication of the impact that redaction (according to those settings) will have on the document. By varying the slider 714, the user can effectively select the level of redaction that will take place according to the need.

Referring now to FIG. 8, a flowchart illustrating processing in accordance with the instant disclosure is illustrated. In an embodiment, the processing illustrated in FIG. 8 may be implemented using the apparatus 300, 500 described above. Regardless, beginning at block 802, natural language text may be optionally analyzed automatically to identify sensitive and/or utility concepts therein. As noted above, the relevant concepts may be provided directly via user input. Regardless, processing continues at block 804 where sensitive concept models (one for each sensitive concept) are provided according to a classification algorithm operating upon the features in the natural language text, wherein the classes or categories used by the classification algorithm are the previously identified sensitive concepts. Likewise, at block 806, utility concept models (one for each utility concept) are provided according to the classification algorithm operating upon the features in the natural language text, wherein the classes or categories used by the classification algorithm are the previously identified utility concepts.

Thereafter, at block 808, the sensitive concepts model(s) and the utility concepts model(s) are used to identify one or more features in the natural language text that implicate the at least one sensitive concept more than the at least one utility concept. As described above, this process of identifying such features can proceed according to various modes, i.e., batch or per document processing. Using the features thus identified, at least one identified feature is perturbed in at least a portion of the natural language text at block 810, such that the portion of the natural language text may be provided as at least one redacted document at block 812.

While particular embodiments have been shown and described, those skilled in the art will appreciate that changes and modifications may be made without departing from the instant teachings. It is therefore contemplated that any and all modifications, variations or equivalents of the above-described teachings fall within the scope of the basic underlying principles disclosed above and claimed herein.

Claims

1. A method for redacting natural language text comprising a plurality of features, the method comprising:

providing, by a processing device, a sensitive concepts model according to a classification algorithm operating upon the plurality of features, wherein sensitive concepts are classes used by the classification algorithm when providing the sensitive concepts model;
providing, by the processing device, a utility concepts model according to the classification algorithm operating upon the plurality of features, wherein utility concepts are classes used by the classification algorithm when providing the utility concepts model;
for at least one identified sensitive concept and at least one identified utility concept, and based on the sensitive concepts model and the utility concepts model, identifying, by the processing device, at least one feature in the natural language text that implicates the at least one identified sensitive topic more than the at least one identified utility concept to provide identified features; and
perturbing, by the processing device, at least some of the identified features in at least a portion of the natural language text.

2. The method of claim 1, further comprising:

analyzing, by the processing device, the natural language text to identify at least some of the sensitive concepts, at least some of the utility concepts or both.

3. The method of claim 2, further comprising:

providing, by the processing device via a display operatively connected to the processing device, a user interface comprising a visual representation of a plurality of concepts in the natural language text; and
receiving, by the processing device via a user input device operatively connected to the processing device, user inputs indicating the at least some of the sensitive concepts, the at least some of the utility concepts or both based on the user interface and the visual representation of the plurality of concepts.

4. The method of claim 1, wherein identifying the identified features further comprises:

determining, by the processing device for each of at least some features in the natural language document, a sensitive concepts implication factor based on class-conditional probabilities of the feature according to the sensitive concepts;
determining, by the processing device for each of the at least some features, a utility concepts implication factor based on class-conditional probabilities of the feature according to the utility concepts;
determining, by the processing device for each of the at least some features, a feature score based on a difference between the sensitive concepts implication factor and the utility concepts implication factor; and
providing, by the processing device, those features of the at least some features having feature scores above a threshold as the identified features.

5. The method of claim 4, where the feature score is determined according at least one of: ScoreLO(xi), ScoreOR(xi), ScoreFL(xi) and ScoreIG(xi) ScoreLO  ( x i ) = 1  S   ∑ s ∈ S  LogOdds  ( s, x i ) - 1  U   ∑ u ∈ U  LogOdds  ( u, x i ),  LogOdds  ( y, x i ) = log  log  ( P  ( x i | y ) ) log  ( P  ( x i | Y _ ) ),  ScoreOR  ( x i ) = 1  S   ∑ s ∈ S  OddsRatio  ( s, x i ) - 1  U   ∑ u ∈ U  OddsRatio  ( u, x i ),  OddsRatio  ( y, x i ) = log  P  ( x i | y )  ( 1 - P  ( x i | Y _ ) ) ( 1 - P  ( x i | y ) )  P  ( x i | Y _ ),  ScoreFL  ( x i ) = ∑ s ∈ S  FreqLogP  ( s, x i )  S  - ∑ u ∈ U  FreqLogP  ( u, x i )  U ,  FreqLogP  ( y, x i ) = freq  ( x i ) × log  P  ( x i | y ) P  ( x i | Y _ ),  ScoreIG  ( x i ) = InfoGain  ( S, x i ) - InfoGain  ( U, x i ),  InfoGain  ( Y, x i ) = - ∑ y ∈ Y  P  ( y )  log   P  ( y ) + P  ( x i )  ∑ y ∈ Y  P  ( y | x i )  log   P  ( y | x i ) + P  ( x _ i )  ∑ y ∈ Y  P  ( y | x _ i )  log   P  ( y | x _ i ),

where:
and where:
xi is an i'th feature of the natural language text,
S is a set constituting the at least one sensitive concept,
s is a sensitive concept,
U is a set constituting the at least one utility concept,
u is a utility concept,
Y is a dummy variable standing in for either S or U, and
Y=Y\y for some yεY.

6. The method of claim 1, wherein identifying the identified features further comprises:

determining, by the processing device for a document forming a part of the natural language text, selected features of the document that numerically optimize a constrained objective function established to ensure that the selected features of the document implicate a sensitive concept for the document more than at least one utility concept for the document, wherein the constrained objective function is based on class-conditional probabilities of features of the document according to the sensitive concept and class-conditional probabilities of the features according to the at least one utility concept; and
providing, by the processing device, the selected features as the identified features.

7. The method of claim 6, wherein the constrained objective function is: min   f  ( x ^ ) = - ∑ i  Gain  ( x i, s, U x )  x ^ i such   that : 0 ≤ x ^ i ≤ freq  ( x i ),  ∑ i  ( log  ( P  ( x i | s ) ) - 1 )  x ^ i ≤ 0,  ∑ i  ( - log  ( P  ( x i | u ) ) - 1 )  x ^ i ≤ 0,  where : Gain  ( x i, s, U x ) = log  ( P  ( x i | s ) ) - μ  · log ( ∑ u ∈ U x  P  ( x i |  u ) )

and where:
xi is an i'th feature of the document,
s is a sensitive concept of the document,
Ux is a set constituting at least one utility concept of the document,
u is a utility concept of the document, and
μ is a weighting parameter.

8. The method of claim 1, wherein identifying the identified features further comprises:

determining, by the processing device for a document forming a part of the natural language text, selected features of the document that numerically optimize a constrained objective function established to ensure that the selected features of the document implicate a sensitive concept for the document more than at least k−1 other sensitive concepts for the document, and wherein the constrained objective function is based on class-conditional probabilities of the features according to the at least one utility concept; and
providing, by the processing device, the selected features as the identified features.

9. The method of claim 8, wherein the constrained objective function is: min   f  ( x ^ ) = - ∑ i  Utility  ( x i, u )  x ^ i such   that : 0 ≤ x ^ i ≤ freq  ( x i ),  ∑ i  ( log  ( P  ( x i | s ) )  x ^ i ) ≤ ∑ i  log  ( P  ( x i | s _ 1 ) )  x ^ i,  ⋮ ∑ i  ( log  ( P  ( x i | s ) )  x ^ i ) ≤ ∑ i  log  ( P  ( x i | s _ k - 1 ) )  x ^ i where : Utility  ( x i, u ) = ( 1 - P  ( u ) )  log  ( P  ( x i | u ) ) - ∑ u _ ∈ U  \  u  P  ( u _ )  P  ( x i |  u _ )

and where:
xi is an i'th feature of the document,
s is a sensitive concept of the document,
U is a set constituting at least one utility concept of the document,
u is a utility concept of the document, and
s= s1,..., sk-1εS are a sequence of k−1 sensitive concepts obtained by ranking all sεS\s by P( s)P(x| s).

10. The method of claim 1, wherein perturbing the at least some of the identified features further comprises suppressing the at least some of the identified features.

11. The method of claim 1, wherein perturbing the at least some of the identified features further comprises generalizing the at least some of the identified features.

12. The method of claim 1, further comprising:

providing, by the processing device, the portion of the natural language text in which the at least some of the identified features have been perturbed as at least one redacted document.

13. An apparatus for redacting natural language text comprising a plurality of features, comprising:

a processor; and
storage, operatively connected to the processor and having stored thereon instructions that, when executed by the processor, cause the processor to:
provide a sensitive concepts model according to a classification algorithm operating upon the plurality of features, wherein sensitive concepts are classes used by the classification algorithm when providing the sensitive concepts model;
provide a utility concepts model according to the classification algorithm operating upon the plurality of features, wherein utility concepts are classes used by the classification algorithm when providing the utility concepts model;
for at least one identified sensitive concept and at least one identified utility concept, and based on the sensitive concepts model and the utility concepts model, identify at least one feature in the natural language text that implicates the at least one identified sensitive topic more than the at least one identified utility concept to provide identified features; and
perturb at least some of the identified features in at least a portion of the natural language text.

14. The apparatus of claim 13, the storage further comprising instructions that, when executed by the processor, cause the processor to:

analyze the natural language text to identify at least some of the sensitive concepts, at least some of the utility concepts or both.

15. The method of claim 14, the storage further comprising instructions that, when executed by the processor, cause the processor to:

provide, via a display operatively connected to the processor, a user interface comprising a visual representation of a plurality of concepts in the natural language text; and
receive, via a user input device operatively connected to the processor, user inputs indicating the at least some of the sensitive concepts, the at least some of the utility concepts or both based on the user interface and the visual representation of the plurality of concepts.

16. The method of claim 13, wherein those instructions that, when executed by the processor, cause the processor to identify the identified features are further operative to cause the processor to:

determine, for each of at least some features in the natural language document, a sensitive concepts implication factor based on class-conditional probabilities of the feature according to the sensitive concepts;
determine, for each of the at least some features, a utility concepts implication factor based on class-conditional probabilities of the feature according to the utility concepts;
determine, for each of the at least some features, a feature score based on a difference between the sensitive concepts implication factor and the utility concepts implication factor; and
provide those features of the at least some features having feature scores above a threshold as the identified features.

17. The apparatus of claim 16, wherein those instructions that, when executed by the processor, cause the processor to determine the feature score are further operative to determine the feature score according at least one of: ScoreLO(xi), ScoreOR(xi), ScoreFL(xi) and ScoreIG(xi) where : ScoreLO  ( x i ) = 1  S   ∑ s ∈ S  LogOdds  ( s, x i ) - 1  U   ∑ u ∈ U  LogOdds  ( u, x i ),  LogOdds  ( y, x i ) = log  log  ( P  ( x i | y ) ) log  ( P  ( x i | Y _ ) ),  ScoreOR  ( x i ) = 1  S   ∑ s ∈ S  OddsRatio  ( s, x i ) - 1  U   ∑ u ∈ U  OddsRatio  ( u, x i ),  OddsRatio  ( y, x i ) = log  P  ( x i | y )  ( 1 - P  ( x i | Y _ ) ) ( 1 - P  ( x i | y ) )  P  ( x i | Y _ ),  ScoreFL  ( x i ) = ∑ s ∈ S  FreqLogP  ( s, x i )  S  - ∑ u ∈ U  FreqLogP  ( u, x i )  U ,  FreqLogP  ( y, x i ) = freq  ( x i ) × log  P  ( x i | y ) P  ( x i | Y _ ),  ScoreIG  ( x i ) = InfoGain  ( S, x i ) - InfoGain  ( U, x i ),  InfoGain  ( Y, x i ) = - ∑ y ∈ Y  P  ( y )  log   P  ( y ) + P  ( x i )  ∑ y ∈ Y  P  ( y | x i )  log   P  ( y | x i ) + P  ( x _ i )  ∑ y ∈ Y  P  ( y | x _ i )  log   P  ( y | x _ i ),

and where:
xi is an i'th feature of the natural language text,
S is a set constituting the at least one sensitive concept,
s is a sensitive concept,
U is a set constituting the at least one utility concept,
u is a utility concept,
Y is a dummy variable standing in for either S or U, and
Y=Y\y for some yεY.

18. The apparatus of claim 13, wherein those instructions that, when executed by the processor, cause the processor to identify the identified features are further operative to cause the processor to:

determine, for a document forming a part of the natural language text, selected features of the document that numerically optimize a constrained objective function established to ensure that the selected features of the document implicate a sensitive concept for the document more than at least one utility concept for the document, wherein the constrained objective function is based on class-conditional probabilities of features of the document according to the sensitive concept and class-conditional probabilities of the features according to the at least one utility concept; and
provide the selected features as the identified features.

19. The apparatus of claim 18, wherein the constrained objective function is: min   f  ( x ^ ) = - ∑ i  Gain  ( x i, s, U x )  x ^ i such   that : 0 ≤ x ^ i ≤ freq  ( x i ),  ∑ i  ( log  ( P  ( x i | s ) ) - 1 )  x ^ i ≤ 0,  ∑ i  ( - log  ( P  ( x i | u ) ) - 1 )  x ^ i ≤ 0,  where : Gain  ( x i, s, U x ) = log  ( P  ( x i | s ) ) - μ  · log ( ∑ u ∈ U x  P  ( x i |  u ) )

and where:
xi is an i'th feature of the document,
s is a sensitive concept of the document,
Ux is a set constituting at least one utility concept of the document,
u is a utility concept of the document, and
μ is a weighting parameter.

20. The apparatus of claim 13, wherein those instructions that, when executed by the processor, cause the processor to identify the identified features are further operative to cause the processor to:

determine, for a document forming a part of the natural language text, selected features of the document that numerically optimize a constrained objective function established to ensure that the selected features of the document implicate a sensitive concept for the document more than at least k−1 other sensitive concepts for the document, and wherein the constrained objective function is based on class-conditional probabilities of the features according to the at least one utility concept; and
provide the selected features as the identified features.

21. The apparatus of claim 20, wherein the constrained objective function is: min   f  ( x ^ ) = - ∑ i  Utility  ( x i, u )  x ^ i such   that : 0 ≤ x ^ i ≤ freq  ( x i ),  ∑ i  ( log  ( P  ( x i | s ) )  x ^ i ) ≤ ∑ i  log  ( P  ( x i | s _ 1 ) )  x ^ i,  ⋮ ∑ i  ( log  ( P  ( x i | s ) )  x ^ i ) ≤ ∑ i  log  ( P  ( x i | s _ k - 1 ) )  x ^ i where : Utility  ( x i, u ) = ( 1 - P  ( u ) )  log  ( P  ( x i | u ) ) - ∑ u _ ∈ U  \  u  P  ( u _ )  P  ( x i |  u _ )

and where:
xi is an i'th feature of the document,
s is a sensitive concept of the document,
U is a set constituting at least one utility concept of the document,
u is a utility concept of the document, and
s= s1,..., sk-1εS are a sequence of k−1 sensitive concepts obtained by ranking all sεS\s by P( s)P(x| s).

22. The apparatus of claim 13, wherein those instructions that, when executed by the processor, cause the processor to perturb the at least some of the identified features are further operative to cause the processor to suppress the at least some of the identified features.

23. The apparatus of claim 13, wherein those instructions that, when executed by the processor, cause the processor to perturb the at least some of the identified features further operative to cause the processor to generalize the at least some of the identified features.

24. The apparatus of claim 13, the storage further comprising instructions that, when executed by the processor, cause the processor to:

provide the portion of the natural language text in which the at least some of the identified features have been perturbed as at least one redacted document.
Patent History
Publication number: 20120239380
Type: Application
Filed: Mar 15, 2011
Publication Date: Sep 20, 2012
Patent Grant number: 8938386
Applicant: Accenture Global Services Limited (Dublin)
Inventors: Chad CUMBY (Chicago, IL), Rayid Ghani (Chicago, IL)
Application Number: 13/048,003
Classifications
Current U.S. Class: Natural Language (704/9); Miscellaneous Analysis Or Detection Of Speech Characteristics (epo) (704/E11.001)
International Classification: G06F 17/27 (20060101);