SYSTEM AND METHOD FOR DETECTING UNHANDLED APPLICATIONS IN CONTRASTIVE SIAMESE NETWORK TRAINING
20230386450 · 2023-11-30
Inventors
- Brendon Christopher Beachy Eby (Chicago, IL, US)
- Suhel Jaber (San Jose, CA, US)
- Sai Ajay Modukuri (San Francisco, CA, US)
- Omar Abdelwahab (Mountain View, CA, US)
- Ankit Goyal (Belmont, CA, US)
Cpc classification
International classification
Abstract
A method includes determining, using at least one processing device of an electronic device, a target embedding vector for each class of a plurality of classes. The method also includes generating, using the at least one processing device, an utterance embedding vector using a pre-trained language model, where the utterance embedding vector represents an input utterance associated with an expected class. The method further includes obtaining, using the at least one processing device, a predicted class associated with the input utterance based on distances of the utterance embedding vector to spatial parameters representing the plurality of classes, where the spatial parameter of each class is based on the target embedding vector associated with that class. In addition, the method includes updating, using the at least one processing device, parameters of the language model based on a difference between the predicted class and the expected class.
Claims
1. A method comprising: determining, using at least one processing device of an electronic device, a target embedding vector for each class of a plurality of classes; generating, using the at least one processing device, an utterance embedding vector using a pre-trained language model, the utterance embedding vector representing an input utterance associated with an expected class; obtaining, using the at least one processing device, a predicted class associated with the input utterance based on distances of the utterance embedding vector to spatial parameters representing the plurality of classes, wherein the spatial parameter of each class is based on the target embedding vector associated with that class; and updating, using the at least one processing device, parameters of the language model based on a difference between the predicted class and the expected class.
2. The method of Claim 1, wherein determining the target embedding vector for each class comprises: obtaining training data comprising a plurality of historical embedding vectors representing historical utterances labeled with one or more classes; and for each class of the plurality of classes, (i) determining a mean or a median of embedding vectors in that class and (ii) identifying one of the historical embedding vectors closest to the mean or the median as the target embedding vector for that class.
3. The method of claim 1, wherein: the distance of the utterance embedding vector to the spatial parameter of a specified one of the plurality of classes comprises a distance of the utterance embedding vector to a threshold boundary of the specified class; a positive value of the distance corresponds to the utterance embedding vector being inside the threshold boundary; and a negative value of the distance corresponds to the utterance embedding vector being outside the threshold boundary.
4. The method of claim 1, wherein: the distance of the utterance embedding vector to the spatial parameter of a specified one of the plurality of classes comprises a distance of the utterance embedding vector to a class target of the specified class; and the distance of an utterance embedding to an unhandled class comprises a smooth negative maximum of distances from the utterance embedding vector to the class targets of the plurality of classes.
5. The method of claim 4, wherein the smooth negative maximum of distances is calculated using a trainable vector.
6. The method of claim 1, wherein: the utterance embedding vector for the input utterance is mapped to a number of dimensions equal to the number of classes, each dimension representing a single class; a positive value of a specified dimension indicates a positive label for the corresponding class; and negative values of all dimensions representing the plurality of classes indicate an unhand led label.
7. The method of claim 1, wherein generating the utterance embedding vector using the pre-trained language model comprises: inputting the input utterance to the language model, the input utterance comprising multiple tokens; outputting, by the language model, a token embedding vector for each of the tokens of the input utterance; and pooling the token embedding vectors to generate the utterance embedding vector.
8. The method of claim 1, wherein: the target embedding vectors include multiple training utterances representing an unhandled class; and the predicted class associated with the input utterance is obtained based on distances of the utterance embedding vector to (i) the spatial parameters representing the plurality of classes and (ii) additional spatial parameters representing the unhandled class.
9. An electronic device comprising: at least one processing device configured to: determine a target embedding vector for each class of a plurality of classes; generate an utterance embedding vector using a pre-trained language model, the utterance embedding vector representing an input utterance associated with an expected class; obtain a predicted class associated with the input utterance based on distances of the utterance embedding vector to spatial parameters representing the plurality of classes, wherein the spatial parameter of each class is based on the target embedding vector associated with that class; and update parameters of the language model based on a difference between the predicted class and the expected class.
10. The electronic device of claim 9, wherein, to determine the target embedding vector for each class, the at least one processing device is configured to: obtain training data comprising a plurality of historical embedding vectors representing historical utterances labeled with one or more classes; and for each class of the plurality of classes, (i) determine a mean or a median of embedding vectors in that class and (ii) identify one of the historical embedding vectors closest to the mean or the median as the target embedding vector for that class.
11. The electronic device of claim 9, wherein: the distance of the utterance embedding vector to the spatial parameter of a specified one of the plurality of classes comprises a distance of the utterance embedding vector to a threshold boundary of the specified class; a positive value of the distance corresponds to the utterance embedding vector being inside the threshold boundary; and a negative value of the distance corresponds to the utterance embedding vector being outside the threshold boundary.
12. The electronic device of claim 9, wherein: the distance of the utterance embedding vector to the spatial parameter of a specified one of the plurality of classes comprises a distance of the utterance embedding vector to a class target of the specified class; and the distance of an utterance embedding to an unhandled class comprises a smooth negative maximum of distances from the utterance embedding vector to the class targets of the plurality of classes.
13. The electronic device of claim 12, wherein the smooth negative maximum of distances is calculated using a trainable vector.
14. The electronic device of claim 9, wherein: the utterance embedding vector for the input utterance is mapped to a number of dimensions equal to the number of classes, each dimension representing a single class; a positive value of a specified dimension indicates a positive label for the corresponding class; and negative values of all dimensions representing the plurality of classes indicate an unhandled label.
15. The electronic device of claim 9, wherein, to generate the utterance embedding vector using the pre-trained language model, the at least one processing device is configured to: input the input utterance to the language model, the input utterance comprising multiple tokens; output, by the language model, a token embedding vector for each of the tokens of the input utterance; and pool the token embedding vectors to generate the utterance embedding vector.
16. The electronic device of claim 9, wherein: the target embedding vectors include multiple training utterances representing an unhandled class; and the at least one processing device is configured to obtain the predicted class associated with the input utterance based on distances of the utterance embedding vector to (i) the spatial parameters representing the plurality of classes and (ii) additional spatial parameters representing the unhandled class.
17. A non-transitory machine-readable medium containing instructions that when executed cause at least one processor of an electronic device to: determine a target embedding vector for each class of a plurality of classes; generate an utterance embedding vector using a pre-trained language model, the utterance embedding vector representing an input utterance associated with an expected class; obtain a predicted class associated with the input utterance based on distances of the utterance embedding vector to spatial parameters representing the plurality of classes, wherein the spatial parameter of each class is based on the target embedding vector associated with that class; and update parameters of the language model based on a difference between the predicted class and the expected class.
18. The non-transitory machine-readable medium of claim 17, wherein the instructions that when executed cause the at least one processor to determine the target embedding vector for each class comprise: instructions that when executed cause the at least one processor to: obtain training data comprising a plurality of historical embedding vectors representing historical utterances labeled with one or more classes; and for each class of the plurality of classes, (i) determine a mean or a median of embedding vectors in that class and (ii) identify one of the historical embedding vectors closest to the mean or the median as the target embedding vector for that class.
19. The non-transitory machine-readable medium of claim 17, wherein: the distance of the utterance embedding vector to the spatial parameter of a specified one of the plurality of classes comprises a distance of the utterance embedding vector to a threshold boundary of the specified class; a positive value of the distance corresponds to the utterance embedding vector being inside the threshold boundary; and a negative value of the distance corresponds to the utterance embedding vector being outside the threshold boundary.
20. The non-transitory machine-readable medium of claim 17, wherein: the distance of the utterance embedding vector to the spatial parameter of a specified one of the plurality of classes comprises a distance of the utterance embedding vector to a class target of the specified class; and the distance of an utterance embedding to an unhandled class comprises a smooth negative maximum of distances from the utterance embedding vector to the class targets of the plurality of classes.
Description
BRIEF DESCRIPTION OF THE DRAWINGS
[0019] For a more complete understanding of this disclosure and its advantages, reference is now made to the following description taken in conjunction with the accompanying drawings, in which like reference numerals represent like parts:
[0020]
[0021]
[0022]
[0023]
[0024]
[0025]
[0026]
DETAILED DESCRIPTION
[0027]
[0028] As discussed above, Siamese network training can be very effective for similarity-based machine learning tasks. Siamese network training can involve training multiple networks to place phrases relative to each other, rather than relative to an embedding space directly. For example, to determine the similarity between two phrases, an output embedding from a pretrained Large Language Model (LLM) such as BERT for each phrase can be calculated independently, and their similarity can be determined based on the “closeness” of the outputs using a distance metric (such as negative Euclidian distance or cosine similarity). This differs from standard classification methods in which the output of a pretrained LLM is used directly for classification. Training in this way allows a network to learn both the output embedding of an input phrase and the target's embedding simultaneously, giving it an enhanced ability to learn complex relationships.
[0029] Many applications include examples that lie outside the boundaries of a given classes, which can be referred to as “out-of-domain” or “unhandled” examples. Being able to effectively flag those examples can be important to the overall performance of a language model, which in some cases may be particularly important or useful for dialogue or other systems. However, this can be a challenge since those unhandled cases may vary greatly and may not follow similarity patterns like a standard class. This creates issues such as (i) what to select as the targets from which utterance distances will be calculated and (ii) given that unhandled examples can vary widely, how to detect the examples without adding “unhandled” as a separate label.
[0030] This disclosure provides various techniques for detecting unhandled applications in contrastive Siamese network training. As described in more detail below, the disclosed systems and methods utilize Siamese networks when training utterance classification tasks while also being able to label unhandled examples effectively. In some embodiments, the disclosed systems and methods determine a target embedding vector for each class of training data and generate an utterance embedding vector using a language model, where the utterance embedding vector represents an input utterance associated with an expected class. The disclosed systems and methods also obtain a predicted class associated with the input utterance and update parameters of the language model based on a difference between the predicted class and the expected class.
[0031] Note that while some of the embodiments discussed below are described in the context of use in a computing device such as a server, this is merely one example, and it will be understood that the principles of this disclosure may be implemented in any number of other suitable contexts and may use any suitable devices. For example, some embodiments could be implemented on personal computers, smartphones, tablet computers, smart watches or other wearable devices, smart devices, and the like.
[0032]
[0033] According to embodiments of this disclosure, an electronic device 101 is included in the network configuration 100. The electronic device 101 can include at least one of a bus 110, a processor 120, a memory 130, an input/output (I/O) interface 150, a display 160, a communication interface 170, or a sensor 180. In some embodiments, the electronic device 101 may exclude at least one of these components or may add at least one other component. The bus 110 includes a circuit for connecting the components 120-180 with one another and for transferring communications (such as control messages and/or data) between the components.
[0034] The processor 120 includes one or more processing devices, such as one or more microprocessors, microcontrollers, digital signal processors (DSPs), application specific integrated circuits (ASICs), or field programmable gate arrays (FPGAs). In some embodiments, the processor 120 includes one or more of a central processing unit (CPU), an application processor (AP), a communication processor (CP), or a graphics processor unit (GPU). The processor 120 is able to perform control on at least one of the other components of the electronic device 101 and/or perform an operation or data processing relating to communication or other functions. As described in more detail below, the processor 120 may perform one or more operations for detecting unhandled applications in contrastive Siamese network training.
[0035] The memory 130 can include a volatile and/or non-volatile memory. For example, the memory 130 can store commands or data related to at least one other component of the electronic device 101. According to embodiments of this disclosure, the memory 130 can store software and/or a program 140. The program 140 includes, for example, a kernel 141, middleware 143, an application programming interface (API) 145, and/or an application program (or “application”) 147. At least a portion of the kernel 141, middleware 143, or API 145 may be denoted an operating system (OS).
[0036] The kernel 141 can control or manage system resources (such as the bus 110, processor 120, or memory 130) used to perform operations or functions implemented in other programs (such as the middleware 143, API 145, or application 147). The kernel 141 provides an interface that allows the middleware 143, the API 145, or the application 147 to access the individual components of the electronic device 101 to control or manage the system resources. The application 147 may support one or more functions for detecting unhandled applications in contrastive Siamese network training as discussed below. These functions can be performed by a single application or by multiple applications that each carry out one or more of these functions. The middleware 143 can function as a relay to allow the API 145 or the application 147 to communicate data with the kernel 141, for instance. A plurality of applications 147 can be provided. The middleware 143 is able to control work requests received from the applications 147, such as by allocating the priority of using the system resources of the electronic device 101 (like the bus 110, the processor 120, or the memory 130) to at least one of the plurality of applications 147. The API 145 is an interface allowing the application 147 to control functions provided from the kernel 141 or the middleware 143. For example, the API 145 includes at least one interface or function (such as a command) for filing control, window control, image processing, or text control.
[0037] The I/O interface 150 serves as an interface that can, for example, transfer commands or data input from a user or other external devices to other component(s) of the electronic device 101. The I/O interface 150 can also output commands or data received from other component(s) of the electronic device 101 to the user or the other external device.
[0038] The display 160 includes, for example, a liquid crystal display (LCD), a light emitting diode (LED) display, an organic light emitting diode (OLED) display, a quantum-dot light emitting diode (OLED) display, a microelectromechanical systems (MEMS) display, or an electronic paper display. The display 160 can also be a depth-aware display, such as a multi-focal display. The display 160 is able to display, for example, various contents (such as text, images, videos, icons, or symbols) to the user. The display 160 can include a touchscreen and may receive, for example, a touch, gesture, proximity, or hovering input using an electronic pen or a body portion of the user.
[0039] The communication interface 170, for example, is able to set up communication between the electronic device 101 and an external electronic device (such as a first electronic device 102, a second electronic device 104, or a server 106). For example, the communication interface 170 can be connected with a network 162 or 164 through wireless or wired communication to communicate with the external electronic device. The communication interface 170 can be a wired or wireless transceiver or any other component for transmitting and receiving signals.
[0040] The wireless communication is able to use at least one of, for example, long term evolution (LTE), long term evolution-advanced (LTE-A), 5th generation wireless system (5G), millimeter-wave or 60 GHz wireless communication, Wireless USB, code division multiple access (CDMA), wideband code division multiple access (WCDMA), universal mobile telecommunication system (UMTS), wireless broadband (WiBro), or global system for mobile communication (GSM), as a cellular communication protocol. The wired connection can include, for example, at least one of a universal serial bus (USB), high definition multimedia interface (HDMI), recommended standard 232 (RS-232), or plain old telephone service (POTS). The network 162 or 164 includes at least one communication network, such as a computer network (like a local area network (LAN) or wide area network (WAN)), Internet, or a telephone network.
[0041] The electronic device 101 further includes one or more sensors 180 that can meter a physical quantity or detect an activation state of the electronic device 101 and convert metered or detected information into an electrical signal. For example, one or more sensors 180 include one or more cameras or other imaging sensors for capturing images of scenes. The sensor(s) 180 can also include one or more buttons for touch input, a gesture sensor, a gyroscope or gyro sensor, an air pressure sensor, a magnetic sensor or magnetometer, an acceleration sensor or accelerometer, a grip sensor, a proximity sensor, a color sensor (such as a red green blue (RGB) sensor), a bio-physical sensor, a temperature sensor, a humidity sensor, an illumination sensor, an ultraviolet (UV) sensor, an electromyography (EMG) sensor, an electroencephalogram (EEG) sensor, an electrocardiogram (ECG) sensor, an infrared (IR) sensor, an ultrasound sensor, an iris sensor, or a fingerprint sensor. The sensor(s) 180 can further include an inertial measurement unit, which can include one or more accelerometers, gyroscopes, and other components. In addition, the sensor(s) 180 can include a control circuit for controlling at least one of the sensors included here. Any of these sensor(s) 180 can be located within the electronic device 101.
[0042] The first external electronic device 102 or the second external electronic device 104 can be a wearable device or an electronic device-mountable wearable device (such as an HMD). When the electronic device 101 is mounted in the electronic device 102 (such as the HMD), the electronic device 101 can communicate with the electronic device 102 through the communication interface 170. The electronic device 101 can be directly connected with the electronic device 102 to communicate with the electronic device 102 without involving with a separate network. The electronic device 101 can also be an augmented reality wearable device, such as eyeglasses, that include one or more imaging sensors.
[0043] The first and second external electronic devices 102 and 104 and the server 106 each can be a device of the same or a different type from the electronic device 101. According to certain embodiments of this disclosure, the server 106 includes a group of one or more servers. Also, according to certain embodiments of this disclosure, all or some of the operations executed on the electronic device 101 can be executed on another or multiple other electronic devices (such as the electronic devices 102 and 104 or server 106). Further, according to certain embodiments of this disclosure, when the electronic device 101 should perform some function or service automatically or at a request, the electronic device 101, instead of executing the function or service on its own or additionally, can request another device (such as electronic devices 102 and 104 or server 106) to perform at least some functions associated therewith. The other electronic device (such as electronic devices 102 and 104 or server 106) is able to execute the requested functions or additional functions and transfer a result of the execution to the electronic device 101. The electronic device 101 can provide a requested function or service by processing the received result as it is or additionally. To that end, a cloud computing, distributed computing, or client-server computing technique may be used, for example. While
[0044] The server 106 can include the same or similar components 110-180 as the electronic device 101 (or a suitable subset thereof). The server 106 can support to drive the electronic device 101 by performing at least one of operations (or functions) implemented on the electronic device 101. For example, the server 106 can include a processing module or processor that may support the processor 120 implemented in the electronic device 101. As described in more detail below, the server 106 may perform one or more operations to support techniques for detecting unhandled applications in contrastive Siamese network training.
[0045] Although
[0046]
[0047] As shown in
[0048] Once the server 106 obtains the mean or median embedding vector for each class, the server 106 selects the target embedding vectors for each class. The server 106 can select the target embedding vectors using any of several different techniques. For example, in some embodiments, the server 106 selects the mean or median embedding vector of a class as a fixed target embedding vector for that class. In other embodiments, the server 106 selects the mean or median embedding vector of a class as an initial learnable target embedding vector for that class, which can be subsequently fine-tuned during training. In still other embodiments, the server 106 selects an utterance as a representative target for each class, such as the utterance determined to be the example closest to either the mean or median embedding vector of that class. These selected class embedding vectors represent the “centroid” or “target” for each class and thus are referred to as the “class centroid” or “class target.”
[0049] Once the target embedding vectors are selected, the server 106 passes the tokens of the input utterance through the large language model (LLM) 220. The LLM 220 generates token embedding vectors based on the tokens of the input utterance and outputs the token embedding vectors. In some embodiments, the LLM 220 generates a token embedding vector for each word of the input utterance. The LLM 220 can represent any suitable large pre-trained language model that outputs an embedding vector for every input token, such as a BERT model.
[0050] The token embedding vectors generated by the LLM 220 are used by the server 106 to perform a pooling operation 230 in a pooling layer. In the pooling operation 230, the server 106 combines or “pools” the token embedding vectors from the LLM 220 into a single utterance embedding vector, which is an overall representation of the input utterance. The server 106 can combine the token embedding vectors using any of several different techniques. In some embodiments, the server 106 can calculate a simple average of the token embedding vectors for the tokens. In other embodiments, the server 106 can calculate a weighted average of the token embedding vectors for the tokens, where the weights are calculated using a learnable attention layer and where the query token used with that attention layer may be the CLS (class) token for the input utterance. In still other embodiments, the server 106 can combine the token embedding vectors using a LogAvgExp function, which may be defined as:
LogAvgExp(inputs,α)=Log(Avg(Exp(inputs*α)))/α (1)
Here, α is a hyperparameter that can be used to smoothly select a point between the maximum of the inputs when α.fwdarw.∞ or a mean of the inputs when α.fwdarw.0. In yet other embodiments, using a modification of Equation (1), the value of α may be a learnable parameter that can be optimized during training. Depending on the implementation, the value of α may be a single value to be used for all input dimensions, or α may represent a vector with a different learnable value per input dimension.
[0051] Based on the pooling operation 230, the utterance embedding vector has been determined for the given input utterance and for all class targets. The server 106 executes a distance calculation layer 240, which determines how similar the input utterance is to each class of training utterances. If the input utterance is not similar to any class of training utterances, the input utterance can be considered to be “unhandled.” Accordingly, in the distance calculation layer 240, the server 106 can determine a similarity of the input utterance to each class label, as well as its similarity to an unhandled classification. The similarity can be based on a calculated “distance” between the utterance embedding vector and a selected spatial parameter representing each class. The distance between the utterance embedding vector and the selected spatial parameter can be calculated using any suitable distance metric, such as negative Euclidian distance or cosine similarity. Depending on the embodiment, the selected spatial parameter can be a threshold boundary of the class or the class target of the class.
[0052] In some embodiments, the distance calculation layer 240 can determine a threshold boundary for each class. A threshold boundary represents a hyper-spherical boundary between a given class and “unhandled” space. As discussed in greater detail below, the threshold boundaries can be learnable during the training process.
[0053] With respect to the distance from a threshold boundary, the similarity of an input utterance to a particular class label can be based on a calculated distance between the utterance embedding vector and the threshold boundary of that class. In some embodiments, the similarity of the input utterance to the class can be calculated as follows:
=distance.sub.i,t=distance_to_centroid.sub.i,t+threshold.sub.t (2)
Here, similarity.sub.i,t is the similarity score of an input utterance i relative to the class target t of the class, distance_to_centroid.sub.i,t is the distance from the input utterance i to the class target t, and threshold.sub.t is the distance from the target t to the threshold boundary for that class. For these embodiments, an “unhandled” class may be assigned a similarity score of zero.
[0054]
[0055] Note that the value of distance_to_centroid may be a negative value and that the value of threshold may be a positive value. Thus, the similarity scores can be positive for an input utterance inside a class's threshold boundary (such as the utterance 401) and negative for an input utterance outside a class's threshold boundary (such as the utterance 402). This means that, if all similarity scores are outside their thresholds, the unhandled score of zero will be the highest score for that input utterance, leading to an “unhandled” classification. In these embodiments, training may be performed by cross-entropy, with a single positive class for each utterance and the remainder negative.
[0056] With respect to distance from a class target, the similarity score of an input utterance to a particular class label may be set as the measured distance from the input utterance to the class target of that class (such as distance_to_centroid) without any modification. In some embodiments, the similarity of an input utterance to the “unhandled” label may be calculated as follows:
similarity_unhandled.sub.i=
−1*smooth_max({(distance_to_centroid.sub.i,t+threshold.sub.t) for t in T}) (3)
Here, distance_to_centroid.sub.i,t is the distance from the input utterance i to the class target t, threshold.sub.t is the distance from the target t to the threshold boundary for that class, T is the set of all class targets (centroids), and “smooth_max” is a function such as LogSumExp that calculates a smooth maximum of the thresholded distances to each class target. In these embodiments, training may be done by cross entropy, with a single positive class for each utterance and the remainder negative.
[0057]
[0058] Turning again to
[0059] In some embodiments, training may be split into two distinct stages. For example, in the first stage, one or more examples of unhandled training utterances may be separated from the training dataset into an “unhandled” class dataset. For each batch of training data, a sample of n unhandled utterances may be selected from the unhandled dataset and may be added as negative targets for cross entropy training in addition to class targets. In this way, the model learns to push unhandled examples further away from the class targets (centroids) while continuing to pull class examples toward those class targets. In the second stage, the LLM 220 may be frozen, and similarity training may continue, such as by using the distance from threshold boundary or distance from target techniques described above. In some cases, during the second stage, the LLM 220 may be frozen, a dense classification layer may be added to the output, and the dense classification layer may be trained for classification purposes.
[0060] Also, in some embodiments, the output from the LLM 220 can be mapped with a linear layer to a single output dimension (logit) for each class. For example, if a logit has a positive value, the given input utterance may be a member of the class associated with that logit. If a logit has a negative value, the given input utterance may not be a member of the class associated with that logit. An “unhandled” label would be assigned when the logits have negative values for all classes. One example of this is shown in
[0061]
−1*LogSumExp(logits*α)/α, (4)
where α is a hyperparameter. This allows for differentiable training of unhandled inputs.
[0062] Although
[0063] Note that the operations and functions shown in or described with respect to
[0064]
[0065] As shown in
[0066] A predicted class associated with the input utterance is obtained at step 705. This could include, for example, the electronic device 101 executing the distance calculation layer 240 to obtain the predicted class of the input utterance. The predicted class is obtained based on distances of the utterance embedding vector to spatial parameters representing the plurality of classes, where the spatial parameter of each class is based on the target embedding vector associated with that class. In some embodiments, the electronic device 101 could use the distance from threshold boundary technique, the distance from target technique, or any other suitable technique while executing the distance calculation layer 240. In some embodiments, the distance of the utterance embedding vector to the spatial parameter of a specified one of the plurality of classes comprises a distance of the utterance embedding vector to a threshold boundary of the specified class, where the threshold boundary represents a boundary between the specified class and an unhandled space. One or more parameters of the language model are updated based on a difference between the predicted class and the expected class at step 707. This could include, for example, the electronic device 101 using the loss function 250 to update one or more parameters of the LLM 220 during training.
[0067] Although
[0068] Note that the various embodiments of this disclosure can be applied in a variety of use cases, such as with implementations of personal digital assistants. For example, experimental results show that the disclosed embodiments effectively classify incoming user utterances and direct the utterances to correct categories for downstream processing. The disclosed embodiments also effectively label utterances as “unhandled” when they are not a member of a known class, which can be useful or important. Among other things, false wake-ups, unsupported intents, and mistaken transcriptions are common in natural language systems and can be labeled as “unhandled” so that users receive consistent user experiences.
[0069] Although this disclosure has been described with reference to various example embodiments, various changes and modifications may be suggested to one skilled in the art. It is intended that this disclosure encompass such changes and modifications as fall within the scope of the appended claims.