The embodiments relate generally to machine learning systems for natural language processing (NLP), and more specifically to systems and methods for training a neural network based recommender models.
Machine learning systems have been widely used in recommendation systems, and more specifically for generating turn-wise reply recommendations for agents in customer service chat/messaging sessions. Traditional methods usually perform item recommendations using a binary classification model that is trained with labeled data indicating whether a system response of recommendation is relevant/irrelevant for a given context. However, in customer service chats, labeled training data for the negative class (e.g., a recommendation is deemed irrelevant) is often scarce.
Random sampling of negative training samples poses the risk of creeping errors into training performance if the dataset is noisy. For example, especially in multi-turn task oriented dialogue settings, the spectrum for defining negative samples can be unclear. For instance, in a conversation about order refund status, procedural style replies (“thank you for contacting us today”, “let me look at your order”, “could you verify your order number”), if assigned with negative labels (irrelevant), are not as strong indicators as other more substantive replies such as “To reset your password, try visiting main page and scroll down to find forgot password->verify mobile number->reset with duo->activate link”. Thus, random negative sampling can introduce label errors into the training that hinders model performance.
Therefore, there is a need for systems and methods for training recommender models which are less susceptible to label errors in training data.
Embodiments of the disclosure and their advantages are best understood by referring to the detailed description that follows. It should be appreciated that like reference numerals are used to identify like elements illustrated in one or more of the figures, wherein showings therein are for purposes of illustrating embodiments of the disclosure and not for purposes of limiting the same.
As used herein, the term “network” may comprise any hardware or software-based framework that includes any artificial intelligence network or system, neural network or system and/or any training or learning models implemented thereon or therewith.
As used herein, the term “module” may comprise hardware or software-based framework that performs one or more functions. In some embodiments, the module may be implemented on one or more neural networks.
Neural network based models may be used in a variety of tasks, including item recommendation. Item recommendation may include, for example, recommending a video for someone to watch based on previous viewing behaviors, or recommending a product to buy based on past shopping behaviors. A recommender system may also be implemented to recommend text responses in the context of a chat (e.g., a customer support chat). Traditional methods of item recommendation use a binary classification model that is trained with labeled data indicating whether a system response of recommendation is relevant/irrelevant for a given context. When a training sample comprises a system response that is deemed as relevant to the chat context, the training sample is considered “positive.” Otherwise, when a training sample comprises a system response that is deemed irrelevant to the chat context, the training sample is considered “negative.” However, in some domains, such as customer service chats, labeled training data for the negative class (e.g., a recommendation is deemed irrelevant) is often scarce. One technique for generating a negative training sample is to perform random sampling from among all of the items in a corpus which are not the positive sample. However, random sampling of negative training samples poses the risk of creeping errors into training performance if the dataset is noisy.
For example, especially in multi-turn task oriented dialogue settings, the spectrum for samples that are considered “negative” can be unclear. For instance, in a conversation about order refund status, procedural style replies (“thank you for contacting us today”, “let me look at your order”, “could you verify your order number) that fail to provide a straightforwardly relevant answer to the context of order refund status, may be assigned with negative labels (irrelevant) or otherwise sampled as negative samples. But these procedural style replies are not as strong indicators of “irrelevance” as other more substantive replies such as “To reset your password, try visiting main page and scroll down to find forgot password->verify mobile number->reset with duo->activate link,” which is clearly “more irrelevant” to the chat context of order refund status. This is largely due to the fact that procedural responses often do not have a well defined semantic intent, while content rich responses have a well defined intent (such as the intent of reset password). The difficulty of categorizing procedural responses may be a source of noise in the dataset, especially when the dataset includes many more procedural responses than substantive ones. Such “noise” in the training dataset may cause the training of the model to take longer to converge, and may result in a less accurate model.
One way to mitigate a noisy dataset is to control what data is used for training. In addition to label a sample as “negative,” the level of irrelevance of a negative sample for a given query, e.g., “easy” or “hard” negative samples, is also considered. For instance, a response which the model predicts to be far away (in a representation space) from the positive sample may be considered an “easy” negative sample, as a model may easily recognize that such a response is not appropriately recommended. On the other hand, responses which are more closely related to a “correct” (positive) response may be considered “hard” negatives, as they are conceptually closer and therefore more difficult for a model to distinguish. Such “easy” or “hard” negative samples may be defined based on whether they are located within a radius from the positive sample in the feature space.
Such “hard” negative samples tend to be more informative in training a model. Training on more informative negative samples may allow a model to converge more quickly to an accurate model. However, if the dataset is noisy (e.g., there are many more “procedural” responses than substantive responses), focusing too much on hard negative samples may cause problems with model convergence and accuracy. Conceptually, it may be beneficial to first train a model on mostly easy negative samples, and then progressively train on harder negative samples as the model begins to converge. Further, in order to avoid local minima in the search space of the model, it may be beneficial to repeatedly introduce negative samples of varying difficulty, as is described in more detail herein.
In the context of a multi-turn task oriented dialogue training dataset, if there are many more procedural responses than substantive content rich responses, there is a higher scope for negative sampling to introduce higher noise. In that case, it may be desirable to rely more on easy or semi-hard or less-hard examples. On the other hand, when the training dataset contains many more content rich (substantive) responses than procedural responses, it may be desirable to introduce hard samples early in the learning process since content-rich templates would have more diverse sentence embeddings thus resulting in a clear cluster groups.
In view of the need for systems and methods for training recommender models which are less susceptible to label errors in training data, embodiments described herein provide a training framework for a neural network based model using both positive and negative training samples according to its respective level of irrelevance, e.g., a level of deviation or distance from respective positive samples in the feature space. Negative training samples may be fed to the model periodically according to the respective level of deviation over the course of training. For example, training samples may be encoded by the neural network based model into a features space, at which negative samples are selected such that their corresponding representations in the feature space are within a defined marginal “distance” to the representation of a given sample. Specifically, a level of deviation or irrelevance (easy vs. hard) of negative samples is defined based on the cosine similarity with respect to the representation of a positive sample (e.g., negative samples closer in representation space to the positive sample are considered “harder”).
In some embodiments, negative samples having different levels of irrelevance or deviation from the positive sample are chosen for training together with corresponding positive samples. A margin based loss may be computed based on at least in part on the marginal distance in the feature space between a negative sample and a positive sample that correspond to the same query. The value of the “margin” refers to a threshold distance in the feature space over which negative samples are used for computing the loss. By controlling the margin to filter negative samples for training, negative sampling bias may be reduced, leading to improved performance of the trained neural network based model. By varying the margin over the training sequence compared to a fixed margin, the model is less likely to over or under fit the training data. Neural network technology is thus improved.
In some embodiments, negative sampling is varied over the training sequence by varying the margin of a margin-based loss according to a pre-defined curriculum that specifies how the margin is to be varied. For example, the curriculum may vary the margin in a triangular fashion as discussed illustrated in
Embodiments described herein provide a number of benefits. For example, convergence rate is significantly improved, meaning that less computational resources are required for the same or better performance. Accuracy metrics are also improved, such that the model at inference more accurately predicts a relevant response to a conversation. Therefore, with improved performance on conducting an intelligent agent conversation with users, neural network technology in automatic intelligent agents (e.g., in customer service, etc.) is improved.
As discussed above, recommender model 106 may converge more quickly and produce more accurate predictions by varying the types of negative samples used during training. Margin control 104 may, for example, adjust a margin over the course of a training procedure, such that hard and easy negative samples are introduced to varying degrees as discussed with respect to
The center of the diagram represents a “positive” response 118, meaning the actual response in the training data for a given conversation context. All the other diamonds (102-116) represent negative sample responses, theoretically including all catalogued responses in the training data, or only those within a certain conversation or batch of conversations. Negative samples which are closer (e.g., in Euclidean distance) to the positive sample 118 are considered “harder” (e.g., 112-114), as the closer representations are in this space the more difficult it is for a model to distinguish them. On the other hand, the further away a negative sample (e.g., 102-110) is from the positive sample 118, the “easier” that sample is to distinguish from the positive sample 118.
A margin based loss function may be used to divide negative samples into two categories: negative samples within a margin distance m from the positive sample in representation space, and those further than margin distance m from the positive sample. Margin distance m is illustrated in
Loss computation 108 in
Where ci is the ith context vector in a batch, L is the loss for this one context, ri+ is the true (positive) response vector corresponding to the context ci, j is the jth response in the batch that is not the true response to ci, sim (c,r) is the dot-product of a context vector c and a response vector r, and m is the margin. Margin m may be modified according to a training curriculum throughout the training process, for example as discussed in
As an alternative, margin loss can also be implemented as a pairwise ranking loss/contrastive loss formulation based on whether the system is configured to operate on Euclidean or dot product. The loss function in this case may be represented as:
Where d is the distance between the positive and negative samples in representation space, Y is the label of the model inputs (1 if similar, 0 if dissimilar), and m is the margin. By labeling with Y, the loss causes the model to maximize the distance between dissimilar items, and minimize distance between dissimilar items (e.g., responses). In some embodiments, the Y label is 1 (similar) for the positive sample of a given context, and 0 (dissimilar) for the negative samples.
The decay rate (the rate of change of m per training batch) may be set based on some factor. In one embodiment, the decay rate is proportional to the ratio of content rich responses to procedural responses. The more procedural responses there are in the training data than substantive content rich responses, the higher the estimated noise is in the dataset. In the case of high estimated noise, it may be beneficial to more slowly introduce hard samples, allowing the model to spend more time learning on “easy” samples. On the other hand, when the training dataset contains many more content rich (substantive) responses than procedural responses, the dataset may not have much noise, and therefore it may be desirable to introduce hard samples early in the learning process, which is achieved by a faster decay rate of m. The number of procedural and content rich responses may be determined or estimated by human-annotated labels, or by automatically generated labels. One method of labeling responses is a heuristic based on utterance length percentile, punctuation marks, dependency parsing, etc.
Memory 420 may be used to store software executed by computing device 400 and/or one or more data structures used during operation of computing device 400. Memory 420 may include one or more types of machine-readable media. Some common forms of machine-readable media may include floppy disk, flexible disk, hard disk, magnetic tape, any other magnetic medium, CD-ROM, any other optical medium, punch cards, paper tape, any other physical medium with patterns of holes, RAM, PROM, EPROM, FLASH-EPROM, any other memory chip or cartridge, and/or any other medium from which a processor or computer is adapted to read.
Processor 410 and/or memory 420 may be arranged in any suitable physical arrangement. In some embodiments, processor 410 and/or memory 420 may be implemented on a same board, in a same package (e.g., system-in-package), on a same chip (e.g., system-on-chip), and/or the like. In some embodiments, processor 410 and/or memory 420 may include distributed, virtualized, and/or containerized computing resources. Consistent with such embodiments, processor 410 and/or memory 420 may be located in one or more data centers and/or cloud computing facilities.
In some examples, memory 420 may include non-transitory, tangible, machine readable media that includes executable code that when run by one or more processors (e.g., processor 410) may cause the one or more processors to perform the methods described in further detail herein. For example, as shown, memory 420 includes instructions for curriculum learning module 430 that may be used to implement and/or emulate the systems and models, and/or to implement any of the methods described further herein. curriculum learning module 430 may receive input 440 such as an input training data (e.g., multi-turn conversations) via the data interface 415 and generate an output 450 which may be a recommended response given a conversation context.
The data interface 415 may comprise a communication interface, a user interface (such as a voice input interface, a graphical user interface, and/or the like). For example, the computing device 400 may receive the input 440 (such as a training dataset) from a networked database via a communication interface. Or the computing device 400 may receive the input 440, such as conversation text, from a user via the user interface.
In some embodiments, the curriculum learning module 430 is configured to train a recommender model using varying negative sampling difficulty over the training process. The curriculum learning module 430 may further include curriculum generator submodule 431 (e.g., similar to margin control 104 in
Some examples of computing devices, such as computing device 400 may include non-transitory, tangible, machine readable media that include executable code that when run by one or more processors (e.g., processor 410) may cause the one or more processors to perform the processes of method. Some common forms of machine-readable media that may include the processes of method are, for example, floppy disk, flexible disk, hard disk, magnetic tape, any other magnetic medium, CD-ROM, any other optical medium, punch cards, paper tape, any other physical medium with patterns of holes, RAM, PROM, EPROM, FLASH-EPROM, any other memory chip or cartridge, and/or any other medium from which a processor or computer is adapted to read.
For example, the neural network architecture may comprise an input layer 441, one or more hidden layers 442 and an output layer 443. Each layer may comprise a plurality of neurons, and neurons between layers are interconnected according to a specific topology of the neural network topology. The input layer 441 receives the input data (e.g., 440 in
The hidden layers 442 are intermediate layers between the input and output layers of a neural network. It is noted that two hidden layers 442 are shown in
For example, as discussed in
The output layer 443 is the final layer of the neural network structure. It produces the network's output or prediction based on the computations performed in the preceding layers (e.g., 441, 442). The number of nodes in the output layer depends on the nature of the task being addressed. For example, in a binary classification problem, the output layer may consist of a single node representing the probability of belonging to one class. In a multi-class classification problem, the output layer may have multiple nodes, each representing the probability of belonging to a specific class.
Therefore, the curriculum learning module 430 and/or one or more of its submodules 431-432 may comprise the transformative neural network structure of layers of neurons, and weights and activation functions describing the non-linear transformation at each neuron. Such a neural network structure is often implemented on one or more hardware processors 410, such as a graphics processing unit (GPU). An example neural network may be a recommender model, and/or the like.
In one embodiment, the curriculum learning module 430 and its submodules 431-432 may be implemented by hardware, software and/or a combination thereof. For example, the curriculum learning module 430 and its submodules 431-432 may comprise a specific neural network structure implemented and run on various hardware platforms 460, such as but not limited to CPUs (central processing units), GPUs (graphics processing units), FPGAs (field-programmable gate arrays), Application-Specific Integrated Circuits (ASICs), dedicated AI accelerators like TPUs (tensor processing units), and specialized hardware accelerators designed specifically for the neural network computations described herein, and/or the like. Example specific hardware for neural network structures may include, but not limited to Google Edge TPU, Deep Learning Accelerator (DLA), NVIDIA AI-focused GPUs, and/or the like. The hardware 460 used to implement the neural network structure is specifically configured based on factors such as the complexity of the neural network, the scale of the tasks (e.g., training time, input data scale, size of training dataset, etc.), and the desired performance.
In one embodiment, the neural network based curriculum learning module 430 and one or more of its submodules 431-432 may be trained by iteratively updating the underlying parameters (e.g., weights 451, 452, etc., bias parameters and/or coefficients in the activation functions 461, 462 associated with neurons) of the neural network based on the loss described in equation (1). For example, during forward propagation, the training data such as conversation text are fed into the neural network. The data flows through the network's layers 441, 442, with each layer performing computations based on its weights, biases, and activation functions until the output layer 443 produces the network's output 450. In some embodiments, output layer 443 produces an intermediate output on which the network's output 450 is based.
The output generated by the output layer 443 is compared to the expected output (e.g., a “ground-truth” such as the corresponding actual response in a given conversation) from the training data, to compute a loss function that measures the discrepancy between the predicted output and the expected output. For example, the loss function may be a margin loss, a categorical cross entropy loss, other forms of contrastive loss, etc. Given the loss, the negative gradient of the loss function is computed with respect to each weight of each layer individually. Such negative gradient is computed one layer at a time, iteratively backward from the last layer 443 to the input layer 441 of the neural network. These gradients quantify the sensitivity of the network's output to changes in the parameters. The chain rule of calculus is applied to efficiently calculate these gradients by propagating the gradients backward from the output layer 443 to the input layer 441.
Parameters of the neural network are updated backwardly from the last layer to the input layer (backpropagating) based on the computed negative gradient using an optimization algorithm to minimize the loss. The backpropagation from the last layer 443 to the input layer 441 may be conducted for a number of training samples in a number of iterative training epochs. In this way, parameters of the neural network may be gradually updated in a direction to result in a lesser or minimized loss, indicating the neural network has been trained to generate a predicted output value closer to the target output value with improved prediction accuracy. Training may continue until a stopping criterion is met, such as reaching a maximum number of epochs or achieving satisfactory performance on the validation data. At this point, the trained network can be used to make predictions on new, unseen data, such as new chats between a customer service representative and a client.
Neural network parameters may be trained over multiple stages. For example, initial training (e.g., pre-training) may be performed on one set of training data, and then an additional training stage (e.g., fine-tuning) may be performed using a different set of training data. In some embodiments, all or a portion of parameters of one or more neural-network model being used together may be frozen, such that the “frozen” parameters are not updated during that training phase. This may allow, for example, a smaller subset of the parameters to be trained without the computing cost of updating all of the parameters.
Therefore, the training process transforms the neural network into an “updated” trained neural network with updated parameters such as weights, activation functions, and biases. The trained neural network thus improves neural network technology in recommender systems, especially recommender systems for multi-turn task oriented dialogue.
The user device 510, data vendor servers 545, 570 and 580, and the server 530 may communicate with each other over a network 560. User device 510 may be utilized by a user 540 (e.g., a driver, a system admin, etc.) to access the various features available for user device 510, which may include processes and/or applications associated with the server 530 to receive an output data anomaly report.
User device 510, data vendor server 545, and the server 530 may each include one or more processors, memories, and other appropriate components for executing instructions such as program code and/or data stored on one or more computer readable mediums to implement the various applications, data, and steps described herein. For example, such instructions may be stored in one or more computer readable media such as memories or data storage devices internal and/or external to various components of system 500, and/or accessible over network 560.
User device 510 may be implemented as a communication device that may utilize appropriate hardware and software configured for wired and/or wireless communication with data vendor server 545 and/or the server 530. For example, in one embodiment, user device 510 may be implemented as an autonomous driving vehicle, a personal computer (PC), a smart phone, laptop/tablet computer, wristwatch with appropriate computer hardware resources, eyeglasses with appropriate computer hardware (e.g., GOOGLE GLASS®), other type of wearable computing device, implantable communication devices, and/or other types of computing devices capable of transmitting and/or receiving data, such as an IPAD® from APPLE®. Although only one communication device is shown, a plurality of communication devices may function similarly.
User device 510 of
In various embodiments, user device 510 includes other applications 516 as may be desired in particular embodiments to provide features to user device 510. For example, other applications 516 may include security applications for implementing client-side security features, programmatic client applications for interfacing with appropriate application programming interfaces (APIs) over network 560, or other types of applications. Other applications 516 may also include communication applications, such as email, texting, voice, social networking, and IM applications that allow a user to send and receive emails, calls, texts, and other notifications through network 560. For example, the other application 516 may be an email or instant messaging application that receives a prediction result message from the server 530. Other applications 516 may include device interfaces and other display modules that may receive input and/or output information. For example, other applications 516 may contain software programs for asset management, executable by a processor, including a graphical user interface (GUI) configured to provide an interface to the user 540 to view a chat window with responses recommended by the model (e.g., model 106 in
User device 510 may further include database 518 stored in a transitory and/or non-transitory memory of user device 510, which may store various applications and data and be utilized during execution of various modules of user device 510. Database 518 may store user profile relating to the user 540, predictions previously viewed or saved by the user 540, historical data received from the server 530, and/or the like. In some embodiments, database 518 may be local to user device 510. However, in other embodiments, database 518 may be external to user device 510 and accessible by user device 510, including cloud storage systems and/or databases that are accessible over network 560.
User device 510 includes at least one network interface component 517 adapted to communicate with data vendor server 545 and/or the server 530. In various embodiments, network interface component 517 may include a DSL (e.g., Digital Subscriber Line) modem, a PSTN (Public Switched Telephone Network) modem, an Ethernet device, a broadband device, a satellite device and/or various other types of wired and/or wireless network communication devices including microwave, radio frequency, infrared, Bluetooth, and near field communication devices.
Data vendor server 545 may correspond to a server that hosts database 519 to provide training datasets including chat transcripts to the server 530. The database 519 may be implemented by one or more relational database, distributed databases, cloud databases, and/or the like.
The data vendor server 545 includes at least one network interface component 526 adapted to communicate with user device 510 and/or the server 530. In various embodiments, network interface component 526 may include a DSL (e.g., Digital Subscriber Line) modem, a PSTN (Public Switched Telephone Network) modem, an Ethernet device, a broadband device, a satellite device and/or various other types of wired and/or wireless network communication devices including microwave, radio frequency, infrared, Bluetooth, and near field communication devices. For example, in one implementation, the data vendor server 545 may send asset information from the database 519, via the network interface 526, to the server 530.
The server 530 may be housed with the curriculum learning module 430 and its submodules described in
The database 532 may be stored in a transitory and/or non-transitory memory of the server 530. In one implementation, the database 532 may store data obtained from the data vendor server 545. In one implementation, the database 532 may store parameters of the curriculum learning module 430. In one implementation, the database 532 may store previously generated responses, and the corresponding input feature vectors.
In some embodiments, database 532 may be local to the server 530. However, in other embodiments, database 532 may be external to the server 530 and accessible by the server 530, including cloud storage systems and/or databases that are accessible over network 560.
The server 530 includes at least one network interface component 533 adapted to communicate with user device 510 and/or data vendor servers 545, 570 or 580 over network 560. In various embodiments, network interface component 533 may comprise a DSL (e.g., Digital Subscriber Line) modem, a PSTN (Public Switched Telephone Network) modem, an Ethernet device, a broadband device, a satellite device and/or various other types of wired and/or wireless network communication devices including microwave, radio frequency (RF), and infrared (IR) communication devices.
Network 560 may be implemented as a single network or a combination of multiple networks. For example, in various embodiments, network 560 may include the Internet or one or more intranets, landline networks, wireless networks, and/or other appropriate types of networks. Thus, network 560 may correspond to small scale communication networks, such as a private or local area network, or a larger scale network, such as a wide area network or the Internet, accessible by the various components of system 500.
As illustrated, the method 600 includes a number of enumerated steps, but aspects of the method 600 may include additional steps before, after, and in between the enumerated steps. In some aspects, one or more of the enumerated steps may be omitted or performed in a different order.
At step 601, a system (e.g., computing device 400 in
At step 602, the system encodes, by a neural network based model (e.g., recommender model 106 in
At step 603, the system determines, for a given query, a positive sample from the training dataset based on a relationship between the given query and the positive sample in the feature space (e.g., as represented in
At step 604, the system selects, for the given query, one or more negative samples from the training dataset that are within a reconfigurable distance to the positive sample in the feature space. For example, the reconfigurable distance may be a margin distance described in
At step 605, the system computes a loss based on the positive sample and the one or more negative samples (e.g., as in loss computation 108 in
At step 606, the system trains the neural network based model based on the loss. The training may include computing a gradient of the loss function, and updating parameters of the neural network based model in the direction of the gradient such that it reduces the loss.
Steps 602-606 may be iteratively performed across a plurality of iterations. In this way gradient descent may be performed step-by-step, and at each iteration, a different query (e.g., conversation context), with corresponding positive and negative samples may be used. The samples may or may not be re-encoded in each iteration, meaning that step 602 is not necessarily performed in every iteration. In some embodiments, the loss is computed and the model is updated based on a batch of queries. The reconfigurable distance (e.g., margin) may be reconfigured across different iterations. For example, the system may decrease the margin distance across a first portion of the plurality of iterations, and increase the margin distance across a second portion of the plurality of iterations (e.g., as illustrated in
The rate of the increase and/or decrease (i.e., the “decay rate”) may be computed by the system based on an estimate of an amount of noise in the training dataset. The noise may be estimated, for example, based on dividing the training data into two categories (e.g., procedural and content rich responses), and determining the ratio of those two categories in the dataset. If one of the categories is more associated with noisy data, then the ratio may be used as an indicator of the relative amount of noise in the data. In this way, the decay rate can be computed in proportion to the estimated noise.
This description and the accompanying drawings that illustrate inventive aspects, embodiments, implementations, or applications should not be taken as limiting. Various mechanical, compositional, structural, electrical, and operational changes may be made without departing from the spirit and scope of this description and the claims. In some instances, well-known circuits, structures, or techniques have not been shown or described in detail in order not to obscure the embodiments of this disclosure. Like numbers in two or more figures represent the same or similar elements.
In this description, specific details are set forth describing some embodiments consistent with the present disclosure. Numerous specific details are set forth in order to provide a thorough understanding of the embodiments. It will be apparent, however, to one skilled in the art that some embodiments may be practiced without some or all of these specific details. The specific embodiments disclosed herein are meant to be illustrative but not limiting. One skilled in the art may realize other elements that, although not specifically described here, are within the scope and the spirit of this disclosure. In addition, to avoid unnecessary repetition, one or more features shown and described in association with one embodiment may be incorporated into other embodiments unless specifically described otherwise or if the one or more features would make an embodiment non-functional.
Although illustrative embodiments have been shown and described, a wide range of modification, change and substitution is contemplated in the foregoing disclosure and in some instances, some features of the embodiments may be employed without a corresponding use of other features. One of ordinary skill in the art would recognize many variations, alternatives, and modifications. Thus, the scope of the invention should be limited only by the following claims, and it is appropriate that the claims be construed broadly and, in a manner, consistent with the scope of the embodiments disclosed herein.