WO2018097898A1 - Embedded deep representation of social network taxonomy - Google Patents

Embedded deep representation of social network taxonomy Download PDF

Info

Publication number
WO2018097898A1
WO2018097898A1 PCT/US2017/054152 US2017054152W WO2018097898A1 WO 2018097898 A1 WO2018097898 A1 WO 2018097898A1 US 2017054152 W US2017054152 W US 2017054152W WO 2018097898 A1 WO2018097898 A1 WO 2018097898A1
Authority
WO
WIPO (PCT)
Prior art keywords
combination
vectors
entity
vector
data
Prior art date
Application number
PCT/US2017/054152
Other languages
French (fr)
Inventor
Uri MERHAV
How Jing
Jaewon YANG
Dan SHACHAM
Original Assignee
Linkedin Corporation
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from US15/360,547 external-priority patent/US10459901B2/en
Priority claimed from US15/360,576 external-priority patent/US10586157B2/en
Application filed by Linkedin Corporation filed Critical Linkedin Corporation
Publication of WO2018097898A1 publication Critical patent/WO2018097898A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/01Social networking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/21Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
    • G06F18/213Feature extraction, e.g. by transforming the feature space; Summarisation; Mappings, e.g. subspace methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • G06F18/243Classification techniques relating to the number of classes
    • G06F18/2431Multiple classes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/279Recognition of textual entities
    • G06F40/289Phrasal analysis, e.g. finite state techniques or chunking
    • G06F40/295Named entity recognition
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F7/00Methods or arrangements for processing data by operating upon the order or content of the data handled

