WO2022020403A2 - Content cold-start machine learning and intuitive content search results suggestion system - Google Patents

Content cold-start machine learning and intuitive content search results suggestion system Download PDF

Info

Publication number
WO2022020403A2
WO2022020403A2 PCT/US2021/042452 US2021042452W WO2022020403A2 WO 2022020403 A2 WO2022020403 A2 WO 2022020403A2 US 2021042452 W US2021042452 W US 2021042452W WO 2022020403 A2 WO2022020403 A2 WO 2022020403A2
Authority
WO
WIPO (PCT)
Prior art keywords
content item
content
models
model
target
Prior art date
Application number
PCT/US2021/042452
Other languages
French (fr)
Other versions
WO2022020403A3 (en
Inventor
John Trenkle
Snehal MISTRY
Qiang Chen
Chang SHE
Rameen MAHDAVI
Marios ASSIOTIS
Original Assignee
Tubi, Inc.
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 US16/935,187 external-priority patent/US20220027373A1/en
Priority claimed from US16/935,178 external-priority patent/US20220027776A1/en
Application filed by Tubi, Inc. filed Critical Tubi, Inc.
Publication of WO2022020403A2 publication Critical patent/WO2022020403A2/en
Publication of WO2022020403A3 publication Critical patent/WO2022020403A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods

Definitions

  • each item of content includes evermore metadata, thereby geometrically increasing the amount of information about the content. Attempting to assimilate the intricate relationships between each content item and the myriad of content items in vast libraries is further complicated by this multitude of information. Even further, content providers now strive to reveal and understand the relationships between these content items more accurately and intelligently than ever before to in turn provide better consumer experiences.
  • embodiments relate to a system for cold-starting content on a platform using machine learning.
  • the system can include: a computer processor; a content comprehension engine executing on the computer processor and configured to: identify a target content item to be modeled; identify content metadata and contextual data both corresponding to the target content item; generate a target content item model by applying deep neural learning to the content metadata and the contextual data, where the deep neural learning: applies a word vector embedding operation to the content metadata to generate a collaborative filtering representation of the content metadata, applies a word vector embedding operation to the contextual data to generate a collaborative filtering representation of the contextual data, and bridges the collaborative filtering representations of the content metadata and the contextual data to generate the target content item model; identify a set of existing content item models, where each of the set of existing content item models is associated with at least one corresponding known content item; apply deep neural learning to compare the target content item model with the set of existing content item models; determine cold-start characteristics of the target content item based on the comparison;
  • embodiments relate to a method for cold-starting content on a platform using machine learning.
  • the method can include: identifying a target content item to be modeled; identifying content metadata and contextual data both corresponding to the target content item; generating, by at least one computer processor, a target content item model by applying deep neural learning to the content metadata and the contextual data, where the deep neural learning: applies a word vector embedding operation to the content metadata to generate a collaborative filtering representation of the content metadata, applies a word vector embedding operation to the contextual data to generate a collaborative filtering representation of the contextual data, and bridges the collaborative filtering representations of the content metadata and the contextual data to generate the target content item model; identifying a set of existing content item models, where each of the set of existing content item models is associated with at least one corresponding known content item; applying deep neural learning to compare the target content item model with the set of existing content item models; determining cold-start characteristics of the target content item based on the comparison; and providing the cold-start characteristics
  • embodiments relate to a non-transitory computer- readable storage medium having instructions for cold-starting content on a platform using machine learning.
  • the instructions are configured to execute on at least one computer processor to enable the computer processor to: identify a target content item to be modeled; identify content metadata and contextual data both corresponding to the target content item; generate a target content item model by applying deep neural learning to the content metadata and the contextual data, where the deep neural learning: applies a word vector embedding operation to the content metadata to generate a collaborative filtering representation of the content metadata, applies a word vector embedding operation to the contextual data to generate a collaborative filtering representation of the contextual data, and bridges the collaborative filtering representations of the content metadata and the contextual data to generate the target content item model; identify a set of existing content item models, where each of the set of existing content item models is associated with at least one corresponding known content item; apply deep neural learning to compare the target content item model with the set of existing content item models; determine cold-start characteristics of the target content item
  • inventions relate to a system for intuitive search operation results using machine learning.
  • the system can include: a computer processor; a content comprehension engine executing on the computer processor and configured to: receive a content item search request; identify a first candidate content item matching the content item search request; identify a first content item model corresponding to the first candidate content item, where the first content item model includes word vector collaborative filtering representations of the first candidate content item; identify a set of content item models, where each of the set of content item models: is associated with at least one corresponding available content item, and includes word vector collaborative filtering representations of the associated at least one corresponding available content item; apply deep neural learning to compare the first content item model with the set of content item models to generate a subset of the content item models most relevant to the first content item model; generate a result set of available content items corresponding to the subset of the content item models most relevant to the first content item model; and provide, in response to the content item search request, the result set of available content items.
  • embodiments relate to a method for intuitive search operation results using machine learning.
  • the method can include: receiving a content item search request; identifying a first candidate content item matching the content item search request; identifying, by at least one computer processor, a first content item model corresponding to the first candidate content item, where the first content item model includes word vector collaborative filtering representations of the first candidate content item; identifying a set of content item models, where each of the set of content item models: is associated with at least one corresponding available content item, and includes word vector collaborative filtering representations of the associated at least one corresponding available content item; applying deep neural learning to compare the first content item model with the set of content item models to generate a subset of the content item models most relevant to the first content item model; generating a result set of available content items corresponding to the subset of the content item models most relevant to the first content item model; and providing, in response to the content item search request, the result set of available content items.
  • embodiments relate to a non-transitory computer- readable storage medium having instructions for intuitive search operation results using machine learning.
  • the instructions are configured to execute on at least one computer processor to enable the computer processor to: receive a content item search request; identify a first candidate content item matching the content item search request; identify a first content item model corresponding to the first candidate content item, where the first content item model includes word vector collaborative filtering representations of the first candidate content item; identify a set of content item models, where each of the set of content item models: is associated with at least one corresponding available content item, and includes word vector collaborative filtering representations of the associated at least one corresponding available content item; apply deep neural learning to compare the first content item model with the set of content item models to generate a subset of the content item models most relevant to the first content item model; generate a result set of available content items corresponding to the subset of the content item models most relevant to the first content item model; and provide, in response to the content item search request, the result set of available content items
  • FIG. 1 illustrates a block diagram of a content modeling and comprehension system in accordance with one or more embodiments.
  • FIG. 2 illustrates a block diagram of a content modeling and comprehension system and various data types in accordance with one or more embodiments.
  • FIG. 3 illustrates word vector embedding principles in accordance with one or more embodiments.
  • FIG. 4 illustrates a block diagram of a content modeling and comprehension system in accordance with one or more embodiments.
  • FIGS. 5A-5C illustrate content item and model data in accordance with one or more embodiments.
  • FIGS. 6A-6D illustrate various platform displays in accordance with one or more embodiments.
  • FIGS. 7A-7B illustrate various platform displays in accordance with one or more embodiments.
  • FIGS. 8A-8F illustrate various platform displays in accordance with one or more embodiments.
  • FIGS. 9A-9C illustrate various platform displays in accordance with one or more embodiments.
  • FIGS. 10 and 11 illustrate flowcharts in accordance with one or more embodiments.
  • FIGS. 12 and 13 show a computing system and network architecture in accordance with one or more embodiments. DESCRIPTION
  • inventions of the present disclosure provide methods and systems for generating models representing content items.
  • the content item models may be generated based on any of the following vector representations known as embeddings: collaborative filtering data models, word vector representations, graph embeddings derived from hierarchical data, sense embeddings or other contextualized vector spaces. They may be generated by leveraging disparate types of content information (e.g., metadata, contextual data, knowledge graphs and/or other collaborative filtering data). Accordingly, the disparate types of content information may be “harmonized”. Further, a computer can now “understand” or “comprehend” these content items using their collaborative filtering data models.
  • machine learning can be applied to compare content items using their collaborative filtering data models, and thereby produce a variety of intuitive and complex analyses across massive data sets (e.g., thousands, millions, or more items).
  • the methods and systems may apply deep neural learning, or machine learning, to perform the invention (e.g., generating models, comparing models, etc.).
  • Embodiments of the present disclosure provide methods and systems for generating content item cold-start characteristics.
  • a new content item may be compared with known, existing, or currently available content items using their collaborative filtering data models to determine cold-start characteristics of the new content item. For example, determining cold-start characteristics based on similarity with other content items, or based on other analyses.
  • a platform may introduce the new content item according to the cold-start characteristics.
  • the methods and systems may apply deep neural learning, or machine learning, to perform the invention (e.g., generating cold-start characteristics, etc.).
  • Embodiments of the present disclosure provide methods and systems for generating intuitive search query results.
  • the collaborative filtering data models may be used to generate search results that are vastly improved over conventional search technologies (e.g., simple strict word matching).
  • the search results are more intelligent and actually relevant, and thereby seemingly “intuitive” to a search requester.
  • the search results may be provided when the content item sought by the search requester is not in the search results (e.g., unavailable on the platform), and thereby the search results provide very relevant alternative content items.
  • the methods and systems may apply deep neural learning, or machine learning, to perform the invention (e.g., generating intuitive search results, etc.).
  • FIG. 1 shows a content modeling and comprehension system 100 including a content comprehension engine 102 in accordance with one or more embodiments.
  • the content comprehension engine 102 may include one or more components, for example, a modeling module 103 and a machine learning module 104.
  • the system 100 analyzes various information about a content item to produce a model of the content item that may be used for evaluation with respect to models of other content items.
  • the system 100 may be a, part of, or coupled with a platform (e.g., a content distribution platform).
  • the content comprehension engine 102 includes functionality to identify a target content item to be modeled. For example, referring to FIG. 1, the content comprehension engine 102 may identify target content item 110. Alternatively, the content comprehension engine 102 may be directed to the target content item 110. In either case, the content comprehension engine 102 may access the target content item 110.
  • the content comprehension engine 102 includes functionality to identify content metadata and contextual data both corresponding to the target content item.
  • the content comprehension engine 102 may identify and/or access the target content item data 112.
  • the target content item data 112 may include information about the target content item 110.
  • the target content item data 112 may include content metadata 114, contextual data 116, and/or collaborative filtering data 118.
  • the content metadata 114 may include metadata about the target content item 110.
  • the contextual data 116 may include contextual data about the target content item 110.
  • the collaborative filtering data 118 may include representations of the target content item 110 that may be in a preexisting modeled form, which will be further discussed.
  • the content comprehension engine 102 includes functionality to generate a target content item model by applying deep neural learning to the content metadata and the contextual data.
  • the deep neural learning may be performed by the modeling module 103 and/or the machine learning module 104.
  • the deep neural learning applies word vector embedding operations to the content metadata and to the contextual data to generate collaborative filtering representations of each.
  • a collaborative filtering representation may be a form of data that bridges different types of representations of information into a common form, thereby allowing the different types of representations to ultimately “collaborate”.
  • a collaborative filtering representation may store data types that were once dissimilar, but later converted or translated into a common data space.
  • the content comprehension engine 102 may translate data (e.g., words, sentences, paragraphs, etc.) by applying word vector embedding operations.
  • FIG. 3 which demonstrates word vector embedding principles
  • a sentence 301 recites “Have a good day” and a sentence 302 recites “Have a great day”.
  • a human reader will understand that these sentences are similar but slightly different. However, a conventional computer would not be able to understand the sentences, let alone the nuanced difference between them.
  • word vectors may be used.
  • a word vector is, for example, a representation of a word in vector format.
  • a word vector may include various numerical values that together characterize a word.
  • a “one-hot” vector is one in which the legal combinations of values are only those with a single high “1” bit and all other bits low “0”. The high bit in each word vector would be located at a vector position representing the corresponding word in the vocabulary set V 303.
  • Such a group of word vectors may be represented by the word vector set 304.
  • the word vector set 304 would represent a 5-dimensional space, where each word occupies one and only one of the dimensions, thereby having no projection along the other dimensions. However, this would mean that the words “good” and “great” are as different as “day” and “have”, which is not true. For this reason, the deep neural learning may involve operations to cause the words with similar context to occupy closer spatial positions, thereby indicating their similarity to a machine.
  • the content comprehension engine 102 may adjust the word vectors, or reinterpret the word vectors, such that the vectors for words with higher similarity are spatially more proximate.
  • the similarity function operating on the word vector representing the word “Have” i.e., [1,0, 0,0,0]
  • the word “a” i.e., [0,1, 0,0,0]
  • the similarity function operating on the word vector representing the word “good” i.e., [0,0, 1,0,0]
  • the word “great” i.e., [0,0,0, 1,0]
  • the content comprehension engine 102 may be able to better “understand” the difference between the sentence 301 reciting “Have a good day” and the sentence 302 reciting “Have a great day”. As well as the difference between those sentences and “Have a nice day”, “Have a bad day”, or “Have a great night”, when machine learning a larger vocabulary set.
  • the content comprehension engine 102 may perform deep neural learning that applies word vector embedding operations to the content metadata 114 and to the contextual data 116 to generate collaborative filtering representations of each.
  • a collaborative filtering representation may store data types that were once dissimilar, but later converted or translated into a common data space. Such a translation may be achieved with machine learning techniques similar to or consistent with those discussed herein.
  • applying word vector embedding may include applying an algorithm to the content metadata and the contextual data to generate at least one multidimensional vector representing the content metadata and at least one multidimensional vector representing the contextual data.
  • the content metadata 114 and contextual data 116 are shown to include various types of information.
  • the content metadata 114 may include cast data 114A, director data 114B, year data 114C, genre data 114D, etc.
  • the contextual data 116 may include plot data 116A, reviews data 116B, awards data 116C, box office gross data 116D, etc.
  • the cast data 114A may include a list of actor/actress names, character names, and roles.
  • the plot data 116A may include a multiple-paragraph description about the plot of the film.
  • the cast data 114A i.e., text strings
  • the year data 114C i.e., numerical data
  • the content comprehension engine 102 may apply word vector embedding operations to the content metadata 114 and to the contextual data 116 to generate collaborative filtering representations of each. Further, in one or more embodiments, the content comprehension engine 102 includes functionality to bridge the collaborative filtering representations of the content metadata and the contextual data to generate the target content item model.
  • the collaborative filtering representations may include the embeddings 1-N 161A-161F. These embeddings may be word vector representations of the content metadata 114 and the contextual data 116. Together, these embeddings constitute the target content item model 161. More than one target item model may be generated, subsets of a single target item model may be considered which effectively result in multiple models, or both.
  • a similarity embedding function may include functionality to compare a single embedding (e.g., embedding 3 161C) with another content item model (e.g., content item 2 model 152). This may include a comparison of the single embedding with a single embedding of the other content item model, or a comparison with two or more embeddings of the other content item model.
  • a similarity model function may include functionality to compare a content item model (e.g., target content item model 161) with another content item model (e.g., content item 2 model 152).
  • a similarity model function may include functionality to compare a content item model (e.g., target content item model 161) with a library of models (e.g., content models library 150). It should be understood that other machine learning functions may similarly include functionality to operate one or more embeddings, models, and/or entire libraries.
  • the content comprehension engine 102 includes functionality to identify a set of existing content item models, where each of the set of existing content item models is associated with at least one corresponding known content item.
  • a content library 140 may include multiple content items (i.e., content items 1-N 141-143).
  • Content models library 150 may include multiple content item models (i.e., content item 1-N models 151-153).
  • the content item models may each correspond to a content item.
  • content item 1 model 151 may correspond to content item 1 141.
  • the content models library 150 may include content item models for content items that are either not in the content library 140 or otherwise not publicly accessible (in other words, content items not served to users of a platform).
  • the content comprehension engine 102 includes functionality to apply deep neural learning to compare (or analyze) the target content item model with the set of existing content item models.
  • the target content item model 161 may be compared with the content item models of the content models library 150.
  • the target content item 110 may be eventually added to the content library 140, and/or the target content item model 161 may be eventually added to the content models library 150 to form the updated content models library 160.
  • the word “compare” is used for simple illustration of the concepts, but can be replaced with the word “analyze” in the entirety of the disclosure, because deep neural learning (e.g., machine learning) may perform complex operations that are beyond comparison operations.
  • the content comprehension engine 102 may include functionality to determine a multitude of characteristics about the target content item 110.
  • target item comprehension 170 may be established, which may include cold-start characteristics 172, content item value 174, audience information 176, relevant content tiers 178, ranking data 180, recommendation characteristics 182, promotional characteristics 184, and search results improvement 186, to name a few.
  • the content comprehension engine 102 includes functionality to predict performance characteristics of the target content item based on the comparison.
  • the target content item 110 may be represented by the “Brigid Joan’s Diary” entry, while other content items of the content library 140 may be represented by the rest of the entries. While some information from metadata and contextual data is known about the target content item “Brigid Joan’s Diary”, because it is a new content item in this example, information like rank with respect to the other content items and value per year are initially empty fields.
  • the content comprehension engine 102 includes functionality to determine which content items in the content library 140 are the most similar to the target content item 110. This comparison can be performed using deep machine learning applied to the target content item model 161 and one or more of the models of the content models library 150. For example, it may be determined that content items “Knotting Hill” (with 66.1% similarity), “Bride & Prejudice” (with 65.8% similarity), “Failed to Launch” (with 62.4% similarity), and “Pretty Women” (with 59.2% similarity) may be the most similar content items. The similarity may be based in part on a combination of the genres, tags, type, and any other information represented in the models that are not necessarily shown.
  • the neural deep learning may understand that the word “UK” in Knotting Hill and Bride & Prejudice is closely related to the word “London”.
  • the neural deep learning may understand that the words “New York” and “Los Angeles” may also be related.
  • the word “Businessman” may be related to the word “Wealth”
  • the word “Novelist” may be related to the words “Book store”, and so on.
  • the content comprehension engine 102 includes functionality to determine one or more content tiers associated with the target content item. For example, based on the most similar content items, the content comprehension engine 102 may include functionality to determine one or more content tiers for the target content item 110.
  • Content tiers are categorizations of content items into groups. For example, content items may be, but are not limited to, genres (e.g., romantic comedies, dramas, murder mystery, etc.).
  • a content tier may be a curation of content items for a particular audience (e.g., “because you watched Love Actuality”), a group of award show nominees or winners, a group of content items created during a particular period, and so on.
  • a content item may be associated with more than one content tier (e.g., associated with romantic comedies, romantic dramas, comedies, and dramas at the same time).
  • the content comprehension engine 102 includes functionality to rank the target content item with respect to the existing content item models according to ranking criteria, wherein the ranking criteria is used to rank the target content item model and the set of existing content item models based on at least one multidimensional vector representation. For example, based on the most similar content items, the content comprehension engine 102 may include functionality to determine a predicted rank for the target content item 110. The rank may be determined by an averaging operation, a weighted average operation, or any other suitable operation. For example, turning to FIG. 5B, an average rank may be computed for Brigid Joan’s Diary. In the example of FIG. 5B, the rank of 50,226 is an average of the ranks of the four most similar content items. Or, in another example, the average could be weighted based on the similarity of the respective content item.
  • the content comprehension engine 102 may include functionality to determine a predicted value for the target content item 110.
  • the value may be determined by an averaging operation, a weighted average operation, or any other suitable aggregation operation. For example, continuing with FIG. 5B, an average value per year may be computed for Brigid Joan’s Diary. In the example of FIG. 5B, the rank of $6,344 is an average dollar value of the values of the four most similar content items. Or, in another example, the average could be weighted based on the similarity of the respective content item. In yet other examples, the value could be represented by any key performance indicator (KPI).
  • KPI key performance indicator
  • the KPI could represent how many search queries (exact and similar search strings) have been received, how many more audience members will be attracted by the content item, how many audience members will be retained by the content item, how much the content item will fill areas of the library that may be less populated, and so on. It should be appreciated that multiple value fields may exist, for example, both a dollar value per year and an audience attraction KPI.
  • the content comprehension engine 102 may include functionality to determine the most relevant, accurate, or dependable KPIs. Not all KPIs may be good indicators of the value of content items, even if they would seem to be by an operator, or have been in the past or other contexts. For example, a higher amount of upvotes by user accounts would seem to correlate to a more valuable content item, but the upvotes could be a result of an active minority. The content comprehension engine 102 may instead learn which KPIs correlate best with rank, revenue, and so on. [0057] In one or more embodiments, the content comprehension engine 102 includes functionality to predict relevant audiences for the target content item. For example, based on performance metrics of the most similar content items, relevant audiences may be predicted.
  • Performance metrics may include information such as the demographics of the viewing audience (age, sex/gender, location, etc.), audience member past behavior like how often they repeat viewing the content item (e.g., a cult-classic film versus a news-based show limited only to current events), during what part of the year (e.g., near award show season, sports playoffs, etc.) or what hour of the day (e.g., cartoons in the morning or weekends) the content item is viewed, and so on.
  • the target content item 110 may then be served based on the predicted audiences information. For example, the target content item 110 may be suggested to accounts with particular demographics or during times accordingly to the predicted audiences information.
  • the content comprehension engine 102 includes functionality to determine acquisition or retention recommendation metrics related to the target content item.
  • the platform may not yet have acquired ownership/licensing for the target content item 110 with respect to one or more regions or markets, but is seeking to acquire ownership/licensing.
  • the platform may have acquired ownership/licensing for the target content item 110, but does not retain ownership/licensing for all content items indefinitely.
  • the content comprehension engine 102 may provide acquisition recommendation metrics.
  • the acquisition recommendation metrics may include information such as an overall recommendation score (e.g., a percentage or absolute value indicating the strength of the recommendation to acquire/retain), specific periods of time to license the content, durations of time to license the content, one or more other content items suggested to be acquired/retained along with the content item, and so on.
  • an overall recommendation score e.g., a percentage or absolute value indicating the strength of the recommendation to acquire/retain
  • specific periods of time to license the content e.g., a percentage or absolute value indicating the strength of the recommendation to acquire/retain
  • durations of time to license the content e.g., durations of time to license the content
  • one or more other content items suggested to be acquired/retained along with the content item e.g., a percentage or absolute value indicating the strength of the recommendation to acquire/retain
  • the content comprehension engine 102 includes functionality to perform the functions discussed herein on groups of content items. For example, as discussed above, determining acquisition/retention recommendation statistics with respect to a grouping or cluster of content items, as opposed to each content item of the group separately. In other words, while a single content item may receive a low acquisition/retention score, it may include a higher score when coupled with other content items.
  • the content comprehension engine 102 includes functionality to compare different types of items. For example, turning to FIG. 5C, the film Brigid Joan’s Diary is shown once again. However, the rest of the entries are not necessarily films. For example, “Layne the Virgin” is a tv show, “Love Hurts” is a song, “Rom Corns” is a playlist of tv shows and movies, and “Joan’s Diary Notebook” is a merchandise product. This is made possible by the use of collaborative filtering models, which are capable of representing not only disparate data types, but also model items that are fundamentally different.
  • a model representing a particular item type may be compared with models representing one or more different item types (e.g., those described above).
  • models representing one or more different item types e.g., those described above.
  • the amount of different item types that may be modeled, and thereby compared is virtually limitless. For example, music, podcasts, books, articles, events, products like merchandise, playlists, restaurants, social media platform groups, and so on. It should further be understood that while much of this disclosure discusses film content items, film is simply used to illustrate the many concepts, and the concepts are in no way limited to film.
  • the content comprehension engine 102 includes functionality to identify preexisting collaborative filtering data corresponding to the target content item, and bridge the preexisting collaborative filtering data with the collaborate filtering representations of the content metadata and the contextual data to generate the target content item model.
  • the target content item data 112 may include the target collaborative filtering (CF) data 118.
  • the target CF data 118 may be similar to the target content item model 161, the embeddings 1-N 161A-161F, and/or the content item 1-N models 151-153, in that the target CF data 118 may include data in a word vector embedded form.
  • the target CF data 118 may include internal historical collaborative filtering (CF) data 118A, external collaborative filtering (CF) data 118B, or other types of collaborative filtering data.
  • the internal historical CF data 118A may include collaborative filtering data about the target content item 110 generated previously.
  • the internal historical CF data 118A may be a prior version of the target content item model 161.
  • the internal historical CF data 118A may have been previously generated to represent the target content item 110.
  • Such an instance of the internal historical CF data 118A may include different information, for example, rank or value information corresponding to a prior period of time and/or a prior content library 140 landscape.
  • the internal historical CF data 118A may include a subset or a superset of the data included by the target content item model 161.
  • the external CF data 118B may include collaborative filtering data about the target content item 110 generated previously.
  • the external CF data 118B may include collaborative filtering data provided by a 3 rd party source.
  • the 3 rd party source may be a platform that compiles collaborative filtering data about content items of the platform, a service that specializes in generating collaborative filtering data about content items, a critic or user reviews platform that compiles collaborative filtering data about content items, or any other source capable of compiling collaborative filtering data.
  • the content comprehension engine 102 includes functionality to generate a new content item model, or update an existing content item model, for a content item that already exists in the content library 140.
  • deep neural learning may be applied to content item 2 142, any corresponding content item data (e.g., content metadata, contextual data, and/or internal/extemal CF data), and/or content item 2 model(s) 152.
  • the internal CF data may be the same object as the content item 2 model(s) 152, or it may be an additional earlier version.
  • the result can be either an updated version of content item 2 model(s) 152 or new content item model.
  • the content models library 150 may be periodically or continuously updated.
  • the content comprehension engine 102 includes functionality to apply deep neural learning to compare the target content item model with the set of existing content item models. Further, in one or more embodiments, the content comprehension engine 102 includes functionality to determine cold-start characteristics of the target content item based on the comparison.
  • Content serving platforms may include a vast and varied library of content items. Each content item may include unique platform performance characteristics, and these characteristics may vary widely. Accordingly, “cold starting” a content item (in other words, adding a content item) optimally is a difficult task.
  • some content items may be generally popular, while other content items may be popular only among one or a few audience segments, while yet other content items may not be popular at all.
  • some content items may belong in certain categories, while other content items may belong in other categories, while yet other content items may belong in multiple categories. It is essentially impossible to determine, across vast and varied platform libraries, where a new content item fits (e.g., how it should be presented to platform users). In other words, how to “cold-start” the content item on a platform.
  • FIG. 6A while continuing the example of FIGS. 5 A and 5B, a user interface provided by a content platform is shown.
  • the user interface presents one or more content items, for example, movies A-E and “Knotting Hill” are presented in a carousel user interface element. Because movies A-E and “Knotting Hill” may be categorized as belonging to a romantic comedy content tier, they may appear as part of a “Romantic Comedies” section.
  • 6A demonstrates the content platform’s content offering before the new target content item Brigid Joan’s Diary has been added to the content platform (e.g., to the content library 140), or after the new target content item Brigid Joan’s Diary has been added to the content platform but not promoted based on cold-start characteristics.
  • the content comprehension engine 102 includes functionality to provide the cold-start characteristics for distribution management of the target content item. And in one or more embodiments, the content comprehension engine 102 includes functionality to provide a grouping of content items (e.g., to a requesting module in a platform) such that the target content item is arranged with respect to known content items based on the cold-start characteristics.
  • the content comprehension engine 102 may indicate that the target content item should be served in connection with the next most similar content item (or a set of similar content items, optionally weighted based on respective similarity).
  • a similar content item may be referred to as a chaperone content item (or a surrogate content item).
  • the platform may display the new content item Brigid Joan’s Diary along with or near the chaperone content item Knotting Hill (as depicted by FIGS. 6B and 6C). For example, as shown by FIG.
  • FIG. 6B which shows a content item-specific page
  • FIG. 6D which shows a content item-specific page
  • FIG. 6D which shows a content item-specific page
  • Brigid Joan’s Diary is displayed somewhere near Knotting Hill in a carousel of content items recommended based on the content item-specific page.
  • the new content item e.g., Brigid Joan’s Diary
  • the content comprehension engine 102 includes functionality to receive platform performance metrics corresponding to the target content item, update the target content item model based on the performance metrics, and provide, based on the updated target content item model, warm-start characteristics for distribution management of the target content item. For example, after a period of time, or an amount or ratio of requests for the new content item and/or the chaperone content item, the platform may provide performance metrics about the new content item (e.g., Brigid Joan’s Diary). The content comprehension engine 102 may then update the corresponding target content item model 161 (e.g., rank, relevant audiences, etc.) based on the performance metrics. The content comprehension engine 102 may then provide warm-start characteristics based on the updated target content item model 161.
  • the platform may provide performance metrics about the new content item (e.g., Brigid Joan’s Diary).
  • the content comprehension engine 102 may then update the corresponding target content item model 161 (e.g., rank, relevant audiences, etc.) based on the performance metrics.
  • Warm-start characteristics may be similar to cold-start characteristics, however, they may be updated based on the content item’s performance on the platform. Because the new content item may now have had an opportunity to build momentum (aka platform velocity) while benefiting from the approximation of its actual status, the platform may utilize the warm-start characteristics for the new content item in part or fully in place of the chaperone- based promotion.
  • the content comprehension engine 102 includes functionality to determine content categories associated with the target content item based on the cold-start characteristics.
  • cold starting based on the deep neural learning information e.g., models and information depicted in part by FIG. 5B
  • cold-start characteristics could indicate a content tier or content category, and rank, for which the new content item should be served in connection with.
  • cold-start characteristics for Brigid Joan’s Diary may indicate that it should be served around or at the second position for films recommended based on Love Actuality, regardless of the position or existence of Knotting Hill.
  • the content comprehension engine 102 includes functionality to provide a grouping of content items based on their similarity to a content item that is unavailable on the platform.
  • the film “Crazy Rich Occasions” may be opening or have already opened in theaters, but is not available on the platform.
  • the content comprehension engine 102 may determine which known/available content items are most similar or relevant to the unavailable content item.
  • the content comprehension engine 102 may generate a content item model representing the unavailable content item (e.g., Crazy Rich Occasions), compare that unavailable content item model with models of the content models library 150, and determine which are the most relevant content library 140 content items.
  • the grouping of content items may be presented to audiences in various ways.
  • the grouping i.e., the similar or relevant content items
  • the grouping may be provided through a user interface carousel in a section related to the unavailable content item (i.e., Crazy Rich Occasions).
  • a message may be sent to users of the platform informing them of the grouping (e.g., via email, social media platform messaging services, cellular phone text messages, and so on).
  • an “in- app” notification may inform users of the grouping (e.g., on a smart phone or tablet application, a smart TV application, a website interface, and so on).
  • unavailable content items are not limited to films in theater, but may include any content item that is not available on the platform.
  • a TV show exclusively on a different platform or TV network, a Broadway theater performance, an older movie not licensed to the platform, and so on.
  • a user of the platform may submit a search query (e.g., “Brigid Joan’s Diary”).
  • the results may include content items that contain text strings that strictly match text strings of the content item search request.
  • “Joan of Arc” and “Joan Riverz Standup” may be search results because they both contain the word “Joan”.
  • “Diary of a Text Addict” may be a search result because it contains the word “Diary”.
  • “East-Lander” may be a search result because it contains one of the words “Brigid”, “Joan”, or “Diary” somewhere in its metadata.
  • Brigid Joan’s Diary may not be a search result because it is not available on the platform.
  • FIG. 8C Brigid Joan’s Diary may also be a search result because it is available on the platform. In either case, none of the other search results may actually be relevant to “Brigid Joan’s Diary” besides sharing similar words. As a result, not only is the content item searched for unavailable, but the search results are irrelevant.
  • the content comprehension engine 102 includes functionality to receive a content item search request. For example, turning to FIG. 8B, a user of the platform may submit the same search query (e.g., “Brigid Joan’s Diary”).
  • the content comprehension engine 102 includes functionality to identify a first candidate content item matching the content item search request. For example, the content comprehension engine 102 may identify the first candidate content item entitled “Brigid Joan’s Diary”. In identifying the first candidate content item, the content comprehension engine 102 may only identify the content item if a threshold match strength or confidence score is met. Further, the first candidate content item may not necessarily be available on or stored by the platform (e.g., in the content library 140), but the first candidate content item may be “known” via a corresponding content item model (e.g., in the content models library 150).
  • the content comprehension engine 102 includes functionality to identify a first content item model corresponding to the first candidate content item, where the first content item model includes word vector collaborative filtering representations of the first candidate content item.
  • the content comprehension engine 102 may identify a content item model in the content models library 150 that corresponds to the first candidate content item.
  • such content item models may include word vector collaborative filtering representations (e.g., representing metadata, contextual data, and/or other collaborative filtering data).
  • the content comprehension engine 102 includes functionality to identify a set of content item models where each is associated with at least one corresponding available content item and includes word vector collaborative filtering representations of the corresponding available content items. For example, the content comprehension engine 102 may identify content item models of content models library 150 that each correspond to available content items.
  • an available content item is one that is available to be served to a requesting account (e.g., content owned/licensed for the region of the requesting account).
  • the content comprehension engine 102 includes functionality to apply deep neural learning to compare the first content item model with the set of content item models to generate a subset of the content item models most relevant to the first content item model.
  • the content comprehension engine 102 may analyze the collaborative filtering data (e.g., word vectors) representing the content items to reveal properties such as rank, similarity, value, and so on.
  • the collaborative filtering data e.g., word vectors
  • content items with the most similarity to the target content item may be determined based on their models.
  • the models of the most relevant or similar content items with respect to Brigid Joan’s Diary’s model may be included in the subset of the content item models.
  • the content comprehension engine 102 includes functionality to generate a result set of available content items corresponding to the subset of the content item models most relevant to the first content item model.
  • the generated result set may include those items in the content library 140 that correspond to the subset of the content item models most relevant to the first content item model (e.g., from the content item models in the content models library 150).
  • those may include content items “Knotting Hill” (with 66.1% similarity), “Bride & Prejudice” (with 65.8% similarity), “Failed to Launch” (with 62.4% similarity), and “Pretty Women” (with 59.2% similarity).
  • the result set may include only those content items that are available (e.g., ownership/licensing is possessed for the content item for the account corresponding to the search request).
  • the content comprehension engine 102 includes functionality to provide, in response to the content item search request, the result set of available content items. For example, as depicted by FIG. 8B, the content items shown in FIG. 5B as well as other relevant and available content items (e.g., movies A-F) are provided for display in a search results area of the account corresponding to the search request. Accordingly, relevant and available content items are provided in response to the search request.
  • Diary may not be a search result if it is not available on the platform.
  • the deep neural learning may include determining that the first candidate content item is an available content item and including, a content item model corresponding to the first candidate content item, in the set of the content item models most relevant to the first content item model. For example, continuing the example with FIG. 8D, if the first candidate content item Brigid Joan’s Diary is available, then including Brigid Joan’s Diary’s model in the set of the content item models. As a result, the Cruid Joan’s Diary content item may be included in the result set and provided in response to the search request. Accordingly, Brigid Joan’s Diary may also be provided for display in the search results area of the account.
  • the deep neural learning may include ranking the subset of the content item models according to ranking criteria.
  • the ranking criteria may include, but is not limited to, relevancy, temporal relevancy, similarity, popularity, value, promotional status, requesting account demographics, requesting account preferences, and/or requesting account past behavior.
  • particular content items may be more temporally relevant because they are related to current events, related to a movie that has been or is being released in theaters, related to an upcoming holiday, involved in an upcoming or recent awards show, and so on.
  • particular content items may be more temporally relevant because the search request is received during a time of the day more relevant to those particular content items, for example, during the morning when cartoons are at their highest demand, during the afternoon when soap operas are at their highest demand, during the evening when dramas are at their highest demand, and so on. Accordingly, such content items may be ranked more highly.
  • Particular content items that are more popular e.g., have more viewing or a higher general platform ranking
  • Particular value e.g., revenue or other KPIs
  • Particular content items that are to be promoted in general, or to particular audiences may be ranked more highly in general or to those particular audiences, respectively.
  • Particular content items that may be more relevant according to the requesting account’s demographics e.g., age, sex/gender, location, etc.
  • preferences e.g., as specified by the account
  • past behavior e.g., viewing behavior
  • account type e.g., paid, free, parental controlled, etc.
  • account device type e.g., smart TV, laptop, tablet, smart TV, set-top box, smart phone, etc.
  • content format e.g., real-time streaming, locally downloaded, etc.
  • the content comprehension engine 102 includes functionality to include the results of the ranking for use in arranging a display of the available content items according to the results of the ranking.
  • the display of results is arranged by the ranking.
  • the highest-ranking content item Brigid Joan’s Diary is positioned in first place, followed by the next highest-ranking content items in order (e.g., based on the similarity established in FIG. 5B), followed by the next highest- ranking content items A-G.
  • results organized by content tier may be arranged by rank within each content tier (e.g., FIG. 8E) and results of different content types may be arranged by absolute rank or by algorithms promoting a hybrid display of content types.
  • the content comprehension engine 102 includes functionality to include content tier information corresponding to each available content item in the result set for use in arranging a display of the available content items according to content tier. For example, as demonstrated by FIG. 8E, the display of results is organized by content tier.
  • the deep neural learning includes determining a set of content tiers most relevant to the first content item model, and where generating the result set involves including the set of content tiers for display. For example, as demonstrated by FIG. 8F, the display of results includes content tiers relevant to the search query. It should be appreciated that in some embodiments, the content tiers and content items may be presented side by side in a hybrid arrangement, as opposed to in their respective sections.
  • the content comprehension engine 102 includes functionality to determine that a match strength between the first candidate content item and the content item search request is below a threshold match strength.
  • a second candidate content item may be identified and used for the deep neural learning comparison. For example, if the search string is “jons diary”, the search string’s match strength with respect to “Brigid Joan’s Diary” may be below a threshold match strength (e.g., a match strength of 54% that is below a threshold match strength of 80%).
  • the content item with the next highest match strength may be identified. As an example, the content item “Indianapolis Jons” with a match strength of 52%.
  • the content comprehension engine 102 may perform similar steps as those discussed with respect to the first candidate content item and update the result set with those available content items identified as a result of applying the deep neural learning analysis to the second candidate content item (e.g., Indianapolis Jons). Accordingly, the result set provided in response to the search request may include available content items related to both the first and second candidate content items (e.g., Brigid Joan’s Diary and Indianapolis Jons).
  • the result set of available content items includes at least one content item of a different type from a type of the first content item model.
  • the result set may include movies (e.g., like those demonstrating similarity in FIG. 5B) and other content items (e.g., like those showing similarity in FIG. 5C).
  • determining various value properties of a particular content item is difficult. For example, the value of a content item is not simply based on the revenue corresponding directly generated by the content item, nor an amount of engagement with the content item.
  • the presence of the particular content item may promote more or less engagement with other content items, which is an indirect value property of the particular content item. In other words, if the particular content item was never present, engagement with the rest of the platform may have been different, being that the platform offering would be at least slightly different.
  • the content comprehension engine 102 includes functionality to omit a particular content item from an evaluation subset of platform accounts.
  • the particular content item will not be available for playback, not presented as a recommended item, not included in search results, and so on.
  • the content items may otherwise be available to other accounts of the platform.
  • FIG. 9A demonstrates a display presented to a regular account (one of the other accounts of the platform) without a content item holdback.
  • Brigid Joan’s Diary is present.
  • FIG. 9B demonstrates a display presented to an account in the evaluation subset of platform accounts with a content item holdback.
  • Brigid Joan’s Diary is not present, but instead replaced with movie Z.
  • FIG. 9C demonstrates a different version of a display that may be presented to an account in the evaluation subset of platform accounts with a content item holdback.
  • Brigid Joan’s Diary is not present, but instead of being replaced with movie Z, the rest of the content items in the respective group are simply shifted over.
  • the content comprehension engine 102 may analyze the difference in engagement between the evaluation subset of platform accounts and the other platform accounts.
  • the content comprehension engine 102 may implement deep neural learning for performing the analysis. Based on the analysis, the content comprehension engine 102 may determine the value (e.g., revenue or other KPIs) of the particular content item.
  • Such values may be used for various purposes, for example, determining whether to initiate or retain ownership/licensing for the content item, determining whether to initiate or retain ownership/licensing for other content items, determining how much to promote the content item, and so on.
  • the evaluation subset of platform accounts may be selected at random. In some embodiments, the evaluation subset of platform accounts may be selected based on account demographics (e.g., age, sex/gender, location, etc.), account preferences (e.g., as specified by the account), past account behavior (e.g., viewing behavior), account type (e.g., paid, free, parental controlled, etc.), account device type (e.g., smart TV, laptop, tablet, smart TV, set-top box, smart phone, etc.), and/or content format (e.g., real-time streaming, locally downloaded, etc.).
  • account demographics e.g., age, sex/gender, location, etc.
  • account preferences e.g., as specified by the account
  • past account behavior e.g., viewing behavior
  • account type e.g., paid, free, parental controlled, etc.
  • account device type e.g., smart TV, laptop, tablet, smart TV, set-top box, smart phone, etc.
  • multiple content items may be held back simultaneously. For example, episodes of a TV show season may be held back simultaneously, or movies sharing a genre or content tier.
  • the multiple held back content items may all be held back from the same single subset of platform accounts, or each may be held back from different subsets of platform accounts.
  • FIG. 10 shows a flowchart of a method for cold-starting content (e.g., on a platform using machine learning). While the various steps in this flowchart are presented and described sequentially, one of ordinary skill will appreciate that some or all of the steps can be executed in different orders and some or all of the steps can be executed in parallel. Further, in one or more embodiments, one or more of the steps described below can be omitted, repeated, and/or performed in a different order. Accordingly, the specific arrangement of steps shown in FIG. 10 should not be construed as limiting the scope of the invention.
  • STEP 1002 a target content item to be modeled is identified. [0101] In STEP 1004, content metadata and contextual data both corresponding to the target content item are identified.
  • a target content item model is generated by applying deep neural learning to the content metadata and the contextual data.
  • the deep neural learning applies a word vector embedding operation to the content metadata to generate a collaborative filtering representation of the content metadata
  • applies a word vector embedding operation to the contextual data to generate a collaborative filtering representation of the contextual data
  • STEP 1008 a set of existing content item models are identified.
  • each of the set of existing content item models is associated with at least one corresponding known content item.
  • STEP 1014 the cold-start characteristics for distribution management of the target content item are provided.
  • FIG. 11 shows a flowchart of a method for intuitive search operation results using machine learning. While the various steps in this flowchart are presented and described sequentially, one of ordinary skill will appreciate that some or all of the steps can be executed in different orders and some or all of the steps can be executed in parallel. Further, in one or more embodiments, one or more of the steps described below can be omitted, repeated, and/or performed in a different order. Accordingly, the specific arrangement of steps shown in FIG. 11 should not be construed as limiting the scope of the invention. [0108] In STEP 1102, a content item search request is received.
  • STEP 1104 a first candidate content item matching the content item search request is identified.
  • a first content item model corresponding to the first candidate content item is identified.
  • the first content item model includes word vector collaborative filtering representations of the first candidate content item.
  • each of the set of content item models is associated with at least one corresponding available content item and includes word vector collaborative filtering representations of the associated at least one corresponding available content item.
  • STEP 1110 deep neural learning is applied to compare the first content item model with the set of content item models to generate a subset of the content item models most relevant to the first content item model.
  • STEP 1112 a result set of available content items corresponding to the subset of the content item models most relevant to the first content item model is generated.
  • methods for cold-starting content e.g., including STEPs 1000-1014 of FIG. 10
  • methods for intuitive search operation results e.g., including STEPs 1102-1114 of FIG. 11
  • the steps of FIG. 10 can be executed by the same or different module(s) (or processors) from the module(s) (or processors) executing the steps of FIG. 11.
  • Embodiments described herein may be discussed in the general context of computer-executable instructions residing on some form of computer-readable storage medium, such as program modules, executed by one or more computers or other devices.
  • computer-readable storage media may comprise non-transitory computer-readable storage media and communication media; non-transitory computer-readable media include all computer-readable media except for a transitory, propagating signal.
  • program modules include routines, programs, objects, components, data structures, etc., that perform particular tasks or implement particular abstract data types. The functionality of the program modules may be combined or distributed as desired in various embodiments.
  • Computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer-readable instructions, data structures, program modules or other data.
  • Computer storage media includes, but is not limited to, random access memory (RAM), read only memory (ROM), electrically erasable programmable ROM (EEPROM), flash memory or other memory technology, compact disk ROM (CD-ROM), digital versatile disks (DVDs) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium that can be used to store the desired information and that can accessed to retrieve that information.
  • Communication media can embody computer-executable instructions, data structures, and program modules, and includes any information delivery media.
  • communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, radio frequency (RF), infrared, and other wireless media. Combinations of any of the above can also be included within the scope of computer-readable media.
  • Embodiments may be implemented on a specialized computer system.
  • the specialized computing system can include one or more modified mobile devices (e.g., laptop computer, smart phone, personal digital assistant, tablet computer, or other mobile device), desktop computers, servers, blades in a server chassis, or any other type of computing device(s) that include at least the minimum processing power, memory, and input and output device(s) to perform one or more embodiments.
  • modified mobile devices e.g., laptop computer, smart phone, personal digital assistant, tablet computer, or other mobile device
  • desktop computers e.g., servers, blades in a server chassis, or any other type of computing device(s) that include at least the minimum processing power, memory, and input and output device(s) to perform one or more embodiments.
  • the computing system 1200 may include one or more computer processor(s) 1202, associated memory 1204 (e.g., random access memory (RAM), cache memory, flash memory, etc.), one or more storage device(s) 1206 (e.g., a hard disk, an optical drive such as a compact disk (CD) drive or digital versatile disk (DVD) drive, a flash memory stick, etc.), a bus 1216, and numerous other elements and functionalities.
  • the computer processor(s) 1202 may be an integrated circuit for processing instructions.
  • the computer processor(s) may be one or more cores or micro-cores of a processor.
  • the computer processor(s) 1202 may be an integrated circuit for processing instructions.
  • the computer processor(s) 1202 may be one or more cores or micro-cores of a processor.
  • the computer processor(s) 1202 can implement/execute software modules stored by computing system 1200, such as module(s) 1222 stored in memory 1204 or module(s) 1224 stored in storage 1206.
  • one or more of the modules described herein can be stored in memory 1204 or storage 1206, where they can be accessed and processed by the computer processor 1202.
  • the computer processor(s) 1202 can be a special-purpose processor where software instructions are incorporated into the actual processor design.
  • the computing system 1200 may also include one or more input device(s) 1210, such as a touchscreen, keyboard, mouse, microphone, touchpad, electronic pen, or any other type of input device. Further, the computing system 1200 may include one or more output device(s) 1212, such as a screen (e.g., a liquid crystal display (LCD), a plasma display, touchscreen, or other display device), a printer, external storage, or any other output device.
  • the computing system 1200 may be connected to a network 1220 (e.g., a local area network (LAN), a wide area network (WAN) such as the Internet, mobile network, or any other type of network) via a network interface connection 1218.
  • the input and output device(s) may be locally or remotely connected (e.g., via the network 1220) to the computer processor(s) 1202, memory 1204, and storage device(s) 1206.
  • One or more elements of the aforementioned computing system 1200 may be located at a remote location and connected to the other elements over a network 1220. Further, embodiments may be implemented on a distributed system having a plurality of nodes, where each portion may be located on a subset of nodes within the distributed system.
  • the node corresponds to a distinct computing device.
  • the node may correspond to a computer processor with associated physical memory.
  • the node may alternatively correspond to a computer processor or micro-core of a computer processor with shared memory and/or resources.
  • one or more of the software modules disclosed herein may be implemented in a cloud computing environment.
  • Cloud computing environments may provide various services and applications via the Internet. These cloud-based services (e.g., software as a service, platform as a service, infrastructure as a service, etc.) may be accessible through a Web browser or other remote interface.
  • One or more elements of the above-described systems may also be implemented using software modules that perform certain tasks. These software modules may include script, batch, routines, programs, objects, components, data structures, or other executable files that may be stored on a computer-readable storage medium or in a computing system. These software modules may configure a computing system to perform one or more of the example embodiments disclosed herein. The functionality of the software modules may be combined or distributed as desired in various embodiments.
  • the computer readable program code can be stored, temporarily or permanently, on one or more non-transitory computer readable storage media.
  • the non-transitory computer readable storage media are executable by one or more computer processors to perform the functionality of one or more components of the above-described systems and/or flowcharts.
  • non-transitory computer-readable media can include, but are not limited to, compact discs (CDs), flash memory, solid state drives, random access memory (RAM), read only memory (ROM), electrically erasable programmable ROM (EEPROM), digital versatile disks (DVDs) or other optical storage, and any other computer-readable media excluding transitory, propagating signals.
  • CDs compact discs
  • flash memory solid state drives
  • RAM random access memory
  • ROM read only memory
  • EEPROM electrically erasable programmable ROM
  • DVDs digital versatile disks
  • any other computer-readable media excluding transitory, propagating signals.
  • Figure 13 is a block diagram of an example of a network architecture 1300 in which client systems 1310 and 1330, and servers 1340 and 1345, may be coupled to a network 1320.
  • Network 1320 may be the same as or similar to network 1220.
  • Client systems 1310 and 1330 generally represent any type or form of computing device or system, such as client devices (e.g., portable computers, smart phones, tablets, smart TVs, etc.).
  • servers 1340 and 1345 generally represent computing devices or systems, such as application servers or database servers, configured to provide various database services and/or run certain software applications.
  • Network 1320 generally represents any telecommunication or computer network including, for example, an intranet, a wide area network (WAN), a local area network (LAN), a personal area network (PAN), or the Internet.
  • a communication interface such as network adapter 1218, may be used to provide connectivity between each client system 1310 and 1330, and network 1320.
  • Client systems 1310 and 1330 may be able to access information on server 1340 or 1345 using, for example, a Web browser, thin client application, or other client software.
  • client software may allow client systems 1310 and 1330 to access data hosted by server 1340, server 1345, or storage devices 1350(1)-(N).
  • Figure 13 depicts the use of a network (such as the Internet) for exchanging data, the embodiments described herein are not limited to the Internet or any particular network-based environment.
  • all or a portion of one or more of the example embodiments disclosed herein are encoded as a computer program and loaded onto and executed by server 1340, server 1345, storage devices 1350(1)-(N), or any combination thereof. All or a portion of one or more of the example embodiments disclosed herein may also be encoded as a computer program, stored in server 1340, run by server 1345, and distributed to client systems 1310 and 1330 over network 1320.
  • components of one or more systems disclosed herein may be depicted as being directly communicatively coupled to one another, this is not necessarily the case.
  • one or more of the components may be communicatively coupled via a distributed computing system, a cloud computing system, or a networked computer system communicating via the Internet.
  • this one computer system may represent many computer systems, arranged in a central or distributed fashion.
  • such computer systems may be organized as a central cloud and/or may be distributed geographically or logically to edges of a system such as a content/data delivery network or other arrangement.
  • intermediary networking devices such as switches, routers, servers, etc., may be used to facilitate communication.
  • each block diagram component, flowchart step, operation, and/or component described and/or illustrated herein may be implemented, individually and/or collectively, using a wide range of hardware, software, or firmware (or any combination thereof) configurations.
  • any disclosure of components contained within other components should be considered as examples because other architectures can be implemented to achieve the same functionality.
  • a “set” can include one or more elements. It is also understood that a “subset” of the set may be a set of which all the elements are contained in the set. In other words, the subset can include fewer elements than the set or all the elements of the set (i.e., the subset can be the same as the set).

Abstract

Embodiments include: identifying content metadata and contextual data both corresponding to a target content item; generating a target content item model by applying deep neural learning that bridges collaborative filtering representations of the content metadata and the contextual data; applying deep neural learning to compare the target content item model with a set of existing content item models; determining cold-start characteristics of the target content item based on the comparison. Embodiments include: identifying a first candidate content item; identifying a first content item model corresponding to the first candidate content item including word vector collaborative filtering representations; identifying a set of content item models where each includes word vector collaborative filtering representations; applying deep neural learning to compare the first content item model with the set of content item models; generating a result set of available content items most relevant to the first content item model.

Description

CONTENT COLD-START MACHINE LEARNING AND INTUITIVE CONTENT SEARCH RESULTS SUGGESTION SYSTEM
CROSS-REFERENCE TO RELATED APPLICATIONS
[0001] This application claims the benefit of, and priority to, co-pending U.S. Patent Application No. 16/935,178, Attorney Docket tubi.00006.us.n.l, entitled “CONTENT COLD-START MACHINE LEARNING SYSTEM”, filed on July 21, 2020, the entire disclosure of which is incorporated by reference herein, in its entirety, for all purposes. This application claims the benefit of, and priority to, co-pending U.S. Patent Application No. 16/935,187, Attorney Docket tubi.00007. us. n.l, entitled “INTUITIVE CONTENT SEARCH RESULTS SUGGESTION SYSTEM”, filed on July 21, 2020, the entire disclosure of which is incorporated by reference herein, in its entirety, for all purposes.
BACKGROUND
[0002] Recent advancements in computing technology have led to a movement for creating internet-connected devices. Inexpensive hardware has contributed to a trend in which many more devices (e.g., smart TVs, smart phones, etc.) now include network connectivity.
[0003] As the number of network-connected devices has increased, so has the amount of content that may be distributed to these devices. For example, the production and availability of TV series, movies, and music, to name a few, has significantly increased in recent years. In response, content providers have struggled to evaluate, categorize, and organize vast libraries of content.
[0004] Meanwhile, each item of content includes evermore metadata, thereby geometrically increasing the amount of information about the content. Attempting to assimilate the intricate relationships between each content item and the myriad of content items in vast libraries is further complicated by this multitude of information. Even further, content providers now strive to reveal and understand the relationships between these content items more accurately and intelligently than ever before to in turn provide better consumer experiences.
SUMMARY
[0005] In general, in one aspect, embodiments relate to a system for cold-starting content on a platform using machine learning. The system can include: a computer processor; a content comprehension engine executing on the computer processor and configured to: identify a target content item to be modeled; identify content metadata and contextual data both corresponding to the target content item; generate a target content item model by applying deep neural learning to the content metadata and the contextual data, where the deep neural learning: applies a word vector embedding operation to the content metadata to generate a collaborative filtering representation of the content metadata, applies a word vector embedding operation to the contextual data to generate a collaborative filtering representation of the contextual data, and bridges the collaborative filtering representations of the content metadata and the contextual data to generate the target content item model; identify a set of existing content item models, where each of the set of existing content item models is associated with at least one corresponding known content item; apply deep neural learning to compare the target content item model with the set of existing content item models; determine cold-start characteristics of the target content item based on the comparison; and provide the cold-start characteristics for distribution management of the target content item.
[0006] In general, in one aspect, embodiments relate to a method for cold-starting content on a platform using machine learning. The method can include: identifying a target content item to be modeled; identifying content metadata and contextual data both corresponding to the target content item; generating, by at least one computer processor, a target content item model by applying deep neural learning to the content metadata and the contextual data, where the deep neural learning: applies a word vector embedding operation to the content metadata to generate a collaborative filtering representation of the content metadata, applies a word vector embedding operation to the contextual data to generate a collaborative filtering representation of the contextual data, and bridges the collaborative filtering representations of the content metadata and the contextual data to generate the target content item model; identifying a set of existing content item models, where each of the set of existing content item models is associated with at least one corresponding known content item; applying deep neural learning to compare the target content item model with the set of existing content item models; determining cold-start characteristics of the target content item based on the comparison; and providing the cold-start characteristics for distribution management of the target content item.
[0007] In general, in one aspect, embodiments relate to a non-transitory computer- readable storage medium having instructions for cold-starting content on a platform using machine learning. The instructions are configured to execute on at least one computer processor to enable the computer processor to: identify a target content item to be modeled; identify content metadata and contextual data both corresponding to the target content item; generate a target content item model by applying deep neural learning to the content metadata and the contextual data, where the deep neural learning: applies a word vector embedding operation to the content metadata to generate a collaborative filtering representation of the content metadata, applies a word vector embedding operation to the contextual data to generate a collaborative filtering representation of the contextual data, and bridges the collaborative filtering representations of the content metadata and the contextual data to generate the target content item model; identify a set of existing content item models, where each of the set of existing content item models is associated with at least one corresponding known content item; apply deep neural learning to compare the target content item model with the set of existing content item models; determine cold-start characteristics of the target content item based on the comparison; and provide the cold-start characteristics for distribution management of the target content item.
[0008] In general, in one aspect, embodiments relate to a system for intuitive search operation results using machine learning. The system can include: a computer processor; a content comprehension engine executing on the computer processor and configured to: receive a content item search request; identify a first candidate content item matching the content item search request; identify a first content item model corresponding to the first candidate content item, where the first content item model includes word vector collaborative filtering representations of the first candidate content item; identify a set of content item models, where each of the set of content item models: is associated with at least one corresponding available content item, and includes word vector collaborative filtering representations of the associated at least one corresponding available content item; apply deep neural learning to compare the first content item model with the set of content item models to generate a subset of the content item models most relevant to the first content item model; generate a result set of available content items corresponding to the subset of the content item models most relevant to the first content item model; and provide, in response to the content item search request, the result set of available content items.
[0009] In general, in one aspect, embodiments relate to a method for intuitive search operation results using machine learning. The method can include: receiving a content item search request; identifying a first candidate content item matching the content item search request; identifying, by at least one computer processor, a first content item model corresponding to the first candidate content item, where the first content item model includes word vector collaborative filtering representations of the first candidate content item; identifying a set of content item models, where each of the set of content item models: is associated with at least one corresponding available content item, and includes word vector collaborative filtering representations of the associated at least one corresponding available content item; applying deep neural learning to compare the first content item model with the set of content item models to generate a subset of the content item models most relevant to the first content item model; generating a result set of available content items corresponding to the subset of the content item models most relevant to the first content item model; and providing, in response to the content item search request, the result set of available content items.
[0010] In general, in one aspect, embodiments relate to a non-transitory computer- readable storage medium having instructions for intuitive search operation results using machine learning. The instructions are configured to execute on at least one computer processor to enable the computer processor to: receive a content item search request; identify a first candidate content item matching the content item search request; identify a first content item model corresponding to the first candidate content item, where the first content item model includes word vector collaborative filtering representations of the first candidate content item; identify a set of content item models, where each of the set of content item models: is associated with at least one corresponding available content item, and includes word vector collaborative filtering representations of the associated at least one corresponding available content item; apply deep neural learning to compare the first content item model with the set of content item models to generate a subset of the content item models most relevant to the first content item model; generate a result set of available content items corresponding to the subset of the content item models most relevant to the first content item model; and provide, in response to the content item search request, the result set of available content items.
[0011] Other embodiments will be apparent from the following description and the appended claims.
BRIEF DESCRIPTION OF THE DRAWINGS
[0012] Embodiments are illustrated by way of example, and not by way of limitation, in the figures of the accompanying drawings and in which like reference numerals refer to similar elements.
[0013] FIG. 1 illustrates a block diagram of a content modeling and comprehension system in accordance with one or more embodiments.
[0014] FIG. 2 illustrates a block diagram of a content modeling and comprehension system and various data types in accordance with one or more embodiments. [0015] FIG. 3 illustrates word vector embedding principles in accordance with one or more embodiments.
[0016] FIG. 4 illustrates a block diagram of a content modeling and comprehension system in accordance with one or more embodiments.
[0017] FIGS. 5A-5C illustrate content item and model data in accordance with one or more embodiments.
[0018] FIGS. 6A-6D illustrate various platform displays in accordance with one or more embodiments.
[0019] FIGS. 7A-7B illustrate various platform displays in accordance with one or more embodiments.
[0020] FIGS. 8A-8F illustrate various platform displays in accordance with one or more embodiments.
[0021] FIGS. 9A-9C illustrate various platform displays in accordance with one or more embodiments.
[0022] FIGS. 10 and 11 illustrate flowcharts in accordance with one or more embodiments.
[0023] FIGS. 12 and 13 show a computing system and network architecture in accordance with one or more embodiments. DESCRIPTION
Figure imgf000008_0001
[0024] Specific embodiments will now be described in detail with reference to the accompanying figures. Like elements in the various figures are denoted by like reference numerals for consistency. In the following detailed description of embodiments, numerous specific details are set forth in order to provide a more thorough understanding of the invention. While described in conjunction with these embodiments, it will be understood that they are not intended to limit the disclosure to these embodiments. On the contrary, the disclosure is intended to cover alternatives, modifications and equivalents, which may be included within the spirit and scope of the disclosure as defined by the appended claims. It will be apparent to one of ordinary skill in the art that the invention can be practiced without these specific details. In other instances, well-known features have not been described in detail to avoid unnecessarily complicating the description.
[0025] In general, embodiments of the present disclosure provide methods and systems for generating models representing content items. The content item models may be generated based on any of the following vector representations known as embeddings: collaborative filtering data models, word vector representations, graph embeddings derived from hierarchical data, sense embeddings or other contextualized vector spaces. They may be generated by leveraging disparate types of content information (e.g., metadata, contextual data, knowledge graphs and/or other collaborative filtering data). Accordingly, the disparate types of content information may be “harmonized”. Further, a computer can now “understand” or “comprehend” these content items using their collaborative filtering data models. As a result, machine learning can be applied to compare content items using their collaborative filtering data models, and thereby produce a variety of intuitive and complex analyses across massive data sets (e.g., thousands, millions, or more items). The methods and systems may apply deep neural learning, or machine learning, to perform the invention (e.g., generating models, comparing models, etc.).
[0026] Embodiments of the present disclosure provide methods and systems for generating content item cold-start characteristics. A new content item may be compared with known, existing, or currently available content items using their collaborative filtering data models to determine cold-start characteristics of the new content item. For example, determining cold-start characteristics based on similarity with other content items, or based on other analyses. As a result, a platform may introduce the new content item according to the cold-start characteristics. The methods and systems may apply deep neural learning, or machine learning, to perform the invention (e.g., generating cold-start characteristics, etc.).
[0027] Embodiments of the present disclosure provide methods and systems for generating intuitive search query results. When a search query is received, the collaborative filtering data models may be used to generate search results that are vastly improved over conventional search technologies (e.g., simple strict word matching). For example, the search results are more intelligent and actually relevant, and thereby seemingly “intuitive” to a search requester. The search results may be provided when the content item sought by the search requester is not in the search results (e.g., unavailable on the platform), and thereby the search results provide very relevant alternative content items. The methods and systems may apply deep neural learning, or machine learning, to perform the invention (e.g., generating intuitive search results, etc.).
[0028] FIG. 1 shows a content modeling and comprehension system 100 including a content comprehension engine 102 in accordance with one or more embodiments. As shown in FIG. 1, the content comprehension engine 102 may include one or more components, for example, a modeling module 103 and a machine learning module 104. In one or more embodiments, the system 100 analyzes various information about a content item to produce a model of the content item that may be used for evaluation with respect to models of other content items. The system 100 may be a, part of, or coupled with a platform (e.g., a content distribution platform).
[0029] In one or more embodiments, the content comprehension engine 102 includes functionality to identify a target content item to be modeled. For example, referring to FIG. 1, the content comprehension engine 102 may identify target content item 110. Alternatively, the content comprehension engine 102 may be directed to the target content item 110. In either case, the content comprehension engine 102 may access the target content item 110.
[0030] In one or more embodiments, the content comprehension engine 102 includes functionality to identify content metadata and contextual data both corresponding to the target content item. For example, the content comprehension engine 102 may identify and/or access the target content item data 112. In general, the target content item data 112 may include information about the target content item 110. For example, the target content item data 112 may include content metadata 114, contextual data 116, and/or collaborative filtering data 118.
[0031] The content metadata 114 may include metadata about the target content item 110. For example, in the case of a film, a cast list, film director, release year, corresponding genres, and so on. The contextual data 116 may include contextual data about the target content item 110. For example, still in the case of a film, plot description, critic reviews, award list, box office performance data, associated moods or sentiments, and so on. The collaborative filtering data 118 may include representations of the target content item 110 that may be in a preexisting modeled form, which will be further discussed.
[0032] In one or more embodiments, the content comprehension engine 102 includes functionality to generate a target content item model by applying deep neural learning to the content metadata and the contextual data. The deep neural learning may be performed by the modeling module 103 and/or the machine learning module 104. For example, the deep neural learning applies word vector embedding operations to the content metadata and to the contextual data to generate collaborative filtering representations of each.
[0033] In one or more embodiments, a collaborative filtering representation may be a form of data that bridges different types of representations of information into a common form, thereby allowing the different types of representations to ultimately “collaborate”. In other words, a collaborative filtering representation may store data types that were once dissimilar, but later converted or translated into a common data space. For example, the content comprehension engine 102 may translate data (e.g., words, sentences, paragraphs, etc.) by applying word vector embedding operations.
[0034] For example, turning to FIG. 3, which demonstrates word vector embedding principles, a sentence 301 recites “Have a good day” and a sentence 302 recites “Have a great day”. A human reader will understand that these sentences are similar but slightly different. However, a conventional computer would not be able to understand the sentences, let alone the nuanced difference between them.
[0035] To enable a computer to understand the sentences and the nuanced differences, word vectors may be used. A word vector is, for example, a representation of a word in vector format. For example, a word vector may include various numerical values that together characterize a word.
[0036] Continuing the example of the two sentences, to generate word vectors representing the words of the sentences and thereby the entire sentences, the deep neural learning may involve building a vocabulary set V 303 represented by (Have, a, good, great, day} with a size Vsize = 5. The deep neural learning may include creating a “one-hot” word vector for each of the words in the vocabulary set V 303, each with a length Vsize = 5. A “one-hot” vector is one in which the legal combinations of values are only those with a single high “1” bit and all other bits low “0”. The high bit in each word vector would be located at a vector position representing the corresponding word in the vocabulary set V 303. Such a group of word vectors may be represented by the word vector set 304.
[0037] Accordingly, the word vector set 304 would represent a 5-dimensional space, where each word occupies one and only one of the dimensions, thereby having no projection along the other dimensions. However, this would mean that the words “good” and “great” are as different as “day” and “have”, which is not true. For this reason, the deep neural learning may involve operations to cause the words with similar context to occupy closer spatial positions, thereby indicating their similarity to a machine.
[0038] Consider 2-dimensional graph 310, which depicts vector A, vector B, and an angle Q between them. Mathematically, the closer vector A and vector B are to one another, the cosine of the angle between vector A and vector B should be closer to 1 (i.e., angle Q closer to 0). In other words, the smaller the angle Q, the more similar vector A and vector B are, while the opposite is true. The similarity function 311 may be defined as similarity(A,B ) = cosine( q) = (A·B) / (||A||||B||). It should be appreciated that while these concepts are discussed with respect to a 2-dimensional space, these concepts extend to multidimensional spaces.
[0039] Through machine learning, the content comprehension engine 102 may adjust the word vectors, or reinterpret the word vectors, such that the vectors for words with higher similarity are spatially more proximate. For example, as depicted by the examples 312 and as a result of the machine learning, the similarity function operating on the word vector representing the word “Have” (i.e., [1,0, 0,0,0]) and the word “a” (i.e., [0,1, 0,0,0]) may result in a value of 0.0145 or 1.45% similarity. However, the similarity function operating on the word vector representing the word “good” (i.e., [0,0, 1,0,0]) and the word “great” (i.e., [0,0,0, 1,0]) may result in a value of 0.9403 or 94.03% similarity.
[0040] As a result, the content comprehension engine 102 may be able to better “understand” the difference between the sentence 301 reciting “Have a good day” and the sentence 302 reciting “Have a great day”. As well as the difference between those sentences and “Have a nice day”, “Have a bad day”, or “Have a great night”, when machine learning a larger vocabulary set.
[0041] It should be understood that the word vector embedding principles discussed above are offered as one demonstration of how a machine may begin to “understand” or “comprehend” words, but that other machine learning techniques are possible. For example, there may be other operations aside from, or in combination with, the similarity function 311 that may be performed to characterize a word.
[0042] Returning to FIG. 1, the content comprehension engine 102 may perform deep neural learning that applies word vector embedding operations to the content metadata 114 and to the contextual data 116 to generate collaborative filtering representations of each. As discussed, a collaborative filtering representation may store data types that were once dissimilar, but later converted or translated into a common data space. Such a translation may be achieved with machine learning techniques similar to or consistent with those discussed herein. For example, applying word vector embedding may include applying an algorithm to the content metadata and the contextual data to generate at least one multidimensional vector representing the content metadata and at least one multidimensional vector representing the contextual data.
[0043] For example, turning to FIG. 2, the content metadata 114 and contextual data 116 are shown to include various types of information. For example, the content metadata 114 may include cast data 114A, director data 114B, year data 114C, genre data 114D, etc., while the contextual data 116 may include plot data 116A, reviews data 116B, awards data 116C, box office gross data 116D, etc. These types of data may be different from each other. For example, the cast data 114A may include a list of actor/actress names, character names, and roles. Meanwhile, the plot data 116A may include a multiple-paragraph description about the plot of the film. These data types are fundamentally different from one another. Further, even data types within the content metadata 114 or contextual data 116 may be different from one another. For example, the cast data 114A (i.e., text strings) is fundamentally different from the year data 114C (i.e., numerical data). Even the cast data 114A and the genre data 114D, which may both be text strings, may be different from one another.
[0044] Continuing with FIG. 2, the content comprehension engine 102 may apply word vector embedding operations to the content metadata 114 and to the contextual data 116 to generate collaborative filtering representations of each. Further, in one or more embodiments, the content comprehension engine 102 includes functionality to bridge the collaborative filtering representations of the content metadata and the contextual data to generate the target content item model. For example, the collaborative filtering representations may include the embeddings 1-N 161A-161F. These embeddings may be word vector representations of the content metadata 114 and the contextual data 116. Together, these embeddings constitute the target content item model 161. More than one target item model may be generated, subsets of a single target item model may be considered which effectively result in multiple models, or both. [0045] Returning to FIG. 3, examples 313 illustrate other versions of the similarity function. For example, a similarity embedding function may include functionality to compare a single embedding (e.g., embedding 3 161C) with another content item model (e.g., content item 2 model 152). This may include a comparison of the single embedding with a single embedding of the other content item model, or a comparison with two or more embeddings of the other content item model. In another example, a similarity model function may include functionality to compare a content item model (e.g., target content item model 161) with another content item model (e.g., content item 2 model 152). In yet another example, a similarity model function may include functionality to compare a content item model (e.g., target content item model 161) with a library of models (e.g., content models library 150). It should be understood that other machine learning functions may similarly include functionality to operate one or more embeddings, models, and/or entire libraries.
[0046] In one or more embodiments, the content comprehension engine 102 includes functionality to identify a set of existing content item models, where each of the set of existing content item models is associated with at least one corresponding known content item. For example, returning to FIG. 1, a content library 140 may include multiple content items (i.e., content items 1-N 141-143). Content models library 150 may include multiple content item models (i.e., content item 1-N models 151-153). The content item models may each correspond to a content item. For example, content item 1 model 151 may correspond to content item 1 141.
[0047] It should be appreciated that while one content item model is shown per content item, there may be multiple content item models that correspond with a single content item. It should also be appreciated that the content models library 150 may include content item models for content items that are either not in the content library 140 or otherwise not publicly accessible (in other words, content items not served to users of a platform).
[0048] In one or more embodiments, the content comprehension engine 102 includes functionality to apply deep neural learning to compare (or analyze) the target content item model with the set of existing content item models. For example, the target content item model 161 may be compared with the content item models of the content models library 150. The target content item 110 may be eventually added to the content library 140, and/or the target content item model 161 may be eventually added to the content models library 150 to form the updated content models library 160. It should be appreciated that the word “compare” is used for simple illustration of the concepts, but can be replaced with the word “analyze” in the entirety of the disclosure, because deep neural learning (e.g., machine learning) may perform complex operations that are beyond comparison operations.
[0049] The content comprehension engine 102, in part because of its functionality to compare models, may include functionality to determine a multitude of characteristics about the target content item 110. For example, turning to FIG. 4, target item comprehension 170 may be established, which may include cold-start characteristics 172, content item value 174, audience information 176, relevant content tiers 178, ranking data 180, recommendation characteristics 182, promotional characteristics 184, and search results improvement 186, to name a few.
[0050] In one or more embodiments, the content comprehension engine 102 includes functionality to predict performance characteristics of the target content item based on the comparison. For example, turning to FIG. 5A, the target content item 110 may be represented by the “Brigid Joan’s Diary” entry, while other content items of the content library 140 may be represented by the rest of the entries. While some information from metadata and contextual data is known about the target content item “Brigid Joan’s Diary”, because it is a new content item in this example, information like rank with respect to the other content items and value per year are initially empty fields.
[0051] However, the content comprehension engine 102 includes functionality to determine which content items in the content library 140 are the most similar to the target content item 110. This comparison can be performed using deep machine learning applied to the target content item model 161 and one or more of the models of the content models library 150. For example, it may be determined that content items “Knotting Hill” (with 66.1% similarity), “Bride & Prejudice” (with 65.8% similarity), “Failed to Launch” (with 62.4% similarity), and “Pretty Women” (with 59.2% similarity) may be the most similar content items. The similarity may be based in part on a combination of the genres, tags, type, and any other information represented in the models that are not necessarily shown.
[0052] For example, while the word “London” appears in the tags of Brigid Joan’s Diary, the neural deep learning may understand that the word “UK” in Knotting Hill and Bride & Prejudice is closely related to the word “London”. The neural deep learning may understand that the words “New York” and “Los Angeles” may also be related. In another example, the word “Businessman” may be related to the word “Wealth”, the word “Novelist” may be related to the words “Book store”, and so on.
[0053] In one or more embodiments, the content comprehension engine 102 includes functionality to determine one or more content tiers associated with the target content item. For example, based on the most similar content items, the content comprehension engine 102 may include functionality to determine one or more content tiers for the target content item 110. Content tiers are categorizations of content items into groups. For example, content items may be, but are not limited to, genres (e.g., romantic comedies, dramas, murder mysteries, etc.). A content tier may be a curation of content items for a particular audience (e.g., “because you watched Love Actuality”), a group of award show nominees or winners, a group of content items created during a particular period, and so on. A content item may be associated with more than one content tier (e.g., associated with romantic comedies, romantic dramas, comedies, and dramas at the same time).
[0054] In one or more embodiments, the content comprehension engine 102 includes functionality to rank the target content item with respect to the existing content item models according to ranking criteria, wherein the ranking criteria is used to rank the target content item model and the set of existing content item models based on at least one multidimensional vector representation. For example, based on the most similar content items, the content comprehension engine 102 may include functionality to determine a predicted rank for the target content item 110. The rank may be determined by an averaging operation, a weighted average operation, or any other suitable operation. For example, turning to FIG. 5B, an average rank may be computed for Brigid Joan’s Diary. In the example of FIG. 5B, the rank of 50,226 is an average of the ranks of the four most similar content items. Or, in another example, the average could be weighted based on the similarity of the respective content item.
[0055] Based on the most similar content items, the content comprehension engine 102 may include functionality to determine a predicted value for the target content item 110. The value may be determined by an averaging operation, a weighted average operation, or any other suitable aggregation operation. For example, continuing with FIG. 5B, an average value per year may be computed for Brigid Joan’s Diary. In the example of FIG. 5B, the rank of $6,344 is an average dollar value of the values of the four most similar content items. Or, in another example, the average could be weighted based on the similarity of the respective content item. In yet other examples, the value could be represented by any key performance indicator (KPI). For example, the KPI could represent how many search queries (exact and similar search strings) have been received, how many more audience members will be attracted by the content item, how many audience members will be retained by the content item, how much the content item will fill areas of the library that may be less populated, and so on. It should be appreciated that multiple value fields may exist, for example, both a dollar value per year and an audience attraction KPI.
[0056] In some embodiments, the content comprehension engine 102 may include functionality to determine the most relevant, accurate, or dependable KPIs. Not all KPIs may be good indicators of the value of content items, even if they would seem to be by an operator, or have been in the past or other contexts. For example, a higher amount of upvotes by user accounts would seem to correlate to a more valuable content item, but the upvotes could be a result of an active minority. The content comprehension engine 102 may instead learn which KPIs correlate best with rank, revenue, and so on. [0057] In one or more embodiments, the content comprehension engine 102 includes functionality to predict relevant audiences for the target content item. For example, based on performance metrics of the most similar content items, relevant audiences may be predicted. Performance metrics may include information such as the demographics of the viewing audience (age, sex/gender, location, etc.), audience member past behavior like how often they repeat viewing the content item (e.g., a cult-classic film versus a news-based show limited only to current events), during what part of the year (e.g., near award show season, sports playoffs, etc.) or what hour of the day (e.g., cartoons in the morning or weekends) the content item is viewed, and so on. The target content item 110 may then be served based on the predicted audiences information. For example, the target content item 110 may be suggested to accounts with particular demographics or during times accordingly to the predicted audiences information.
[0058] In one or more embodiments, the content comprehension engine 102 includes functionality to determine acquisition or retention recommendation metrics related to the target content item. For example, the platform may not yet have acquired ownership/licensing for the target content item 110 with respect to one or more regions or markets, but is seeking to acquire ownership/licensing. Or, the platform may have acquired ownership/licensing for the target content item 110, but does not retain ownership/licensing for all content items indefinitely. Based on various information about the target content item 110 collected or generated by the content comprehension engine 102 (e.g., ranking information, value information, audience prediction, and so on), the content comprehension engine 102 may provide acquisition recommendation metrics. The acquisition recommendation metrics may include information such as an overall recommendation score (e.g., a percentage or absolute value indicating the strength of the recommendation to acquire/retain), specific periods of time to license the content, durations of time to license the content, one or more other content items suggested to be acquired/retained along with the content item, and so on.
[0059] It should be understood that, in one or more embodiments, the content comprehension engine 102 includes functionality to perform the functions discussed herein on groups of content items. For example, as discussed above, determining acquisition/retention recommendation statistics with respect to a grouping or cluster of content items, as opposed to each content item of the group separately. In other words, while a single content item may receive a low acquisition/retention score, it may include a higher score when coupled with other content items.
[0060] In one or more embodiments, the content comprehension engine 102 includes functionality to compare different types of items. For example, turning to FIG. 5C, the film Brigid Joan’s Diary is shown once again. However, the rest of the entries are not necessarily films. For example, “Layne the Virgin” is a tv show, “Love Hurts” is a song, “Rom Corns” is a playlist of tv shows and movies, and “Joan’s Diary Notebook” is a merchandise product. This is made possible by the use of collaborative filtering models, which are capable of representing not only disparate data types, but also model items that are fundamentally different.
[0061] As a result, a model representing a particular item type (e.g., a film) may be compared with models representing one or more different item types (e.g., those described above). Accordingly, it should be understood that the amount of different item types that may be modeled, and thereby compared, is virtually limitless. For example, music, podcasts, books, articles, events, products like merchandise, playlists, restaurants, social media platform groups, and so on. It should further be understood that while much of this disclosure discusses film content items, film is simply used to illustrate the many concepts, and the concepts are in no way limited to film.
[0062] In one or more embodiments, the content comprehension engine 102 includes functionality to identify preexisting collaborative filtering data corresponding to the target content item, and bridge the preexisting collaborative filtering data with the collaborate filtering representations of the content metadata and the contextual data to generate the target content item model. For example, returning to FIG. 1, the target content item data 112 may include the target collaborative filtering (CF) data 118. The target CF data 118 may be similar to the target content item model 161, the embeddings 1-N 161A-161F, and/or the content item 1-N models 151-153, in that the target CF data 118 may include data in a word vector embedded form.
[0063] As depicted in FIG. 2 the target CF data 118 may include internal historical collaborative filtering (CF) data 118A, external collaborative filtering (CF) data 118B, or other types of collaborative filtering data. The internal historical CF data 118A may include collaborative filtering data about the target content item 110 generated previously. For example, the internal historical CF data 118A may be a prior version of the target content item model 161. In other words, the internal historical CF data 118A may have been previously generated to represent the target content item 110. Such an instance of the internal historical CF data 118A may include different information, for example, rank or value information corresponding to a prior period of time and/or a prior content library 140 landscape. It should be appreciated that the internal historical CF data 118A may include a subset or a superset of the data included by the target content item model 161.
[0064] The external CF data 118B may include collaborative filtering data about the target content item 110 generated previously. For example, the external CF data 118B may include collaborative filtering data provided by a 3rd party source. The 3rd party source may be a platform that compiles collaborative filtering data about content items of the platform, a service that specializes in generating collaborative filtering data about content items, a critic or user reviews platform that compiles collaborative filtering data about content items, or any other source capable of compiling collaborative filtering data.
[0065] In one or more embodiments, the content comprehension engine 102 includes functionality to generate a new content item model, or update an existing content item model, for a content item that already exists in the content library 140. For example, deep neural learning may be applied to content item 2 142, any corresponding content item data (e.g., content metadata, contextual data, and/or internal/extemal CF data), and/or content item 2 model(s) 152. The internal CF data may be the same object as the content item 2 model(s) 152, or it may be an additional earlier version. In any case, the result can be either an updated version of content item 2 model(s) 152 or new content item model. Accordingly, the content models library 150 may be periodically or continuously updated.
[0066] As previously discussed, in one or more embodiments, the content comprehension engine 102 includes functionality to apply deep neural learning to compare the target content item model with the set of existing content item models. Further, in one or more embodiments, the content comprehension engine 102 includes functionality to determine cold-start characteristics of the target content item based on the comparison. Content serving platforms may include a vast and varied library of content items. Each content item may include unique platform performance characteristics, and these characteristics may vary widely. Accordingly, “cold starting” a content item (in other words, adding a content item) optimally is a difficult task.
[0067] For example, some content items may be generally popular, while other content items may be popular only among one or a few audience segments, while yet other content items may not be popular at all. In another example, some content items may belong in certain categories, while other content items may belong in other categories, while yet other content items may belong in multiple categories. It is essentially impossible to determine, across vast and varied platform libraries, where a new content item fits (e.g., how it should be presented to platform users). In other words, how to “cold-start” the content item on a platform.
[0068] For example, if a content item were to be added to a vast library of content items without promotion to platform users, it would very likely not be discovered rapidly by users. Even if that content item has potential to be popular, it will likely still not perform well because it will stay relatively undiscovered. Meanwhile, if content items that have lower potential to be popular are frequently presented to platform users, the user experience of the platform would likely suffer.
[0069] Turning to FIG. 6A, while continuing the example of FIGS. 5 A and 5B, a user interface provided by a content platform is shown. The user interface presents one or more content items, for example, movies A-E and “Knotting Hill” are presented in a carousel user interface element. Because movies A-E and “Knotting Hill” may be categorized as belonging to a romantic comedy content tier, they may appear as part of a “Romantic Comedies” section. The user interface of FIG. 6A demonstrates the content platform’s content offering before the new target content item Brigid Joan’s Diary has been added to the content platform (e.g., to the content library 140), or after the new target content item Brigid Joan’s Diary has been added to the content platform but not promoted based on cold-start characteristics.
[0070] In one or more embodiments, the content comprehension engine 102 includes functionality to provide the cold-start characteristics for distribution management of the target content item. And in one or more embodiments, the content comprehension engine 102 includes functionality to provide a grouping of content items (e.g., to a requesting module in a platform) such that the target content item is arranged with respect to known content items based on the cold-start characteristics.
[0071] For example, the content comprehension engine 102 may indicate that the target content item should be served in connection with the next most similar content item (or a set of similar content items, optionally weighted based on respective similarity). Such a similar content item may be referred to as a chaperone content item (or a surrogate content item). In one illustrative example, based on the similarity of Brigid Joan’s Diary to Knotting Hill (as depicted by FIG. 5B), the platform may display the new content item Brigid Joan’s Diary along with or near the chaperone content item Knotting Hill (as depicted by FIGS. 6B and 6C). For example, as shown by FIG. 6B, Brigid Joan’s Diary is displayed right before Knotting Hill. Or as shown by FIG. 6D, which shows a content item-specific page, Brigid Joan’s Diary is displayed somewhere near Knotting Hill in a carousel of content items recommended based on the content item-specific page. As a result, the new content item (e.g., Brigid Joan’s Diary) may be served in a fashion that is likely appropriate for the new content item (sections, position, frequency, etc.).
[0072] In one or more embodiments, the content comprehension engine 102 includes functionality to receive platform performance metrics corresponding to the target content item, update the target content item model based on the performance metrics, and provide, based on the updated target content item model, warm-start characteristics for distribution management of the target content item. For example, after a period of time, or an amount or ratio of requests for the new content item and/or the chaperone content item, the platform may provide performance metrics about the new content item (e.g., Brigid Joan’s Diary). The content comprehension engine 102 may then update the corresponding target content item model 161 (e.g., rank, relevant audiences, etc.) based on the performance metrics. The content comprehension engine 102 may then provide warm-start characteristics based on the updated target content item model 161. Warm-start characteristics may be similar to cold-start characteristics, however, they may be updated based on the content item’s performance on the platform. Because the new content item may now have had an opportunity to build momentum (aka platform velocity) while benefiting from the approximation of its actual status, the platform may utilize the warm-start characteristics for the new content item in part or fully in place of the chaperone- based promotion.
[0073] In one or more embodiments, the content comprehension engine 102 includes functionality to determine content categories associated with the target content item based on the cold-start characteristics. It should be understood that cold starting based on the deep neural learning information (e.g., models and information depicted in part by FIG. 5B) is not limited to chaperoning. For example, cold-start characteristics could indicate a content tier or content category, and rank, for which the new content item should be served in connection with. Referring to FIG. 6C, for example, cold-start characteristics for Brigid Joan’s Diary may indicate that it should be served around or at the second position for films recommended based on Love Actuality, regardless of the position or existence of Knotting Hill.
[0074] In one or more embodiments, the content comprehension engine 102 includes functionality to provide a grouping of content items based on their similarity to a content item that is unavailable on the platform. For example, referring to FIG. 7A, the film “Crazy Rich Occasions” may be opening or have already opened in theaters, but is not available on the platform. The content comprehension engine 102, utilizing concepts described in this disclosure, may determine which known/available content items are most similar or relevant to the unavailable content item. For example, the content comprehension engine 102 may generate a content item model representing the unavailable content item (e.g., Crazy Rich Occasions), compare that unavailable content item model with models of the content models library 150, and determine which are the most relevant content library 140 content items.
[0075] The grouping of content items may be presented to audiences in various ways. For example, continuing with FIG. 7A, the grouping (i.e., the similar or relevant content items) may be provided through a user interface carousel in a section related to the unavailable content item (i.e., Crazy Rich Occasions). In another example, referring to FIG. 7B, a message may be sent to users of the platform informing them of the grouping (e.g., via email, social media platform messaging services, cellular phone text messages, and so on). In yet another example, an “in- app” notification may inform users of the grouping (e.g., on a smart phone or tablet application, a smart TV application, a website interface, and so on).
[0076] It should be appreciated that unavailable content items are not limited to films in theater, but may include any content item that is not available on the platform. For example, a TV show exclusively on a different platform or TV network, a Broadway theater performance, an older movie not licensed to the platform, and so on.
[0077] With reference to FIG. 8A, which demonstrates search operation behavior of a conventional system, a user of the platform may submit a search query (e.g., “Brigid Joan’s Diary”). In a conventional system, the results may include content items that contain text strings that strictly match text strings of the content item search request. For example, as demonstrated by FIG. 8A, “Joan of Arc” and “Joan Riverz Standup” may be search results because they both contain the word “Joan”. Continuing the example, “Diary of a Text Addict” may be a search result because it contains the word “Diary”. Lastly, “East-Lander” may be a search result because it contains one of the words “Brigid”, “Joan”, or “Diary” somewhere in its metadata. Meanwhile, Brigid Joan’s Diary may not be a search result because it is not available on the platform. Or, as demonstrated by FIG. 8C, Brigid Joan’s Diary may also be a search result because it is available on the platform. In either case, none of the other search results may actually be relevant to “Brigid Joan’s Diary” besides sharing similar words. As a result, not only is the content item searched for unavailable, but the search results are irrelevant.
[0078] In one or more embodiments, the content comprehension engine 102 includes functionality to receive a content item search request. For example, turning to FIG. 8B, a user of the platform may submit the same search query (e.g., “Brigid Joan’s Diary”).
[0079] In one or more embodiments, the content comprehension engine 102 includes functionality to identify a first candidate content item matching the content item search request. For example, the content comprehension engine 102 may identify the first candidate content item entitled “Brigid Joan’s Diary”. In identifying the first candidate content item, the content comprehension engine 102 may only identify the content item if a threshold match strength or confidence score is met. Further, the first candidate content item may not necessarily be available on or stored by the platform (e.g., in the content library 140), but the first candidate content item may be “known” via a corresponding content item model (e.g., in the content models library 150).
[0080] In one or more embodiments, the content comprehension engine 102 includes functionality to identify a first content item model corresponding to the first candidate content item, where the first content item model includes word vector collaborative filtering representations of the first candidate content item. For example, the content comprehension engine 102 may identify a content item model in the content models library 150 that corresponds to the first candidate content item. As discussed herein, such content item models may include word vector collaborative filtering representations (e.g., representing metadata, contextual data, and/or other collaborative filtering data).
[0081] In one or more embodiments, the content comprehension engine 102 includes functionality to identify a set of content item models where each is associated with at least one corresponding available content item and includes word vector collaborative filtering representations of the corresponding available content items. For example, the content comprehension engine 102 may identify content item models of content models library 150 that each correspond to available content items. In some embodiments, an available content item is one that is available to be served to a requesting account (e.g., content owned/licensed for the region of the requesting account).
[0082] In one or more embodiments, the content comprehension engine 102 includes functionality to apply deep neural learning to compare the first content item model with the set of content item models to generate a subset of the content item models most relevant to the first content item model. For example, as discussed herein, the content comprehension engine 102 may analyze the collaborative filtering data (e.g., word vectors) representing the content items to reveal properties such as rank, similarity, value, and so on. For example, as depicted by FIG. 5B, content items with the most similarity to the target content item may be determined based on their models. Continuing the example, the models of the most relevant or similar content items with respect to Brigid Joan’s Diary’s model may be included in the subset of the content item models.
[0083] In one or more embodiments, the content comprehension engine 102 includes functionality to generate a result set of available content items corresponding to the subset of the content item models most relevant to the first content item model. For example, the generated result set may include those items in the content library 140 that correspond to the subset of the content item models most relevant to the first content item model (e.g., from the content item models in the content models library 150). Returning to the example of FIG. 5B, those may include content items “Knotting Hill” (with 66.1% similarity), “Bride & Prejudice” (with 65.8% similarity), “Failed to Launch” (with 62.4% similarity), and “Pretty Women” (with 59.2% similarity). The result set may include only those content items that are available (e.g., ownership/licensing is possessed for the content item for the account corresponding to the search request). [0084] In one or more embodiments, the content comprehension engine 102 includes functionality to provide, in response to the content item search request, the result set of available content items. For example, as depicted by FIG. 8B, the content items shown in FIG. 5B as well as other relevant and available content items (e.g., movies A-F) are provided for display in a search results area of the account corresponding to the search request. Accordingly, relevant and available content items are provided in response to the search request. Brigid Joan’s Diary may not be a search result if it is not available on the platform.
[0085] In one or more embodiments, the deep neural learning may include determining that the first candidate content item is an available content item and including, a content item model corresponding to the first candidate content item, in the set of the content item models most relevant to the first content item model. For example, continuing the example with FIG. 8D, if the first candidate content item Brigid Joan’s Diary is available, then including Brigid Joan’s Diary’s model in the set of the content item models. As a result, the Brigid Joan’s Diary content item may be included in the result set and provided in response to the search request. Accordingly, Brigid Joan’s Diary may also be provided for display in the search results area of the account.
[0086] In one or more embodiments, the deep neural learning may include ranking the subset of the content item models according to ranking criteria. The ranking criteria may include, but is not limited to, relevancy, temporal relevancy, similarity, popularity, value, promotional status, requesting account demographics, requesting account preferences, and/or requesting account past behavior. For example, particular content items may be more temporally relevant because they are related to current events, related to a movie that has been or is being released in theaters, related to an upcoming holiday, involved in an upcoming or recent awards show, and so on. In another example, particular content items may be more temporally relevant because the search request is received during a time of the day more relevant to those particular content items, for example, during the morning when cartoons are at their highest demand, during the afternoon when soap operas are at their highest demand, during the evening when dramas are at their highest demand, and so on. Accordingly, such content items may be ranked more highly.
[0087] Particular content items that are more popular (e.g., have more viewing or a higher general platform ranking) or have higher value (e.g., revenue or other KPIs) may be ranked more highly. Particular content items that are to be promoted in general, or to particular audiences, may be ranked more highly in general or to those particular audiences, respectively. Particular content items that may be more relevant according to the requesting account’s demographics (e.g., age, sex/gender, location, etc.), preferences (e.g., as specified by the account), past behavior (e.g., viewing behavior), account type (e.g., paid, free, parental controlled, etc.), account device type (e.g., smart TV, laptop, tablet, smart TV, set-top box, smart phone, etc.), and/or content format (e.g., real-time streaming, locally downloaded, etc.) may be ranked more highly.
[0088] In one or more embodiments, the content comprehension engine 102 includes functionality to include the results of the ranking for use in arranging a display of the available content items according to the results of the ranking. For example, as demonstrated by FIG. 8D, the display of results is arranged by the ranking. Specifically, the highest-ranking content item Brigid Joan’s Diary is positioned in first place, followed by the next highest-ranking content items in order (e.g., based on the similarity established in FIG. 5B), followed by the next highest- ranking content items A-G. As will be discussed below, results organized by content tier may be arranged by rank within each content tier (e.g., FIG. 8E) and results of different content types may be arranged by absolute rank or by algorithms promoting a hybrid display of content types.
[0089] In one or more embodiments, the content comprehension engine 102 includes functionality to include content tier information corresponding to each available content item in the result set for use in arranging a display of the available content items according to content tier. For example, as demonstrated by FIG. 8E, the display of results is organized by content tier. [0090] In one or more embodiments, the deep neural learning includes determining a set of content tiers most relevant to the first content item model, and where generating the result set involves including the set of content tiers for display. For example, as demonstrated by FIG. 8F, the display of results includes content tiers relevant to the search query. It should be appreciated that in some embodiments, the content tiers and content items may be presented side by side in a hybrid arrangement, as opposed to in their respective sections.
[0091] In one or more embodiments, the content comprehension engine 102 includes functionality to determine that a match strength between the first candidate content item and the content item search request is below a threshold match strength. In response to that determination, a second candidate content item may be identified and used for the deep neural learning comparison. For example, if the search string is “jons diary”, the search string’s match strength with respect to “Brigid Joan’s Diary” may be below a threshold match strength (e.g., a match strength of 54% that is below a threshold match strength of 80%). In response, the content item with the next highest match strength may be identified. As an example, the content item “Indianapolis Jons” with a match strength of 52%. The content comprehension engine 102 may perform similar steps as those discussed with respect to the first candidate content item and update the result set with those available content items identified as a result of applying the deep neural learning analysis to the second candidate content item (e.g., Indianapolis Jons). Accordingly, the result set provided in response to the search request may include available content items related to both the first and second candidate content items (e.g., Brigid Joan’s Diary and Indianapolis Jons).
[0092] In one or more embodiments, the result set of available content items includes at least one content item of a different type from a type of the first content item model. For example, as demonstrated by FIG. 8G, the result set may include movies (e.g., like those demonstrating similarity in FIG. 5B) and other content items (e.g., like those showing similarity in FIG. 5C). [0093] In general, determining various value properties of a particular content item is difficult. For example, the value of a content item is not simply based on the revenue corresponding directly generated by the content item, nor an amount of engagement with the content item. For example, the presence of the particular content item may promote more or less engagement with other content items, which is an indirect value property of the particular content item. In other words, if the particular content item was never present, engagement with the rest of the platform may have been different, being that the platform offering would be at least slightly different.
[0094] In one or more embodiments, the content comprehension engine 102, or other modules of the platform, includes functionality to omit a particular content item from an evaluation subset of platform accounts. In other words, the particular content item will not be available for playback, not presented as a recommended item, not included in search results, and so on. The content items may otherwise be available to other accounts of the platform.
[0095] For example, FIG. 9A demonstrates a display presented to a regular account (one of the other accounts of the platform) without a content item holdback. Specifically, in this example, Brigid Joan’s Diary is present. FIG. 9B demonstrates a display presented to an account in the evaluation subset of platform accounts with a content item holdback. Specifically, in this example, Brigid Joan’s Diary is not present, but instead replaced with movie Z. FIG. 9C demonstrates a different version of a display that may be presented to an account in the evaluation subset of platform accounts with a content item holdback. Specifically, in this example, Brigid Joan’s Diary is not present, but instead of being replaced with movie Z, the rest of the content items in the respective group are simply shifted over.
[0096] In one or more embodiments, the content comprehension engine 102 may analyze the difference in engagement between the evaluation subset of platform accounts and the other platform accounts. The content comprehension engine 102 may implement deep neural learning for performing the analysis. Based on the analysis, the content comprehension engine 102 may determine the value (e.g., revenue or other KPIs) of the particular content item. Such values may be used for various purposes, for example, determining whether to initiate or retain ownership/licensing for the content item, determining whether to initiate or retain ownership/licensing for other content items, determining how much to promote the content item, and so on.
[0097] In one or more embodiments, the evaluation subset of platform accounts may be selected at random. In some embodiments, the evaluation subset of platform accounts may be selected based on account demographics (e.g., age, sex/gender, location, etc.), account preferences (e.g., as specified by the account), past account behavior (e.g., viewing behavior), account type (e.g., paid, free, parental controlled, etc.), account device type (e.g., smart TV, laptop, tablet, smart TV, set-top box, smart phone, etc.), and/or content format (e.g., real-time streaming, locally downloaded, etc.).
[0098] It should be appreciated that multiple content items may be held back simultaneously. For example, episodes of a TV show season may be held back simultaneously, or movies sharing a genre or content tier. The multiple held back content items may all be held back from the same single subset of platform accounts, or each may be held back from different subsets of platform accounts.
[0099] FIG. 10 shows a flowchart of a method for cold-starting content (e.g., on a platform using machine learning). While the various steps in this flowchart are presented and described sequentially, one of ordinary skill will appreciate that some or all of the steps can be executed in different orders and some or all of the steps can be executed in parallel. Further, in one or more embodiments, one or more of the steps described below can be omitted, repeated, and/or performed in a different order. Accordingly, the specific arrangement of steps shown in FIG. 10 should not be construed as limiting the scope of the invention.
[0100] In STEP 1002, a target content item to be modeled is identified. [0101] In STEP 1004, content metadata and contextual data both corresponding to the target content item are identified.
[0102] In STEP 1006, a target content item model is generated by applying deep neural learning to the content metadata and the contextual data. In one or more embodiments, the deep neural learning applies a word vector embedding operation to the content metadata to generate a collaborative filtering representation of the content metadata, applies a word vector embedding operation to the contextual data to generate a collaborative filtering representation of the contextual data, bridges the collaborative filtering representations of the content metadata and the contextual data to generate the target content item model.
[0103] In STEP 1008, a set of existing content item models are identified. In one or more embodiments, each of the set of existing content item models is associated with at least one corresponding known content item.
[0104] In STEP 1010, deep neural learning is applied to compare the target content item model with the set of existing content item models.
[0105] In STEP 1012, cold-start characteristics of the target content item are determined based on the comparison.
[0106] In STEP 1014, the cold-start characteristics for distribution management of the target content item are provided.
[0107] FIG. 11 shows a flowchart of a method for intuitive search operation results using machine learning. While the various steps in this flowchart are presented and described sequentially, one of ordinary skill will appreciate that some or all of the steps can be executed in different orders and some or all of the steps can be executed in parallel. Further, in one or more embodiments, one or more of the steps described below can be omitted, repeated, and/or performed in a different order. Accordingly, the specific arrangement of steps shown in FIG. 11 should not be construed as limiting the scope of the invention. [0108] In STEP 1102, a content item search request is received.
[0109] In STEP 1104, a first candidate content item matching the content item search request is identified.
[0110] In STEP 1106, a first content item model corresponding to the first candidate content item is identified. In one or more embodiments, the first content item model includes word vector collaborative filtering representations of the first candidate content item.
[0111] In STEP 1108, a set of content item models is identified. In one or more embodiments, each of the set of content item models is associated with at least one corresponding available content item and includes word vector collaborative filtering representations of the associated at least one corresponding available content item.
[0112] In STEP 1110, deep neural learning is applied to compare the first content item model with the set of content item models to generate a subset of the content item models most relevant to the first content item model.
[0113] In STEP 1112, a result set of available content items corresponding to the subset of the content item models most relevant to the first content item model is generated.
[0114] In STEP 1114, in response to the content item search request, the result set of available content items is provided.
[0115] In one or more embodiments, methods for cold-starting content (e.g., including STEPs 1000-1014 of FIG. 10) and methods for intuitive search operation results (e.g., including STEPs 1102-1114 of FIG. 11), may be performed either sequentially or in parallel. It should be appreciated that in one or more embodiments, the steps of FIG. 10 can be executed by the same or different module(s) (or processors) from the module(s) (or processors) executing the steps of FIG. 11. [0116] Embodiments described herein may be discussed in the general context of computer-executable instructions residing on some form of computer-readable storage medium, such as program modules, executed by one or more computers or other devices. By way of example, and not limitation, computer-readable storage media may comprise non-transitory computer-readable storage media and communication media; non-transitory computer-readable media include all computer-readable media except for a transitory, propagating signal. Generally, program modules include routines, programs, objects, components, data structures, etc., that perform particular tasks or implement particular abstract data types. The functionality of the program modules may be combined or distributed as desired in various embodiments.
[0117] Computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer-readable instructions, data structures, program modules or other data. Computer storage media includes, but is not limited to, random access memory (RAM), read only memory (ROM), electrically erasable programmable ROM (EEPROM), flash memory or other memory technology, compact disk ROM (CD-ROM), digital versatile disks (DVDs) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium that can be used to store the desired information and that can accessed to retrieve that information.
[0118] Communication media can embody computer-executable instructions, data structures, and program modules, and includes any information delivery media. By way of example, and not limitation, communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, radio frequency (RF), infrared, and other wireless media. Combinations of any of the above can also be included within the scope of computer-readable media.
[0119] Embodiments may be implemented on a specialized computer system. The specialized computing system can include one or more modified mobile devices (e.g., laptop computer, smart phone, personal digital assistant, tablet computer, or other mobile device), desktop computers, servers, blades in a server chassis, or any other type of computing device(s) that include at least the minimum processing power, memory, and input and output device(s) to perform one or more embodiments.
[0120] For example, as shown in FIG. 12, the computing system 1200 may include one or more computer processor(s) 1202, associated memory 1204 (e.g., random access memory (RAM), cache memory, flash memory, etc.), one or more storage device(s) 1206 (e.g., a hard disk, an optical drive such as a compact disk (CD) drive or digital versatile disk (DVD) drive, a flash memory stick, etc.), a bus 1216, and numerous other elements and functionalities. The computer processor(s) 1202 may be an integrated circuit for processing instructions. For example, the computer processor(s) may be one or more cores or micro-cores of a processor.
[0121] In one or more embodiments, the computer processor(s) 1202 may be an integrated circuit for processing instructions. For example, the computer processor(s) 1202 may be one or more cores or micro-cores of a processor. The computer processor(s) 1202 can implement/execute software modules stored by computing system 1200, such as module(s) 1222 stored in memory 1204 or module(s) 1224 stored in storage 1206. For example, one or more of the modules described herein can be stored in memory 1204 or storage 1206, where they can be accessed and processed by the computer processor 1202. In one or more embodiments, the computer processor(s) 1202 can be a special-purpose processor where software instructions are incorporated into the actual processor design.
[0122] The computing system 1200 may also include one or more input device(s) 1210, such as a touchscreen, keyboard, mouse, microphone, touchpad, electronic pen, or any other type of input device. Further, the computing system 1200 may include one or more output device(s) 1212, such as a screen (e.g., a liquid crystal display (LCD), a plasma display, touchscreen, or other display device), a printer, external storage, or any other output device. The computing system 1200 may be connected to a network 1220 (e.g., a local area network (LAN), a wide area network (WAN) such as the Internet, mobile network, or any other type of network) via a network interface connection 1218. The input and output device(s) may be locally or remotely connected (e.g., via the network 1220) to the computer processor(s) 1202, memory 1204, and storage device(s) 1206.
[0123] One or more elements of the aforementioned computing system 1200 may be located at a remote location and connected to the other elements over a network 1220. Further, embodiments may be implemented on a distributed system having a plurality of nodes, where each portion may be located on a subset of nodes within the distributed system. In one embodiment, the node corresponds to a distinct computing device. Alternatively, the node may correspond to a computer processor with associated physical memory. The node may alternatively correspond to a computer processor or micro-core of a computer processor with shared memory and/or resources.
[0124] For example, one or more of the software modules disclosed herein may be implemented in a cloud computing environment. Cloud computing environments may provide various services and applications via the Internet. These cloud-based services (e.g., software as a service, platform as a service, infrastructure as a service, etc.) may be accessible through a Web browser or other remote interface.
[0125] One or more elements of the above-described systems may also be implemented using software modules that perform certain tasks. These software modules may include script, batch, routines, programs, objects, components, data structures, or other executable files that may be stored on a computer-readable storage medium or in a computing system. These software modules may configure a computing system to perform one or more of the example embodiments disclosed herein. The functionality of the software modules may be combined or distributed as desired in various embodiments. The computer readable program code can be stored, temporarily or permanently, on one or more non-transitory computer readable storage media. The non-transitory computer readable storage media are executable by one or more computer processors to perform the functionality of one or more components of the above-described systems and/or flowcharts. Examples of non-transitory computer-readable media can include, but are not limited to, compact discs (CDs), flash memory, solid state drives, random access memory (RAM), read only memory (ROM), electrically erasable programmable ROM (EEPROM), digital versatile disks (DVDs) or other optical storage, and any other computer-readable media excluding transitory, propagating signals.
[0126] Figure 13 is a block diagram of an example of a network architecture 1300 in which client systems 1310 and 1330, and servers 1340 and 1345, may be coupled to a network 1320. Network 1320 may be the same as or similar to network 1220. Client systems 1310 and 1330 generally represent any type or form of computing device or system, such as client devices (e.g., portable computers, smart phones, tablets, smart TVs, etc.).
[0127] Similarly, servers 1340 and 1345 generally represent computing devices or systems, such as application servers or database servers, configured to provide various database services and/or run certain software applications. Network 1320 generally represents any telecommunication or computer network including, for example, an intranet, a wide area network (WAN), a local area network (LAN), a personal area network (PAN), or the Internet.
[0128] With reference to computing system 1200 of Figure 12, a communication interface, such as network adapter 1218, may be used to provide connectivity between each client system 1310 and 1330, and network 1320. Client systems 1310 and 1330 may be able to access information on server 1340 or 1345 using, for example, a Web browser, thin client application, or other client software. Such software may allow client systems 1310 and 1330 to access data hosted by server 1340, server 1345, or storage devices 1350(1)-(N). Although Figure 13 depicts the use of a network (such as the Internet) for exchanging data, the embodiments described herein are not limited to the Internet or any particular network-based environment.
[0129] In one embodiment, all or a portion of one or more of the example embodiments disclosed herein are encoded as a computer program and loaded onto and executed by server 1340, server 1345, storage devices 1350(1)-(N), or any combination thereof. All or a portion of one or more of the example embodiments disclosed herein may also be encoded as a computer program, stored in server 1340, run by server 1345, and distributed to client systems 1310 and 1330 over network 1320.
[0130] Although components of one or more systems disclosed herein may be depicted as being directly communicatively coupled to one another, this is not necessarily the case. For example, one or more of the components may be communicatively coupled via a distributed computing system, a cloud computing system, or a networked computer system communicating via the Internet.
[0131] And although only one computer system may be depicted herein, it should be appreciated that this one computer system may represent many computer systems, arranged in a central or distributed fashion. For example, such computer systems may be organized as a central cloud and/or may be distributed geographically or logically to edges of a system such as a content/data delivery network or other arrangement. It is understood that virtually any number of intermediary networking devices, such as switches, routers, servers, etc., may be used to facilitate communication.
[0132] While the invention has been described with respect to a limited number of embodiments, those skilled in the art, having benefit of this disclosure, will appreciate that other embodiments may be devised that do not depart from the scope of the invention as disclosed herein.
[0133] While the present disclosure sets forth various embodiments using specific block diagrams, flowcharts, and examples, each block diagram component, flowchart step, operation, and/or component described and/or illustrated herein may be implemented, individually and/or collectively, using a wide range of hardware, software, or firmware (or any combination thereof) configurations. In addition, any disclosure of components contained within other components should be considered as examples because other architectures can be implemented to achieve the same functionality.
[0134] The process parameters and sequence of steps described and/or illustrated herein are given by way of example only. For example, while the steps illustrated and/or described herein may be shown or discussed in a particular order, these steps do not necessarily need to be performed in the order illustrated or discussed. Some of the steps may be performed simultaneously. For example, in certain circumstances, multitasking and parallel processing may be advantageous. The various example methods described and/or illustrated herein may also omit one or more of the steps described or illustrated herein or include additional steps in addition to those disclosed.
[0135] It is understood that a “set” can include one or more elements. It is also understood that a “subset” of the set may be a set of which all the elements are contained in the set. In other words, the subset can include fewer elements than the set or all the elements of the set (i.e., the subset can be the same as the set).

Claims

CLAIMS What is claimed is:
1. A system for cold-starting content on a platform using machine learning, the system comprising: a computer processor; a content comprehension engine executing on the computer processor and configured to: identify a target content item to be modeled; identify content metadata and contextual data both corresponding to the target content item; generate a target content item model by applying deep neural learning to the content metadata and the contextual data, wherein the deep neural learning: applies a word vector embedding operation to the content metadata to generate a collaborative filtering representation of the content metadata, applies a word vector embedding operation to the contextual data to generate a collaborative filtering representation of the contextual data, and bridges the collaborative filtering representations of the content metadata and the contextual data to generate the target content item model; identify a set of existing content item models, wherein each of the set of existing content item models is associated with at least one corresponding known content item; apply deep neural learning to compare the target content item model with the set of existing content item models; determine cold-start characteristics of the target content item based on the comparison; and provide the cold-start characteristics for distribution management of the target content item.
2. The system of claim 1, wherein applying word vector embedding includes applying an algorithm to the content metadata and the contextual data to generate at least one multidimensional vector representing the content metadata and at least one multidimensional vector representing the contextual data.
3. The system of claim 1, wherein the content comprehension engine is further configured to, in response to a request, provide a grouping of content items such that the target content item is arranged with respect to known content items based on the cold-start characteristics.
4. The system of claim 1, wherein the content comprehension engine is further configured to determine content tiers associated with the target content item based on the cold-start characteristics.
5. The system of claim 1, wherein the content comprehension engine is further configured to: receive platform performance metrics corresponding to the target content item; update the target content item model based on the performance metrics; and provide, based on the updated target content item model, warm-start characteristics for distribution management of the target content item.
6. The system of claim 1, wherein the content comprehension engine is further configured to rank the target content item with respect to the existing content item models according to ranking criteria, wherein the ranking criteria is used to rank the target content item model and the set of existing content item models based on at least one multidimensional vector representation.
7. The system of claim 1, wherein the content comprehension engine is further configured to: identify preexisting collaborative filtering data corresponding to the target content item; and bridge the preexisting collaborative filtering data with the collaborate filtering representations of the content metadata and the contextual data to generate the target content item model.
8. A method for cold-starting content on a platform using machine learning, the method comprising: identifying a target content item to be modeled; identifying content metadata and contextual data both corresponding to the target content item; generating, by at least one computer processor, a target content item model by applying deep neural learning to the content metadata and the contextual data, wherein the deep neural learning: applies a word vector embedding operation to the content metadata to generate a collaborative filtering representation of the content metadata, applies a word vector embedding operation to the contextual data to generate a collaborative filtering representation of the contextual data, and bridges the collaborative filtering representations of the content metadata and the contextual data to generate the target content item model; identifying a set of existing content item models, wherein each of the set of existing content item models is associated with at least one corresponding known content item; applying deep neural learning to compare the target content item model with the set of existing content item models; determining cold-start characteristics of the target content item based on the comparison; and providing the cold-start characteristics for distribution management of the target content item.
9. The method of claim 8, wherein applying word vector embedding includes applying an algorithm to the content metadata and the contextual data to generate at least one multidimensional vector representing the content metadata and at least one multidimensional vector representing the contextual data.
10. The method of claim 8, further comprising providing, in response to a request, a grouping of content items such that the target content item is arranged with respect to known content items based on the cold-start characteristics.
11. The method of claim 8, further comprising determining content tiers associated with the target content item based on the cold-start characteristics.
12. The method of claim 8, further comprising: receiving platform performance metrics corresponding to the target content item; updating the target content item model based on the performance metrics; and providing, based on the updated target content item model, warm-start characteristics for distribution management of the target content item.
13. The method of claim 8, further comprising ranking the target content item with respect to the existing content item models according to ranking criteria, wherein the ranking criteria is used to rank the target content item model and the set of existing content item models based on at least one multidimensional vector representation.
14. The method of claim 8, further comprising: identifying preexisting collaborative filtering data corresponding to the target content item; and bridging the preexisting collaborative filtering data with the collaborate filtering representations of the content metadata and the contextual data to generate the target content item model.
15. A non-transitory computer-readable storage medium comprising a plurality of instructions for cold-starting content on a platform using machine learning, the plurality of instructions configured to execute on at least one computer processor to enable the at least one computer processor to: identify a target content item to be modeled; identify content metadata and contextual data both corresponding to the target content item; generate a target content item model by applying deep neural learning to the content metadata and the contextual data, wherein the deep neural learning: applies a word vector embedding operation to the content metadata to generate a collaborative filtering representation of the content metadata, applies a word vector embedding operation to the contextual data to generate a collaborative filtering representation of the contextual data, and bridges the collaborative filtering representations of the content metadata and the contextual data to generate the target content item model; identify a set of existing content item models, wherein each of the set of existing content item models is associated with at least one corresponding known content item; apply deep neural learning to compare the target content item model with the set of existing content item models; determine cold-start characteristics of the target content item based on the comparison; and provide the cold-start characteristics for distribution management of the target content item.
16. The non-transitory computer-readable storage medium of claim 15, wherein applying word vector embedding includes applying an algorithm to the content metadata and the contextual data to generate at least one multidimensional vector representing the content metadata and at least one multidimensional vector representing the contextual data.
17. The non-transitory computer-readable storage medium of claim 15, wherein the plurality of instructions are configured to execute on the at least one computer processor to enable the at least one computer processor to: provide a grouping of content items such that the target content item is arranged with respect to known content items based on the cold-start characteristics.
18. The non-transitory computer-readable storage medium of claim 15, wherein the plurality of instructions are configured to execute on the at least one computer processor to enable the at least one computer processor to: determine content tiers associated with the target content item based on the cold-start characteristics.
19. The non-transitory computer-readable storage medium of claim 15, wherein the plurality of instructions are configured to execute on the at least one computer processor to enable the at least one computer processor to: rank the target content item with respect to the existing content item models according to ranking criteria, wherein the ranking criteria is used to rank the target content item model and the set of existing content item models based on at least one multidimensional vector representation.
20. The non-transitory computer-readable storage medium of claim 15, wherein the plurality of instructions are configured to execute on the at least one computer processor to enable the at least one computer processor to: identify preexisting collaborative filtering data corresponding to the target content item; and bridge the preexisting collaborative filtering data with the collaborate filtering representations of the content metadata and the contextual data to generate the target content item model.
21. A system for intuitive search operation results using machine learning, the system comprising: a computer processor; a content comprehension engine executing on the computer processor and configured to: receive a content item search request; identify a first candidate content item matching the content item search request; identify a first content item model corresponding to the first candidate content item, wherein the first content item model includes word vector collaborative filtering representations of the first candidate content item; identify a set of content item models, wherein each of the set of content item models: is associated with at least one corresponding available content item, and includes word vector collaborative filtering representations of the associated at least one corresponding available content item; apply deep neural learning to compare the first content item model with the set of content item models to generate a subset of the content item models most relevant to the first content item model; generate a result set of available content items corresponding to the subset of the content item models most relevant to the first content item model; and provide, in response to the content item search request, the result set of available content items.
22. The system of claim 21, wherein applying the deep neural learning further comprises: determining that the first candidate content item is an available content item; and including, a content item model corresponding to the first candidate content item, in the set of the content item models most relevant to the first content item model.
23. The system of claim 21, wherein: applying the deep neural learning further comprises ranking the subset of the content item models according to ranking criteria; and generating the result set comprises including the results of the ranking for use in arranging a display of the available content items according to the results of the ranking.
24. The system of claim 23, wherein the ranking criteria comprises at least one selected from a group consisting of relevancy, temporal relevancy, similarity, popularity, value, promotional status, requesting account demographics, requesting account preferences, and requesting account past behavior.
25. The system of claim 21, wherein: generating the result set comprises including content tier information corresponding to each available content item in the result set for use in arranging a display of the available content items according to content tier.
26. The system of claim 21, wherein: applying the deep neural learning further comprises determining a set of content tiers most relevant to the first content item model; and generating the result set comprises including the set of content tiers for display.
27. The system of claim 21, further comprising: in response to determining that a match strength between the first candidate content item and the content item search request is below a threshold match strength, the content comprehension engine is further configured to: identify a second candidate content item matching the content item search request; identify a second content item model corresponding to the second candidate content item; apply deep neural learning to compare the second content item model with the set of content item models to add to the subset of the content item models; and update the result set of available content items corresponding to the subset of the content item models.
28. The system of claim 21, wherein the result set of available content items includes at least one content item of a different type from a type of the first content item model.
29. A method for intuitive search operation results using machine learning, the method comprising: receiving a content item search request; identifying a first candidate content item matching the content item search request; identifying, by at least one computer processor, a first content item model corresponding to the first candidate content item, wherein the first content item model includes word vector collaborative filtering representations of the first candidate content item; identifying a set of content item models, wherein each of the set of content item models: is associated with at least one corresponding available content item, and includes word vector collaborative filtering representations of the associated at least one corresponding available content item; applying deep neural learning to compare the first content item model with the set of content item models to generate a subset of the content item models most relevant to the first content item model; generating a result set of available content items corresponding to the subset of the content item models most relevant to the first content item model; and providing, in response to the content item search request, the result set of available content items.
30. The method of claim 29, wherein applying the deep neural learning further comprises: determining that the first candidate content item is an available content item; and including, a content item model corresponding to the first candidate content item, in the set of the content item models most relevant to the first content item model.
31. The method of claim 29, wherein: applying the deep neural learning further comprises ranking the subset of the content item models according to ranking criteria; and generating the result set comprises including the results of the ranking for use in arranging a display of the available content items according to the results of the ranking.
32. The method of claim 31, wherein the ranking criteria comprises at least one selected from a group consisting of relevancy, temporal relevancy, similarity, popularity, value, promotional status, requesting account demographics, requesting account preferences, and requesting account past behavior.
33. The method of claim 29, wherein: generating the result set comprises including content tier information corresponding to each available content item in the result set for use in arranging a display of the available content items according to content tier.
34. The method of claim 29, wherein: applying the deep neural learning further comprises determining a set of content tiers most relevant to the first content item model; and generating the result set comprises including the set of content tiers for display.
35. The method of claim 29, further comprising: in response to determining that a match strength between the first candidate content item and the content item search request is below a threshold match strength: identifying a second candidate content item matching the content item search request; identifying a second content item model corresponding to the second candidate content item; applying deep neural learning to compare the second content item model with the set of content item models to add to the subset of the content item models; and updating the result set of available content items corresponding to the subset of the content item models.
36. The method of claim 29, wherein the result set of available content items includes at least one content item of a different type from a type of the first content item model.
37. A non-transitory computer-readable storage medium comprising a plurality of instructions for intuitive search operation results using machine learning, the plurality of instructions configured to execute on at least one computer processor to enable the at least one computer processor to: receive a content item search request; identify a first candidate content item matching the content item search request; identify a first content item model corresponding to the first candidate content item, wherein the first content item model includes word vector collaborative filtering representations of the first candidate content item; identify a set of content item models, wherein each of the set of content item models: is associated with at least one corresponding available content item, and includes word vector collaborative filtering representations of the associated at least one corresponding available content item; apply deep neural learning to compare the first content item model with the set of content item models to generate a subset of the content item models most relevant to the first content item model; generate a result set of available content items corresponding to the subset of the content item models most relevant to the first content item model; and provide, in response to the content item search request, the result set of available content items.
38. The non-transitory computer-readable storage medium of claim 37, wherein applying the deep neural learning further comprises: determining that the first candidate content item is an available content item; and including, a content item model corresponding to the first candidate content item, in the set of the content item models most relevant to the first content item model.
39. The non-transitory computer-readable storage medium of claim 37, wherein: applying the deep neural learning further comprises ranking the subset of the content item models according to ranking criteria; and generating the result set comprises including the results of the ranking for use in arranging a display of the available content items according to the results of the ranking.
40. The non-transitory computer-readable storage medium of claim 37, wherein the plurality of instructions are configured to execute on the at least one computer processor to enable the at least one computer processor to: in response to determining that a match strength between the first candidate content item and the content item search request is below a threshold match strength: identify a second candidate content item matching the content item search request; identify a second content item model corresponding to the second candidate content item; apply deep neural learning to compare the second content item model with the set of content item models to add to the subset of the content item models; and update the result set of available content items corresponding to the subset of the content item models.
PCT/US2021/042452 2020-07-21 2021-07-21 Content cold-start machine learning and intuitive content search results suggestion system WO2022020403A2 (en)

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US16/935,187 US20220027373A1 (en) 2020-07-21 2020-07-21 Intuitive content search results suggestion system
US16/935,187 2020-07-21
US16/935,178 2020-07-21
US16/935,178 US20220027776A1 (en) 2020-07-21 2020-07-21 Content cold-start machine learning system

Publications (2)

Publication Number Publication Date
WO2022020403A2 true WO2022020403A2 (en) 2022-01-27
WO2022020403A3 WO2022020403A3 (en) 2022-03-03

Family

ID=79728930

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2021/042452 WO2022020403A2 (en) 2020-07-21 2021-07-21 Content cold-start machine learning and intuitive content search results suggestion system

Country Status (1)

Country Link
WO (1) WO2022020403A2 (en)

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10061985B2 (en) * 2016-12-30 2018-08-28 Facebook, Inc. Video understanding platform
KR20190117584A (en) * 2017-02-09 2019-10-16 페인티드 도그, 인크. Method and apparatus for detecting, filtering and identifying objects in streaming video
US20190373322A1 (en) * 2018-05-29 2019-12-05 Sony Interactive Entertainment LLC Interactive Video Content Delivery
CN110837578B (en) * 2019-11-06 2021-05-04 合肥工业大学 Video clip recommendation method based on graph convolution network
CN110769288A (en) * 2019-11-08 2020-02-07 杭州趣维科技有限公司 Video cold start recommendation method and system

Also Published As

Publication number Publication date
WO2022020403A3 (en) 2022-03-03

Similar Documents

Publication Publication Date Title
US11861507B2 (en) Deriving semantic relationships based on empirical organization of content by users
US8589434B2 (en) Recommendations based on topic clusters
US20180329935A1 (en) Distributed storage and processing of hierarchical data structures
US20180011943A1 (en) Systems and methods for recommended content platform
US9451329B2 (en) Systems, methods, and computer program products for providing contextually-aware video recommendation
JP6288683B2 (en) User profiles based on clustered hierarchy descriptors
JP6930041B1 (en) Predicting potentially relevant topics based on searched / created digital media files
Varga et al. Recommender systems
US20150248618A1 (en) System and method for logistic matrix factorization of implicit feedback data, and application to media environments
WO2014143018A1 (en) Efficient and fault-tolerant distributed algorithm for learning latent factor models through matrix factorization
US20160092771A1 (en) Analysis of social media messages
US11636394B2 (en) Differentiable user-item co-clustering
US20210397670A1 (en) User-directed suggestions
US20200104697A1 (en) Generating homogenous user embedding representations from heterogeneous user interaction data using a neural network
US20200401639A1 (en) Personalizing a search query using social media
US20220027776A1 (en) Content cold-start machine learning system
US20200081930A1 (en) Entity-based search system using user engagement
GB2593963A (en) Electronic media retrieval
US20170052926A1 (en) System, method, and computer program product for recommending content to users
US20220027373A1 (en) Intuitive content search results suggestion system
WO2016112503A1 (en) Content creation from extracted content
WO2022020403A2 (en) Content cold-start machine learning and intuitive content search results suggestion system
US20210109984A1 (en) Suggesting documents based on significant words and document metadata
US11838597B1 (en) Systems and methods for content discovery by automatic organization of collections or rails
Park et al. Image Is All for Music Retrieval: Interactive Music Retrieval System Using Images with Mood and Theme Attributes

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: 21845685

Country of ref document: EP

Kind code of ref document: A2

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 21845685

Country of ref document: EP

Kind code of ref document: A2