The Internet has made it possible for people to connect and share information in ways previously undreamt of. Social media platforms, for example, enable people on opposite sides of the world to collaborate on ideas, discuss current events, or share what they had for lunch. In the past, this spectacular resource has been somewhat limited to communications between users having a common natural language (“language”). In addition, users have only been able to consume content that is in their language, or for which a content provider is able to determine an appropriate translation.
While communication across the many different languages used around the world is a particular challenge, several machine translation engines have attempted to address this concern. Machine translation engines enable a user to select or provide a content item (e.g., a message from an acquaintance) and quickly receive a translation of the content item. In some cases machine translation engines can include one or more “translation models” and one or more “language models.” Creating a translation model can use training data that includes identical or similar content in both a source and an output language to generate mappings of words or phrases in a source language to words or phrases in an output language. Creating a language model can use training data that includes a corpus of data in the output language to generate probability distributions of words or phrases that are likely to go together in the output language.
Machine translation engine training data is often obtained from news reports, parliament domains, educational “wiki” sources, etc. In many cases, the source of training data that is used to create a machine translation engine is from a considerably different domain than the content on which that machine translation engine is used for translations. For example, content in the social media domain is often short and can include slang terms, colloquial expressions, spelling errors, incorrect diacritical marks, and other features not common in carefully edited news sources, parliament documents, or educational wiki sources.
The techniques introduced here may be better understood by referring to the following Detailed Description in conjunction with the accompanying drawings, in which like reference numerals indicate identical or functionally similar elements.
Embodiments are disclosed for building and applying translation engines that perform improved translations based on user clustering. A translation system can accomplish improved translations by applying a “cluster translation engine” which has at least one component customized to generate output for a particular user cluster. For example, in various implementations, a translation system can include a model, such as a neural network, that helps define mappings between words or phrases in different languages or a distribution defining how likely words or phrases are to appear in a given language, given a user cluster for the author of the content item. A “content item,” as used herein, refers to a digital visual or audio data that includes a representation of one or more words or groups of characters from a natural language. In some implementations, content items can be obtained from social network items, such as posts, news items, events, shares, comments, etc.
A “user cluster,” as used herein, is a type identified for a group of users sharing a set of characteristics or a signal, falling on a continuum, based on a combination of user characteristics. In various implementations, user characteristics can include gender, age, date of birth, country, region, city, level of education, life stage, etc. In some implementations, a user group can be defined for users that share a value for a specified set of user characteristics. In some implementations, values for a set of these characteristics can be combined into an “embedding.” For example, the characteristic values for a user can be entered in a sparse matrix, which can be mapped into a lower dimensional embedded value representing a combination of the characteristics.
In some implementations, a cluster translation engine can be built using training data to train a model portion of the cluster translation engine. A “model,” as used herein, refers to a construct that is trained using training data to make predictions or provide probabilities for new data items, whether or not the new data items were included in the training data. For example, training data can include items with various features and an assigned classification. A new data item can have features that a model can use to assign a classification to the new data item. A translation model, for example, can providing mappings between phrases such that, given phrase x in a first language, the translation model can compute a probability that the correct translation of phrase x in a second language is phrase y. As another example, a model can be a probability distribution resulting from the analysis of training data, such as a likelihood of an n-gram occurring in a given language based on an analysis of a large corpus from that language. Examples of models include: neural networks, support vector machines, decision trees, Parzen windows, Bayes, clustering, reinforcement learning, probability distributions, and others. Models can be configured for various situations, data types, sources, and output formats.
In some implementations, a translation model can be a neural network with multiple input nodes that receive representations of phrases in an input language. The input nodes can correspond to functions that receive the input and produce results. These results can be provided to one or more levels of intermediate nodes (“a hidden layer”) that each produce further results based on a combination of lower level node results. A weighting factor can be applied to the output of each node before the result is passed to the next layer node. At a final layer (“an output layer”) one or more nodes can produce a value classifying the input. In some implementations, a neural network can be trained with supervised learning, such as for translations, where the training data includes representations of phrases in an input language and a desired output, such as a translation of those phrases in an output language. As training progresses, a representation of the phrases can be provided to the neural network. Output from the neural network can be compared to the desired output for that phrase and, based on the comparison, the neural network can be modified, such as by changing weights between nodes of the neural network or parameters of the functions used at each node in the neural network. After applying each of the phrases in the training data and modifying the neural network in this manner, the neural network model can be trained to evaluate new phrases.
In some implementations, each item of training data can be further paired with a signal user cluster. The signal user clusters can be combined with the phrase inputs for a model of a translation engine. This will cause the training to further encode the layers of the neural network to provide the output based on the user characteristics indicated by the signal user cluster. A cluster translation engine using a model trained in this manner is referred to herein as a “user-signal cluster translation engine.” In some implementations, training data can be grouped according similarities between users that produced the input phrases, e.g. each group can be for a set of users with the same values for defined characteristic types. Each group of training data can be used to create a different model customized for use with content created by particular types of users. A cluster machine translation engine using a model trained in this manner is referred to herein as a “user-group cluster translation engine.”
In some implementations, the translation system can employ a trained user-signal cluster translation engine in the translation of a new content item by: determining an author of the new content item and identifying characteristics of the author. The translation system can obtain one or more signals representing individual ones or a signal representing a combination of these characteristic values, such as in a matrix or embedding encoding the values or a type indicating a grouping assigned to the author based on multiple of the characteristics. The translation system can also convert language from the new content item into an input format that can be provided to a model, such as vectors representing words or phrases of the new content item. The language from a content item converted into model input in this manner is referred to herein as a “language input conversion” for the content item. In some implementations, the language input conversion can be a single vector representing a combination of the content item word or phrase vectors. In some implementations, this combination can be based on structural (e.g. grammatical) relationships between the words and phrases. The translation system can then provide, as input to the user-signal cluster translation engine, the one or more signals representing user characteristic values and the language input conversion for the content item. Based on the training of the user-signal cluster translation engine, it can then provide one or more most-probable translations of the content item in an output language.
In some implementations, user-group cluster translation engines can be used in the translation of a new content item by: determining an author of the new content item and identifying characteristics of the author. The translation system can then classify the author into one or more defined groups based on these characteristic values and select a component for the user-group cluster translation engine that was trained on data corresponding to the group identified for the content item author. The translation system can also convert language from the new content item into a language input conversion for the content item. The translation system can then provide the language input conversion as input to the user-group cluster translation engine which includes the component for the user-group cluster translation engine that was trained on data corresponding to the group identified for the content item author. Based on the training of this user-group cluster translation engine, it can then provide one or more most-probable translations of the content item in an output language.
Performing machine translations can include sophisticated technical algorithms such as methods for determining and applying phrase correspondences between languages, methods for selecting training data and language corpus data, and methods for formatting data to be provided to models and adjusting models based on the results. Some machine translation engines can produce multiple translations for a single source phrase. In addition, different levels and methods of machine translations can be created and used, such as translators that use different amounts of processing power, use different language corpuses for probability distributions, etc. The disclosed machine translation system can improve machine translations by encoding in the classifier correspondences between identifiable user characters and writing styles that affect translations. For example, a group of users that are from a particular city, in a particular age range, and have a particular education level may have similar writing styles. Training and using machine translation models to be specialized in these writing styles can improve the accuracy or speed of translation systems.
While the technology described herein is primarily described in terms of translations, this technology can equally be applied to other natural language processing engines, such as parts-of-speech tagging, spelling corrections, grammar corrections, parsing, auto-summarization, artificial intelligence, speech recognition, language identification, word segmentation, etc. For example, where a neural network is used as part of a natural language processing engine that identifies a probability that a particular word is misspelled, that neural network can be trained to receive a signal representing a set of characteristics of the author of the word. As another example, where support vector machines (“SVMs”) are used as part of a natural language processing engine that classifies the language a content item is written in, a set of SVMs can be trained where each SVM recognizes the source language of content items written by particular types of users. As yet another example, a neural network can be used as part of an acoustic model for speech recognition purpose. User characteristics such as gender or city can be used by the acoustic model to identify a user cluster for a speaker of a speech. The acoustic model defines how likely words or phrases are to appear in the speech, given the identified user cluster. In still yet another example, a neural network can be used as part of a conversational understanding model. User characteristics such as gender or age can be used by the conversational understanding model to identify a user cluster for a speaker participating in a conversation. The conversational understanding model defines how likely words or phrases are to appear in the conversation, given the identified user cluster. User characteristics can also be embedded into, e.g., a sparse matrix, which can be mapped into a lower dimensional embedded value representing a combination of the characteristics.
Several implementations are discussed below in more detail in reference to the figures. Turning now to the figures,
CPU 110 can be a single processing unit or multiple processing units in a device or distributed across multiple devices. CPU 110 can be coupled to other hardware devices, for example, with the use of a bus, such as a PCI bus or SCSI bus. The CPU 110 can communicate with a hardware controller for devices, such as for a display 130. Display 130 can be used to display text and graphics. In some examples, display 130 provides graphical and textual visual feedback to a user. In some implementations, display 130 includes the input device as part of the display, such as when the input device is a touchscreen or is equipped with an eye direction monitoring system. In some implementations, the display is separate from the input device. Examples of display devices are: an LCD display screen, an LED display screen, a projected, holographic, or augmented reality display (such as a heads-up display device or a head-mounted device), and so on. Other I/O devices 140 can also be coupled to the processor, such as a network card, video card, audio card, USB, firewire or other external device, camera, printer, speakers, CD-ROM drive, DVD drive, disk drive, or Blu-Ray device.
In some implementations, the device 100 also includes a communication device capable of communicating wirelessly or wire-based with a network node. The communication device can communicate with another device or a server through a network using, for example, TCP/IP protocols. Device 100 can utilize the communication device to distribute operations across multiple network devices.
The CPU 110 can have access to a memory 150. A memory includes one or more of various hardware devices for volatile and non-volatile storage, and can include both read-only and writable memory. For example, a memory can comprise random access memory (RAM), CPU registers, read-only memory (ROM), and writable non-volatile memory, such as flash memory, hard drives, floppy disks, CDs, DVDs, magnetic storage devices, tape drives, device buffers, and so forth. A memory is not a propagating signal divorced from underlying hardware; a memory is thus non-transitory. Memory 150 can include program memory 160 that stores programs and software, such as an operating system 162, cluster translation system 164, and other application programs 166. Memory 150 can also include data memory 170 that can include training data associated with authors, author characteristic signals, or groupings; trained translation engine components; configuration data; settings; user options or preferences; etc., which can be provided to the program memory 160 or any element of the device 100.
Some implementations can be operational with numerous other general purpose or special purpose computing system environments or configurations. Examples of well-known computing systems, environments, and/or configurations that may be suitable for use with the technology include, but are not limited to, personal computers, server computers, handheld or laptop devices, cellular telephones, wearable electronics, gaming consoles, tablet devices, multiprocessor systems, microprocessor-based systems, set-top boxes, programmable consumer electronics, network PCs, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, or the like.
In some implementations, server 210 can be an edge server which receives client requests and coordinates fulfillment of those requests through other servers, such as servers 220A-C. Server computing devices 210 and 220 can comprise computing systems, such as device 100. Though each server computing device 210 and 220 is displayed logically as a single server, server computing devices can each be a distributed computing environment encompassing multiple computing devices located at the same or at geographically disparate physical locations. In some implementations, each server 220 corresponds to a group of servers.
Client computing devices 205 and server computing devices 210 and 220 can each act as a server or client to other server/client devices. Server 210 can connect to a database 215. Servers 220A-C can each connect to a corresponding database 225A-C. As discussed above, each server 220 can correspond to a group of servers, and each of these servers can share a database or can have their own database. Databases 215 and 225 can warehouse (e.g. store) information such as training data associated with authors, author characteristic signals, or groupings; trained translation engine components; content items to translate; etc. Though databases 215 and 225 are displayed logically as single units, databases 215 and 225 can each be a distributed computing environment encompassing multiple computing devices, can be located within their corresponding server, or can be located at the same or at geographically disparate physical locations.
Network 230 can be a local area network (LAN) or a wide area network (WAN), but can also be other wired or wireless networks. Network 230 may be the Internet or some other public or private network. Client computing devices 205 can be connected to network 230 through a network interface, such as by wired or wireless communication. While the connections between server 210 and servers 220 are shown as separate connections, these connections can be any kind of local, wide area, wired, or wireless network, including network 230 or a separate public or private network.
General software 320 can include various applications including an operating system 322, local programs 324, and a basic input output system (BIOS) 326. Specialized components 340 can be subcomponents of a general software application 320, such as local programs 324. Specialized components 340 can include: user classifier 344, content item converter 346, cluster translation builder 348, cluster translation applier 350, and components which can be used for transferring data and controlling the specialized components, such as interface 342. In some implementations, components 300 can be in a computing system that is distributed across multiple computing devices or can be an interface to a server-based application executing one or more of specialized components 340.
In some implementations, user classifier 344 can be configured to identify user characteristics for authors of content items, where the content items can either be from a set of training data or can be a content item to be translated with a trained translation model. In various implementations, the characteristics can comprise one or more of: gender, age, date of birth, country, region, city, level of education, life stage, languages identified as ones the user is facile with, occupation, etc. In some implementations, the translation system can be used with a social media system and author characteristics can be obtained by virtue of the user's interactions with the social media system, such as the user's profile, where the user logs in from, locations associated with the user or content posted by the user, friends or friends-of-friends that the user has, a number of friends, types or subjects of content the user consumes, interacts with, or comments on, etc.
In some implementations where the translation system will use the content item with a user-group cluster translation engine, user classifier 344 can obtain a set of values for characteristics corresponding to pre-defined user groupings. In some implementations, a combination of values corresponding to the author of the content item can place that content item in a particular group. For example, where the author characteristics are gender (M or F), education level (1-5 scale), and age (A—0-20; B—21-40; or C→=41); there may be 30 groupings, one corresponding to each possible permutation. In this example, content items from a 45 year old female author with an education level of 1 can fall into the 18th grouping: [F; 1; C]. In some implementations, a further value (e.g. U) can be used in one or more of the characteristic categories to indicate a corresponding value for the content item author is not known. For example, where the author characteristics are gender (M; F; or U), education level (1-5 scale or U), and age (A—0-20; B—21-40; C→=41; or U); there may be 72 groupings. In this example, content items from a 45 year old female author with an unknown education level can fall into the grouping: [F; U; C]. In some implementations, there can be many more than three possible characteristic, which in some implementations can result in hundreds, thousands, or tens of thousands of groupings.
In some implementations, there is not a separate author grouping for each possible permutation of user characteristics. In some versions of these implementations, different weights can be assigned to different characteristics to select which grouping a content item corresponds to. For example, when selecting a grouping for a content item where the author partially matches multiple of the characteristics for that grouping, a score can be computed for each partially matching grouping by determining a weighted combination of the matching characteristics.
In some implementations where the translation system will use the content item with a user-signal cluster translation engine, user classifier 344 can generate one or more signals corresponding to identified user characteristics. In some implementations, the signal generated by user classifier 344 can be a vector or matrix. Spots in the vector or matrix can correspond to user characteristic types and the vector or matrix can have values filled corresponding to the identified user characteristics for the author of the content item. In some implementations, this can be a sparse vector or matrix. In some implementations, the sparse vector or matrix can be embedded into a lower dimension. In some implementations, the signal can be another combination of the values for the identified author characteristics.
In some implementations, content item converter 346 can be configured to receive a content item, such as through interface 342, and generate a language input conversion for that content item. In some implementations, the language input conversion can be representations, such as vectors, for individual words or phrases from the language of the content item. In some implementations, the generated language input conversion can be a vector representation of the language in the content item, such as a combination of vectors representing individual words or phrases from the language of the content item. In some implementations, the vectors representing individual words or phrases from the language of the content item can be combined in a manner based on a structure of the language of the content item. In some implementations, the language input conversion can be another representation of the language of the content item that can be provided to a translation engine, such as a matrix with a slot for each word in a language and a value indicating a count for how often that word appears in the content item. Additional details regarding creating a representation of the language from a content item are described in U.S. patent application Ser. No. 14/878,762, entitled Deep Translations, and U.S. patent application Ser. No. 14/878,794, entitled Language Independent Representations, each of which is herein incorporated by reference.
In some implementations, cluster translation builder 348 can be configured to train a user-signal cluster translation engine or one or more user-group cluster translation engines. Cluster translation builder can train either of these models using a set of training data, received e.g. through interface 342. This training data can include content items with language content written in a source language paired with at least one translation of that source language content written in an output language. These training data items can also be associated with an author of the source language or identified characteristics of that author.
Cluster translation builder 348 can train a model portion of a user-signal cluster translation engine by applying each item in the training data to the model and adjusting the model based on the results. Cluster translation builder 348 can accomplish this for each training item by: using content item converter 346 to obtain a representation of the source language for the training item; using user classifier 344 to obtain a signal encoding characteristics of the author of that content item; and applying both to the model of an untrained or semi-trained user-signal cluster translation engine. In some implementations, a trained portion of the user-signal cluster translation engine is a neural network and the signal corresponding to each training item generated by user classifier 344 can be provided to the functions corresponding to nodes at a level other than the input level, such as the nodes at one of the hidden layers of the neural network. The results from the user-signal cluster translation engine can be compared to the translation in that training item to adjust parameters of model functions or weights between nodes of the model.
Cluster translation builder 348 can train a model portion of a user-group cluster translation engine by employing user classifier 344 to divide the content items into groups based on the author or author characteristics associated with each training item. Cluster translation builder 348 can then use each group to train a model of the user-group cluster translation engine customized for that group. In some implementations, a minimum number of training items or training items with a minimum amount of the words in a language must be in a group before it can be used to train a model of the user-group cluster translation engine. Where the models are neural networks, cluster translation builder 348 can train each model by, for each training item in a grouping for that model, using content item converter 346 to obtain a representation of the source language for the training item and applying it to an untrained or semi-trained model. The model can operate on the representation of the language of a content item by providing the representation to the functions corresponding to nodes at an input level, with weighted results which can propagate up any hidden levels until a result is produced at an output level. The results from the model can be compared to the translation in that training item to adjust parameters of model functions or weights between nodes of the model, thereby training it.
In some implementations, cluster translation applier 350 can be configured to receive a new content item, e.g. through interface 342, and obtain a translation of it by applying at least one of a user-signal cluster translation engine or a user-group cluster translation engine. The resulting translation can be returned, e.g. through interface 342. Cluster translation applier 350 can obtain, from content item converter 346, a representation of the new content item that can be provided as input to a model. Where cluster translation applier 350 applies a user-signal cluster translation engine, cluster translation applier 350 can provide the received content item or an indication of the author of the received content item to user classifier 344 which can return a user cluster signal, as discussed above. Cluster translation applier 350 can provide the representation of the new content item to the user-signal cluster translation engine, e.g. though input nodes of a neural network. Cluster translation applier 350 can also provide the user cluster signal to the user-signal cluster translation engine, either through the input nodes or through functions at one or more of the functions at hidden layer nodes. Cluster translation applier 350 can then receive and return results from the user-signal cluster translation engine based on the representation of the new content item and the user cluster signal.
Where cluster translation applier 350 applies a user-group cluster translation engine, cluster translation applier 350 can provide an indication of the author of the received content item to user classifier 344 which can return an identification of a group user cluster for this user, as discussed above. Cluster translation applier 350 can then select a model corresponding to the identified group user cluster, from multiple models trained for various ones of possible group user clusters. Cluster translation applier 350 can provide the representation of the new content item to the selected model of the user-group cluster translation engine, e.g. though input nodes of a neural network. Cluster translation applier 350 can then receive and return results from the user-group cluster translation engine, using the selected model, based on the representation of the new content item.
Those skilled in the art will appreciate that the components illustrated in
In various implementations, the user characteristics can comprise one or more of: gender, age, date of birth, location (e.g. longitude/latitude, country, region, city, etc.), level of education, life stage, relationship status, first name, a model of devices typically used, languages identified as ones the author is facile with, occupation, a number of friends, which friends the author has, which friends-of-friends the author has, a number of friend requests the author has received, a number of subscribers to content produced by the author, a time the author created the content item, times the author typically accesses a social media website, whether the content item was from a phone or a computer, whether the author typically accesses a social media website from phone or a computer, level of activity on a social media website, etc. As discussed above, depending on whether the cluster translation engine is a user-signal cluster translation engine or a user-group cluster translation engine, process 400 can use the identified author user characteristics to identify a group user cluster or generate a signal user cluster for each training item. Identifying a group user cluster can comprise selecting a group corresponding to the characteristics identified for the author of the content item. For example, for a content item where all that is known about the author is that the author has a graduate degree, lives in Australia, and is 25 years old, and groups are based on the characteristics: education level, gender, country, age, and first name, that content item can be placed in a group corresponding to [>=gradDegree; unknown; AU; 20-25; unknown].
Identifying a signal user cluster can comprise determining a signal corresponding to a combination of the author user characteristics for a content item, such as by entering the user characteristics in a sparse vector or matrix. In some implementations, the sparse vector or matrix can be converted into an embedding, e.g. a lower dimension vector or matrix, a value on a continuum, etc. For example, for a content item where all that is known about the author is that the author is female, lives in San Francisco, and is named Alice, and the slot designations for of user characteristics that can be entered in a sparse vector are: [gender(M/F or null), city(50 possible cities or null), age(5 age ranges or null), first name group(20 name groupings or null)] the sparse vector for that content item can be: [F, city23, null, nameGroup5], which could be embedded to a single value of 7,629 (of the 19,278 possible signals).
At block 406, process 400 can use the received training data to build one or more cluster translation engines, either as user-group cluster translation engines or user-signal cluster translation engines, based on the user clusters assigned to each training item. In some implementations, process 400 can build a user-group cluster translation engine for each group of training items corresponding to each distinct group user cluster, as identified at block 404. Each subset of the training items can be applied to a different untrained or semi-trained user-group cluster translation engine by computing language input conversions for the source in the training items in that subset and providing the language input conversions to the corresponding user-group cluster translation engine. Model parameters or weights can then be adjusted based on a comparison of the output of that user-group cluster translation engine and a corresponding translation from that training item, thereby further training that user-group cluster translation engine. Additional details regarding building each user-group cluster translation engine are provided below in relation to
In some implementations, process 400 can build a user-signal cluster translation engine using the set of training items and the signal user clusters, as identified at block 404. Each of the training items can be applied to an untrained or semi-trained user-signal cluster translation engine by computing language input conversions for the source in that training item and providing the language input conversions along with the signal user cluster identified for that training item to the user-signal cluster translation engine. The model parameters or weights can then be adjusted based on a comparison of the output of the user-signal cluster translation engine and a corresponding translation from that training item, thereby further training the user-signal cluster translation engine. Additional details regarding building a user-signal cluster translation engine are provided below in relation to
At block 408, process 400 can apply the cluster translation engine(s) built at block 406 to one or more new content items. In some implementations, the cluster translation engines can be user-group cluster translation engines and applying them can comprise: identifying a group user cluster for an author corresponding to the new content item, selecting one of the user-group cluster translation engines corresponding to the identified group user cluster, generating a language input conversion for the new content item, and applying the selected user-group cluster translation engine to the language input conversion. Additional details regarding using a user-group cluster translation engine are provided below in relation to
At block 506, process 500 can obtain training data comprising a set of training items that were authored by users corresponding to the group user cluster identified at block 504. The training items can each comprise a source item in a source language, as identification of an author of that source, and a translation of that source in an output language. For example, this can be content items from a social media website that have available translations and that were authored by a user of the social media website with characteristic values matching all of the characteristics for the group user cluster identified at block 504. In some implementations, if not enough training items can be located that were authored by users matching all of the characteristics for the group user cluster identified at block 504, search parameters for training items can be broadened, such as by removing characteristics identified as being of lower weight or by expanding ranges for identified characteristics (e.g. if a characteristic is an age range of 25-30, it can be expanded to 24-31). The source in each training item can be converted into a language input conversion, such as vectors representing words or phrases of the source of that training item.
At block 508, process 500 can build, for the user group cluster identified at block 504, a user-group cluster translation engine by training it with the training data obtained at block 506. Where the user-group cluster translation engine includes a neural network, process 500 can train it by providing the language input conversions for each training item to the input nodes of the neural network. Results from the input nodes propagate up through any hidden layers to an output layer of the neural network to produce results. In some implementations, the translation engine can include a translation model that generates one or more possible translations of a source content item and can include a language model that selects one or more most-probable translations based on a probability distribution showing a likelihood of phrases occurring in the output language. In some implementations, the translation engine can have a model such as a neural network that embodies the combined functions of a translation model and a language model, e.g. a model that provides a most a probable translation given a source content item. The translation output, from the user-group cluster translation engine, for each training item can be compared to the corresponding translation in that training item to determine a difference value. For example, the translation in the training item and the translation produced by the user-group cluster translation engine can be represented as vectors and the cosine difference between the vectors can be computed. Based on this difference value, weights between nodes or parameters of node functions can be adjusted so that the output of the user-group cluster translation engine more closely matches the translation from that training item. After applying all the training items obtained at block 506, the user-group cluster translation engine can be trained to provide translations of new content items created by users corresponding to the group user cluster identified at block 504. At block 510, process 500 can return the trained user-group cluster translation engine. Process 500 can then continue to block 512, where it ends.
At block 556, process 550 can obtain a user-signal cluster translation engine to train, which can include a translation model that generates one or more possible translations of a source content item and can include a language model that selects one or more most-probable translations based on a probability distribution showing likelihoods of phrases occurring in the output language. In some implementations, the translation engine can have a model such as a neural network that embodies the combined functions of a translation model and a language model, e.g. a model that provides a most-probable translation given a source content item. The user-signal cluster translation engine obtained at block 556 can be untrained or only partially trained to correctly identify a translation of a content item.
At block 558, process 550 can select a first one of the training items as a selected training item to be operated on by the loop between blocks 559-566. At block 559, process 550 can obtain user characteristics associated with the author of the selected training item and formulate them into a signal user cluster. As discussed above, a signal user cluster can be a combination of user characteristics, such as where values representing the characteristics are entered in a matrix or vector, e.g. a sparse matrix. In some implementations, this matrix can be embedded, such as by determining a value on a continuum corresponding to the matrix.
At block 560, process 550 can provide the language input conversion for the selected training item and the signal user cluster formulated at block 559 to the user-signal cluster translation engine obtained at block 556. Process 550 can provide the language input conversion to the user-signal cluster translation engine by applying each function corresponding to one of the input nodes to the language input conversion. In some implementations, these functions can also take the signal user cluster. In some implementations, the functions corresponding to the input layer nodes only take the language input conversion and functions at one or more of the hidden layers can take both the results from lower layer node functions and the signal user cluster. Based on the language input conversion and the signal user cluster, the user-signal cluster translation engine can produce a translation for the source of the selected training item. A difference between the produced translation and the translation from the selected training item can be computed. For example, the translation in the training item and the translation produced by the user-signal cluster translation engine can be represented as vectors and the co-sign difference between the vectors can be computed. Based on the computed difference, function parameters or weights between nodes can be adjusted such that the difference is smaller.
At block 562, process 550 can determine whether all the training items obtained at block 554 have been operated on by the loop between blocks 559-566. If so, process 550 continues to block 564. If not, process 550 continues to block 566. At block 566, process 550 can set the next training item, of the training items obtained at block 554, as the selected training item to be operated on by the loop between blocks 559-566. Once this loop has operated on all the training items, process 550 continues to block 564, where it returns the trained user-signal cluster translation engine. Process 568 can then continue to block 568, where it ends.
At block 608, process 600 can select a user-group cluster translation engine corresponding to the group user cluster identified at block 606. In some implementations, the selected user-group cluster translation engine can have been created by process 500 using training data where the source portion of each training item was associated with an author classified in the same group user cluster as the group user cluster identified at block 606. At block 610, process 600 can apply the user-group cluster translation engine selected at block 608 to the language input conversion obtained or computed at block 604. Where the user-group cluster translation engine includes a neural network, applying it to the language input conversion can include having the function corresponding to each of the neural network input nodes operate on the language input conversion. The results of these functions can propagate through any hidden layers to functions at an output layer, which can produce results. Process 600 can then produce a translation of the content item based on these results from the neural network. At block 612, process 600 can return the translation of the content item. Process 600 can then continue to block 614, where it ends.
At block 656, process 650 can obtain a user-signal cluster translation engine. In some implementations, the obtained user-signal cluster translation engine can have been created by process 550 where, when training the user-signal cluster translation engine, the user-signal cluster translation received as input each training item and a corresponding signal user cluster indicating characteristics of the author of the source of that training item.
The content item received at block 654 can be associated with an author, and at block 658, process 650 can identify one or more characteristics of the author. From these characteristics, process 650 can compute a signal user cluster, e.g. as a sparse matrix, an embedding, or other value encoding of one or more characteristics or combination of characteristics.
At block 660, process 650 can apply the user-signal cluster translation engine obtained at block 656 to A) the language input conversion obtained at block 654 and B) the signal user cluster computed at block 658. Where the user-signal cluster translation engine includes a neural network, applying it to the language input conversion and signal user cluster can include having the function corresponding to each of the neural network input nodes operate on the language input conversion. In some implementations, these input nodes can also take as parameters the signal user cluster computed at block 658. The results of these functions can propagate through any hidden layers to functions at an output layer, which can produce results. In some implementations, functions at hidden layer nodes can take the signal user cluster as a parameters instead of, or in addition to, the input layer nodes taking the signal user cluster as a parameter. Process 650 can then produce a translation of the content item based on the neural network results. At block 662, process 650 can return the translation of the content item. Process 650 can then continue to block 654, where it ends.
In particular embodiments, training elements and other data, e.g. data from an online social network, may be associated with privacy settings. The privacy settings (or “access settings”) for an object may be stored in any suitable manner, such as, for example, in association with the object, in an index on an authorization server, in another suitable manner, or any combination thereof. A privacy setting of an object may specify how the object (or particular information associated with an object) can be accessed (e.g., viewed or shared) using the online social network. Where the privacy settings for an object allow a particular user to access that object, the object may be described as being “visible” with respect to that user. As an example and not by way of limitation, a user of the online social network may specify privacy settings for a user-profile page that identify a set of users that may access the work experience information on the user-profile page, thus excluding other users from accessing the information. In particular embodiments, the privacy settings may specify a “blocked list” of users that should not be allowed to access certain information associated with the object. In other words, the blocked list may specify one or more users or entities for which an object is not visible. As an example and not by way of limitation, a user may specify a set of users that may not access photos albums associated with the user, thus excluding those users from accessing the photo albums (while also possibly allowing certain users not within the set of users to access the photo albums).
As an example and not by way of limitation, access or denial of access may be specified for particular users (e.g., only me, my roommates, and my boss), users within a particular degrees-of-separation (e.g., friends, or friends-of-friends), user groups (e.g., the gaming club, my family), user networks (e.g., employees of particular employers, students or alumni of particular university), all users (“public”), no users (“private”), users of third-party systems, particular applications (e.g., third-party applications, external websites), other suitable users or entities, or any combination thereof. Although this disclosure describes using particular privacy settings in a particular manner, this disclosure contemplates using any suitable privacy settings in any suitable manner.
In particular embodiments, one or more servers may be authorization/privacy servers for enforcing privacy settings. In response to a request from a user (or other entity) for a particular object stored in a data store, a social-networking system may send a request to the data store for the object. The request may identify the user associated with the request and may only be sent to the user if the authorization server determines that the user is authorized to access the object based on the privacy settings associated with the object. If the requesting user is not authorized to access the object, the authorization server may prevent the requested object from being retrieved from the data store, or may prevent the requested object from be sent to the user. Although this disclosure describes enforcing privacy settings in a particular manner, this disclosure contemplates enforcing privacy settings in any suitable manner.
Some embodiments described herein make use of data or metrics that may include information voluntarily provided by one or more users. In such embodiments, data privacy may be protected in a number of ways.
For example, the user may be required to, or may voluntarily, opt in to any data collection before user data is collected or used. The user may also be provided with the opportunity to opt out of any data collection. Before opting in to data collection, the user may be provided with a description of the ways in which the data will be used, how long the data will be retained, and the safeguards that are in place to protect the data from disclosure.
Any information identifying the user from which the data was collected may be purged or disassociated from the data. In the event that any identifying information needs to be retained (e.g., to meet regulatory requirements), the user may be informed of the collection of the identifying information, the uses that will be made of the identifying information, and the amount of time that the identifying information will be retained. Information specifically identifying the user may be removed and may be replaced with, for example, a generic identification number or other non-specific form of identification.
Once collected, the data may be stored in a secure data storage location that includes safeguards to prevent unauthorized access to the data. The data may be stored in an encrypted format. Identifying information and/or non-identifying information may be purged from the data storage after a predetermined period of time.
Although particular privacy protection techniques are described herein for purposes of illustration, one of ordinary skill in the art will recognize that privacy protected in other manners as well. Further details regarding data privacy are discussed below in the section describing network embodiments.
Several implementations of the disclosed technology are described above in reference to the figures. The computing devices on which the described technology may be implemented can include one or more central processing units, memory, input devices (e.g., keyboard and pointing devices), output devices (e.g., display devices), storage devices (e.g., disk drives), and network devices (e.g., network interfaces). The memory and storage devices are computer-readable storage media that can store instructions that implement at least portions of the described technology. In addition, the data structures and message structures can be stored or transmitted via a data transmission medium, such as a signal on a communications link. Various communications links can be used, such as the Internet, a local area network, a wide area network, or a point-to-point dial-up connection. Thus, computer-readable media can comprise computer-readable storage media (e.g., “non-transitory” media) and computer-readable transmission media.
As used herein, being above a threshold means that a value for an item under comparison is above a specified other value, that an item under comparison is among a certain specified number of items with the largest value, or that an item under comparison has a value within a specified top percentage value. As used herein, being below a threshold means that a value for an item under comparison is below a specified other value, that an item under comparison is among a certain specified number of items with the smallest value, or that an item under comparison has a value within a specified bottom percentage value. As used herein, being within a threshold means that a value for an item under comparison is between two specified other values, that an item under comparison is among a middle specified number of items, or that an item under comparison has a value within a middle specified percentage range.
As used herein, the word “or” refers to any possible permutation of a set of items. For example, the phrase “A, B, or C” refers to at least one of A, B, C, or any combination thereof, such as any of: A; B; C; A and B; A and C; B and C; A, B, and C; or multiple of any item such as A and A; B, B, and C; A, A, B, C, and C; etc.
Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Specific embodiments and implementations have been described herein for purposes of illustration, but various modifications can be made without deviating from the scope of the embodiments and implementations. The specific features and acts described above are disclosed as example forms of implementing the claims that follow. Accordingly, the embodiments and implementations are not limited except as by the appended claims.
Any patents, patent applications, and other references noted above are incorporated herein by reference. Aspects can be modified, if necessary, to employ the systems, functions, and concepts of the various references described above to provide yet further implementations. If statements or subject matter in a document incorporated by reference conflicts with statements or subject matter of this application, then this application shall control.
This application is a continuation-in-part of U.S. patent application Ser. No. 15/199,890, filed Jun. 30, 2016, the disclosure of which is hereby incorporated by reference in its entirety.
Number | Name | Date | Kind |
---|---|---|---|
5293581 | DiMarco et al. | Mar 1994 | A |
5477451 | Brown et al. | Dec 1995 | A |
5510981 | Berger et al. | Apr 1996 | A |
5799193 | Sherman et al. | Aug 1998 | A |
5991710 | Papineni et al. | Nov 1999 | A |
6002998 | Martino et al. | Dec 1999 | A |
6157905 | Powell | Dec 2000 | A |
6161082 | Goldberg | Dec 2000 | A |
6223150 | Duan et al. | Apr 2001 | B1 |
6266642 | Franz et al. | Jul 2001 | B1 |
6304841 | Berger et al. | Oct 2001 | B1 |
6377925 | Newman et al. | Apr 2002 | B1 |
6393389 | Chanod et al. | May 2002 | B1 |
6629095 | Wagstaff et al. | Sep 2003 | B1 |
7054804 | Gonzales et al. | May 2006 | B2 |
7110938 | Cheng et al. | Sep 2006 | B1 |
7359861 | Lee et al. | Apr 2008 | B2 |
7533019 | Riccardi et al. | May 2009 | B1 |
7664629 | Dymetman et al. | Feb 2010 | B2 |
7813918 | Muslea et al. | Oct 2010 | B2 |
7827026 | Brun et al. | Nov 2010 | B2 |
7895030 | Al-Onaizan et al. | Feb 2011 | B2 |
7983903 | Gao et al. | Jul 2011 | B2 |
8015140 | Kumar et al. | Sep 2011 | B2 |
8145484 | Zweig et al. | Mar 2012 | B2 |
8175244 | Frankel et al. | May 2012 | B1 |
8204739 | Lane et al. | Jun 2012 | B2 |
8209333 | Hubbard et al. | Jun 2012 | B2 |
8265923 | Chatterjee et al. | Sep 2012 | B2 |
8275602 | Curry et al. | Sep 2012 | B2 |
8386235 | Duan et al. | Feb 2013 | B2 |
8543580 | Chen et al. | Sep 2013 | B2 |
8756050 | Curtis et al. | Jun 2014 | B1 |
8825466 | Wang et al. | Sep 2014 | B1 |
8825759 | Ho et al. | Sep 2014 | B1 |
8831928 | Marcu et al. | Sep 2014 | B2 |
8838434 | Liu | Sep 2014 | B1 |
8874429 | Crosley et al. | Oct 2014 | B1 |
8897423 | Nanjundaswamy | Nov 2014 | B2 |
8935150 | Christ | Jan 2015 | B2 |
8942973 | Viswanathan | Jan 2015 | B2 |
8949865 | Murugesan et al. | Feb 2015 | B1 |
8983974 | Ho et al. | Mar 2015 | B1 |
8990068 | Orsini et al. | Mar 2015 | B2 |
8996352 | Orsini et al. | Mar 2015 | B2 |
8996353 | Orsini et al. | Mar 2015 | B2 |
8996355 | Orsini et al. | Mar 2015 | B2 |
9009025 | Porter et al. | Apr 2015 | B1 |
9031829 | Leydon et al. | May 2015 | B2 |
9104661 | Evans | Aug 2015 | B1 |
9183309 | Gupta | Nov 2015 | B2 |
9231898 | Orsini et al. | Jan 2016 | B2 |
9245278 | Orsini et al. | Jan 2016 | B2 |
9336206 | Orsini et al. | May 2016 | B1 |
9477652 | Huang et al. | Oct 2016 | B2 |
9734142 | Huang et al. | Aug 2017 | B2 |
9734143 | Rottmann et al. | Aug 2017 | B2 |
9740687 | Herdagdelen et al. | Aug 2017 | B2 |
9747283 | Rottmann et al. | Aug 2017 | B2 |
9805029 | Rottmann et al. | Oct 2017 | B2 |
9830386 | Huang et al. | Nov 2017 | B2 |
9830404 | Huang et al. | Nov 2017 | B2 |
20020087301 | Jones et al. | Jul 2002 | A1 |
20020161579 | Saindon et al. | Oct 2002 | A1 |
20020169592 | Aityan | Nov 2002 | A1 |
20030040900 | D'Agostini et al. | Feb 2003 | A1 |
20040002848 | Zhou et al. | Jan 2004 | A1 |
20040049374 | Breslau et al. | Mar 2004 | A1 |
20040098247 | Moore | May 2004 | A1 |
20040122656 | Abir et al. | Jun 2004 | A1 |
20040243392 | Chino et al. | Dec 2004 | A1 |
20050021323 | Li et al. | Jan 2005 | A1 |
20050055630 | Scanlan et al. | Mar 2005 | A1 |
20050228640 | Aue et al. | Oct 2005 | A1 |
20060111891 | Menezes et al. | May 2006 | A1 |
20060206798 | Kohlmeier et al. | Sep 2006 | A1 |
20060271352 | Nikitin et al. | Nov 2006 | A1 |
20070130563 | Elgazzar et al. | Jun 2007 | A1 |
20070136222 | Horvitz et al. | Jun 2007 | A1 |
20080046231 | Laden et al. | Feb 2008 | A1 |
20080077384 | Agapi et al. | Mar 2008 | A1 |
20080221866 | Katragadda | Sep 2008 | A1 |
20080281578 | Kumaran et al. | Nov 2008 | A1 |
20090070095 | Gao et al. | Mar 2009 | A1 |
20090083023 | Foster et al. | Mar 2009 | A1 |
20090132233 | Etzioni et al. | May 2009 | A1 |
20090182547 | Niu et al. | Jul 2009 | A1 |
20090198487 | Wong et al. | Aug 2009 | A1 |
20090210214 | Qian et al. | Aug 2009 | A1 |
20090276206 | Fitzpatrick et al. | Nov 2009 | A1 |
20090281789 | Waibel et al. | Nov 2009 | A1 |
20090326912 | Ueffing et al. | Dec 2009 | A1 |
20100042928 | Rinearson et al. | Feb 2010 | A1 |
20100121639 | Zweig et al. | May 2010 | A1 |
20100149803 | Nakano et al. | Jun 2010 | A1 |
20100161642 | Chen et al. | Jun 2010 | A1 |
20100194979 | Blumenschein et al. | Aug 2010 | A1 |
20100223048 | Lauder et al. | Sep 2010 | A1 |
20100228777 | Imig et al. | Sep 2010 | A1 |
20100241416 | Jiang et al. | Sep 2010 | A1 |
20100283829 | De Beer et al. | Nov 2010 | A1 |
20100299132 | Dolan et al. | Nov 2010 | A1 |
20110099000 | Rai et al. | Apr 2011 | A1 |
20110137636 | Srihari et al. | Jun 2011 | A1 |
20110246172 | Liberman et al. | Oct 2011 | A1 |
20110246881 | Kushman et al. | Oct 2011 | A1 |
20110252027 | Chen et al. | Oct 2011 | A1 |
20110282648 | Sarikaya et al. | Nov 2011 | A1 |
20120005224 | Ahrens et al. | Jan 2012 | A1 |
20120029910 | Medlock et al. | Feb 2012 | A1 |
20120035907 | Lebeau et al. | Feb 2012 | A1 |
20120035915 | Kitade et al. | Feb 2012 | A1 |
20120047172 | Ponte et al. | Feb 2012 | A1 |
20120059653 | Adams et al. | Mar 2012 | A1 |
20120101804 | Roth et al. | Apr 2012 | A1 |
20120109649 | Talwar et al. | May 2012 | A1 |
20120123765 | Estelle et al. | May 2012 | A1 |
20120130940 | Gattani et al. | May 2012 | A1 |
20120138211 | Barger et al. | Jun 2012 | A1 |
20120158621 | Bennett et al. | Jun 2012 | A1 |
20120173224 | Anisimovich et al. | Jul 2012 | A1 |
20120209588 | Wu et al. | Aug 2012 | A1 |
20120253785 | Hamid et al. | Oct 2012 | A1 |
20120330643 | Frei et al. | Dec 2012 | A1 |
20130018650 | Moore et al. | Jan 2013 | A1 |
20130060769 | Pereg et al. | Mar 2013 | A1 |
20130084976 | Kumaran et al. | Apr 2013 | A1 |
20130103384 | Hunter et al. | Apr 2013 | A1 |
20130144595 | Lord et al. | Jun 2013 | A1 |
20130144603 | Lord et al. | Jun 2013 | A1 |
20130144619 | Lord et al. | Jun 2013 | A1 |
20130173247 | Hodson et al. | Jul 2013 | A1 |
20130246063 | Teller et al. | Sep 2013 | A1 |
20130317808 | Kruel et al. | Nov 2013 | A1 |
20140006003 | Soricut et al. | Jan 2014 | A1 |
20140006929 | Swartz et al. | Jan 2014 | A1 |
20140012568 | Caskey et al. | Jan 2014 | A1 |
20140025734 | Griffin et al. | Jan 2014 | A1 |
20140059030 | Hakkani-Tur et al. | Feb 2014 | A1 |
20140081619 | Solntseva et al. | Mar 2014 | A1 |
20140108393 | Angwin et al. | Apr 2014 | A1 |
20140163977 | Hoffmeister et al. | Jun 2014 | A1 |
20140172413 | Cvijetic et al. | Jun 2014 | A1 |
20140195884 | Castelli et al. | Jul 2014 | A1 |
20140207439 | Venkatapathy et al. | Jul 2014 | A1 |
20140229155 | Leydon et al. | Aug 2014 | A1 |
20140279996 | Teevan et al. | Sep 2014 | A1 |
20140280295 | Kurochkin et al. | Sep 2014 | A1 |
20140280592 | Zafarani et al. | Sep 2014 | A1 |
20140288913 | Shen et al. | Sep 2014 | A1 |
20140288917 | Orsini et al. | Sep 2014 | A1 |
20140288918 | Orsini et al. | Sep 2014 | A1 |
20140303960 | Orsini et al. | Oct 2014 | A1 |
20140335483 | Buryak et al. | Nov 2014 | A1 |
20140337007 | Fuegen et al. | Nov 2014 | A1 |
20140337989 | Bojja et al. | Nov 2014 | A1 |
20140350916 | Jagpal et al. | Nov 2014 | A1 |
20140358519 | Dymetman et al. | Dec 2014 | A1 |
20140365200 | Sagie | Dec 2014 | A1 |
20140365460 | Portnoy et al. | Dec 2014 | A1 |
20150006143 | Skiba et al. | Jan 2015 | A1 |
20150006219 | Jose et al. | Jan 2015 | A1 |
20150033116 | Severdia et al. | Jan 2015 | A1 |
20150046146 | Crosley et al. | Feb 2015 | A1 |
20150066805 | Taira et al. | Mar 2015 | A1 |
20150120290 | Shagalov | Apr 2015 | A1 |
20150134322 | Cuthbert et al. | May 2015 | A1 |
20150142420 | Sarikaya et al. | May 2015 | A1 |
20150161104 | Buryak et al. | Jun 2015 | A1 |
20150161110 | Salz | Jun 2015 | A1 |
20150161112 | Galvez et al. | Jun 2015 | A1 |
20150161114 | Buryak et al. | Jun 2015 | A1 |
20150161115 | Denero et al. | Jun 2015 | A1 |
20150161227 | Buryak et al. | Jun 2015 | A1 |
20150213008 | Orsini et al. | Jul 2015 | A1 |
20150228279 | Moreno et al. | Aug 2015 | A1 |
20150293997 | Smith et al. | Oct 2015 | A1 |
20150363388 | Herdagdelen et al. | Dec 2015 | A1 |
20160041986 | Nguyen | Feb 2016 | A1 |
20160048505 | Tian et al. | Feb 2016 | A1 |
20160092603 | Rezaei et al. | Mar 2016 | A1 |
20160117628 | Brophy et al. | Apr 2016 | A1 |
20160162473 | Hedley et al. | Jun 2016 | A1 |
20160162477 | Orsini et al. | Jun 2016 | A1 |
20160162478 | Blassin et al. | Jun 2016 | A1 |
20160162575 | Eck et al. | Jun 2016 | A1 |
20160177628 | Juvani | Jun 2016 | A1 |
20160188575 | Sawaf | Jun 2016 | A1 |
20160188576 | Huang et al. | Jun 2016 | A1 |
20160188661 | Zhang et al. | Jun 2016 | A1 |
20160188703 | Zhang et al. | Jun 2016 | A1 |
20160217124 | Sarikaya et al. | Jul 2016 | A1 |
20160239476 | Huang | Aug 2016 | A1 |
20160267073 | Noeman et al. | Sep 2016 | A1 |
20160299884 | Chioasca et al. | Oct 2016 | A1 |
20160357519 | Vargas et al. | Dec 2016 | A1 |
20170011739 | Huang et al. | Jan 2017 | A1 |
20170083504 | Huang | Mar 2017 | A1 |
20170169015 | Huang | Jun 2017 | A1 |
20170177564 | Rottmann et al. | Jun 2017 | A1 |
20170185583 | Pino et al. | Jun 2017 | A1 |
20170185586 | Rottmann | Jun 2017 | A1 |
20170185588 | Rottmann et al. | Jun 2017 | A1 |
20170256254 | Huang | Sep 2017 | A1 |
20170270102 | Herdagdelen et al. | Sep 2017 | A1 |
20170315988 | Herdagdelen et al. | Nov 2017 | A1 |
20170315991 | Rottmann et al. | Nov 2017 | A1 |
Entry |
---|
Deselaers et al., “A Deep Learning Approach to Machine Transliteration”, Mar. 30-31, 2009, Proceedings of the Fourth Workshop on Statistical Machine Translation, pp. 233-241 (Year: 2009). |
Verga et al., “Efficient Unsupervised Authorship Clustering Using Impostor Similarity”, 2014, pp. 1-13 (Year: 2014). |
Hoang et al., “Incorporating Side Information into Recurrent Neural Network Language Models”, Jun. 12-17, 2016, pp. 1250-1255 (Year: 2016). |
Chen et al., “Clustering Sparse Graphs”, 2012, Advances in Neural Information Processing Systems 25, pp. 1-9 (Year: 2012). |
Scheible et al., “Uncovering Distributional Differences between Synonyms and Antonyms in a Word Space Model”, Oct. 14-18, 2013, International Joint Conference on Natural Language Processing, pp. 489-494 (Year: 2013). |
Non-Final Office Action dated Feb. 9, 2017, for U.S. Appl. No. 14/559,540 of Eck, M. et al., filed Dec. 3, 2014. |
International Search Report and Written Opinion for International Application No. PCT/US2015/051737, dated Jul. 28, 2016, 22 pages. |
Koehn, P. et al., “Statistical Phrase-Based Translation,” Proceedings of the 2003 Conference of the North American Chapter of the Association for computational Linguistics on Human Language Technology—vol. 1, Assoc. for Computational Linguistics, 2003, p. |
Non-Final Office Action dated Dec. 29, 2016, for U.S. Appl. No. 14/586,049 of Huang, F. et al., filed Dec. 30, 2014. |
Non-Final Office Action dated Dec. 30, 2016 in U.S. Appl. No. 14/586,074 by Huang, F. et al., filed Dec. 30, 2014. |
Non-Final Office Action dated Jul. 28, 2016, for U.S. Appl. No. 14/861,747 of F. Huang, filed Sep. 22, 2015. |
Non-Final Office Action dated Nov. 9, 2016, for U.S. Appl. No. 14/973,387 by Rottmann, K., et al., filed Dec. 17, 2015. |
Non-Final Office Action dated Oct. 6, 2016, U.S. Appl. No. 14/981,794 of Rottmann, K. filed Dec. 28, 2015. |
Notice of Allowance dated Apr. 13, 2017, for U.S. Appl. No. 14/973,387 of Rottmann, K., et al., filed Dec. 17, 2015. |
Notice of Allowance dated Apr. 19, 2017, for U.S. Appl. No. 14/981,769 by Rottmann, K., et al., filed Dec. 28, 2015. |
Notice of Allowance dated Apr. 20, 2017 for U.S. Appl. No. 14/302,032 by Herdagdelen, A., et al., filed Jun. 11, 2014. |
Notice of Allowance dated Apr. 7, 2017 for U.S. Appl. No. 14/861,747 by Huang, F., et al., filed Sep. 22, 2015. |
Notice of Allowance dated Mar. 1, 2017, for U.S. Appl. No. 14/981,769 by Rottmann, K., et al., filed Dec. 28, 2015. |
Sutskever, I., et al., “Sequence to sequence learning with neural networks,” Advances in Neural Information Processing Systems, pp. 3104-3112, 2014. |
U.S. Appl. No. 14/586,049, by Huang et al., filed Dec. 30, 2014. |
U.S. Appl. No. 14/586,074 by Huang et al., filed Dec. 30, 2014. |
U.S. Appl. No. 14/861,747 by Huang, F., filed Sep. 22, 2015. |
U.S. Appl. No. 14/973,387, of Rottmann, K., et al., filed Dec. 17, 2015. |
U.S. Appl. No. 14/981,769 by Rottmann, K., et al., filed Dec. 28, 2015. |
U.S. Appl. No. 14/981,794 by Rottmann, K., et al., filed Dec. 28, 2015. |
U.S. Appl. No. 15/445,978 by Herdagdelen, A., et al., filed Feb. 28, 2017. |
Vogel, S. et al., “HMM-Based Word Alignment in Statistical Translation.” In Proceedings of the 16th Conference on Computational Linguistics—vol. 2, Association for Computational Linguistics, 1996, pp. 836-841. |
Final Office Action dated Jul. 1, 2016, for U.S. Appl. No. 14/302,032 of Herdagdelen, A., filed Jun. 11, 2014. |
Non-Final Office Action dated Dec. 17, 2015, for U.S. Appl. No. 14/302,032 of Saint Cyr, L., filed Jun. 11, 2014. |
Non-Final Office Action dated Mar. 10, 2016, for U.S. Appl. No. 14/621,921 of Huang, F., filed Feb. 13, 2015. |
Notice of Allowance dated Jul. 18, 2016, for U.S. Appl. No. 14/621,921 of Huang, F., filed Feb. 13, 2015. |
U.S. Appl. No. 14/302,032 of Herdagdelen, A et al., filed Jun. 11, 2014. |
U.S. Appl. No. 14/559,540 of Eck, M et al., filed Dec. 3, 2014. |
U.S. Appl. No. 14/586,022 of Huang, F. et al., filed Dec. 30, 2014. |
U.S. Appl. No. 14/621,921 of Huang, F., filed Feb. 13, 2015. |
U.S. Appl. No. 14/967,897 of Huang F. et al., filed Dec. 14, 2015. |
U.S. Appl. No. 14/980,654 of Pino, J. et al., filed Dec. 28, 2015. |
U.S. Appl. No. 15/199,890 of Zhang, Y. et al., filed Jun. 30, 2016. |
Final Office Action dated Aug. 10, 2017 for U.S. Appl. No. 15/275, 235 by Huang, F. et al. filed Sep. 23, 2016. |
Final Office Action dated Aug. 25, 2017 for U.S. Appl. No. 14/980,654 by Pino, J. et al., filed Dec. 28, 2015. |
Non-Final Office Action dated Aug. 25, 2017 for U.S. Appl. No. 15/652,175 by Herdagdelen, A., filed Jul. 17, 2017. |
Non-Final Office Action dated Aug. 29, 2017 for U.S. Appl. No. 14/967,897 by Huang, F., filed Dec. 14, 2015. |
Notice of Allowance dated Aug. 30, 2017 for U.S. Appl. No. 14/559,540 by Eck, M. et al. filed Dec. 3, 2014. |
Notice of Allowance dated Aug. 4, 2017, for U.S. Appl. No. 14/981,794 by Rottman, K., et al., filed Dec. 28, 2015. |
Notice of Allowance dated Jul. 26, 2017, for U.S. Appl. No. 14/586,074 by Huang, F., et al., filed Dec. 30, 2014. |
Notice of Allowance dated Jul. 28, 2017, for U.S. Appl. No. 14/586,049 by Huang, F., et al., filed Dec. 30, 2014. |
U.S. Appl. No. 15/652,144 of Rottmann, K., filed Jul. 17, 2017. |
U.S. Appl. No. 15/654,668 of Rottmann, K., filed Jul. 19, 2017. |
U.S. Appl. No. 15/672,690 of Huang, F., filed Aug. 9, 2017. |
U.S. Appl. No. 15/696,121 of Rottmann, K. et al., filed Sep. 5, 2017. |
Corrected Notice of Allowability dated Nov. 17, 2017, for U.S. Appl. No. 14/559,540 of Eck, M. et al., filed Dec. 3, 2014. |
Notice of Allowance dated Dec. 8, 2017 for U.S. Appl. No. 15/652,175 by Herdagdelen, A., filed Jul. 17, 2017. |
Corrected Notice of Allowability dated Dec. 12, 2017, for U.S. Appl. No. 14/559,540 of Eck, M. et al., filed Dec. 3, 2014. |
U.S. Appl. No. 15/820,351 by Huang et al., filed Nov. 21, 2017. |
U.S. Appl. No. 15/821,167 by Huang et al., filed Nov. 22, 2017. |
Zamora, J.D., et al., “Tweets language identification using feature weightings,” Proceedings of the Twitter language identification workshop, Sep. 16, 2014, 5 pages. |
Extended European Search Report for European Application No. 16161095.1, dated Feb. 16, 2017, 4 pages. |
U.S. Appl. No. 15/644,690 of Huang, F. et al., filed Jul. 7, 2017. |
Notice of Allowance dated Jul. 12, 2017, for U.S. Appl. No. 14/981,794 by Rottman, K., et al., filed Dec. 28, 2015. |
Supplemental Notice of Allowability dated Jul. 13, 2017, for U.S. Appl. No. 14/981,769 by Rottmann, K., et al., filed Dec. 28, 2015. |
Corrected Notice of Allowability dated Jul. 13, 2017, for U.S. Appl. No. 14/973,387 of Rottmann, K., et al., filed Dec. 17, 2015. |
Non-Final Office Action dated Dec. 21, 2016, for U.S. Appl. No. 14/586,022 of Huang, F., filed Dec. 30, 2014. |
Non-Final Office Action dated Jan. 12, 2017, for U.S. Appl. No. 15/275,235 of Huang, F. et al., filed Sep. 23, 2016. |
Notice of Allowance dated Nov. 30, 2016, for U.S. Appl. No. 14/302,032 of Herdagdelen, A., filed Jun. 11, 2014. |
U.S. Appl. No. 15/275,235 of Huang, F. et al., filed Sep. 23, 2016. |
Non-Final Office Action dated Jan. 19, 2017, for U.S. Appl. No. 14/980,654 of Pino, J. et al., filed Dec. 28, 2015. |
Final Office Action dated Jun. 16, 2017, for U.S. Appl. No. 14/586,022 of Huang, F. et al., filed Dec. 30, 2014. |
Notice of Allowance dated Jun. 6, 2017, for U.S. Appl. No. 14/981,794 by Rottman, K., et al., filed Dec. 28, 2015. |
Non-Final Office Action dated Jun. 26, 2017, for U.S. Appl. No. 15/445,978 of Herdagdelen, A., filed Feb. 28, 2017. |
Final Office Action dated Sep. 8, 2017 for U.S. Appl. No. 15/445,978 of Herdagdelen, A. filed Feb. 28, 2017. |
Notice of Allowability dated Sep. 12, 2017 for U.S. Appl. No. 14/981,794 by Rottman, K., et al., filed Dec. 28, 2015. |
Notice of Allowability dated Sep. 19, 2017 for U.S. Appl. No. 14/559,540 by Eck, M. et al. filed Dec. 3, 2014. |
Notice of Allowance dated Oct. 10, 2017 for U.S. Appl. No. 15/275,235 for Huang, F. et al., filed Sep. 23, 2016. |
Notice of Allowance dated Oct. 23, 2017 for U.S. Appl. No. 15/445,978 of Herdagdelen, A. filed Feb. 28, 2017. |
Taylor, S. et al. “Forecasting at Scale” Jan. 2017, retrieved from https://facebookincubator.github.io/prophet/static/prophet_paper_20170113.pdf. |
U.S. Appl. No. 15/723,095 of Tiwari, P. filed Oct. 2, 2017. |
Number | Date | Country | |
---|---|---|---|
Parent | 15199890 | Jun 2016 | US |
Child | 15244179 | US |