Definitions

  • the present disclosure generally relates to computer technology for solving technical challenges in analyzing taxonomy data in social network. More specifically, the present disclosure relates to an embedded deep representation of a social network taxonomy.
  • an industry may be listed for a company, with the industry being selected from among a number of entries in an industry taxonomy, namely a data structure maintained by the social networking service.
  • This industry taxonomy may include a hierarchical organization of possible industries.
  • an industry category of "Information Technology” in the industry taxonomy may have subcategories of "Computer Software", “Computer Hardware”, and "Computer
  • the industry taxonomy may organize the sub-categories as children of a parent node corresponding to "Information Technology. " There may be many layers of categories and subcategories in the industry taxonomy.
  • Taxonomies are typically created and managed by people who make subjective decisions as to where entities reside in the taxonomy. While the hierarchical nature of taxonomies do allow for some relationships to be established between entities, this relationship is static and standardized. For example, in a location taxonomy, "Los Angeles”, “Silicon Valley”, and “Seattle” may be considered to be part of a "West Coast” category, such that a "Los Angeles” node, "Silicon Valley” node, and “Seattle” node are all child nodes of a "West Coast” node.
  • each of the child nodes are equidistant from each other, thus failing to capture the relationships between the child nodes.
  • These relationships can be dynamic and may vary depending upon a desired analysis. For example, in some analyses, the physical distances between the locations might be relevant, whereas in some analyses, other, more subtle relationships between the cities may be relevant. For example, Los Angeles is closer in distance to Silicon Valley than Seattle is, yet if one is attempting to predict a likely city that a computer programmer living in Silicon Valley would move to, Seattle may be far more likely (and thus may have a much closer relationship for this analysis) than Los Angeles. The bare taxonomy architecture does not have a mechanism to capture these types of dynamic and subtle relationships among entities.
  • FIG. 1 is a block diagram illustrating a client-server system, in accordance with an example embodiment.
  • FIG. 2 is a block diagram showing the functional components of a social networking service, including a data processing module referred to herein as a search engine, for use in generating and providing search results for a search query, consistent with some embodiments of the present disclosure.
  • a search engine for use in generating and providing search results for a search query, consistent with some embodiments of the present disclosure.
  • FIG. 3 is a block diagram illustrating the application server module of FIG. 2 in more detail.
  • FIG. 4 is a block diagram illustrating a machine learning module in more detail, in accordance with an example embodiment.
  • FIG. 5 is a flow diagram illustrating a method for creating a deep embedded representation of social network entities in accordance with an example embodiment.
  • FIG. 6 is a diagram illustrating an example of a deep representation of titles and skills in accordance with an example embodiment.
  • FIG. 7 is a diagram illustrating the example of the deep
  • FIG. 8 is a flow diagram illustrating a method for creating a deep representation of entities specifically for relating titles and skills.
  • FIG. 9 is a flow diagram illustrating a method for creating a deep representation of entities specifically for skili-set-based title prediction.
  • FIG. 10 is a block diagram illustrating a representative software architecture, which may be used in conjunction with various hardware architectures herein described.
  • FIG. 1 1 is a block diagram illustrating components of a machine, according to some example embodiments, able to read instructions from a machine-readable medium (e.g., a machine-readable storage medium) and perform any one or more of the methodologies discussed herein.
  • a machine-readable medium e.g., a machine-readable storage medium
  • a system whereby latent vector representations for entities in a taxonomy are learned through machine learning techniques. Ultimately, every skill, title, or other standardized entity may be mapped to a vector representation, where "distance” is a well-defined quantity (e.g., Euclidean) and "relation" well defined as well (e.g., the subtraction of the two vectors).
  • distance is a well-defined quantity (e.g., Euclidean) and “relation” well defined as well (e.g., the subtraction of the two vectors).
  • a machine learning algorithm is utilized to optimize embeddings.
  • An embedding is a value assigned to an entity based on an objective. Specifically, all entities are initially assigned a random embeddding. Then, progressively, these embeddings are modified to maximize a stated objective. The objective will differ based on the problem being analyzed.
  • Such an approach allows difficult standardization tasks to be analyzed, such as clustering similar entities, synonym identification and retrieval tasks, seniority relations, relevance relations, identifying analogies, outlier identification, and prediction tasks such as predicting job transitions
  • a good vector embedding for titles should be able to predict both title transitions and title similarity using a learner in the embedded space.
  • Example objectives include:
  • FIG. 1 is a block diagram illustrating a client-server system 100, in accordance with an example embodiment,
  • a networked system 102 provides server-side functionality via a network 104 (e.g., the Internet or a wide area network (WAN)) to one or more clients,
  • FIG. I illustrates, for example, a web client 106 (e.g., a browser) and a programmatic client 108 executing on respective client machines 110 and 1 12.
  • a web client 106 e.g., a browser
  • programmatic client 108 executing on respective client machines 110 and 1 12.
  • An application program interface (API) server 114 and a web server 116 are coupled to, and provide programmatic and web interfaces respectively to, one or more application servers 118.
  • the application server(s) 118 host one or more applications 120.
  • the application server(s) 1 18 are, in turn, shown to be coupled to one or more database servers 124 that facilitate access to one or more databases 126. While the appiication(s) 120 are shown in FIG. 1 to form part of the networked system 102, it will be appreciated that, in alternative
  • the application(s) 120 may form part of a sendee that is separate and distinct from the networked system 102.
  • client-server system 100 shown in FIG. 1 employs a client-server architecture
  • present disclosure is, of course, not limited to such an architecture, and could equally well find application in a distributed, or peer-to-peer, architecture system, for example.
  • the various applications 120 could also be implemented as standalone software programs, which do not necessarily have networking capabilities.
  • the web client 106 accesses the various applications 120 via the web interface supported by the web server 116, Similarly, the programmatic client
  • FIG. 1 also illustrates a third-party application 128, executing on a third-party server 30, as having programmatic access to the networked system 102 via the programmatic interface provided by the API server 114.
  • the third-party application 128 may, utilizing information retrieved from the networked system 102, support one or more features or functions on a website hosted by a third party.
  • the third-party website may, for example, provide one or more functions that are supported by the relevant applications 120 of the networked system 102.
  • any website referred to herein may comprise online content that may be rendered on a variety of devices including, but not limited to, a desktop personal computer (PC), a laptop, and a mobile device (e.g., a tablet computer, smartphone, etc.).
  • a user can use a mobile app on a m obile device (any of the cl ient machines 1 10, 112 and the third-party server 130 may be a mobile device) to access and browse online content, such as any of the online content discl osed herein.
  • a mobile server e.g., API server 1 14
  • the networked system 102 may comprise functional components of a social networking service.
  • FIG. 2 is a block diagram showing the functional components of a social networking service, including a data processing module referred to herein as a search engine 216, for use in generating and providing search results for a search query, consistent with some embodiments of the present discl osure.
  • the search engine 216 may reside on the application server(s) 1 8 in FIG. 1. However, it is contemplated that other configurations are also within the scope of the present disclosure.
  • a front end may comprise a user interface module (e.g., a web server 1 16) 212, which receives requests from various client computing devices and communicates appropriate responses to the requesting client devices.
  • the user interface module(s) 212 may receive requests in the form of Hypertext Transfer Protocol (HTTP ) requests or other web-based API requests.
  • HTTP Hypertext Transfer Protocol
  • a member interaction detection module 213 may be provided to detect various interactions that members have with the different applications 120, services, and content presented. As shown in FIG. 2, upon detecting a particular interaction, the member interaction detection module 213 logs the interaction, including the type of interaction and any metadata relating to the interaction, in a member activity and behavior database 222.
  • An application logic layer may include one or more various application server modules 214, which, in conjunction with the user interface module(s) 212, generate various user interfaces (e.g., web pages) with data retrieved from various data sources in a data layer.
  • individual application server modules 214 are used to implement the
  • the data layer may include several databases, such as a profile database 218 for storing profile data, including both member profile data and profile data for various organizations (e.g., companies, schools, etc).
  • a profile database 218 for storing profile data, including both member profile data and profile data for various organizations (e.g., companies, schools, etc).
  • the person when a person initially registers to become a member of the social networking service, the person will be prompted to provide some personal information, such as his or her name, age (e.g., birth date), gender, interests, contact information, home town, address, spouse's and/or family members' names, educational background (e.g., schools, majors, matriculation and/or graduation dates, etc.), employment history, skills, professional organizations, and so on.
  • This information is stored, for example, in the profile database 218.
  • the representative may be prompted to provide certain information about the organization.
  • This information may be stored, for example, in the profile database 2 8, or another database (not shown).
  • the profile data may be processed (e.g., in the background or offline) to generate various derived profile data. For example, if a member has provided information about various job titles that the member has held with the same organization or different organizations, and for how long, this information can be used to infer or derive a member profile attribute indicating the member's overall seniority level, or seniority level within a particular organi zation.
  • importing or otherwise accessing data from one or more externally hosted data sources may enrich profile data for both members and organizations. For instance, with organizations in particular, financial data may be imported from one or more external data sources and made part of an organization's profile. This importation of organization data and enrichment of the data will be described in more detail later in this document.
  • a member may invite other members, or be invited by other members, to connect via the social networking sendee.
  • a "connection" may constitute a bilateral agreement by the members, such that both members acknowledge the establishment of the connection.
  • a member may elect to "follow" another member.
  • the concept of "following" another member typically is a unilateral operation and, at least in some embodiments, does not require acknowledgement or approval by the member who is being foliowed.
  • the member who is following may receive status updates (e.g., in an activity or content stream) or other messages published by the member being foliowed, or relating to various activities undertaken by the member being followed.
  • the member when a member follows an organization, the member becomes eligible to receive messages or status updates published on behalf of the organization. For instance, messages or status updates published on behalf of an organization that a member is following will appear in the member's personalized data feed, commonly referred to as an activity stream or content stream.
  • the various associations and relationships that the members establish with other members, or with other entities and objects, are stored and maintained within a social graph in a social graph database 220.
  • the members' interactions and behavior e.g., content viewed, links or buttons selected, messages responded to, etc.
  • the members' interactions and behavior may be tracked, and information concerning the members' activities and behavior may be logged or stored, for example, as indicated in FIG. 2, by the member activity and behavior database 222. This logged activity information may then be used by the search engine 216 to determine search results for a search query.
  • the databases 218, 220, and 222 may be incorporated into the database(s) 126 in FIG. 1.
  • other configurations are also within the scope of the present disclosure.
  • the social networking system 210 provides an API module via which applications 120 and services can access various data and services provided or maintained by the social networking service.
  • an application 120 may be able to request and/or receive one or more navigation recommendations.
  • Such applications 120 may be browser-based applications 120, or may be operating system-specific.
  • some applications 120 may reside and execute (at least partially) on one or more mobile devices (e.g., phone or tablet computing devices) with a mobile operating system.
  • the applications 120 or services that leverage the API may be applications 120 and services that are developed and maintained by the entity operating the social networking service, nothing other than data privacy concerns prevents the API from being provided to the public or to certain third parties under special arrangements, thereby making the navigation recommendations available to third-party applications 128 and services.
  • search engine 216 is referred to herein as being used in the context of a social networking service, it is contemplated that it may also be employed in the context of any website or online services. Additionally, although features of the present disclosure are referred to herein as being used or presented in the context of a web page, it is contemplated that any user interface view (e.g., a user interface on a mobile device or on desktop software) is within the scope of the present disclosure.
  • search engine 216 facilitates the indexing and searching for content within the social networking service, such as the indexing and searching for data or information contained in the data layer, such as profile data (stored, e.g., in the profile database 218), social graph data
  • the search engine 216 may collect, parse, and/or store data in an index or other similar structure to facilitate the identifi cation and retrieval of information in response to received queries for information. This may include, but is not limited to, forward search indexes, inverted indexes, N-gram indexes, and so on.
  • FIG. 3 is a block diagram illustrating the application server module 214 of FIG. 2 in more detail. While in many embodiments the application server module 214 will contain many subcomponents used to perform various different actions within the social networking system 210, in FIG. 3 only those components that are relevant to the present disclosure are depicted.
  • an entity retrieval component 300 retrieves entities from a database 305. This may include, for example, important existing taxonomies.
  • the entities, once extracted, are passed to a deep representation formation component 310, which acts to form a deep representation of the entities, as will be described in more detail later. This may include utilizing a machine learning component 330. Once formed, the deep representation of entities 335 may be stored in database 340.
  • database 305 and database 340 are a single database.
  • every entity that could be mapped to a taxonomy in a social network may be mapped to a vector
  • mapping (a point in an arbitrary space). This mapping may be known as an embedding.
  • the vector may include any number of dimensions.
  • each entity is embedded to a vector having 128 dimensions. This means that every entity is mapped to a set of 128 coordinates. By arbitrary, this means that each dimension has no meaning in itself - they simply are a mechanism by which distance between entities may be measured.
  • the specific starting values for each vector may be randomly assigned, and through a machine learning optimization process the starting values are altered over and over until a particular objective is optimized. It should be noted that it may be desirable to select at least enough dimensions as objectives to solve for, however this is not a requirement.
  • an entity as described herein is a specific instance of standardized data in the social network. Typically these entities will include pieces of data supplied in a member profile that is capable of being standardized. Common entities in social networking profiles include titles, industries, locations, skills, likes, dislikes, schools attended, etc. Certain types of data are less likely to be capable of being standardi zed, such as names, publications, etc.
  • the deep representation of entities may be a single representation for many different types of entities. For example, whereas in the prior art each entity type would be mapped into a hierarchy of entities just of that entity type, the deep representation of entities in the present disclosure allows for multiple entity types to be mapped into the same data structure, thus permitting enriched analyses and predictions based on the relationships between entities of different entity types.
  • FIG. 4 is a block diagram illustrating a machine learning component
  • the machine learning component 330 may utilize machine learning processes to arrive at a prediction model 400 used to provide a confidence score for a particular prediction.
  • the exact prediction may vary based on the objective being selected.
  • the machine learning component 330 may comprise a training component 402 and a confidence scoring component 404.
  • the training component 402 feeds training data 406 comprising, for example, member profile data and member activity data into a feature extractor 408 that extracts one or more features 410 of the information.
  • the training data 406 may also include output of an objective function 411 performed on embeddings 412 corresponding to the training data
  • a machine learning algorithm 413 produces the predicti on model 400 using the extracted features 410 and the output of the objective function 411. In some example embodiments, this involves the machine learning algorithm 413 learning weights to apply in the prediction model 400.
  • the confidence scoring component 404 one or more entities 414, as well as one or more outputs of objective function(s) 416 performed on embeddings 418 corresponding to the one or more entities 414, may be fed to the prediction model 400, which outputs a confidence score for each of one or more potential predictions, indicating a confidence level in the corresponding potential prediction.
  • the prediction model 400 may be periodically updated via additional training and/or user feedback 420.
  • the user feedback 420 may be either feedback from members performing searches or from
  • the user feedback 420 may include an indication about how successful the prediction model 400 is in providing accurate confidence scores.
  • the machine learning algorithm 413 may be selected from among many different potential supervised or unsupervised machine learning algorithms.
  • supervised learning algorithms include artificial neural networks, Bayesian networks, instance-based learning, support vector machines, random forests, linear classifiers, quadratic classifi ers, k-nearest neighbor, decision trees, and hidden Markov models.
  • unsupervised learning algorithms include expectation-maximization algorithms, vector quantization, and information bottleneck method.
  • a multi-class logistical regression model is used.
  • the training component 402 may operate in an offline manner to train the prediction model 400.
  • the confidence scoring component 404 may be designed to operate in either an offline manner or an online manner.
  • FIG. 5 is a flow diagram illustrating a method 500 for creating a deep embedded representation of social network entities in accordance with an example embodiment.
  • each of the soci al network entiti es is initially mapped to a vector including a set of n coordinates.
  • n is 128.
  • this initial mapping is random, in that each of the n coordinates for an entity is selected using a random number generator or the like, designed to output a random number in an arbitrary space. This arbitrary space may be bounded on both sides.
  • the random number generator may- generate a random number between 0 and 1 to one decimal place (e.g., 0.0, 0. 1 , 0.2, etc.).
  • each of these vectors may be stored in a deep representation data structure.
  • the form of this data structure may vary based on implementation.
  • the data structure may take the form of a matrix.
  • one or more objective functions are applied to each of at least one combination of two or more vectors.
  • the objective function is selected based on the prediction that is attempting to be solved. For example, if the selected prediction that is attempting to be solved is whether a member of the social network having a particular title also has a certain skill, then the objective function may be a dot product function between vectors for title entities and vectors for skills entities.
  • the result of the application of the objective function is an objective function output.
  • an optimization test is applied to each of the outputs of the objective function.
  • the purpose of the optimization test is to determine whether the embeddings have been optimized. This determination may be based on whether a machine learning model would, if fed at least one of the vectors in the combination, be accurate in the selected prediction. For example, if, as above, the prediction that is attempting to be solved is whether a member of the social network having a particular title also has a certain skill, then the result of operation 506 (the dot product of the title entity and skill entity) should be at a maximum (e.g., 1 .0) for members with the title also having the skill. Thus, a machine learning model is run using one of the entities represented by the vectors in the combination to determine if it would accurately predict the presence of the other vector(s).
  • a member profile containing both the particular title and the certain skill could be fed to the machine learning model, the machine learning model having been trained based on the objective function output, and if the machine learning model accurately predicts that the member profile should contain the certain skill, then the optimization test passes. If not, it fails.
  • the method 500 For each combination of vectors tested by the optimization test, if the optimization test fails, then at operation 510 the embeddings for the vectors are altered to reduce the distance in the arbitrary space between the vectors. Then the method 500 loops back to operation 508. Thus, this optimization loop continues until each combination of vectors analysed by the optimization test has passed the optimization test. [0055] As described briefly earlier, in some example embodiments the method 500 is designed to optimize on multiple objectives simultaneously. There are a number of different techniques that could be utilized in order to accomplish this. In one example embodiment, embeddings are modified to minimize total error over both objectives.
  • the method 500 can optimize the embeddings to minimize X+Y. While this technique works well for a few different objectives simultaneously, it tends not to work as well when the number of objectives increases (i.e., it does not scale well). This is because certain objective functions may generate bigger errors than others, leading to a bias in the optimization towards the functions that generate bigger errors.
  • the precise objective to optimize on is not known a priori, and thus it may be desirable to optimize generally on a large number of different potential objectives simultaneously.
  • the optimization is
  • FIG. 6 is a diagram illustrating an example of a deep representation 600 of titles and skills in accordance with an example embodiment. It should be noted that while in example embodiments a number of different coordinates (e.g., 128) are used for each entity, since it is impossible to visually depict 128 dimensions, for simplicity a T-SNE algorithm is used to visualize the vectors. Essentially every two data points that are close to each other in the vector space will end up close to each other in the T-SNE
  • FIG. 7 is a diagram illustrating the example of the deep
  • FIG. 8 is a flow diagram illustrating a method 800 for creating a deep representation of entities specifically for relating titles and skills.
  • titles and skills are embedded in a such a way that the dot product is maximized when the skill and title tend to co-occur, and minimized otherwise.
  • a member title identification (entity) 802 is used for an embedding step 804, which outputs a title latent representation, specifically a vector 806 for the title.
  • a skill identification (entity) 808 is used for an embedding step 810, which outputs a skill latent representation for the skill, specifically a vector 812 for the skill.
  • FIG. 9 is a flow diagram illustrating a method 900 for creating a deep representation of entities specifically for skili-set-based title prediction.
  • This model optimizes for an application known as title disambiguation. Specifically, some members may submit very broad titles (e.g., manager), and it can be useful to predict a more exact title identification given the set of skills the member has.
  • the method 900 is similar to method 800, except that the task is used as a validation set to prevent embedding overfitting, the model needs to aggregate multiple skills, and since the task includes a validation set, regularization parameters are introduced.
  • a member title identification (entity) 902 is used for an embedding step 904, which outputs a title latent representation, specifically a vector 906 for the title.
  • multiple skill identifications (entities) 908A-908C are used for an embedding step 920, which outputs a skill latent representation of each skill, specifically vectors 912.
  • Vectors 906 and 912 are then fed to an objective function 914, herein being a dot product operation plus a bias (e.g., addition or subtraction of a constant).
  • vectors 912 may first be passed through a max pooling step 913 ,
  • Max pooling is a sample-based discretization process used in neural networks.
  • the objective is to down-sample an input representation such as a vector, reducing its dimensionality and allowing for assumptions to be made about features contained in the sub-regions binned. This is done in part to help over-fitting by providing an abstracted form of the representation. It also reduces computational cost by reducing the number of parameters to learn, as well as providing basic translation invariance to the internal representation.
  • optimization test 916 is performed on the output of objective function 914.
  • the optimization test 916 includes comparing the output of objective function 914 with a label of one for members that have the skill identifications 908A-908C. If the optimization test 916 fails, then the embedding step 904 and embedding step 920 are repeated to maximize the objective (e.g., making the vectors 906, 912 closer to each other in the arbitrary space).
  • Modules may constitute either software modules (e.g., code embodied on a machine-readable medium) or hardware modules.
  • a "hardware module” is a tangible unit capable of performing certain operations and may be configured or arranged in a certain physical manner.
  • one or more computer systems e.g., a standalone computer system, a client computer system, or a server computer system
  • one or more hardware modules of a computer system e.g., a processor or a group of processors
  • software e.g., an application or application portion
  • a hardware module may be implemented mechanically, electronically, or any suitable combination thereof.
  • a hardware module may include dedicated circuitry or logic that is permanently configured to perform certain operations.
  • a hardware module may be a special-purpose processor, such as a Field-Programmable Gate Array (FPGA) or an Application Specific Integrated Circuit (ASIC).
  • a hardware module may also include programmable logic or circuitry that is temporarily configured by software to perform certain operations.
  • a hardware module may include software executed by a general-purpose processor or other programmable processor. Once configured by such software, hardware modules become specific machines (or specific components of a machine) uniquely tailored to perform the configured functions and are no longer general-purpose processors. It will be appreciated that the decision to implement a hardware module mechanically, in dedicated and permanently configured circuitry, or in temporarily configured circuitiy (e.g., configured by software) may be driven by cost and time considerations.
  • hardware module should be understood to encompass a tangible entity, be that an entity that is physically constructed, permanently configured (e.g., hardwired), or temporarily configured (e.g., programmed) to operate in a certain manner or to perform certain operations described herein.
  • “hardware-implemented module” refers to a hardware module. Considering embodiments in which hardware modules are temporarily configured (e.g., programmed), each of the hardware modules need not be configured or instantiated at any one instance in time. For example, where a hardware module comprises a general-purpose processor configured by- software to become a special-purpose processor, the general-purpose processor may be configured as respectively different special-purpose processors (e.g., comprising different hardware modules) at different times.
  • processors accordingly configures a particular processor or processors, for example, to constitute a pariicular hardware module at one instance of time and to constitute a different hardware module at a different instance of time.
  • Hardware modules can provide information to, and receive information from, other hardware modules. Accordingly, the described hardware modules may be regarded as being communicatively coupled. Where multiple hardware modules exist contemporaneously, communications may be achieved through signal transmission (e.g., over appropriate circuits and buses) between or among two or more of the hardware modules. In embodiments in which multiple hardware modules are configured or instantiated at different times, communications between such hardware modules may be achieved, for example, through the storage and retrieval of information in memory structures to which the multiple hardware modules have access. For example, one hardware module may perform an operation and store the output of that operation in a memory device to which it is communicatively coupled. A further hardware module may then, at a later time, access the memory device to retrieve and process the stored output. Hardware modules may also initiate
  • communications with input or output devices can operate on a resource (e.g., a collection of information).
  • a resource e.g., a collection of information
  • processors may be temporarily configured (e.g., by software) or permanently configured to perform the relevant operations. Whether temporarily or permanently configured, such processors may constitute processor-implemented modules that operate to perform one or more operations or functions described herein.
  • processor-implemented module refers to a hardware module implemented using one or more processors.
  • the methods described herein may be at least partially processor-implemented, with a particular processor or processors being an example of hardware. For example, at least some of the operations of a method may be performed by one or more processors or processor-implemented modules.
  • the one or more processors may also operate to support performance of the relevant operations in a "cloud computing" environment or as a “software as a service” (SaaS).
  • SaaS software as a service
  • the operations may be performed by a group of computers (as examples of machines including processors), with these operations being accessible via a network (e.g., the Internet) and via one or more appropriate interfaces (e.g., an API).
  • the performance of certain of the operations may be distributed among the processors, not only residing within a single machine, but deployed across a number of machines.
  • the processors or processor-implemented modules may be located in a single geographic location (e.g., within a home environment, an office environment, or a server farm). In other example embodiments, the processors or processor-implemented modules may be distributed across a number of geographic locations.
  • FIGs, 1-9 The modules, methods, applications, and so forth described in conjunction with FIGs, 1-9 are implemented in some embodiments in the context of a machine and an associated software architecture.
  • the sections below describe representative software architecture(s) and machine (e.g., hardware) architecture(s) that are suitable for use with the disclosed embodiments.
  • Software architectures are used in conjunction with hardware architectures to create devices and machines tailored to particular purposes. For example, a particular hardware architecture coupled with a particular software architecture will create a mobile device, such as a mobile phone, tablet device, or so forth. A slightly different hardware and software architecture may yield a smart device for use in the "internet of things," while yet another combination produces a server computer for use within a cloud computing architecture. Not all combinations of such software and hardware architectures are presented here. as those of skill in the art can readily understand how to implement the inventive subject matter in different contexts from the disclosure contained herein.
  • FIG. 10 is a block diagram 1000 illustrating a representative software architecture 1002, which may be used in conjunction with various hardware architectures herein described.
  • FIG. 10 is merely a non-limiting example of a software architecture, and it will be appreciated that many other architectures may be implemented to facilitate the functionality described herein.
  • the software architecture 1002 may be executing on hardware such as a machine 100 of FIG. 1 that includes, among other things, processors 11 0,
  • a representative hardware layer 1004 is illustrated and can represent, for example, the machine 1100 of FIG. 1 1.
  • the representative hardware layer 1004 comprises one or more processing units 1006 having associated executable instructions 1008.
  • the executable instructions 1008 represent the executable instructions of the software architecture 1002, including implementation of the methods, modules, and so forth of FIGs. 1-9.
  • the hardware layer 1004 also includes memory and/or storage modules 1010, which also have the executable instructions 1008.
  • the hardware layer 1004 may also comprise other hardware 1012, which represents any other hardware of the hardware layer 1004, such as the other hardware illustrated as part of the machine 1100.
  • the software architecture 1002 may be conceptualized as a stack of layers where each layer provides particular functionality.
  • the software architecture 1002 may include layers such as an operating system 1014, libraries 1016, frameworks/middleware 1018, applications 1020, and a presentation layer 1044.
  • the applications 1020 and/or other components within the layers may invoke API calls 1024 through the software stack and receive responses, returned values, and so forth, illustrated as messages 1026, in response to the API calls 1024.
  • the layers illustrated are representative in nature and not all software architectures have all layers. For example, some mobile or special -purpose operating systems may not provide a layer of frameworks/middleware 1018, while others may provide such a layer. Other software architectures may include additional or different layers.
  • the operating system 1014 may manage hardware resources and provide common services.
  • the operating system 1014 may include, for example, a kernel 1028, services 1030, and drivers 1032.
  • the kernel 1028 may act as an abstraction layer between the hardware and the other software layers.
  • the kernel 1028 may be responsible for memory management, processor management (e.g., scheduling), component management, networking, security settings, and so on.
  • the services 1030 may provide other common services for the other software layers.
  • the drivers 1032 may be responsible for controlling or interfacing with the underlying hardware.
  • the drivers 1032 may include display drivers, camera drivers, Bluetooth® drivers, flash memory drivers, serial communication drivers (e.g., Universal Serial Bus (USB) drivers), Wi-Fi® drivers, audio drivers, power management drivers, and so forth depending on the hardware configuration.
  • USB Universal Serial Bus
  • the libraries 1016 may provide a common infrastructure that may be utilized by the applications 020 and/or other components and/or layers.
  • the libraries 1016 typically provide functionality that allows other software modules to perform tasks in an easier fashion than by interfacing directly with the underlying operating system 1014 functionality (e.g., kernel 1028, services 1030, and/or drivers 1032).
  • the libraries 1016 may include system libraries 1034 (e.g., C standard library) that may provide functions such as memory allocation functions, siring manipulation functions, mathematic functions, and the like.
  • libraries 1016 may include API libraries 1036 such as media libraries (e.g., libraries to support presentation and manipulation of vari ous media formats such as MPEG4, H.264, MP3, AAC, AMR, JPG, PNG), graphics libraries (e.g., an OpenGL framework that may be used to render 2D and 3D graphic content on a display), database libraries (e.g., SQLite that may provide various relational database functions), web libraries (e.g., WebKit that may provide web browsing functionality), and the like.
  • the libraries 1016 may also include a wide variety of other libraries 1038 to provide many other APIs to the applications 1020 and other software components/modules.
  • the frameworks 1018 may provide a higher-level common infrastructure that may he utilized by the applications 1020 and/or other software components/modules.
  • the frameworks 10 8 may provide various graphic user interface (GUI) functions, high-level resource management, high-level location services, and so forth.
  • GUI graphic user interface
  • the frameworks 1018 may provide a broad spectrum of other APIs that may be utilized by the applications 1020 and/or other software components/modules, some of which may be specific to a particular operating system or platform.
  • the applications 1020 include built-in applications 1040 and/or third- party applications 1042.
  • built-in applications 1040 may include, but are not limited to, a contacts application, a browser application, a book reader application, a location application, a media application, a messaging application, and/or a game application.
  • the third-party applications 1042 may include any of the built-in applications 1040 as well as a broad assortment of other applications.
  • the third-party application 1042 e.g., an application developed using the AndroidTM or iOSTM software development kit (SDK) by an entity other than the vendor of the particular platform
  • the third-party application 1042 may be mobile software running on a mobile operating system such as iOSTM, AndroidTM, Windows® Phone, or other mobile operating systems.
  • the third-party application 1042 may invoke the API calls 1024 provided by the mobile operating system such as the operating system 1014 to facilitate functionality described herein.
  • the applications 1020 may utilize built-in operating system 1014 functions (e.g., kernel 1028, services 1030, and/or drivers 1032), libraries 1016 (e.g., system libraries 1034, API libraries 1036, and other libraries 1038), and frameworks/middleware 1018 to create user interfaces to interact with users of the system.
  • built-in operating system 1014 functions e.g., kernel 1028, services 1030, and/or drivers 1032
  • libraries 1016 e.g., system libraries 1034, API libraries 1036, and other libraries 1038
  • frameworks/middleware 1018 e.g., frameworks/middleware 1018 to create user interfaces to interact with users of the system.
  • interactions with a user may occur through a presentation layer, such as the presentation layer 1044.
  • the application/module "logic" can be separated from the aspects of the application/module that interact with a user.
  • Some software architectures utilize virtual machines.
  • this is illustrated by a virtual machine 1048.
  • a virtual machine creates a software environment where applications/modules can execute as if they were executing on a hardware machine (such as the machine 1 100 of FIG. 1 , for example).
  • a virtual machine is hosted by a host operating system (e.g., operating system 1014 in FIG. 10) and typically, although not always, has a virtual machine monitor 1046, which manages the operation of the virtual machine 1048 as well as the interface with the host operating system (e.g., operating system 1014).
  • a software architecture executes within the virtual machine 1048, such as an operating system 1050, libraries 1052,
  • FIG. 1 1 is a block diagram illustrating components of a machine 1 100, according to some example embodiments, able to read instructions from a machine-readable medium (e.g., a machine-readable storage medium) and perform any one or more of the methodologies discussed herein.
  • FIG. 1 1 shows a diagrammatic representation of the machine 1 100 in the example form of a computer system, within which instructions 11 16 (e.g., software, a program, an application, an applet, an app, or other executable code) for causing the machine 1 100 to perform any one or more of the methodologies discussed herein may be executed.
  • the instructions 1116 transform the general, non-programmed machine into a particular machine programmed to carry out the described and illustrated functions in the manner described.
  • the machine 1 100 operates as a standalone device or may be coupled (e.g., networked) to other machines.
  • the machine 1100 may operate in the capacity of a server machine or a client machine in a server-client network environment, or as a peer machine in a peer- to-peer (or distributed) network environment.
  • the machine 1 100 may comprise, but not be limited to, a server computer, a client computer, a PC, a tablet computer, a laptop computer, a netbook, a set-top box (STB), a personal digital assistant (PDA), an entertainment media system, a cellular telephone, a smart phone, a mobile device, a wearable device (e.g., a smart watch), a smart home device (e.g., a smart appliance), other smart devices, a web appliance, a network router, a network switch, a network bridge, or any machine capable of executing the instaictions 1116, sequentially or otherwise, that specify actions to be taken by the machine 1100.
  • the term "machine” shall also be taken to include a collection of machines 1 100 that individually or jointly execute the instructions 1116 to perform any one or more of the methodologies discussed herein.
  • the machine 1100 may include processors 1110, memory/storage 1 130, and I/O components 1150, which may be configured to communicate with each other such as via a bus 1102.
  • the processors 1110 e.g., a Central Processing Unit (CPU), a Reduced Instruction Set
  • RISC Complex Instruction Set Computing
  • GPU Graphics Processing Unit
  • DSP Digital Signal Processor
  • ASIC A Radio-Frequency Integrated Circuit
  • RFIC Radio-Frequency Integrated Circuit
  • processor is intended to include multi-core processors that may comprise two or more independent processors (sometimes referred to as “cores” ) that may execute instructions contemporaneously.
  • FIG. 11 shows multiple processors 1 110, the machine 1 100 may include a single processor with a single core, a single processor with multiple cores (e.g., a multi-core processor), multiple processors with a single core, multiple processors with multiples cores, or any combination thereof.
  • the memory/ torage 1 130 may include a memory 1 132, such as a main memory, or other memory storage, and a storage unit 1136, both accessible to the processors 1110 such as via the bus 1 102.
  • the storage unit 1 136 and memory 1132 store the instructions 1 1 16 embodying any one or more of the methodologies or functions described herein.
  • the instructions 1116 may also reside, completely or partially, within the memory 1132, within the storage unit 1136, within at least one of the processors 1110 (e.g., within the processor's cache memory), or any suitable combination thereof, during execution thereof by the machine 1 100. Accordingly, the mem or ' 1 132, the storage unit 1136, and the memory of the processors 1110 are examples of machine-readable media.
  • machine-readable medium means a device able to store instructions and data temporarily or permanently and may include, but is not limited to, random-access memory (RAM), read-only memory (ROM), buffer memory, flash memory, optical media, magnetic media, cache memory, other types of storage (e.g., Erasable Programmable Read-Only Memory (EEPROM)), and/or any suitable combination thereof.
  • RAM random-access memory
  • ROM read-only memory
  • buffer memory flash memory
  • optical media magnetic media
  • cache memory other types of storage
  • EEPROM Erasable Programmable Read-Only Memory
  • machine- readable medium should be taken to include a single medium or multiple media (e.g., a centralized or distributed database, or associated caches and servers) able to store the instructions 1 16.
  • machine-readable medium shall also be taken to include any medium, or combination of multiple media, that is capable of storing instaictions (e.g., instaictions 1116) for execution by a machine (e.g., machine 1 100), such that the instructions, when executed by one or more processors of the machine (e.g., processors 1 10), cause the machine to perform any one or more of the methodologies described herein.
  • a “machine-readable medium” refers to a single storage apparatus or device, as well as “cloud-based” storage systems or storage networks that include multiple storage apparatus or devices.
  • the term “machine-readable medium” excludes signals per se.
  • the 170 components 1 50 may include a wide variety of components to receive input, provide output, produce output, transmit information, exchange information, capture measurements, and so on.
  • the specific I/O components 150 that are included in a particular machine will depend on the type of machine. For example, portable machines such as mobile phones will likely include a touch input device or other such input mechanisms, while a headless server machine will likely not include such a touch input device. It will be appreciated that the I/O components 1 1 50 may include many other components that are not shown in FIG. 11.
  • the TO components 1150 are grouped according to functionality merely for simplifying the following discussion and the grouping is in no way limiting. In various example embodiments, the TO components
  • the output components 1 150 may include output components 152 and input components 1 154,
  • the output components 1 152 may include visual components (e.g., a display such as a plasma display panel (PDP), a light emitting diode (LED) display, a liquid crystal display (LCD), a projector, or a cathode ray tube (CRT)), acoustic components (e.g., speakers), haptic components (e.g., a vibratory motor, resistance mechanisms), other signal generators, and so forth.
  • a display such as a plasma display panel (PDP), a light emitting diode (LED) display, a liquid crystal display (LCD), a projector, or a cathode ray tube (CRT)
  • acoustic components e.g., speakers
  • haptic components e.g., a vibratory motor, resistance mechanisms
  • the input components 1154 may include alphanumeric input components (e.g., a keyboard, a touch screen configured to receive alphanumeric input, a photo-optical keyboard, or other alphanumeric input components), point based input components (e.g., a mouse, a touchpad, a trackball, a joystick, a motion sensor, or another pointing instrument), tactile input components (e.g., a physical button, a touch screen that provides location and/or force of touches or touch gestures, or other tactile input components), audio input components (e.g., a microphone), and the like.
  • alphanumeric input components e.g., a keyboard, a touch screen configured to receive alphanumeric input, a photo-optical keyboard, or other alphanumeric input components
  • point based input components e.g., a mouse, a touchpad, a trackball, a joystick, a motion sensor, or another pointing instrument
  • tactile input components e.g., a physical button,
  • the I/O components 1 1 50 may include biometric components 1 156, motion components 1 158, environmental components 1160, or position components 1162, among a wide array of other components.
  • the biometric components 1156 may include components to detect expressions (e.g., hand expressions, facial expressions, vocal expressions, body gestures, or eye tracking), measure biosignais (e.g., blood pressure, heart rate, body temperature, perspiration, or brain waves), identify a person (e.g., voice identification, retinal identification, facial identification, fingerprint identification, or electroencephalogram based identification), and the like.
  • the motion components 1158 may include acceleration sensor components (e.g., accelerometer), gravitation sensor components, rotation sensor components (e.g., gyroscope), and so forth.
  • the environmental components 1 160 may include, for example, illumination sensor components (e.g., photometer), temperature sensor components (e.g., one or more thermometers that detect ambient temperature), humidity sensor components, pressure sensor components (e.g., barometer), acoustic sensor components (e.g., one or more microphones that detect background noise), proximity sensor components (e.g., infrared sensors that detect nearby objects), gas sensors (e.g., gas detection sensors to detect concentrations of hazardous gases for safety or to measure pollutants in the atmosphere), or other components that may provide indications, measurements, or signals corresponding to a surrounding physical environment.
  • illumination sensor components e.g., photometer
  • temperature sensor components e.g., one or more thermometers that detect ambient temperature
  • humidity sensor components e.g., pressure sensor components (e.g., barometer)
  • the position components 1 162 may include location sensor components (e.g., a Global Position System (GPS) receiver component), altitude sensor components (e.g., altimeters or barometers that detect air pressure from which altitude may be derived), orientation sensor components (e.g., magnetometers), and the like.
  • location sensor components e.g., a Global Position System (GPS) receiver component
  • altitude sensor components e.g., altimeters or barometers that detect air pressure from which altitude may be derived
  • orientation sensor components e.g., magnetometers
  • the I/O components 1 150 may include communication components 1 164 operable to couple the machine 1 100 to a network 1180 or devices 1 170 via a coupling 1 182 and a coupling 1 172, respectively.
  • the communication components 164 may include a network interface component or other suitable device to interface with the network 180.
  • the communication components 1 164 may include wired communication components, wireless communication components, cellular communication components, Near Field Communication (NFC) components, Bluetooth® components (e.g., Bluetooth® Low Energy), Wi-Fi® components, and other communication components to provide communication via other modalities.
  • the devices 1 170 may be another machine or any of a wide variety of peripheral devices (e.g., a peripheral device coupled via a USB).
  • the communication components 1 164 may detect identifiers or include components operable to detect identifiers.
  • the communication components 1 164 may include Radio Frequency
  • RFID Identification
  • NFC smart tag detection components optical reader components (e.g., an optical sensor to detect one- dimensional bar codes such as Universal Product Code (UPC) bar code, multidimensional bar codes such as Qui ck Response (OR) code, Aztec code, Data Matrix, Dataglyph, MaxiCode, PDF417, Ultra Code, UCC RSS-2D bar code, and other optical codes), or acoustic detection components (e.g., microphones to identify tagged audio signals).
  • UPC Universal Product Code
  • OR Qui ck Response
  • Aztec code Aztec code
  • Data Matrix Dataglyph
  • MaxiCode MaxiCode
  • PDF417 MaxiCode
  • Ultra Code Ultra Code
  • UCC RSS-2D bar code Ultra Code
  • acoustic detection components e.g., microphones to identify tagged audio signals.
  • a variety of information may be derived via the communication components 1 164, such as location via Internet Protocol (IP) geolocation, location via Wi-Fi® signal tri angulation, location via detecting an NFC beacon signal that may indicate
  • one or more portions of the network 1180 may be an ad hoc network, an intranet, an extranet, a virtual private network (VPN), a local area network (LAN), a wireless LAN (VVLAN), a WAN, a wireless WAN (WW AN), a metropolitan area network (MAN), the Internet, a portion of the Internet, a portion of the Public Switched Telephone Network (PSTN), a plain old telephone service (POTS) network, a cellular telephone network, a wireless network, a Wi-Fi® network, another type of network, or a combination of two or more such networks.
  • VPN virtual private network
  • LAN local area network
  • VVLAN wireless LAN
  • WAN a wireless WAN
  • WW AN wireless WAN
  • MAN metropolitan area network
  • PSTN Public Switched Telephone Network
  • POTS plain old telephone service
  • the network 1 180 or a portion of the network 1180 may include a wireless or cellular network and the coupling 1 182 may be a Code Division Multiple Access (CDMA) connection, a Global System for Mobile communications (GSM) connection, or another type of cellular or wireless coupling.
  • the coupling 1182 may implement any of a variety of types of data transfer technology, such as Single Carrier Radio Transmission Technology (IxRTT), Evolution-Data Optimized (EVDO) technology, General Packet Radio Service (GPRS) technology, Enhanced Data rates for GSM Evolution (EDGE) technology, third Generation Partnership Project (3 GPP) including 3G, fourth generation wireless (4G) networks, Universal Mobile Telecommunications System (UMTS), High Speed Packet Access (HSPA), Worldwide
  • VVTMAX Microwave Access
  • LIE Long Term Evolution
  • the instructions 1 1 16 may be transmitted or received over the network 1180 using a transmission medium via a network interface device (e.g., a network interface component included in the communication components 1 164) and utilizing any one of a number of well-known transfer protocols (e.g., HTTP). Similarly, the instructions 1116 may be transmitted or received using a transmission medium via the coupling 1 172 (e.g., a peer-to-peer coupling) to the devices 1170.
  • the term "transmission medium” shall be taken to include any intangible medium that is capable of storing, encoding, or carrying the instructions 1116 for execution by the machine 1 100, and includes digital or analog communications signals or other intangible media to facilitate communication of such software.
  • the term "or" may be construed in either an inclusive or exclusive sense. Moreover, plural instances may be provided for resources, operations, or structures described herein as a single instance. Additionally, boundaries between various resources, operations, modules, engines, and data stores are somewhat arbitrary, and particular operations are illustrated in a context of specific illustrative configurations. Other allocations of functionality are envisioned and may fail within a scope of various embodiments of the present disclosure. In general, structures and functionality presented as separate resources in the example configurations may be implemented as a combined structure or resource. Similarly, structures and functionality presented as a single resource may be implemented as separate resources. These and other variations, modifications, additions, and improvements fall within a scope of embodiments of the present disclosure as represented by the appended claims. The specification and drawings are, accordingly, to be regarded in an illustrative rather than a restrictive sense.

Abstract

In an example embodiment, for each of a plurality of different entities in a social network structure, the entity is mapped into a vector having n coordinates. The vector for each of the plurality of different entities is stored in a deep representation data structure. One or more objective functions are applied to at least one combination of two or more of the vectors in the deep representation data structure. Then, an optimization test on each of the at least one combination of two or more of the vectors is performed using a corresponding objective function output for each of the at least one combination of two or more of the vectors, and, for any combination that did not pass the optimization test, one or more coordinates for the vectors in the combination are altered so that the vectors in the combination become closer together within an n-dimensional space.

Description

EMBEDDED DEEP REPRESENTATION OF SOCIAL NETWORK
TAXONOMY
[0001] This PCT application claims the benefit of the filing date of U.S. Patent Application Serial No. 15/360,547, filed November 23, 2016, entitled, "EMBEDDED DEEP REPRESENTATION OF SOCIAL NETWORK
TAXONOMY," and is related to U.S. Patent Application Serial No. 15/360,576, filed November 23, 2016, entitled, "SKILL-BASED TITLE PREDICTION MODEL," which applications are incorporated herein by reference in their entirety.
TECHNICAL FIELD
[0002] The present disclosure generally relates to computer technology for solving technical challenges in analyzing taxonomy data in social network. More specifically, the present disclosure relates to an embedded deep representation of a social network taxonomy.
BACKGROUND
[0003] The rise of the Internet has occasioned two disparate phenomena: the increase in the presence of social networks, with their corresponding member profiJes visible to large numbers of people, and the increase in the use of these social networks to perform searches for people and companies. It is common for various attributes of member (e.g., person or company) profiles to be
standardized based on entities in various taxonomies. For example, an industry may be listed for a company, with the industry being selected from among a number of entries in an industry taxonomy, namely a data structure maintained by the social networking service. This industry taxonomy may include a hierarchical organization of possible industries. For example, an industry category of "Information Technology" in the industry taxonomy may have subcategories of "Computer Software", "Computer Hardware", and "Computer
Networking". The industry taxonomy may organize the sub-categories as children of a parent node corresponding to "Information Technology. " There may be many layers of categories and subcategories in the industry taxonomy.
[0004] Industry, of course, is only one example of a member attribute that can be assigned to an entity in a taxonomy. Other examples include job title, school, skills, and so on.
[0005] W hile pure standardization of attributes into taxonomy entities works well when attributes are being considered in a vacuum, this type of
organizational technique creates a technical challenge when it comes to relationships between the attributes. Taxonomies are typically created and managed by people who make subjective decisions as to where entities reside in the taxonomy. While the hierarchical nature of taxonomies do allow for some relationships to be established between entities, this relationship is static and standardized. For example, in a location taxonomy, "Los Angeles", "Silicon Valley", and "Seattle" may be considered to be part of a "West Coast" category, such that a "Los Angeles" node, "Silicon Valley" node, and "Seattle" node are all child nodes of a "West Coast" node. However, in this case, each of the child nodes are equidistant from each other, thus failing to capture the relationships between the child nodes. These relationships can be dynamic and may vary depending upon a desired analysis. For example, in some analyses, the physical distances between the locations might be relevant, whereas in some analyses, other, more subtle relationships between the cities may be relevant. For example, Los Angeles is closer in distance to Silicon Valley than Seattle is, yet if one is attempting to predict a likely city that a computer programmer living in Silicon Valley would move to, Seattle may be far more likely (and thus may have a much closer relationship for this analysis) than Los Angeles. The bare taxonomy architecture does not have a mechanism to capture these types of dynamic and subtle relationships among entities.
[0006] Indeed, standardized data in taxonomies is often categorical and co- occur sparsely, which limits their usefulness for predictive tasks. BRIEF DESCRIPTION OF THE DRAWINGS
[0007] Some embodiments of the technology are illustrated, by way of example and not limitation, in the figures of the accompanying drawings.
[0008] FIG. 1 is a block diagram illustrating a client-server system, in accordance with an example embodiment.
[0009] FIG. 2 is a block diagram showing the functional components of a social networking service, including a data processing module referred to herein as a search engine, for use in generating and providing search results for a search query, consistent with some embodiments of the present disclosure.
[0010] FIG. 3 is a block diagram illustrating the application server module of FIG. 2 in more detail.
[0011] FIG. 4 is a block diagram illustrating a machine learning module in more detail, in accordance with an example embodiment.
[0012] FIG. 5 is a flow diagram illustrating a method for creating a deep embedded representation of social network entities in accordance with an example embodiment.
[0013] FIG. 6 is a diagram illustrating an example of a deep representation of titles and skills in accordance with an example embodiment.
[0014] FIG. 7 is a diagram illustrating the example of the deep
representation from FIG. 6 at a deeper lever (i.e., zoomed in).
[0015] FIG. 8 is a flow diagram illustrating a method for creating a deep representation of entities specifically for relating titles and skills.
[0016] FIG. 9 is a flow diagram illustrating a method for creating a deep representation of entities specifically for skili-set-based title prediction.
[0017] FIG. 10 is a block diagram illustrating a representative software architecture, which may be used in conjunction with various hardware architectures herein described.
[0018] FIG. 1 1 is a block diagram illustrating components of a machine, according to some example embodiments, able to read instructions from a machine-readable medium (e.g., a machine-readable storage medium) and perform any one or more of the methodologies discussed herein. DETAILED DESCRIPTION
OVERVIEW
[0019] The present disclosure describes, among other things, methods, systems, and computer program products that individually provide various functionality. In the following description, for purposes of explanation, numerous specific details are set forth in order to provide a thorough
understanding of the various aspects of different embodiments of the present disclosure. It will be evident, however, to one skilled in the art, that the present disclosure may be practiced without all of the specific details.
[0020] In an example embodiment, a system is provided whereby latent vector representations for entities in a taxonomy are learned through machine learning techniques. Ultimately, every skill, title, or other standardized entity may be mapped to a vector representation, where "distance" is a well-defined quantity (e.g., Euclidean) and "relation" well defined as well (e.g., the subtraction of the two vectors).
[0021] In an example embodiment, a machine learning algorithm is utilized to optimize embeddings. An embedding is a value assigned to an entity based on an objective. Specifically, all entities are initially assigned a random embeddding. Then, progressively, these embeddings are modified to maximize a stated objective. The objective will differ based on the problem being analyzed.
[0022] Such an approach allows difficult standardization tasks to be analyzed, such as clustering similar entities, synonym identification and retrieval tasks, seniority relations, relevance relations, identifying analogies, outlier identification, and prediction tasks such as predicting job transitions
applications, or string searches.
[0023] Finding a high dimensional representation for all entities ultimately involves deciding on an objective function, which is the goal that the
representation is attempting to accomplish, and then optimizing the
representation to improve performance on the objective. For example, a good vector embedding for titles should be able to predict both title transitions and title similarity using a learner in the embedded space.
[0024] Example objectives include:
(1) Predicting whether a member has a certain skill; (2) Predicting whether a member is employed at a title or a certain company, using skills;
(3) Predicting transitions between jobs;
(4) Predicting users applying to jobs;
(5) Predicting users contacting other users;
(6) Predicting transition direction;
(7) Predicting which job titles are more senior than others.
[0025] FIG. 1 is a block diagram illustrating a client-server system 100, in accordance with an example embodiment, A networked system 102 provides server-side functionality via a network 104 (e.g., the Internet or a wide area network (WAN)) to one or more clients, FIG. I illustrates, for example, a web client 106 (e.g., a browser) and a programmatic client 108 executing on respective client machines 110 and 1 12.
[0026] An application program interface (API) server 114 and a web server 116 are coupled to, and provide programmatic and web interfaces respectively to, one or more application servers 118. The application server(s) 118 host one or more applications 120. The application server(s) 1 18 are, in turn, shown to be coupled to one or more database servers 124 that facilitate access to one or more databases 126. While the appiication(s) 120 are shown in FIG. 1 to form part of the networked system 102, it will be appreciated that, in alternative
embodiments, the application(s) 120 may form part of a sendee that is separate and distinct from the networked system 102.
[0027] Further, while the client-server system 100 shown in FIG. 1 employs a client-server architecture, the present disclosure is, of course, not limited to such an architecture, and could equally well find application in a distributed, or peer-to-peer, architecture system, for example. The various applications 120 could also be implemented as standalone software programs, which do not necessarily have networking capabilities.
[0028] The web client 106 accesses the various applications 120 via the web interface supported by the web server 116, Similarly, the programmatic client
108 accesses the various services and functions provided by the application(s) 20 via the programmatic interface provided by the API server 114. [0029] FIG. 1 also illustrates a third-party application 128, executing on a third-party server 30, as having programmatic access to the networked system 102 via the programmatic interface provided by the API server 114. For example, the third-party application 128 may, utilizing information retrieved from the networked system 102, support one or more features or functions on a website hosted by a third party. The third-party website may, for example, provide one or more functions that are supported by the relevant applications 120 of the networked system 102.
[0030] In some embodiments, any website referred to herein may comprise online content that may be rendered on a variety of devices including, but not limited to, a desktop personal computer (PC), a laptop, and a mobile device (e.g., a tablet computer, smartphone, etc.). In this respect, any of these devices may be employed by a user to use the features of the present disclosure. In some embodiments, a user can use a mobile app on a m obile device (any of the cl ient machines 1 10, 112 and the third-party server 130 may be a mobile device) to access and browse online content, such as any of the online content discl osed herein. A mobile server (e.g., API server 1 14) may communicate with the mobile app and the application server(s) 1 18 in order to make the features of the present disclosure available on the mobile device,
[0031] In some embodiments, the networked system 102 may comprise functional components of a social networking service. FIG. 2 is a block diagram showing the functional components of a social networking service, including a data processing module referred to herein as a search engine 216, for use in generating and providing search results for a search query, consistent with some embodiments of the present discl osure. In some embodiments, the search engine 216 may reside on the application server(s) 1 8 in FIG. 1. However, it is contemplated that other configurations are also within the scope of the present disclosure.
[0032] As shown in FIG. 2, a front end may comprise a user interface module (e.g., a web server 1 16) 212, which receives requests from various client computing devices and communicates appropriate responses to the requesting client devices. For example, the user interface module(s) 212 may receive requests in the form of Hypertext Transfer Protocol (HTTP ) requests or other web-based API requests. In addition, a member interaction detection module 213 may be provided to detect various interactions that members have with the different applications 120, services, and content presented. As shown in FIG. 2, upon detecting a particular interaction, the member interaction detection module 213 logs the interaction, including the type of interaction and any metadata relating to the interaction, in a member activity and behavior database 222.
[0033] An application logic layer may include one or more various application server modules 214, which, in conjunction with the user interface module(s) 212, generate various user interfaces (e.g., web pages) with data retrieved from various data sources in a data layer. In some embodiments, individual application server modules 214 are used to implement the
functionality associated with various applications 120 and/or services provided by the social networking service.
[0034] As shown in FIG. 2, the data layer may include several databases, such as a profile database 218 for storing profile data, including both member profile data and profile data for various organizations (e.g., companies, schools, etc). Consistent with some embodiments, when a person initially registers to become a member of the social networking service, the person will be prompted to provide some personal information, such as his or her name, age (e.g., birth date), gender, interests, contact information, home town, address, spouse's and/or family members' names, educational background (e.g., schools, majors, matriculation and/or graduation dates, etc.), employment history, skills, professional organizations, and so on. This information is stored, for example, in the profile database 218. Similarly, when a representative of an organization initially registers the organization with the social networking service, the representative may be prompted to provide certain information about the organization. This information may be stored, for example, in the profile database 2 8, or another database (not shown). In some embodiments, the profile data may be processed (e.g., in the background or offline) to generate various derived profile data. For example, if a member has provided information about various job titles that the member has held with the same organization or different organizations, and for how long, this information can be used to infer or derive a member profile attribute indicating the member's overall seniority level, or seniority level within a particular organi zation. In some embodiments, importing or otherwise accessing data from one or more externally hosted data sources may enrich profile data for both members and organizations. For instance, with organizations in particular, financial data may be imported from one or more external data sources and made part of an organization's profile. This importation of organization data and enrichment of the data will be described in more detail later in this document.
[0035] Once registered, a member may invite other members, or be invited by other members, to connect via the social networking sendee. A "connection" may constitute a bilateral agreement by the members, such that both members acknowledge the establishment of the connection. Similarly, in some embodiments, a member may elect to "follow" another member. In contrast to establishing a connection, the concept of "following" another member typically is a unilateral operation and, at least in some embodiments, does not require acknowledgement or approval by the member who is being foliowed. When one member follows another, the member who is following may receive status updates (e.g., in an activity or content stream) or other messages published by the member being foliowed, or relating to various activities undertaken by the member being followed. Similarly, when a member follows an organization, the member becomes eligible to receive messages or status updates published on behalf of the organization. For instance, messages or status updates published on behalf of an organization that a member is following will appear in the member's personalized data feed, commonly referred to as an activity stream or content stream. In any case, the various associations and relationships that the members establish with other members, or with other entities and objects, are stored and maintained within a social graph in a social graph database 220.
[0036] As members interact with the various applications 120, services, and content made available via the social networking service, the members' interactions and behavior (e.g., content viewed, links or buttons selected, messages responded to, etc.) may be tracked, and information concerning the members' activities and behavior may be logged or stored, for example, as indicated in FIG. 2, by the member activity and behavior database 222. This logged activity information may then be used by the search engine 216 to determine search results for a search query.
[0037] In some embodiments, the databases 218, 220, and 222 may be incorporated into the database(s) 126 in FIG. 1. However, other configurations are also within the scope of the present disclosure.
[0038] Although not shown, in some embodiments, the social networking system 210 provides an API module via which applications 120 and services can access various data and services provided or maintained by the social networking service. For example, using an API, an application 120 may be able to request and/or receive one or more navigation recommendations. Such applications 120 may be browser-based applications 120, or may be operating system-specific. In particular, some applications 120 may reside and execute (at least partially) on one or more mobile devices (e.g., phone or tablet computing devices) with a mobile operating system. Furthermore, while in many cases the applications 120 or services that leverage the API may be applications 120 and services that are developed and maintained by the entity operating the social networking service, nothing other than data privacy concerns prevents the API from being provided to the public or to certain third parties under special arrangements, thereby making the navigation recommendations available to third-party applications 128 and services.
[0039] Although the search engine 216 is referred to herein as being used in the context of a social networking service, it is contemplated that it may also be employed in the context of any website or online services. Additionally, although features of the present disclosure are referred to herein as being used or presented in the context of a web page, it is contemplated that any user interface view (e.g., a user interface on a mobile device or on desktop software) is within the scope of the present disclosure.
[0040] In an example embodiment, when member profiles are indexed, forward search indexes are created and stored. The search engine 216 facilitates the indexing and searching for content within the social networking service, such as the indexing and searching for data or information contained in the data layer, such as profile data (stored, e.g., in the profile database 218), social graph data
(stored, e.g., in the social graph database 220), and member activity and behavior data (stored, e.g., in the member activity and behavior database 222). The search engine 216 may collect, parse, and/or store data in an index or other similar structure to facilitate the identifi cation and retrieval of information in response to received queries for information. This may include, but is not limited to, forward search indexes, inverted indexes, N-gram indexes, and so on.
[0041] FIG. 3 is a block diagram illustrating the application server module 214 of FIG. 2 in more detail. While in many embodiments the application server module 214 will contain many subcomponents used to perform various different actions within the social networking system 210, in FIG. 3 only those components that are relevant to the present disclosure are depicted. Here, an entity retrieval component 300 retrieves entities from a database 305. This may include, for example, important existing taxonomies. The entities, once extracted, are passed to a deep representation formation component 310, which acts to form a deep representation of the entities, as will be described in more detail later. This may include utilizing a machine learning component 330. Once formed, the deep representation of entities 335 may be stored in database 340. In some example embodiments, database 305 and database 340 are a single database.
[0042] As described earlier, in an example embodiment, every entity that could be mapped to a taxonomy in a social network may be mapped to a vector
(a point in an arbitrary space). This mapping may be known as an embedding.
The vector may include any number of dimensions. In an example embodiment, each entity is embedded to a vector having 128 dimensions. This means that every entity is mapped to a set of 128 coordinates. By arbitrary, this means that each dimension has no meaning in itself - they simply are a mechanism by which distance between entities may be measured. The specific starting values for each vector may be randomly assigned, and through a machine learning optimization process the starting values are altered over and over until a particular objective is optimized. It should be noted that it may be desirable to select at least enough dimensions as objectives to solve for, however this is not a requirement.
[0043] It should be noted that an entity as described herein is a specific instance of standardized data in the social network. Typically these entities will include pieces of data supplied in a member profile that is capable of being standardized. Common entities in social networking profiles include titles, industries, locations, skills, likes, dislikes, schools attended, etc. Certain types of data are less likely to be capable of being standardi zed, such as names, publications, etc.
[0044] The deep representation of entities may be a single representation for many different types of entities. For example, whereas in the prior art each entity type would be mapped into a hierarchy of entities just of that entity type, the deep representation of entities in the present disclosure allows for multiple entity types to be mapped into the same data structure, thus permitting enriched analyses and predictions based on the relationships between entities of different entity types.
[0045] In an example embodiment, one or more machine learning algorithms are used to aid in optimizing embedding used in the deep representation of entities. FIG. 4 is a block diagram illustrating a machine learning component
330 in more detail, in accordance with an example embodiment. The machine learning component 330 may utilize machine learning processes to arrive at a prediction model 400 used to provide a confidence score for a particular prediction. The exact prediction may vary based on the objective being selected.
The machine learning component 330 may comprise a training component 402 and a confidence scoring component 404. The training component 402 feeds training data 406 comprising, for example, member profile data and member activity data into a feature extractor 408 that extracts one or more features 410 of the information. The training data 406 may also include output of an objective function 411 performed on embeddings 412 corresponding to the training data
406 (from, for example, the deep representation of entiti es, as will be described in more detail below). A machine learning algorithm 413 produces the predicti on model 400 using the extracted features 410 and the output of the objective function 411. In some example embodiments, this involves the machine learning algorithm 413 learning weights to apply in the prediction model 400. In the confidence scoring component 404, one or more entities 414, as well as one or more outputs of objective function(s) 416 performed on embeddings 418 corresponding to the one or more entities 414, may be fed to the prediction model 400, which outputs a confidence score for each of one or more potential predictions, indicating a confidence level in the corresponding potential prediction.
[0046] It should be noted that the prediction model 400 may be periodically updated via additional training and/or user feedback 420. The user feedback 420 may be either feedback from members performing searches or from
administrators. The user feedback 420 may include an indication about how successful the prediction model 400 is in providing accurate confidence scores.
[0047] The machine learning algorithm 413 may be selected from among many different potential supervised or unsupervised machine learning algorithms. Examples of supervised learning algorithms include artificial neural networks, Bayesian networks, instance-based learning, support vector machines, random forests, linear classifiers, quadratic classifi ers, k-nearest neighbor, decision trees, and hidden Markov models. Examples of unsupervised learning algorithms include expectation-maximization algorithms, vector quantization, and information bottleneck method. In an example embodiment, a multi-class logistical regression model is used.
[0048] As described above, the training component 402 may operate in an offline manner to train the prediction model 400. The confidence scoring component 404, however, may be designed to operate in either an offline manner or an online manner.
[0049] FIG. 5 is a flow diagram illustrating a method 500 for creating a deep embedded representation of social network entities in accordance with an example embodiment. At operation 502, each of the soci al network entiti es is initially mapped to a vector including a set of n coordinates. As described above, in an example embodiment n is 128. Additionally, in an example embodiment this initial mapping is random, in that each of the n coordinates for an entity is selected using a random number generator or the like, designed to output a random number in an arbitrary space. This arbitrary space may be bounded on both sides. For example, the random number generator may- generate a random number between 0 and 1 to one decimal place (e.g., 0.0, 0. 1 , 0.2, etc.).
[0050] At operation 504, each of these vectors may be stored in a deep representation data structure. The form of this data structure may vary based on implementation. In some example embodiments, the data structure may take the form of a matrix.
[0051] At operation 506, one or more objective functions are applied to each of at least one combination of two or more vectors. The objective function is selected based on the prediction that is attempting to be solved. For example, if the selected prediction that is attempting to be solved is whether a member of the social network having a particular title also has a certain skill, then the objective function may be a dot product function between vectors for title entities and vectors for skills entities. The result of the application of the objective function is an objective function output.
[0052] At operation 508, an optimization test is applied to each of the outputs of the objective function. The purpose of the optimization test is to determine whether the embeddings have been optimized. This determination may be based on whether a machine learning model would, if fed at least one of the vectors in the combination, be accurate in the selected prediction. For example, if, as above, the prediction that is attempting to be solved is whether a member of the social network having a particular title also has a certain skill, then the result of operation 506 (the dot product of the title entity and skill entity) should be at a maximum (e.g., 1 .0) for members with the title also having the skill. Thus, a machine learning model is run using one of the entities represented by the vectors in the combination to determine if it would accurately predict the presence of the other vector(s).
[0053] For example, a member profile containing both the particular title and the certain skill could be fed to the machine learning model, the machine learning model having been trained based on the objective function output, and if the machine learning model accurately predicts that the member profile should contain the certain skill, then the optimization test passes. If not, it fails.
[0054] For each combination of vectors tested by the optimization test, if the optimization test fails, then at operation 510 the embeddings for the vectors are altered to reduce the distance in the arbitrary space between the vectors. Then the method 500 loops back to operation 508. Thus, this optimization loop continues until each combination of vectors analysed by the optimization test has passed the optimization test. [0055] As described briefly earlier, in some example embodiments the method 500 is designed to optimize on multiple objectives simultaneously. There are a number of different techniques that could be utilized in order to accomplish this. In one example embodiment, embeddings are modified to minimize total error over both objectives. For example, if Objective function A outputs an error of X and Objective function B outputs an error of Y, then the method 500 can optimize the embeddings to minimize X+Y. While this technique works well for a few different objectives simultaneously, it tends not to work as well when the number of objectives increases (i.e., it does not scale well). This is because certain objective functions may generate bigger errors than others, leading to a bias in the optimization towards the functions that generate bigger errors.
[0056] Additionally, in one example embodiment, the precise objective to optimize on is not known a priori, and thus it may be desirable to optimize generally on a large number of different potential objectives simultaneously. In order to handle this, in an example embodiment, the optimization is
automatically recalibrated periodically (e.g., eve ' N iteration) such that weights assigned to each objective function are brought to the same order of magnitude. Other more manual techniques could be utilized in addition to, or in lieu of, the automatic technique described above, including plotting error function rates for both objectives in training to make sure they are within the same order of magnitude, manually interrupting training and changing the weights of the objectives, and manually inspecting results to make sure both objectives are improving.
[0057] In this manner, the old way of constructing a taxonomy for each entity type manually using subjective human analyses can be completely bypassed . Rather than individual hierarchical taxonomies, a deep representation for each entity may be provided that allows the type of advanced analyses described in this disclosure. FIG. 6 is a diagram illustrating an example of a deep representation 600 of titles and skills in accordance with an example embodiment. It should be noted that while in example embodiments a number of different coordinates (e.g., 128) are used for each entity, since it is impossible to visually depict 128 dimensions, for simplicity a T-SNE algorithm is used to visualize the vectors. Essentially every two data points that are close to each other in the vector space will end up close to each other in the T-SNE
representation. As can be seen in this diagram, there are multiple entity types represented, including industries (e.g., healthcare 602), skills (e.g., Adobe Photoshop 604), and titles (e.g., Head of Marketing 606). Analysis of this deep representation 600 reveals, for example, that healthcare 602 is somewhat related to Adobe Photoshop 604, but less so to Microsoft Word 608. This is an example of the types of inter-entity-type relationships that can be reflected in the deep representation 600. Additionally, intra-entity relationships are also reflected in this deep representation 600. For example, the titles of musician 610 and disk jockey 612 are closer in distance and thus more related than, for example, musician 610 and draftsman.
[0058] FIG. 7 is a diagram illustrating the example of the deep
representation 600 from FIG. 6 at a deeper lever (i.e., zoomed in). Here it can be seen that titles belonging to the same fields of expertise are indeed mapped close to each other,
[0059J FIG. 8 is a flow diagram illustrating a method 800 for creating a deep representation of entities specifically for relating titles and skills. Here, titles and skills are embedded in a such a way that the dot product is maximized when the skill and title tend to co-occur, and minimized otherwise, A member title identification (entity) 802 is used for an embedding step 804, which outputs a title latent representation, specifically a vector 806 for the title. Likewise, a skill identification (entity) 808 is used for an embedding step 810, which outputs a skill latent representation for the skill, specifically a vector 812 for the skill. Vector 806 and vector 812 are then fed to an objective function 814, herein being a dot product operation plus a bias (e.g., addition or subtraction of a constant). Then an optimization test 816 is performed on the output of the objective function 814. Here the optimization test 816 includes comparing the output of the objective function 814 with a label of one for members that have the member title identification 802, If the optimization test 816 fails, then the embedding step 804 and embedding step 810 are repeated to maximize the objective (e.g., making the vectors 806, 812 closer to each other in the arbitrary space). [0060] FIG. 9 is a flow diagram illustrating a method 900 for creating a deep representation of entities specifically for skili-set-based title prediction. This model optimizes for an application known as title disambiguation. Specifically, some members may submit very broad titles (e.g., manager), and it can be useful to predict a more exact title identification given the set of skills the member has. The method 900 is similar to method 800, except that the task is used as a validation set to prevent embedding overfitting, the model needs to aggregate multiple skills, and since the task includes a validation set, regularization parameters are introduced.
[0061] A member title identification (entity) 902 is used for an embedding step 904, which outputs a title latent representation, specifically a vector 906 for the title. Likewise, multiple skill identifications (entities) 908A-908C are used for an embedding step 920, which outputs a skill latent representation of each skill, specifically vectors 912. Vectors 906 and 912 are then fed to an objective function 914, herein being a dot product operation plus a bias (e.g., addition or subtraction of a constant). Notably, however, vectors 912 may first be passed through a max pooling step 913 ,
[0062] Max pooling is a sample-based discretization process used in neural networks. The objective is to down-sample an input representation such as a vector, reducing its dimensionality and allowing for assumptions to be made about features contained in the sub-regions binned. This is done in part to help over-fitting by providing an abstracted form of the representation. It also reduces computational cost by reducing the number of parameters to learn, as well as providing basic translation invariance to the internal representation.
[0063] Then optimization test 916 is performed on the output of objective function 914. Here the optimization test 916 includes comparing the output of objective function 914 with a label of one for members that have the skill identifications 908A-908C. If the optimization test 916 fails, then the embedding step 904 and embedding step 920 are repeated to maximize the objective (e.g., making the vectors 906, 912 closer to each other in the arbitrary space).
MODULES, COMPONENTS, AND LOGIC [0064] Certain embodiments are described herein as including logic or a number of components, modules, or mechanisms. Modules may constitute either software modules (e.g., code embodied on a machine-readable medium) or hardware modules. A "hardware module" is a tangible unit capable of performing certain operations and may be configured or arranged in a certain physical manner. In various example embodiments, one or more computer systems (e.g., a standalone computer system, a client computer system, or a server computer system ) or one or more hardware modules of a computer system (e.g., a processor or a group of processors) may be configured by software (e.g., an application or application portion) as a hardware module that operates to perform certain operations as described herein.
[0065] In some embodiments, a hardware module may be implemented mechanically, electronically, or any suitable combination thereof. For example, a hardware module may include dedicated circuitry or logic that is permanently configured to perform certain operations. For example, a hardware module may be a special-purpose processor, such as a Field-Programmable Gate Array (FPGA) or an Application Specific Integrated Circuit (ASIC). A hardware module may also include programmable logic or circuitry that is temporarily configured by software to perform certain operations. For example, a hardware module may include software executed by a general-purpose processor or other programmable processor. Once configured by such software, hardware modules become specific machines (or specific components of a machine) uniquely tailored to perform the configured functions and are no longer general-purpose processors. It will be appreciated that the decision to implement a hardware module mechanically, in dedicated and permanently configured circuitry, or in temporarily configured circuitiy (e.g., configured by software) may be driven by cost and time considerations.
[0066] Accordingly, the phrase "hardware module'" should be understood to encompass a tangible entity, be that an entity that is physically constructed, permanently configured (e.g., hardwired), or temporarily configured (e.g., programmed) to operate in a certain manner or to perform certain operations described herein. As used herein, "hardware-implemented module" refers to a hardware module. Considering embodiments in which hardware modules are temporarily configured (e.g., programmed), each of the hardware modules need not be configured or instantiated at any one instance in time. For example, where a hardware module comprises a general-purpose processor configured by- software to become a special-purpose processor, the general-purpose processor may be configured as respectively different special-purpose processors (e.g., comprising different hardware modules) at different times. Software
accordingly configures a particular processor or processors, for example, to constitute a pariicular hardware module at one instance of time and to constitute a different hardware module at a different instance of time.
[0067] Hardware modules can provide information to, and receive information from, other hardware modules. Accordingly, the described hardware modules may be regarded as being communicatively coupled. Where multiple hardware modules exist contemporaneously, communications may be achieved through signal transmission (e.g., over appropriate circuits and buses) between or among two or more of the hardware modules. In embodiments in which multiple hardware modules are configured or instantiated at different times, communications between such hardware modules may be achieved, for example, through the storage and retrieval of information in memory structures to which the multiple hardware modules have access. For example, one hardware module may perform an operation and store the output of that operation in a memory device to which it is communicatively coupled. A further hardware module may then, at a later time, access the memory device to retrieve and process the stored output. Hardware modules may also initiate
communications with input or output devices, and can operate on a resource (e.g., a collection of information).
[0068] The various operations of example methods described herein may be performed, at least partially, by one or more processors that are temporarily configured (e.g., by software) or permanently configured to perform the relevant operations. Whether temporarily or permanently configured, such processors may constitute processor-implemented modules that operate to perform one or more operations or functions described herein. As used herein, "processor- implemented module" refers to a hardware module implemented using one or more processors. [0069] Similarly, the methods described herein may be at least partially processor-implemented, with a particular processor or processors being an example of hardware. For example, at least some of the operations of a method may be performed by one or more processors or processor-implemented modules. Moreover, the one or more processors may also operate to support performance of the relevant operations in a "cloud computing" environment or as a "software as a service" (SaaS). For example, at least some of the operations may be performed by a group of computers (as examples of machines including processors), with these operations being accessible via a network (e.g., the Internet) and via one or more appropriate interfaces (e.g., an API).
[0070] The performance of certain of the operations may be distributed among the processors, not only residing within a single machine, but deployed across a number of machines. In some example embodiments, the processors or processor-implemented modules may be located in a single geographic location (e.g., within a home environment, an office environment, or a server farm). In other example embodiments, the processors or processor-implemented modules may be distributed across a number of geographic locations.
MACHINE AND SOFTWARE ARCHITECTURE
[0071] The modules, methods, applications, and so forth described in conjunction with FIGs, 1-9 are implemented in some embodiments in the context of a machine and an associated software architecture. The sections below describe representative software architecture(s) and machine (e.g., hardware) architecture(s) that are suitable for use with the disclosed embodiments.
[0072] Software architectures are used in conjunction with hardware architectures to create devices and machines tailored to particular purposes. For example, a particular hardware architecture coupled with a particular software architecture will create a mobile device, such as a mobile phone, tablet device, or so forth. A slightly different hardware and software architecture may yield a smart device for use in the "internet of things," while yet another combination produces a server computer for use within a cloud computing architecture. Not all combinations of such software and hardware architectures are presented here. as those of skill in the art can readily understand how to implement the inventive subject matter in different contexts from the disclosure contained herein.
SOFTWARE ARCHITECTURE
[0073] FIG. 10 is a block diagram 1000 illustrating a representative software architecture 1002, which may be used in conjunction with various hardware architectures herein described. FIG. 10 is merely a non-limiting example of a software architecture, and it will be appreciated that many other architectures may be implemented to facilitate the functionality described herein. The software architecture 1002 may be executing on hardware such as a machine 100 of FIG. 1 that includes, among other things, processors 11 0,
memory/storage 1130, and I/O components 1150. A representative hardware layer 1004 is illustrated and can represent, for example, the machine 1100 of FIG. 1 1. The representative hardware layer 1004 comprises one or more processing units 1006 having associated executable instructions 1008. The executable instructions 1008 represent the executable instructions of the software architecture 1002, including implementation of the methods, modules, and so forth of FIGs. 1-9. The hardware layer 1004 also includes memory and/or storage modules 1010, which also have the executable instructions 1008. The hardware layer 1004 may also comprise other hardware 1012, which represents any other hardware of the hardware layer 1004, such as the other hardware illustrated as part of the machine 1100.
[0074] In the example architecture of FIG. 10, the software architecture 1002 may be conceptualized as a stack of layers where each layer provides particular functionality. For example, the software architecture 1002 may include layers such as an operating system 1014, libraries 1016, frameworks/middleware 1018, applications 1020, and a presentation layer 1044. Operationally, the applications 1020 and/or other components within the layers may invoke API calls 1024 through the software stack and receive responses, returned values, and so forth, illustrated as messages 1026, in response to the API calls 1024. The layers illustrated are representative in nature and not all software architectures have all layers. For example, some mobile or special -purpose operating systems may not provide a layer of frameworks/middleware 1018, while others may provide such a layer. Other software architectures may include additional or different layers.
[0075] The operating system 1014 may manage hardware resources and provide common services. The operating system 1014 may include, for example, a kernel 1028, services 1030, and drivers 1032. The kernel 1028 may act as an abstraction layer between the hardware and the other software layers. For example, the kernel 1028 may be responsible for memory management, processor management (e.g., scheduling), component management, networking, security settings, and so on. The services 1030 may provide other common services for the other software layers. The drivers 1032 may be responsible for controlling or interfacing with the underlying hardware. For instance, the drivers 1032 may include display drivers, camera drivers, Bluetooth® drivers, flash memory drivers, serial communication drivers (e.g., Universal Serial Bus (USB) drivers), Wi-Fi® drivers, audio drivers, power management drivers, and so forth depending on the hardware configuration.
[0076] The libraries 1016 may provide a common infrastructure that may be utilized by the applications 020 and/or other components and/or layers. The libraries 1016 typically provide functionality that allows other software modules to perform tasks in an easier fashion than by interfacing directly with the underlying operating system 1014 functionality (e.g., kernel 1028, services 1030, and/or drivers 1032). The libraries 1016 may include system libraries 1034 (e.g., C standard library) that may provide functions such as memory allocation functions, siring manipulation functions, mathematic functions, and the like. In addition, the libraries 1016 may include API libraries 1036 such as media libraries (e.g., libraries to support presentation and manipulation of vari ous media formats such as MPEG4, H.264, MP3, AAC, AMR, JPG, PNG), graphics libraries (e.g., an OpenGL framework that may be used to render 2D and 3D graphic content on a display), database libraries (e.g., SQLite that may provide various relational database functions), web libraries (e.g., WebKit that may provide web browsing functionality), and the like. The libraries 1016 may also include a wide variety of other libraries 1038 to provide many other APIs to the applications 1020 and other software components/modules. [0077] The frameworks 1018 (also sometimes referred to as middleware) may provide a higher-level common infrastructure that may he utilized by the applications 1020 and/or other software components/modules. For example, the frameworks 10 8 may provide various graphic user interface (GUI) functions, high-level resource management, high-level location services, and so forth. The frameworks 1018 may provide a broad spectrum of other APIs that may be utilized by the applications 1020 and/or other software components/modules, some of which may be specific to a particular operating system or platform.
[0078] The applications 1020 include built-in applications 1040 and/or third- party applications 1042. Examples of representative built-in applications 1040 may include, but are not limited to, a contacts application, a browser application, a book reader application, a location application, a media application, a messaging application, and/or a game application. The third-party applications 1042 may include any of the built-in applications 1040 as well as a broad assortment of other applications. In a specific example, the third-party application 1042 (e.g., an application developed using the Android™ or iOS™ software development kit (SDK) by an entity other than the vendor of the particular platform) may be mobile software running on a mobile operating system such as iOS™, Android™, Windows® Phone, or other mobile operating systems. In this example, the third-party application 1042 may invoke the API calls 1024 provided by the mobile operating system such as the operating system 1014 to facilitate functionality described herein.
[0079] The applications 1020 may utilize built-in operating system 1014 functions (e.g., kernel 1028, services 1030, and/or drivers 1032), libraries 1016 (e.g., system libraries 1034, API libraries 1036, and other libraries 1038), and frameworks/middleware 1018 to create user interfaces to interact with users of the system. Alternatively, or additionally, in some systems, interactions with a user may occur through a presentation layer, such as the presentation layer 1044. In these systems, the application/module "logic" can be separated from the aspects of the application/module that interact with a user.
[0080] Some software architectures utilize virtual machines. In the example of FIG. 10, this is illustrated by a virtual machine 1048. A virtual machine creates a software environment where applications/modules can execute as if they were executing on a hardware machine (such as the machine 1 100 of FIG. 1 , for example). A virtual machine is hosted by a host operating system (e.g., operating system 1014 in FIG. 10) and typically, although not always, has a virtual machine monitor 1046, which manages the operation of the virtual machine 1048 as well as the interface with the host operating system (e.g., operating system 1014). A software architecture executes within the virtual machine 1048, such as an operating system 1050, libraries 1052,
frameworks/middleware 1054, applications 1056, and/or a presentation layer 1058. These layers of software architecture executing within the virtual machine 1048 can be the same as corresponding layers previously described or may be different.
EXAMPLE MACHINE ARC HIT EC TURE AND MACHINE-READABLE MEDIUM
[0081] FIG. 1 1 is a block diagram illustrating components of a machine 1 100, according to some example embodiments, able to read instructions from a machine-readable medium (e.g., a machine-readable storage medium) and perform any one or more of the methodologies discussed herein. Specifically, FIG. 1 1 shows a diagrammatic representation of the machine 1 100 in the example form of a computer system, within which instructions 11 16 (e.g., software, a program, an application, an applet, an app, or other executable code) for causing the machine 1 100 to perform any one or more of the methodologies discussed herein may be executed. The instructions 1116 transform the general, non-programmed machine into a particular machine programmed to carry out the described and illustrated functions in the manner described. In alternative embodiments, the machine 1 100 operates as a standalone device or may be coupled (e.g., networked) to other machines. In a networked deployment, the machine 1100 may operate in the capacity of a server machine or a client machine in a server-client network environment, or as a peer machine in a peer- to-peer (or distributed) network environment. The machine 1 100 may comprise, but not be limited to, a server computer, a client computer, a PC, a tablet computer, a laptop computer, a netbook, a set-top box (STB), a personal digital assistant (PDA), an entertainment media system, a cellular telephone, a smart phone, a mobile device, a wearable device (e.g., a smart watch), a smart home device (e.g., a smart appliance), other smart devices, a web appliance, a network router, a network switch, a network bridge, or any machine capable of executing the instaictions 1116, sequentially or otherwise, that specify actions to be taken by the machine 1100. Further, while only a single machine 1100 is illustrated, the term "machine" shall also be taken to include a collection of machines 1 100 that individually or jointly execute the instructions 1116 to perform any one or more of the methodologies discussed herein.
[0082] The machine 1100 may include processors 1110, memory/storage 1 130, and I/O components 1150, which may be configured to communicate with each other such as via a bus 1102. In an example embodiment, the processors 1110 (e.g., a Central Processing Unit (CPU), a Reduced Instruction Set
Computing (RISC) processor, a Complex Instruction Set Computing (CISC) processor, a Graphics Processing Unit (GPU), a Digital Signal Processor (DSP), an ASIC, a Radio-Frequency Integrated Circuit (RFIC), another processor, or any suitable combination thereof) may include, for example, a processor 1 1 12 and a processor 11 14 that may execute the instructions 11 16. The term
"processor" is intended to include multi-core processors that may comprise two or more independent processors (sometimes referred to as "cores" ) that may execute instructions contemporaneously. Although FIG. 11 shows multiple processors 1 110, the machine 1 100 may include a single processor with a single core, a single processor with multiple cores (e.g., a multi-core processor), multiple processors with a single core, multiple processors with multiples cores, or any combination thereof.
[0083] The memory/ torage 1 130 may include a memory 1 132, such as a main memory, or other memory storage, and a storage unit 1136, both accessible to the processors 1110 such as via the bus 1 102. The storage unit 1 136 and memory 1132 store the instructions 1 1 16 embodying any one or more of the methodologies or functions described herein. The instructions 1116 may also reside, completely or partially, within the memory 1132, within the storage unit 1136, within at least one of the processors 1110 (e.g., within the processor's cache memory), or any suitable combination thereof, during execution thereof by the machine 1 100. Accordingly, the mem or ' 1 132, the storage unit 1136, and the memory of the processors 1110 are examples of machine-readable media.
[0084] As used herein, "machine-readable medium" means a device able to store instructions and data temporarily or permanently and may include, but is not limited to, random-access memory (RAM), read-only memory (ROM), buffer memory, flash memory, optical media, magnetic media, cache memory, other types of storage (e.g., Erasable Programmable Read-Only Memory (EEPROM)), and/or any suitable combination thereof. The term "machine- readable medium" should be taken to include a single medium or multiple media (e.g., a centralized or distributed database, or associated caches and servers) able to store the instructions 1 16. The term "machine-readable medium" shall also be taken to include any medium, or combination of multiple media, that is capable of storing instaictions (e.g., instaictions 1116) for execution by a machine (e.g., machine 1 100), such that the instructions, when executed by one or more processors of the machine (e.g., processors 1 10), cause the machine to perform any one or more of the methodologies described herein. Accordingly, a "machine-readable medium" refers to a single storage apparatus or device, as well as "cloud-based" storage systems or storage networks that include multiple storage apparatus or devices. The term "machine-readable medium" excludes signals per se.
[0085] The 170 components 1 50 may include a wide variety of components to receive input, provide output, produce output, transmit information, exchange information, capture measurements, and so on. The specific I/O components 150 that are included in a particular machine will depend on the type of machine. For example, portable machines such as mobile phones will likely include a touch input device or other such input mechanisms, while a headless server machine will likely not include such a touch input device. It will be appreciated that the I/O components 1 1 50 may include many other components that are not shown in FIG. 11. The TO components 1150 are grouped according to functionality merely for simplifying the following discussion and the grouping is in no way limiting. In various example embodiments, the TO components
1 150 may include output components 152 and input components 1 154, The output components 1 152 may include visual components (e.g., a display such as a plasma display panel (PDP), a light emitting diode (LED) display, a liquid crystal display (LCD), a projector, or a cathode ray tube (CRT)), acoustic components (e.g., speakers), haptic components (e.g., a vibratory motor, resistance mechanisms), other signal generators, and so forth. The input components 1154 may include alphanumeric input components (e.g., a keyboard, a touch screen configured to receive alphanumeric input, a photo-optical keyboard, or other alphanumeric input components), point based input components (e.g., a mouse, a touchpad, a trackball, a joystick, a motion sensor, or another pointing instrument), tactile input components (e.g., a physical button, a touch screen that provides location and/or force of touches or touch gestures, or other tactile input components), audio input components (e.g., a microphone), and the like.
[0086] In further example embodiments, the I/O components 1 1 50 may include biometric components 1 156, motion components 1 158, environmental components 1160, or position components 1162, among a wide array of other components. For example, the biometric components 1156 may include components to detect expressions (e.g., hand expressions, facial expressions, vocal expressions, body gestures, or eye tracking), measure biosignais (e.g., blood pressure, heart rate, body temperature, perspiration, or brain waves), identify a person (e.g., voice identification, retinal identification, facial identification, fingerprint identification, or electroencephalogram based identification), and the like. The motion components 1158 may include acceleration sensor components (e.g., accelerometer), gravitation sensor components, rotation sensor components (e.g., gyroscope), and so forth. The environmental components 1 160 may include, for example, illumination sensor components (e.g., photometer), temperature sensor components (e.g., one or more thermometers that detect ambient temperature), humidity sensor components, pressure sensor components (e.g., barometer), acoustic sensor components (e.g., one or more microphones that detect background noise), proximity sensor components (e.g., infrared sensors that detect nearby objects), gas sensors (e.g., gas detection sensors to detect concentrations of hazardous gases for safety or to measure pollutants in the atmosphere), or other components that may provide indications, measurements, or signals corresponding to a surrounding physical environment. The position components 1 162 may include location sensor components (e.g., a Global Position System (GPS) receiver component), altitude sensor components (e.g., altimeters or barometers that detect air pressure from which altitude may be derived), orientation sensor components (e.g., magnetometers), and the like.
|0087 j Communication may be implemented using a wide variety of technologies. The I/O components 1 150 may include communication components 1 164 operable to couple the machine 1 100 to a network 1180 or devices 1 170 via a coupling 1 182 and a coupling 1 172, respectively. For example, the communication components 164 may include a network interface component or other suitable device to interface with the network 180. In further examples, the communication components 1 164 may include wired communication components, wireless communication components, cellular communication components, Near Field Communication (NFC) components, Bluetooth® components (e.g., Bluetooth® Low Energy), Wi-Fi® components, and other communication components to provide communication via other modalities. The devices 1 170 may be another machine or any of a wide variety of peripheral devices (e.g., a peripheral device coupled via a USB).
[0088] Moreover, the communication components 1 164 may detect identifiers or include components operable to detect identifiers. For example, the communication components 1 164 may include Radio Frequency
Identification (RFID) tag reader components, NFC smart tag detection components, optical reader components (e.g., an optical sensor to detect one- dimensional bar codes such as Universal Product Code (UPC) bar code, multidimensional bar codes such as Qui ck Response (OR) code, Aztec code, Data Matrix, Dataglyph, MaxiCode, PDF417, Ultra Code, UCC RSS-2D bar code, and other optical codes), or acoustic detection components (e.g., microphones to identify tagged audio signals). In addition, a variety of information may be derived via the communication components 1 164, such as location via Internet Protocol (IP) geolocation, location via Wi-Fi® signal tri angulation, location via detecting an NFC beacon signal that may indicate a particular location, and so forth. TRANSMISSION MEDIUM
|0089 | In various example embodiments, one or more portions of the network 1180 may be an ad hoc network, an intranet, an extranet, a virtual private network (VPN), a local area network (LAN), a wireless LAN (VVLAN), a WAN, a wireless WAN (WW AN), a metropolitan area network (MAN), the Internet, a portion of the Internet, a portion of the Public Switched Telephone Network (PSTN), a plain old telephone service (POTS) network, a cellular telephone network, a wireless network, a Wi-Fi® network, another type of network, or a combination of two or more such networks. For example, the network 1 180 or a portion of the network 1180 may include a wireless or cellular network and the coupling 1 182 may be a Code Division Multiple Access (CDMA) connection, a Global System for Mobile communications (GSM) connection, or another type of cellular or wireless coupling. In this example, the coupling 1182 may implement any of a variety of types of data transfer technology, such as Single Carrier Radio Transmission Technology (IxRTT), Evolution-Data Optimized (EVDO) technology, General Packet Radio Service (GPRS) technology, Enhanced Data rates for GSM Evolution (EDGE) technology, third Generation Partnership Project (3 GPP) including 3G, fourth generation wireless (4G) networks, Universal Mobile Telecommunications System (UMTS), High Speed Packet Access (HSPA), Worldwide
Interoperability for Microwave Access (VVTMAX), Long Term Evolution (LIE) standard, others defined by various standard-setting organizations, other long range protocols, or other data transfer technology.
|0090| The instructions 1 1 16 may be transmitted or received over the network 1180 using a transmission medium via a network interface device (e.g., a network interface component included in the communication components 1 164) and utilizing any one of a number of well-known transfer protocols (e.g., HTTP). Similarly, the instructions 1116 may be transmitted or received using a transmission medium via the coupling 1 172 (e.g., a peer-to-peer coupling) to the devices 1170. The term "transmission medium" shall be taken to include any intangible medium that is capable of storing, encoding, or carrying the instructions 1116 for execution by the machine 1 100, and includes digital or analog communications signals or other intangible media to facilitate communication of such software.
LANGUAGE
[0091] Throughout this specification, plural instances may implement components, operations, or structures described as a single instance. Although individual operations of one or more methods are illustrated and described as separate operations, one or more of the individual operations may be performed concurrently, and nothing requires that the operations be performed in the order illustrated. Structures and functionality presented as separate components in example configurations may be implemented as a combined staicture or component. Similarly, structures and functionality presented as a single component may be implemented as separate components. These and other variations, modifications, additions, and improvements fall within the scope of the subject matter herein.
[0092] Although an overview of the inventive subject matter has been described with reference to specific example embodiments, various
modifications and changes may be made to these embodiments without departing from the broader scope of embodiments of the present disclosure. Such embodiments of the inventive subject matter may be referred to herein, individually or collectively, by the term "invention" merely for convenience and without intending to voluntarily limit the scope of this application to any single disclosure or inventive concept if more than one is, in fact, disclosed.
[0093] The embodiments illustrated herein are described in sufficient detail to enable those skilled in the art to practice the teachings disclosed. Other embodiments may be used and derived therefrom, such that structural and logical substitutions and changes may be made without departing from the scope of this disclosure. The Detailed Description, therefore, is not to be taken in a limiting sense, and the scope of various embodiments is defined only by the appended claims, along with the full range of equivalents to which such claims are entitled.
[0094] As used herein, the term "or" may be construed in either an inclusive or exclusive sense. Moreover, plural instances may be provided for resources, operations, or structures described herein as a single instance. Additionally, boundaries between various resources, operations, modules, engines, and data stores are somewhat arbitrary, and particular operations are illustrated in a context of specific illustrative configurations. Other allocations of functionality are envisioned and may fail within a scope of various embodiments of the present disclosure. In general, structures and functionality presented as separate resources in the example configurations may be implemented as a combined structure or resource. Similarly, structures and functionality presented as a single resource may be implemented as separate resources. These and other variations, modifications, additions, and improvements fall within a scope of embodiments of the present disclosure as represented by the appended claims. The specification and drawings are, accordingly, to be regarded in an illustrative rather than a restrictive sense.

Claims

What is claimed is:
1. A system comprising:
a computer-readable medium having instructions stored thereon, which, when executed by a processor, cause the system to:
for each of a plurality of different titles in a social network structure, map the title into a first vector having n coordinates, wherein a value for each of the n coordinates is selected randomly from a preset range, wherein each title is a standardized value for a title in the social network structure;
store the first vector for each of the plurality of different titles in a deep representation data structure;
for each of a plurality of different skills in a social network structure, map the skill into a second vector having n coordinates, wherein a value for each of the n coordinates is selected randomly from a preset range, wherein each title is a standardized value for a title in the social network structure;
store the second vector for each of the plurality of different skills in the deep representation data structure;
apply one or more objective functions to at least one combination of first vectors and second vectors in the deep representation data structure, causing an objective function output for each of the at least one combination;
perform an optimization test on each of the at least one combination using a corresponding objective function output for each of the at least one combination;
determine, for each of the at least one combination of two or more of the vectors, whether the combination passed the optimization test; and for any combination that did not pass the optimization test, alter one or more coordinates for the vectors in the combination so that the vectors in the combination become closer together within an n- dimensional space.
2. The system of claim 1, wherein one or more objective functions include a dot product operation plus a bias.
3. The system of claim 1, wherein the instructions further cause the system to pass the first and second vectors through a max pooling step.
4. The system of claim 1 , wherein the optimization test includes, for each combination, examining data in the social network structure to determine whether a first entity corresponding to a first vector in the combination co-occurs in the data with a second entity corresponding to a second vector in the combination.
5. The system of claim 2, wherein the bias is an addition of a constant.
6. The system of claim 1, wherein the optimization test includes feeding a piece of data containing a first title corresponding to a first vector in the combination and a first skill corresponding to a second vector in the combination to a machine learning model trained to, from titles, predict corresponding skills to determine whether the machine learning model accurately predicts the presence of the skill in the piece of data.
7. The system of claim 6, wherein the piece of data is a member profile.
8. A computer-implemented method, comprising:
for each of a plurality of different entities in a social network structure, mapping the entity into a vector having n coordinates, wherein a value for each of the n coordinates is selected randomly from a preset range, wherein each entity is a standardized value for data in the social network structure;
storing the vector for each of the plurality of different entities in a deep representation data structure; applying one or more objective functions to at least one combination of two or more of the vectors in the deep representation data structure, causing an objective function output for each of the at least one combination of two or more of the vectors;
performing an optimization test on each of the at least one combination of two or more of the vectors using a corresponding objective function output for each of the at least one combination of two or more of the vectors:
determining, for each of the at least one combination of two or more of the vectors, whether the combination passed the optimization test; and
for any combination that did not pass the optimization test, altering one or more coordinates for the vectors in the combination so that the vectors in the combination become closer together within an w-dimensional space,
9. The method of claim 8, wherein the different entities are entities of a different entity type.
10. The method of claim 8, wherein the preset range is between 0 and 1 .
1 1 . The method of claim 8, wherein the optimization test includes, for each combination, examining data in the social network structure to determine whether a first entity corresponding to a first vector in the combination co-occurs in the data with a second entity corresponding to a second vector in the combination.
12. The method of claim 8, wherein at least one of the objective functions is a dot product.
13. The method of claim 8, wherein the optimization test includes feeding a piece of data containing a first entity corresponding to a first vector in the combination and a second entity corresponding to a second vector in the combination to a machine learning model trained to, from entities of a first entity type of the first entity, predict the presence of entities of a second entity type of the second entity, to determine whether the machine learning model accurately predicts the presence of the second entity in the piece of data.
14. The method of claim 13, wherein the piece of data is a member profile. 5. A non-transitory machine-readable storage medium comprising instructions, which when implemented by one or more machines, cause the one or more machines to perform operations comprising:
for each of a plurality of different entities in a social network structure, mapping the entity into a vector having n coordinates, wherein a value for each of the n coordinates is selected randomly from a preset range, wherein each entity is a standardized value for data in the social network structure;
storing the vector for each of the plurality of different entities in a deep representation data structure;
applying one or more objective functions to at least one combination of two or more of the vectors in the deep representation data structure, causing an objective function output for each of the at least one combination of two or more of the vectors;
performing an optimization test on each of the at least one combination of two or more of the vectors using a corresponding objective function output for each of the at least one combination of two or more of the vectors;
determining, for each of the at least one combination of two or more of the vectors, whether the combination passed the optimization test; and
for any combination that did not pass the optimization test, altering one or more coordinates for the vectors in the combination so that the vectors in the combination become closer together within an w-dimensional space. 6. The non-transitory machine-readable storage medium of claim 15, wherein the different entities are entities of a different entity type.
17. The non-transitory machine-readable storage medium of claim 15, wherein the preset range is between 0 and 1.
18. The non-transitory machine-readable storage medium of claim 15, wherein the optimization test includes, for each combination, examining data in the social network structure to determine whether a first entity corresponding to a first vector in the combination co-occurs in the data with a second entity corresponding to a second vector in the combination.
19. The non-transitory machine-readable storage medium of claim 15, wherein at least one of the objective functions is a dot product,
20. The non-transitor machine-readable storage medium of claim 15, wherein the optimization test includes feeding a piece of data containing a first entity corresponding to a first vector in the combination and a second entity corresponding to a second vector in the combination to a machine learning m odel trained to, from entities of a first entity type of the first entity, predict the presence of entities of a second entity type of the second entity, to determine whether the machine learning m odel accurately predicts the presence of the second entity in the piece of data.
PCT/US2017/054152 2016-11-23 2017-09-28 Embedded deep representation of social network taxonomy WO2018097898A1 (en)

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US15/360,547 2016-11-23
US15/360,576 2016-11-23
US15/360,547 US10459901B2 (en) 2016-11-23 2016-11-23 Embedded deep representation of social network taxonomy
US15/360,576 US10586157B2 (en) 2016-11-23 2016-11-23 Skill-based title prediction model

Publications (1)

Publication Number Publication Date
WO2018097898A1 true WO2018097898A1 (en) 2018-05-31

Family

ID=62195633

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2017/054152 WO2018097898A1 (en) 2016-11-23 2017-09-28 Embedded deep representation of social network taxonomy

Country Status (1)

Country Link
WO (1) WO2018097898A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109918362A (en) * 2019-02-01 2019-06-21 广州豫本草电子科技有限公司 A kind of error resistance information judgment method based on the logical instrument that weighs
CN110263250A (en) * 2019-06-12 2019-09-20 深圳前海微众银行股份有限公司 A kind of generation method and device of recommended models
US10459901B2 (en) 2016-11-23 2019-10-29 Microsoft Technology Licensing, Llc Embedded deep representation of social network taxonomy
US10586157B2 (en) 2016-11-23 2020-03-10 Microsoft Technology Licensing, Llc Skill-based title prediction model

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150095080A1 (en) * 2011-10-26 2015-04-02 International Business Machines Corporation Task assignment using ranking support vector machines
US20150371277A1 (en) * 2014-06-19 2015-12-24 Facebook, Inc. Inferring an industry associated with a company based on job titles of company employees
US20160292643A1 (en) * 2015-03-31 2016-10-06 Linkedin Corporation Inferring professional reputations of social network members

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150095080A1 (en) * 2011-10-26 2015-04-02 International Business Machines Corporation Task assignment using ranking support vector machines
US20150371277A1 (en) * 2014-06-19 2015-12-24 Facebook, Inc. Inferring an industry associated with a company based on job titles of company employees
US20160292643A1 (en) * 2015-03-31 2016-10-06 Linkedin Corporation Inferring professional reputations of social network members

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
FROME ET AL.: "Devise: A deep visual-semantic embedding model", IN: ADVANCES IN NEURAL INFORMATION PROCESSING SYSTEMS, 2013, XP055246469, Retrieved from the Internet <URL:https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/41869.pdf> *
GUY ET AL.: "Mining expertise and interests from social media", PROCEEDINGS OF THE 22ND INTERNATIONAL CONFERENCE ON WORLD WIDE WEB, 17 May 2013 (2013-05-17), XP058019863, Retrieved from the Internet <URL:https://www.research.ibm.com/haifa/dept/imt/papers/GuyWWW13.pdf> *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10459901B2 (en) 2016-11-23 2019-10-29 Microsoft Technology Licensing, Llc Embedded deep representation of social network taxonomy
US10586157B2 (en) 2016-11-23 2020-03-10 Microsoft Technology Licensing, Llc Skill-based title prediction model
CN109918362A (en) * 2019-02-01 2019-06-21 广州豫本草电子科技有限公司 A kind of error resistance information judgment method based on the logical instrument that weighs
CN110263250A (en) * 2019-06-12 2019-09-20 深圳前海微众银行股份有限公司 A kind of generation method and device of recommended models

Similar Documents

Publication Publication Date Title
US10628432B2 (en) Personalized deep models for smart suggestions ranking
US11436522B2 (en) Joint representation learning of standardized entities and queries
US10733507B2 (en) Semantic clustering based retrieval for candidate set expansion
US10586157B2 (en) Skill-based title prediction model
US10832131B2 (en) Semantic similarity for machine learned job posting result ranking model
US10855784B2 (en) Entity based search retrieval and ranking
US10990899B2 (en) Deep and wide machine learned model for job recommendation
US20190019157A1 (en) Generalizing mixed effect models for personalizing job search
US10606847B2 (en) Generation of training data for ideal candidate search ranking model
US10565562B2 (en) Hashing query and job posting features for improved machine learning model performance
US11144830B2 (en) Entity linking via disambiguation using machine learning techniques
US10984385B2 (en) Query building for search by ideal candidates
US10956414B2 (en) Entity based query filtering
US20170300862A1 (en) Machine learning algorithm for classifying companies into industries
US10726025B2 (en) Standardized entity representation learning for smart suggestions
US20170344556A1 (en) Dynamic alteration of weights of ideal candidate search ranking model
US20170344554A1 (en) Ideal candidate search ranking
US10956515B2 (en) Smart suggestions personalization with GLMix
US11204973B2 (en) Two-stage training with non-randomized and randomized data
EP3385868A1 (en) Title disambiguation in a social network taxonomy
US11113738B2 (en) Presenting endorsements using analytics and insights
US20170249595A1 (en) Automatically creating handling strategy rules for a normalized question record
US20170154295A1 (en) Industry classification
WO2018097898A1 (en) Embedded deep representation of social network taxonomy
US10726355B2 (en) Parent company industry classifier

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17873705

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17873705

Country of ref document: EP

Kind code of ref document: A1