Abstract
An idea is more than a simple collection of words or ingredients that make up the idea. What makes an idea original or appealing is how these elements are combined in the context in which they appear. This research leverages representation learning methods, specifically word embeddings, to measure internal coherence among the components of a creative idea and capture the relationship between its coherence and idea evaluation or success. Using a large-scale online recipe dataset with over 57,000 recipes, as well as an ideation dataset of 1,057 ideas, the authors investigate how the fit among idea components relates to downstream measures such as popularity and evaluation. The results consistently show that internal coherence of an idea promotes its popularity, trial, and posttrial evaluation. Counter to prior research on creativity, which suggests that creativity is mostly associated with positive outcomes, the study finds that ideas with unique ingredients have lower popularity or trial, but higher ratings given trial in the context of food recipes. Based on these findings, the authors develop a generative recipe tool that suggests recipe improvements by adding, removing, or substituting ingredients (http://recipecreativity.com/).
Keywords
An idea is more than a simple collection of its components (i.e., words, concepts, and features). The creativity or appeal of an idea stems from not only its individual components but also their internal coherence. Put another way, the interactions among the components that make up the whole are often just as important as the individual components themselves, because their gestalt arises from their overall fit. Accordingly, the objective of this article is to propose a new approach, based on representation learning, to measure the fit among idea components and examine the impact of their overall fit and novelty on the idea’s popularity, trial, and evaluation. We explore this approach across two ideation domains: (1) a traditional idea-generation task about a health app product and (2) the food recipe domain, where consumers are actively involved in ideation, production, and the consumption of the creative output.
To investigate the degree to which idea components “fit together,” we build on research in text analysis and representation learning, specifically word embeddings, to model the interaction among idea components. Word embeddings are used to represent the meaning of a word as a vector based on the surrounding words (and their vector representations) and help identify semantically similar and complementary words through their proximity in the vector space. For traditional idea-generation tasks that collect verbal descriptions of product ideas, such as a new health app used in our first empirical application, the text-based embedding approach is directly applicable. Similarly, in the context of recipes, we can infer the underlying features of each ingredient based on ingredient co-occurrences in various recipes. This method converts observed ideation data into vectors that capture underlying features for each idea component. Using these vector representations, we develop a fit measure that quantifies the extent to which the components in the idea form an internally coherent combination.
To devise our fit measures and empirically test the relationship between idea components and idea success, we use two empirical applications. In the first empirical application, we apply our framework to a traditional ideation dataset that consists of user-generated ideas for a new health app. Our analysis demonstrates that ideas composed of words with high internal coherence (high fit) are more likely to be adopted and perceived as more popular. Similarly, prevalence of words helps with the adoption and popularity of an idea; however, its positive effect is diminishing for extremely common words. We also establish the value of the proposed holistic embedding-based fit measure compared with traditional co-occurrence measures of pairwise associations such as the Jaccard index (e.g., Toubia and Netzer 2017).
In the second empirical application, we explore a creative domain where gestalt between idea components is likely to be particularly important: food recipes. We collect an extensive crowdsourced dataset of more than 57,000 recipes from the popular recipe website Allrecipes, along with their consumer engagement data. This unique aspect of the recipe dataset allows us to separate two outcome measures—trial (the number of people who tried the recipe) and posttrial evaluation (recipe ratings)—in a way that has not been explored in previous creativity research. Investigating the relationship between our fit and novelty measures and consumer engagement metrics on the platform, we find that novelty may not always be preferable. Consumers are, on average, more likely to try recipes with common ingredients that fit well with one another. However, once consumers have tried the recipes, they tend to more favorably evaluate (give higher star ratings to) recipes that use less common ingredients, but these ingredients still need to fit well together. Furthermore, we empirically demonstrate that the embedding-based fit measure that captures the gestalt coherence among ingredients outperforms traditional pairwise measures such as the Jaccard index measure, in terms of capturing perceived ingredient fit and predicting downstream outcomes of the idea. These results highlight the importance of the gestalt coherence among idea components above and beyond measures of pairwise component associations.
We leverage the findings from the recipe application to illustrate how our framework of fit and novelty can be operationalized as a generative recommendation tool (available at http://recipecreativity.com). We develop an interactive tool that allows consumers to improve their recipes by adding, removing, or substituting ingredients. We further demonstrate the impact of this tool on improving recipes and platforms in general and the superior quality of its top-ranked suggestions compared with suggestions proposed by humans.
The contribution of this research is threefold. First, this work extends the growing stream of literature on automated idea generation and evaluation (e.g., Toubia and Netzer 2017) by employing a representation learning approach to capture the gestalt nature of ideas. This approach provides a more nuanced and scalable method for assessing idea appropriateness by moving beyond surface-level similarity or co-occurrence and explicitly modeling internal idea coherence via the interaction among idea components. Our second contribution is examining the downstream effects of creative ideas. While existing research mostly focuses on the antecedents of creative ideas and pretrial evaluations for consumer products, we expand the literature on creativity and idea generation by exploring the distinction between the product trial and posttrial evaluation rather than relying on subjective creativity assessments, stated preferences, or anticipated adoption and find a differential impact for creativity dimensions on trial versus posttrial evaluation. While novelty has a positive effect on product evaluation, as found in previous studies, it has a negative relationship with product trial. Overall fit among idea components, in contrast, has a positive relationship with both product trial and posttrial evaluation. This finding has direct practical implications for creators and platforms, as they often need to trade off between strategies that prioritize wider initial adoption versus higher posttrial satisfaction. Finally, from a practical standpoint, we demonstrate how our fit and novelty framework can be operationalized as a generative recommendation tool to assist creators with data-driven guidance in evaluating and improving their ideas in the creative domain of food recipes.
In the next section, we discuss related work on creativity and idea generation. Then, we introduce our fit and novelty framework and explain how we derive our measures. We first explore the role of fit and novelty in a health app ideation dataset to establish the framework's validity and compare it with existing measures of pairwise associations. In the second empirical application, we apply our framework to the food recipe domain and explore the relationship between our measures and two distinct downstream outcomes: trial and posttrial evaluations. We leverage these results to introduce the generative recommendation tool as a proof of concept. We conclude with the limitations and implications of this work for idea generation and directions for future work.
Creativity and Idea Generation
Idea Creativity and Measurements of Idea Features
Prior research in creativity has identified idea novelty and appropriateness as the key dimensions of creative ideas (Amabile 1983; Burroughs, Moreau, and Mick 2008). Novelty refers to the extent to which an idea departs from existing and conventional ideas (Dahl and Moreau 2002; Moreau and Dahl 2005; Poetz and Schreier 2012). However, it must be “balanced with fit and appropriateness” by building on existing ideas (Runco 1988, p. 4), because simply being bizarre doesn't make something creative (Lubart 1994). At same time, simply imitating existing, tried-and-true ideas may score high on appropriateness, but doing so cannot be considered creative since it lacks novelty. Researchers typically have relied on consumer or expert evaluations to assess ideas separately on these two dimensions and have either considered these dimensions individually (e.g., Moreau and Dahl 2005; Yang et al. 2012) or combined them into a composite score (e.g., Dahl, Chattopadhyay, and Gorn 1999). However, such approaches are not scalable and require experts to evaluate individual ideas.
With the growing popularity of unstructured data in marketing applications (Balducci and Marinova 2018; Berger et al. 2020), researchers have developed natural language processing and network analysis–based approaches to automatically evaluate idea by examining the components of an idea (see Table 1). These idea components could be words or word parts in ideas, patents, names (Berger et al. 2012; Kelly et al. 2021; Toubia and Netzer 2017; Wei, Hong, and Tellis 2022), cited journals in academic papers (Uzzi et al. 2013), topics in song lyrics (Berger and Packard 2018), or cast or crew members in a movie (Packard et al. 2016). Such decompositions of ideas into smaller components to study the patterns in existing ideas aligns well with the cognitive view of idea generation. According to this view, new ideas are not created in a vacuum; rather, creative thinking involves searching through a conceptual space in the ideation domain and combining remotely associated concepts in original ways (Mehta and Dahl 2019). This conceptual space consists of a broad network of ideas, individual concepts, and their associations (Boden 1998).
Current Study and Literature on Creativity and Idea Generation.
Some of these studies evaluate the novelty or familiarity of an idea based on the similarity of its components to other ideas (Berger and Packard 2018; Berger et al. 2012; Kelly et al. 2021; Wei, Hong, and Tellis 2022). Others focus on the pairwise association among idea components. Uzzi et al. (2013) examine novelty and conventionality of scientific paper references based on similarity to and divergence from established citation patterns, comparing the frequency of each cocited journal pair across all papers with the frequency distribution created in a randomized citation network. Toubia and Netzer (2017) evaluate an idea's structural similarity to the prototypical idea by representing ideas with the distribution of their word-pair co-occurrences. Packard et al. (2016) assess the network centrality of idea components based on their prior co-occurrences.
A limitation of these methods is that they focus on a single dimension of the novelty–conventionality spectrum to evaluate an idea's consistency with domain norms and knowledge by quantifying the similarity or distance between an idea and other existing ideas or the “average” idea. In addition, they evaluate idea components in isolation or through pairwise relationships. While this approach may capture structural similarities among components, it can overlook the internal coherence of the components of the idea (i.e., the idea's components fitting together into a coherent, workable whole). An idea may contain individually common components or common component pairs that may combine poorly, or rare components and pairs that form a coherent whole. Capturing this holistic coherence requires moving beyond pairwise co-occurrences.
We address this gap by operationalizing the internal coherence or fit of idea components via representation learning. Our representation learning–based approach allows us to model the context-dependent relationship of idea components in a way that has not been done in previous work on ideation. It helps us capture the complex and holistic interactions between idea components beyond mere co-occurrence patterns, even those not previously observed in the data. This is especially important in combinatorial ideation domains such as food recipes, where a rare combination of a particular pairing does not necessarily imply its inappropriateness. For example, while existing methods might dismiss the pairing of rare ingredients (e.g., Brazil nuts and dates) as inappropriate, our approach infers their potential fit by learning broader relational patterns from data, such as the close relationship between Brazil nuts and other nuts that often appeared in recipes with dates and helps us identify promising and unconventional combinations that might otherwise be overlooked. In our empirical applications, we contrast the pairwise measure of associations with the gestalt representation learning–based measure.
Additionally, we complement the notion of fit among idea components with a more traditional measure of novelty of the idea components using the frequency in which they appear in similar corpora (e.g., the frequency of an idea component among other ideas in the same domain). These two measures, fit and frequency, allow us to separately assess the impact of these two dimensions on downstream outcome. Indeed, we find diverging effects, where component fit leads to both higher trial and higher evaluation posttrial, but component novelty is associated with lower trial but higher posttrial evaluation.
Our proposed approach to capture component fit is consistent with gestalt theory, which proposes that people comprehend objects holistically as unified wholes rather than at an atomistic level as collections of separate elements; therefore, the whole is perceived as more than the sum of its parts (e.g., Koffka 1962; Radford and Bloch 2011; Wertheimer 1938). In the context of creative ideas, this approach suggests that a person evaluates the idea as a complete entity rather than analyzing its components separately. While people may have certain preferences toward individual components, the gestalt of all of the idea's components combined together in a holistic way acts as another factor in their evaluation of a creative idea. Similarly, in the context of food recipes, which is one of the main applications in this article, culinary experts often emphasize the fit among ingredients for creative and successful recipes (Page 2017). Wolfgang Puck of Spago draws similarities between cooking and art and states that even though the flavors are limited, “it's how you combine them that sets you apart”; Daniel Patterson of Coi and LocoL emphasizes that “just because two components are amazing doesn't mean that combining them will work”; and bartender Audrey Saunders of Pegu Club tells aspiring chefs to “make sure (your) ingredients dance well together” (Page 2017, pp. 27–28).
Our approach operationalizes both idea novelty and fit based on the idea's components. This approach can be applied to other creative domains where ideas can be decomposed into smaller, identifiable, and partially substitutable components such as attributes in a product, scents in a perfume, or people in a team. While decompositions are popular in studying various ideas (see Table 1), not all domains are suitable for this practice. For example, some creative work, such as instrumental music, poetry, abstract art, or jokes, may not be easily deconstructed into identifiable smaller components. For such domains, more subjective measures of creativity by domain experts (e.g., Consensual Assessment Technique; Amabile 1982) have been widely used.
Creative Cognition Through Representation Learning
The idea of using representation learning for idea generation is consistent with the creative cognition process. Innovation often emerges from reapplying structured knowledge patterns to solve novel problems (Altshuller 1984) or inspire new product ideas (Goldenberg, Mazursky, and Solomon 1999). A larger and more diverse domain-relevant knowledge base enables generation of more ideas through combining, recycling, and recombining elements (Amabile 1988, 1996; Fleming and Szigety 2006; Hargadon and Sutton 1997). The Geneplore model of idea generation proposed by Finke, Ward, and Smith (1992) presents idea generation as an iteratively performed two-stage process. In the generative phase, people select the pre-inventive structures to combine in a new idea. In the exploratory phase, they evaluate the fitness of this combination. These pre-inventive structures may include representations or mental models of specific idea components and category exemplars (Burroughs, Moreau, and Mick 2008; Ward 2001).
The idea of mental models or representations of pre-inventive structures closely resembles concepts from a very different stream of literature in machine learning and text analysis: representation learning—specifically, word embeddings. Word embeddings are a family of methods for analyzing language and capturing semantic meaning of words based on the context in which they appear. Since the introduction of word embeddings (Bengio et al. 2003), many variants and extensions have been developed (e.g., Mikolov, Chen, et al. 2013; Mikolov, Sutskever, et al. 2013; Rudolph et al. 2016). In this line of research, relationships between concepts (e.g., words in idea texts, ingredients in recipes) are learned by analyzing patterns in large datasets. Unlike traditional methods that study these concepts in isolation or in pairs, word embeddings capture meaning based on the whole context. The key idea is that words that frequently appear in similar contexts tend to have similar meanings or play a similar role in the language (Firth 1957; Harris 1954).
In this framework, idea components are represented as vectors that capture their unique features and functions, learned from many different ideas. The probability of a component appearing in an idea depends on how its mental representation (i.e., its vector representation) interacts with the mental representations of the other components in that idea. As a result, words such as “running” and “walking” that frequently appear in similar contexts (e.g., with words like “activity,” “pace,” “distance”) will have more similar vector representations and appear closer in the learned vector space (embedding space), whereas components that complement each other and “fit together” will have a higher probability of appearing together.
The existing methods that evaluate idea components in isolation or through pairwise relationships rely on static information in retrieved exemplars. Therefore, they mostly focus on a single dimension of creativity, as ideas closely resembling the existing ideas are less novel (more appropriate) and ideas completely diverging from existing ideas are more novel (less appropriate). Our approach helps us access the broader knowledge structures by deconstructing the information contained in existing ideas into more flexible and abstract representations (Ward 1995) and enables us to separate idea appropriateness from idea novelty.
Researchers have recently explored the ability of large language models (LLMs) to support creative processes. While the use of LLMs in idea generation may enhance efficiency, productivity, and idea quality, LLM-generated ideas have been found to be less novel and diverse than human-generated ideas (e.g., Boussioux et al. 2024; Meincke et al. 2024). Our preference for the embedding approach primarily stems from how it helps us operationalize gestalt fit among idea components and distinguish fit from novelty in studying their relationship with idea popularity and evaluation. While LLMs can articulate their reasoning, their internal computations remain opaque.
The Downstream Consequences of Creative Ideas
The impact of idea creativity on idea success has been captured using different measures such as adoption or popularity rankings (Berger and Packard 2018; Berger et al. 2012), funding performance or revenue (Packard et al. 2016; Wei, Hong, and Tellis 2022), number of citations (Kelly et al. 2021; Uzzi et al. 2013), potential product success (Kornish and Ulrich 2011), customer appeal (Dahl, Chattopadhyay, and Gorn 1999), and pleasure (Giora 2003). However, these measures often focus on either pretrial evaluation or trial and rely mostly on stated preferences rather than actual behavior. These studies consistently show that high-quality ideas emerge by rearranging elements from existing knowledge bases in novel ways (Dahl and Moreau 2002; Ward 1994), and novel ideas with high appropriateness tend to lead to more positive outcomes while extremely novel or overly common ideas perform less well (Dahl, Chattopadhyay, and Gorn 1999; Giora 2003; Toubia and Netzer 2017). However, to the best of our knowledge, no paper has explored simultaneously the effect of creativity on both trial and posttrial evaluations (see Table 1).
We expect novelty and fit to have distinct effects on trial and posttrial evaluation due to systematic differences in pre- and posttrial evaluations (e.g., Hamilton and Thompson 2007; Wright and Lynch 1995). Since more common and recognizable components may be easier to process or perceived as lower risk at pretrial (Wright and Lynch 1995), consumers may exhibit an initial hesitation toward trying out ideas with high novelty. In contrast, high fit among idea components reduces the perceived risk of a bad outcome by signaling that the combination is coherent and appropriate. On the flip side, ideas that lack novelty and closely imitate existing ideas may not be “new” enough to spark interest for trial. We investigate the pretrial evaluation across both empirical applications using outcome measures such as perceived popularity, purchase intent, or actual consumer trials and find consistent results.
Posttrial evaluation, in contrast, reflects the consumption experience rather than anticipations or expectations. Studying posttrial evaluation requires posttrial data, which is less commonly available and hence has been explored less frequently in previous research (see Table 1). In this case, novelty may work in an idea's favor, since consumers update their beliefs and attitudes after trial (Kempf and Smith 1998; Oliver 1980), and novel components, especially when they fit well together, may be evaluated more favorably. High fit among components should continue to be important at the posttrial evaluation since coherent combinations tend to deliver a more satisfying or integrated experience. Considering the posttrial evaluation is a consistent predictor of repeat purchase (Smith and Swinyard 1983), idea creativity, specifically the novelty dimension, is expected to have a differential impact on idea success based on how we measure it. This is indeed what we find in our second empirical application when we investigate the impact of novelty and fit among recipe ingredients on both recipe trial and ratings.
Overall, our work builds on and extends the extensive work on ideation and creativity by introducing a novel methodological application: the use of representation learning through embeddings to measure component fit in creative ideas and explore it along a traditional measure of idea novelty. We further explore the downstream consequences of our proposed approach for creativity with two outcome measures, trial and posttrial evaluation, which have not been jointly studied in the literature, and we explore their possibly diverging downstream consequences.
Empirical Approach
One of the main contributions of this article is to develop a measure of an idea's internal coherence. To measure the internal coherence of an idea, we learn vector representations of each idea component using the embeddings approach and derive a measure of fit that takes into account how each idea component interacts with the other components in the idea. We also quantify the idea novelty through a frequency measure that quantifies the prevalence or uniqueness of the idea components. Figure 1 provides a visualization of our approach.

Visual Representation of Our Modeling Approach
Embedding Approach
The core idea underlying the embedding approach in text analysis is to represent each word with two types of vectors: one that captures the meaning of the word itself (the embedding vector) and another that captures its role in the context (the context vector). Both are multidimensional vectors of the same length, which are much smaller than the total number of words in the vocabulary. This approach attempts to maximize the likelihood of the observed text by assigning similar vectors to words that tend to appear in similar contexts. Models of this kind form the foundation of modern LLMs, which more recently became popular for idea-generation tasks.
To construct a measure of internal coherence, we model the context-dependent relationship among idea components. We use the embedding approach to represent each idea component conditional on other components that appear in the same idea (Rudolph et al. 2016). In embedding model, each component n is represented by an embedding and a context vector (ρn, αn) of length t, where t defines the number of dimensions in the embedding space. The choice of t is determined by the researcher, often based on model fit criteria. The interaction among idea components is captured by the inner product
Since we are interested in internal coherence, we assume that the conditional distribution of component n in idea r given its context cnr, stated as
Each data point xnr = 1 in our N × R binary data matrix indicates the presence of component n in idea r, where N denotes the number of unique components across R ideas. We represent the context cnr by averaging the context vectors of all the other components in idea r:
The model jointly estimates the embeddings
Idea Creativity Measures
Ingredient Fit Measure
We conceptualize internal coherence as the gestalt property of an idea that stems from how well idea components fit together as a whole rather than as individual elements in isolation or pairs. To operationalize this notion, we define an ingredient fit measure that represents the extent to which each idea component or “idea ingredient” is compatible with other components in the idea. More formally, the fit is measured as the cosine similarity between an idea component's embedding vector (ρn) and the contextual representation of the remaining idea components (g(
Higher alignment between the embedding vector and its contextual representation corresponds to greater ingredient fit within the idea. Since internal coherence is a property of the whole idea, we aggregate this measure at the idea level by computing the mean and standard deviation of all ingredient fits. The mean ingredient fit of an idea captures the overall internal coherence of the idea. An idea with high mean ingredient fit can be described as coherent, whereas an idea with a lower mean ingredient fit has an atypical combination of components. The dispersion in ingredient fit (e.g., the standard deviation) allows us to capture local deviations in internal coherence. For example, an idea may have high internal coherence even though one or two components may stand out as less compatible with the rest of the components.
This conceptualization distinguishes internal coherence from novelty of the individual components or their co-occurrences. An idea may still have a high mean ingredient fit even if its components are relatively uncommon and/or they are rarely observed in that particular configuration. We demonstrate this distinction in our empirical studies.
Ingredient Frequency Measure
Idea novelty is associated with the extent to which an idea departs from what is commonly observed within the ideation domain. Whereas internal coherence captures how well an idea's components fit together, idea novelty captures how unique or common these components are relative to existing ideas. Since idea novelty is evaluated with respect to a reference set, and an idea component that is common in one domain may be rare in another, we should consider the prevalence or uniqueness of an idea component within the idea's focal domain rather than using a global measure to capture meaningful deviations from local idea space. We operationalize this measure by computing the frequency of each idea component across all ideas in the focal ideation domain.
To aggregate this ingredient frequency measure at the idea level, we compute the mean and standard deviation of domain-specific ingredient frequencies for a given idea. The mean captures the overall prevalence of idea components within the ideation domain, whereas the standard deviation captures whether the idea's novelty or conventionality is driven by a few components or more uniformly distributed across idea components.
Empirical Application 1: Health App Ideas
Our approach to modeling internal coherence and idea novelty separately to study ideas offers a novel way to understand how interaction between individual components impacts the success of creative outputs. In this study, we demonstrate our approach in the context of an ideation domain. We use an ideation dataset (Toubia and Netzer 2017), where participants recruited from Amazon Mechanical Turk (MTurk) generate ideas for a new health-related app and a separate group of MTurk evaluators rate these ideas on different measures such as predicted popularity and purchase interest. The dataset contains 1,057 ideas generated by 496 participants (for details of this data collection, see Toubia and Netzer [2017]).
To apply our framework to the ideation dataset, we treat ideas as collections of idea ingredients (i.e., concepts). We extract these idea ingredients from idea descriptions by reducing words to their core semantic forms. First, we clean the text by removing punctuations and stop words (e.g., “the,” “is,” “and,” “to”). Next, we identify the part-of-speech tags for each word token and only retain the content-bearing words (nouns, verbs, adjectives, and adverbs). Finally, we lemmatize remaining words using their part-of-speech tags to ensure linguistically accurate normalization (e.g., tracking → track, calories → calorie, better → well). This preprocessing yields 2,533 unique idea ingredients used to describe health app ideas in the ideation dataset.
To compute our ingredient fit measure, we first obtain vector representations for each idea ingredient. Since our main focus is which concepts to include in an idea rather than the variation in how ideas are described, we only consider the presence of idea ingredients. Accordingly, the conditional distribution of observing an idea ingredient given other ingredients in the idea is modeled as Bernoulli as described in the previous section. Considering the limited size of the ideation dataset, we rely on pretrained word embeddings to initialize vector representations during model estimation. Specifically, we use GloVe 300-dimensional word vectors trained on Wikipedia 2014 and Gigaword data (Pennington, Socher, and Manning 2014). 1 Web Appendix A provides a detailed description of the embedding model, estimation process, vector initialization, and embedding space size selection.
After we obtain vector representations for each ingredient, we compute our ingredient fit measure for each ingredient–idea pair based on the similarity between an idea ingredient and its contextual representation (i.e., the average of other idea ingredients). To measure idea novelty, we compute the frequency of each idea ingredient across all ideas in the ideation dataset (i.e., reference set). Finally, we aggregate these measures at the idea level by computing the mean and standard deviation to capture overall internal coherence (ingredient novelty) and its dispersion, respectively. Since all ideas in the ideation dataset belong to a single domain, we don't need to account for domain-level variation in contextual representation or reference set.
To examine the impact of the ingredient fit and frequency measures on idea success, we consider two outcome measures. Each idea is evaluated on purchase intent and predicted popularity by independent raters, with each idea receiving more than 20 evaluations on average. Purchase intent is associated with an individual's willingness to adopt the idea, whereas predicted popularity reflects how the idea would be perceived by others. Both outcome measures capture conceptually distinct but closely related aspects of idea adoption or popularity. We aggregate these outcome measures at the idea level by computing their mean scores. We also control for the number of idea ingredients in the idea as well as the number of ideas generated by each ideator. Descriptive statistics for our key variables are reported in Web Appendix B.
Table 2 shows that overall ingredient fit and overall ingredient frequency are strong predictors of purchase intent and predicted popularity. 2 The mean ingredient fit is positive and highly significant, whereas the quadratic term is not significant. This suggests a monotonic positive relationship between an idea's overall ingredient fit and its purchase intent or predicted popularity. In contrast, the mean ingredient frequency has a nonlinear relationship (inverted U-shape) with both purchase intent and predicted popularity even though wide confidence intervals suggest uncertainty in the magnitude of the effect for extremely novel or common ideas. In summary, this analysis indicates that ideas that consist of moderately common concepts (i.e., idea ingredients) that fit well together are more likely to be adopted and perceived as more popular.
The Relationship Between the Ingredient Fit and Novelty Measures and Idea Success Measures.
Toubia and Netzer (2017) explore the relationship between idea ingredients (i.e., words) by examining their pairwise co-occurrence (i.e., edge weights) in various ideas. They compute the edge weights using the Jaccard index, which captures the co-occurrence of an ingredient pair over and beyond chance of their separate occurrences. An edge weight with a high value implies that it is not surprising to observe these two ingredients together, while a lower value indicates that they are unlikely to appear in the same idea. Toubia and Netzer (2017) measure patterns in ingredient associations by computing the distance between the distribution of the Jaccard index for the focal idea and that for the prototypical idea, and, similar to our finding on ingredient fit, they find that ideas similar to the prototypical idea have higher predicted popularity and purchase intent.
To more directly explore whether our holistic internal coherence measure is distinct from the co-occurrence-based Jaccard measure, we compare the models with either measure. Specifically, we replace our holistic embedding-based ingredient fit measure with the Jaccard index of ingredient pairs and repeat the main analysis (see Web Appendix D.1 and D.2 for details). We find a stronger relationship between idea creativity and the outcome measures when we capture ingredient associations using the holistic embedding-based approach rather than the pairwise Jaccard index approach, leading to higher overall model fit and suggesting that the holistic measure of fit explains the outcome measures better than the pairwise co-occurrence measure. Additionally, the two measures differ in their interpretation. As opposed to our ingredient fit measure, which has a strong positive linear association with both outcome measures, we observe a significant and negative quadratic association for the Jaccard measure. In the next empirical application, we also compare the relationship of these two measures with an overall perceived fit measure.
Overall, the first empirical application suggests that idea adoption or popularity depends not only on which concepts are included but also on how well those concepts fit together. By modeling ingredient relationships using representation learning, we capture the gestalt or the internal coherence of an idea in a way that goes beyond simple co-occurrences. We find robust evidence that ideas that consist of moderately common ingredients that fit well together are more likely to be adopted. These findings complement and extend prior research that studies idea structures based on ingredient co-occurrences (e.g., Toubia and Netzer 2017; Uzzi et al. 2013) by demonstrating that a holistic measure of coherence provides more insights in understanding the link between idea composition and idea success.
Empirical Application 2: Food Recipes
To show that our framework can be a valuable tool for analyzing idea generation in other creative contexts, we apply it to food recipes. Cooking is one of the few domains where consumers can demonstrate their creativity in their daily lives. Unlike most innovative products, which are designed and produced by others for consumption, consumers are actively involved in both ideation and production of the food recipes as well as in their consumption.
For this application, we use a large-scale dataset of recipes and information of consumers’ engagement with these recipes from Allrecipes (allrecipes.com). Allrecipes is the world's largest food community, with 60 million unique visitors each month, 3 and it allows users to share their own recipes and to find and review recipes that are created by other users. This dataset includes more than 57,000 public and kitchen-approved recipes 4 that were posted on the website before November 2019.
For each recipe, we have basic information (recipe title, recipe description, recipe creator, recipe category, and number of people who tried, rated, and reviewed the recipe), the list of ingredients, cooking instructions, and average star ratings. We further obtain user profiles about the recipe creators (number of followers, number of personal recipes, number of reviews, number of favorite recipes). We use text analysis to combine ingredients with similar descriptions and remove quantities and brand names from the ingredient labels (see Web Appendix E for details). After removing ingredients that appear in fewer than 10 recipes and the recipes that contain those ingredients, we are left with more than 57,000 recipes with 1,249 unique ingredients in the dataset (see Table 3 for summary statistics of the recipe dataset).
Summary Statistics for the Recipe Data (N = 57,709 Recipes).
The number of recipes reporting average rating, preparation time and total time is 50,631, 52,360 and 52,571, respectively.
The website classifies recipes into different categories and subcategories, with a hierarchy of up to six levels of subcategorization (e.g., Side Dish > Sauces and Condiments > Sauces > Pasta Sauces > Creamy > Alfredo Sauce). We mainly leverage up to the second level of the hierarchy for this analysis because it provides a good balance of differentiation between recipes and complexity of coding these subcategories. Overall, we have 14 main categories and 138 second-level subcategories (see Web Appendix F.1 for main category summary statistics and a list of all subcategories).
Category-Aware Extension in Embedding Approach
In the domain of food recipes, each recipe is a collection of food ingredients, and the fit among ingredients is critical for creative and successful recipes (Page 2017). When we model the ingredients’ relationship, we focus only on whether the ingredient is used in the recipe and ignore the exact quantity (e.g., 1 tablespoon, 2 cups). Our reasoning for ignoring the amount of the ingredient is threefold. First, the existence of an ingredient in the recipe is a more important factor than the amount of the ingredient, especially for consumers to decide if they want to make or eat that recipe. Second, the contribution of the ingredient in the recipe may not always be attributed to the amount used in the recipe. For example, 1 tablespoon of ground cinnamon may be more potent than 1 cup of rice flour in a recipe. Third, the conversion across different units for quantities is not straightforward (e.g., 1 cup sugar = 200 grams, 1 cup oatmeal = 100 grams). Accordingly, the conditional distribution of observing an ingredient given other ingredients in the recipe can be modeled as Bernoulli, as described previously.
In our recipe dataset, recipes belong to an inherently different set of categories (e.g., dessert vs. main dishes). These categories introduce another source of contextual information that can be leveraged in understanding ingredient interactions. While it may be tempting to estimate a separate embedding model for each recipe category, beyond data limitations of several relatively small recipe categories, we may want to leverage ingredient fit from one recipe category (e.g., mint and lemon in cocktails) to other categories (e.g., mint and lemon in salads), as ingredients that work well together in one category may also have a higher fit in another category. Indeed, the creativity literature and cooking experts emphasize the transfer of knowledge across categories as a key driver of creativity (e.g., Gabora and Carbert 2015; Page 2017).
To allow for possible category-specific ingredient interactions but leverage possible cross-category knowledge transfer, we extend our context definition in the embedding model specification to incorporate the category information (see Web Appendix F.2 for a detailed specification). Specifically, we introduce a category-specific context vector θd of length t (i.e., the same dimension as the ingredient vectors) for each of the 14 main recipe categories (e.g., Main Dish, Drinks, Salads). Then, we redefine the context representation of recipe r in category d(r) by reweighing the contribution of other recipe ingredients in the context using the Hadamard product:
A visualization of the ingredient vectors in Figure 2 shows high face validity. Many ingredients with similar features and/or culinary roles appear closer together in the embedding space capturing many intuitive and meaningful relationships among ingredients (see Web Appendix F.4 for a detailed explanation).

Two-Dimensional Projection of the Embedding Space (t = 140) for Ingredients That Appear in at Least 150 Recipes Using t-SNE.
Recipe Creativity Measures
Consistent with the category-aware embedding model specification, we use the modified context representation g(α, d(r), cnr) in our computation of category-specific ingredient fit. This approach allows the interaction between ingredients to be scaled by the category vector and the ingredient fit measure to vary based on the recipe category even if the recipe ingredients are identical.
Recipe categorization further helps us refine our ingredient novelty measure. As discussed previously, novelty is defined as the extent to which a recipe deviates from what is commonly observed within the recipe domain. Since ingredient usage can substantially vary even within broad recipe categories (e.g., Main Dish, Desserts), we use subcategory information in defining our reference set to operationalize ingredient novelty. Specifically, we measure ingredient novelty by the frequency of that ingredient across all recipes in a specific recipe subcategory. For example, brown sugar is frequently used in the Desserts > Crisps and Crumbles subcategory (66.2%), but only 14.9% of Desserts > Cakes recipes include brown sugar. Similarly, ground black pepper is used in more than half of Main Dish > Meatloaf recipes (53.2%), but it is not as popular in Main Dish > Pizza subcategory (13.5%).
In addition to the selection of the ingredients in the recipe, ingredients may be combined in conventional or novel ways to prepare a recipe. For instance, grilling may be a usual preparation technique for chicken recipes, but it is an unconventional method for dessert recipes. Therefore, we also define a measure of preparation novelty similar to the ingredient novelty and operationalize it as the frequency of preparation methods within a recipe subcategory. To that end, we automatically text-mine the preparation instructions using the Python spaCy package (Honnibal and Montani 2017). We use part-of-speech tagging to identify the verbs used in the preparation instructions. We obtain a total of 1,193 verbs in the lemmatized form across recipes. We then calculate preparation verb frequency within each recipe subcategory. Finally, we aggregate the ingredient fit, ingredient frequency, and verb frequency measures at the recipe level by computing the mean and standard deviation.
Analysis
In this section, we investigate the relationship between ingredient novelty and fit and recipe success, controlling for a host of recipe and recipe creator characteristics. We focus on two distinct recipe success measures: recipe trial and posttrial evaluation. We measure recipe trial by the number of consumers who have tried the recipe based on Allrecipes. Users self-report this measure by clicking “I made it” button on the recipe page and then receive a prompt to rate and review the recipe. Due to the long tail of the trial distribution and to account for recipes with no trial (9.66% of the data), we use log(trial + 1) as a measure of recipe trial. The posttrial evaluation of recipes is reflected in the distribution of the recipe's star ratings. Due to the large proportion of positive reviews (Schoenmueller, Netzer, and Stahl 2020), we use the percentage of 5-star ratings as a measure of posttrial evaluation. Since we do not observe the distribution of ratings for 35.44% of the recipes, we define a dummy variable to indicate recipes with no detailed rating information when we control for this variable in our analysis of recipe trial.
In addition to their main effect, we explore the nonlinear relationship for the mean ingredient fit, the mean ingredient frequency, and the mean verb frequency. Recipes posted earlier tend to have a higher number of trials, and previous research has shown that ratings decline over time (Godes and Silva 2012). Since the data on when the recipe was posted are not directly available, we use the days since the first review as a proxy for the recipe age and define a dummy variable to indicate recipes with no reviews (13.9% of the recipes). Recipe complexity may also affect trials, ratings, and reviews, as users may be inclined to make simpler, quicker, or more elaborate recipes. Kornish and Jones (2021) show that it is important to control for the number of concepts (ingredients) in the idea when assessing the novelty of the idea. Therefore, we control for the number of ingredients, preparation time, total time, and number of words in the preparation instructions. We use imputation for missing preparation and total time variables (9.48% and 9.12% of the data, respectively). Moreover, we control for the recipe creator’s number of followers and the number of personal recipes the recipe creator has posted on Allrecipes, as more connected and more experienced creators may receive more trials and favorable ratings and reviews. Because users may consult the website more frequently for some subcategories or evaluate some subcategories more favorably, we include recipe subcategory fixed effects.
Each observation corresponds to a recipe in our dataset. After removing recipes with missing data on the dependent and independent variables, the final dataset consists of 53,879 recipes for recipe trial analysis and 34,877 recipes for posttrial analysis. We provide the details in our data augmentation approach and the descriptive statistics for our key variables in Web Appendix G. As Table 4 shows, we find that for both trial and posttrial evaluation (percentage of 5-star ratings), consumers prefer recipes in which the ingredients fit well together. This finding is consistent with the typical view in the food industry that one of the most important factors in a successful recipe is how well the ingredients fit together (Page 2017). However, when it comes to novelty of the ingredients themselves and the preparation methods, we find a differential effect between trial and posttrial evaluation.
The Relationship Between the Ingredient Fit and Novelty Measures and Recipe Success Measures.
Notes: Prep time and total time variables are imputed. Subcategory fixed effects are included. For brevity, we do not report the estimates for subcategory fixed effects in this table.
On the one hand, consumers are more likely to try recipes with common or typical ingredients and preparation methods, though the marginal impact on trial is diminishing for extremely common ingredients (Figure 3). On the other hand, when it comes to posttrial evaluation, consumers prefer recipes with more novel ingredients and either extremely novel or extremely common preparation methods. Note that these effects hold after controlling for the complexity of the recipe as measured by the number of ingredients, the length of the instructions, preparation time, and total time. Furthermore, our findings for recipe trial are consistent with the results of ideation dataset analyses on idea adoption and perceived popularity.

Relationship Between Ingredient Fit, Frequency, and Recipe Trial.
Thus, we conclude that when it comes to food recipes, the effect of novelty may be more nuanced than commonly found in the creativity literature, especially in domains where consumers participate in the production of the final output. First, novelty may not be preferable when it comes to recipe trial. However, when we look at posttrial evaluation of these consumers, they prefer recipes that have unique ingredients. Furthermore, distinguishing between novelty of the ingredients themselves and the fit of ingredients, we find that conventional rather than unusual ingredient combinations (high ingredient fit) are preferred for both trial and evaluation. In other words, balanced creativity (i.e., novelty of the components and coherence of the whole) is positively related with posttrial evaluation. To the best of our knowledge, this is the first article to separate these two important behavioral outcomes of novelty—namely, trial and posttrial evaluation—which are likely to be the antecedents for repeat consumption. Such separation is difficult in studies that that measure stated preference for outcome measures, as in many studies in the creativity literature (e.g., Dahl, Chattopadhyay, and Gorn 1999; Luo and Toubia 2015; Toubia and Netzer 2017).
Internal Coherence Versus Pairwise Co-Occurrences
The embedding-based measure of internal coherence captures a gestalt form of ingredient fit, in contrast to commonly used pairwise ingredient associations in the literature (e.g., Toubia and Netzer 2017; Uzzi et al. 2013). In the first empirical application, we saw that the embedding-based measure results in higher model fit relative to the pairwise measure. To further demonstrate the distinction between the two measures, we repeat that analysis by replacing the embedding-based ingredient fit measure in Table 4 with the Jaccard index (see Web Appendix D.3 for full results). First, similar to the first empirical application, we observe that the relationship between the overall co-occurrence of recipe ingredients and recipe trial has an inverted U-shape, and that a higher overall ingredient co-occurrence is associated with lower recipe evaluation. Moreover, the model based on ingredient co-occurrences exhibits a lower explanatory power than internal coherence model for both recipe success measures. These results illustrate that the embedding-based ingredient fit measure is empirically distinct from the co-occurrence-based Jaccard measure and provides a better model fit.
To provide intuition for this distinction, we present in Table 5 two representative examples that illustrate how the embedding-based ingredient fit and co-occurrence-based Jaccard index can yield opposing assessments of ingredient complementarity. Recipe 1 combines turnip, bacon, and brown sugar in a vegetable side dish recipe and ranks approximately in the 95th percentile of the overall embedding-based ingredient fit but only the 3rd percentile of the co-occurrence-based overall Jaccard index measure. This ingredient combination is not obvious based on the co-occurrence patterns, as brown sugar frequently appears with baking ingredients (e.g., all-purpose flour, vanilla extract), bacon is typically paired with savory ingredients (e.g., cheddar cheese, onion, potato) and turnip commonly appears with other root vegetables (i.e., parsnip, rutabaga). However, this trio has a high overall ingredient fit, since brown sugar binds bacon and turnip together into a coherent and complementary combination.
Recipe Examples with Contrasting Assessments for Category-Aware Ingredient Fit and Jaccard Index.
Notes: Percentiles are computed empirically as the proportion of recipes in the Allrecipe dataset with scores less than or equal to the focal recipe.
Recipe 2 combines chicken, stuffing, and butter in a chicken recipe within the Meat and Poultry category. It approximately ranks in the 94th percentile of the overall embedding-based ingredient fit but only the 4th percentile of the overall Jaccard index measure. In the recipe dataset, butter commonly appears with baking ingredients (e.g., all-purpose flour, egg), chicken is often paired with soup ingredients (e.g., chicken broth, celery, carrot), and stuffing appears most frequently in Thanksgiving dishes (i.e., turkey, turkey gravy). Even though the fit among these ingredients is very high, the co-occurrence-based measure underestimates their complementarity because of the versatility of the ingredients.
These examples highlight the key distinction between the two approaches. The embedding model learns the underlying relationship among ingredients and can infer the ingredient fit even in the absence of direct co-occurrences. This allows us to discover ingredient combinations that are coherent even when they are rarely observed in a given dataset. In contrast, inferences with the Jaccard measure completely rely on observed co-occurrences; therefore, they are sensitive to the size, sparsity, and diversity of the dataset. This often results in underestimating the compatibility of infrequently observed ingredients and ingredient combinations. Further investigation of the full set of 54,951 recipes reveals that ingredient frequency predicts the difference between the fit and Jaccard measure (b = −.128, p < .001), such that recipes with less common ingredients show a higher fit relative to their pairwise co-occurrence value.
To provide further evidence for construct validity of our ingredient fit measure, we conducted an online panel study on MTurk. We randomly sampled 500 recipes from Main Dish and adjacent categories such as Meat and Poultry; Seafood; and Soups, Stews, and Chili. Following standard practice (e.g., Kornish and Ulrich 2011; Toubia and Netzer 2017), we asked each study participant to evaluate a subset of these recipes one at a time. We employed a two-step screening process and an attention check question before each recipe evaluation to ensure the quality of evaluations. Overall, we collected a total of 2,978 recipe evaluations from 610 participants across the 500 recipes. Each participant evaluated at most five randomly assigned recipes, and each recipe received at least five evaluations (median = 6, max = 9). For each recipe, participants rated perceived ingredient fit (i.e., “How well do you think the ingredients in this recipe fit together?”) and perceived popularity (i.e., “How popular do you think this recipe would be?”) on a five-point Likert scale. Each observation corresponds to a respondent's evaluation of a recipe. The details about the participant screening process, stimulus design, and descriptive statistics for our collected and computed measures are available in Web Appendix D.4.
First, we assess the construct validity by regressing the perceived ingredient fit on both overall internal coherence measure (ingredient fit mean) and co-occurrence based benchmark measure (Jaccard index mean). Ingredient fit significantly predicts perceived ingredient fit (b = 1.767, p = .025) whereas the Jaccard index does not (p = .14). This analysis provides evidence for construct validity as our ingredient fit measure indeed captures how recipe ingredients complement each other over and beyond simple ingredient co-occurrence patterns.
Next, we examine the underlying mechanism of internal coherence. As expected, our ingredient fit measure is positively related to the perceived popularity of the recipe (b = 2.133, p = .003) controlling for the number of ingredients. We also find that the perceived ingredient fit fully mediates this relationship. Our mediation analysis (Hayes 2022, PROCESS Model 4 with 5,000 bootstrap samples) shows a significant indirect effect of overall ingredient fit on perceived popularity via perceived ingredient fit (b = 1.638, 95% CI = [.72, 2.59]), while the direct effect of overall ingredient fit on perceived popularity is not significant (b = .495, p = .375). These results indicate that our internal coherence measure impacts recipe popularity by shaping people's perception of ingredient compatibility.
Taken together, we can conclude that ingredient fit is a useful and distinct measure that captures ingredient compatibility and internal coherence of a recipe beyond simple co-occurrences observed from the data. It is a significant predictor of how consumers perceive the compatibility of recipe ingredients and affects recipe popularity through this perception.
Robustness Checks
Predictions
We evaluate how well our model, and in particular ingredient fit and frequency measures, predict recipe success by comparing models with and without the ingredient components. Using ten-fold cross-validation, we find that including these measures improves predictions of both recipe trial and evaluation, with a stronger effect for trial (see Web Appendix H.1 for details). This suggests that the ingredient novelty and coherence of ingredient combinations play an important role in shaping recipe trial and evaluation beyond other recipe characteristics.
Alternative Measures for Recipe Success
We examine the robustness of our main findings to alternative operationalizations of recipe success (see Web Appendix H.2 for details). Specifically, we look at a dummy variable for trial, average recipe ratings, and the percentage of 1-star ratings. Moreover, we address a potential concern for using percentage of 5-star ratings due to sensitivity to extreme values in case of small number of ratings and repeat our analysis excluding recipes with fewer than five ratings. We replicate our main findings that suggest that internal coherence of a recipe is a significant and positive predictor of recipe success while recipes with novel ingredients are less likely to be tried even though they receive better posttrial evaluations.
Ingredient Availability
One might argue that recipe trial is driven more by ingredient availability than novelty. That is, if consumers do not have an ingredient at home, they are less likely to try the recipe. As a proxy for ingredient availability, we use the ingredient frequency across all recipe categories, with the assumption that consumers are likely to keep frequently used ingredients (e.g., eggs, oil, flour, or salt) at home, independent of the cooking purpose. We find that even after controlling for this measure of ingredient availability, the ingredient novelty measure still has a significant and negative effect on recipe trial (see Web Appendix H.3 for details). This suggests that the relationship between ingredient novelty and recipe trial is not fully driven by ingredient availability.
Weighted Embeddings
In our original specification of the internal coherence, all ingredients contribute equally to a recipe's overall fit. However, one could argue that the key recipe ingredient (e.g., eggs in egg salad recipes) should carry more weight, rather than being treated the same as other ingredients. To account for this, we refine our ingredient fit measure by weighting each ingredient's contribution based on how frequently it appears within the recipe's subcategory. We use this measure in our regression analysis, as it combines ingredient fit and frequency into a single metric. Consistent with earlier results, we find that the frequency-weighted fit significantly predicts recipe trial but has no significant relationship with posttrial evaluation, possibly due to the opposing effects of fit and frequency (see Web Appendix H.4 for details). Overall model fit for this measure did not improve relative to the unweighted embeddings.
Alternative Embedding Model Specifications
We train the embedding model by varying the size of the embedding space (t), initializing the ingredient and recipe category vectors with pretrained embeddings, and defining the context representation using the base model specification (see Web Appendix H.5 for details). We find that our main findings are robust to alternative specifications and the ingredient fit and novelty remain significant predictors of recipe success.
These findings suggest that our data-driven and representation learning–based ingredient fit and novelty framework extends beyond verbal description of ideas and can be a valuable tool for analyzing idea generation in other creative contexts. Future research can explore our approach in other creative domains such as art, fashion, or advertising, where the gestalt view of idea composition plays a crucial role in determining consumer engagement and appeal.
Developing an Application for Improving Recipes
An average person makes about 200 food-related decisions every day (Wansink and Sobal 2007). One of the most frequent decisions a consumer faces daily is deciding what to cook for a meal. These decisions occur much more frequently than, for example, the decisions about which food products to purchase in the store, a topic commonly investigated in the marketing literature. Indeed, a recent survey reveals that many people (47%) cook at home three to four days a week on average, and unsurprisingly, a great majority (70%) are frequently bored cooking the same recipes. To add variety to their cooking, people often experiment with recipes, introduce unusual ingredients to the recipe, or search the internet for new recipe inspirations (Buiano 2022; Jennie-O Turkey Store 2022). These patterns of behavior may explain the popularity of online recipe platforms such as Allrecipes and Food Network. Now that we have identified the novelty and fit drivers of successful recipes, we aim to use these findings to develop a practical app to inspire recipe ideation for chefs and cooks (professional or amateur).
We develop a generative recipe tool (recipecreativity.com) that leverages our findings and provides specific ingredient suggestions to improve recipe ideas through adding ingredients, removing ingredients, or substituting ingredients. Our goal is to assist users in their exploration of new recipe ideas by providing an evaluation of their recipe and a shortlist of suggestions for potential improvements for each recipe. In making recipe ingredient recommendations, we aim to reconcile possibly contradicting objectives (increasing trial rate vs. increasing liking given trial) to propose better recipe ideas. We refer to this generative recipe tool as “Gentool” for the remainder of this article. Figure 4 shows a screenshot of the app.

A Screenshot of Gentool.
When interacting with Gentool, the user first inputs the category and subcategory for the recipe they want to prepare and provides an initial list of ingredients included in this recipe. Then Gentool computes the measures of ingredient fit and ingredient frequency for the given recipe ingredients and subcategory and evaluates the initial recipe's performance based on predicted recipe trial and evaluation using the model in Table 4 after reestimating the model coefficients only with the variables that were significantly different from zero. To account for the other non-ingredient-related significant variables in the model (e.g., verb frequency, recipe age, recipe creator), we use the average values across the recipes in the same subcategory for each non-ingredient-related variable.
Whereas removal requires only going through the ingredients in the current recipe and addition of ingredients requires going once through the list ingredient in our corpus that are not currently in the focal recipe, substitutions pose a more difficult problem for the generative algorithm as one would want to substitute an ingredient with a similar ingredient that plays a similar role (e.g., a substitution for flour in a cake recipe should use a similar substance that takes the flour role in the recipe). Rather than focusing on specific functional roles of ingredients (e.g., texture, color, flavor), the embedding approach captures how ingredients are paired in diverse recipes and allows for greater flexibility in understanding ingredient similarities.
Akin to Wang et al. (2022), who combine word embeddings and hierarchical clustering approaches to generate meta-attributes from engineered attributes, we use a hierarchical clustering procedure to cluster ingredients based on the similarity of their embedding representations. The clustering algorithm procedure suggests very reasonable clusters with a high degree of substitutability at 200 clusters, capturing similarities in both observed ingredient features and their implicit functional roles (see Web Appendix I.1 for details). For example, there are multiple clusters that include different almond derivatives. One cluster includes nuts: almond, walnut, pecan, mixed nuts, pistachio, pine nut, and hazelnut. Another cluster consists of sweeter gluten-free flours: almond meal, almond flour, coconut flour. We also observe a plant-based milk substitutes cluster with almond milk, rice milk, and soy milk. Once we create the clusters, the substitution operation allows an ingredient to be replaced only with another ingredient within the same cluster.
After evaluating all possible one-at-a-time modifications to the given recipe, Gentool recommends the top ten ingredient modifications that increase trial, ratings, or both, presented in different tabs of the app. A detailed guide on how to use the app is provided in Web Appendix I.2.
Unlike some recent applications of computational creativity to food (Ahn et al. 2011; Amorim et al. 2017; Morris et al. 2012; Pinel, Varshney, and Bhattacharjya 2015; Varshney et al. 2019; Varshney, Wang, and Varshney 2016), our approach does not rely on a priori domain knowledge such as common flavor compounds or common food ontologies. Instead, we take an empirical approach to assess the role of ingredients in recipes by analyzing tens of thousands of approved recipes from diverse categories on one of the most popular recipe platforms. By representing ingredients as vectors in a high-dimensional space, we are able to assess the likelihood of different ingredient combinations.
Some users have adopted LLM-based tools (e.g., ChatGPT) to generate recipe ideas. While these tools may be useful for recipe recommendations, they do not shed light on the important mechanism we explore in this article and the distinction between ingredient fit and novelty. Furthermore, such tools lack insight into the distinction we make between the relationship between ingredient fit and novelty and recipe trial and posttrial evaluation. Therefore, Gentool provides a more structured, empirically grounded, and validated approach to generating and ranking ingredient recommendations.
Evaluating App's Recommendations
To show how our model of ingredient fit and frequency can generate recommendations that improve recipes on trial or rating evaluations, we analyze a holdout sample of 498 recipes. These recipes are chosen from a total of 1,072 recipes that were excluded from our regression analysis due to missing variables, based on two criteria: each recipe has (1) at least one trial and (2) complete information on the distribution of star ratings.
For each recipe in this holdout sample, we use Gentool to generate ingredient recommendations. Table 6 shows the impact of Gentool's top ingredient recommendation on recipe trial and evaluation. Across all success measures, Gentool improves a vast majority of the recipes (98.8%–100%); however, the type of the top recommended modification differs by objective. The top Gentool recommendation for improving trial is to remove an ingredient (75.4%), whereas the top Gentool recommendation for improving evaluation is to add an ingredient. On average, we observe that top Gentool recommendation increases the number of trials by 31.65%, corresponding to 73.79 additional trials. In terms of recipe evaluation, the top Gentool recommendation increases the percentage of 5-star ratings by 1.17 percentage points (1.88 additional 5-star ratings), reduces the percentage of 1-star ratings by .33 percentage points (.53 fewer 1-star ratings) and improves the average rating by .03 points on average. Due to skewness in number of trials and ratings at the extremes, we also report the median changes on these measures in Table 6. When extrapolated to the full Allrecipes platform, these improvements imply that a single ingredient modification per recipe could generate approximately 4.26 million additional trials, 108,500 more 5-star ratings, or 30,500 fewer 1-star ratings on average. Taken together, these findings demonstrate that small, targeted ingredient adjustments can produce economically and behaviorally meaningful improvements at scale.
Improvement on Recipe Trial and Posttrial Evaluation with Top Gentool Recommendations.
Notes: N.A. = not applicable. Top Gentool recommendation type and change in outcome are computed conditional on improvement in the related outcome measure.
In an online panel study, we also compare Gentool's recommendations to human-generated suggestions and find that Gentool's top recommendations are superior in idea quality to both expert and novice consumers’ suggestions (see Web Appendix I.3 for details). While Gentool provides a systematic, data-driven way to generate ingredient recommendations that align with consumer preferences instead of relying on intuition or trial and error, we also acknowledge several limitations related to the nature of the dataset and integration of domain knowledge that could be explored in future research (see Web Appendix I.4).
General Discussion
This research proposes a framework for measuring two core dimensions of idea creativity based on the features of idea components, their novelty, and their internal coherence or fit. Borrowing from the representation learning literature, we introduce an embedding-based component fit measure to capture the holistic, internal coherence of idea components. By doing so, we extend the view of evaluating idea appropriateness beyond an idea's similarity to other ideas or the pairwise relationship between its components toward a gestalt evaluation of how all idea components fit together. We validate this framework with two empirical applications in distinct domains: a traditional ideation task about a heath app and a large-scale food recipe dataset. Comparing our ingredient fit measure with a more traditional co-occurrence-based measure, we consistently find that our holistic approach provides both empirically better and conceptually richer results and is more robust to data sparsity.
Using a multipronged approach combining natural language processing and machine learning tools, econometric models, secondary data from tens of thousands of food recipes, and online panel studies, our work sheds a new light on the impact of creativity on consumer attitudes and preferences. Using our measures of embedding-based ingredient fit, we find that the effect of creativity may be more nuanced than prior research has suggested. Our fit measure promotes both trial and posttrial evaluation while novelty has a differential impact: Ideas with more novel components face greater barrier to trial but receive more favorable evolutions once consumed. In other words, novelty may suppress trial but help consumer satisfaction and repeat consumption.
These findings suggest that creators and platforms should carefully navigate the trade-off between trial and posttrial evaluation for new products and ideas. For higher posttrial satisfaction and repeated engagement, they should embrace ideas and products with novel components provided that these components are highly coherent. However, they still need to overcome the initial hesitation toward novelty for consumer acquisition (e.g., product trial, initial app download or subscription, attracting first-time users to a platform). For example, meal subscription services such as HelloFresh can attract new customers with familiar recipes like spaghetti with meatballs and keep them engaged by offering recipes with more unique ingredients. Furthermore, platforms like Google Play, Apple’s App Store, Netflix, and Allrecipes could use our framework to predict the trial and ratings of new app products, shows, or recipe ideas and to improve their recommendation algorithm and increase their revenues through higher user engagement.
Finally, our approach contributes to computational creativity and automated idea-generation literature by introducing a novel and scalable framework applicable to various ideation domains in general and a practical tool in fostering creativity in recipe development in particular. It also provides evidence for the efficacy of automated tools that utilize big data and machine learning methods in a systematic, data-driven way to generate ideas that align with consumer preferences instead of relying on intuition or trial and error.
Supplemental Material
sj-pdf-1-jmx-10.1177_00222429261464104 - Supplemental material for A Recipe for Creativity: An Ingredient-Embedding Approach
Supplemental material, sj-pdf-1-jmx-10.1177_00222429261464104 for A Recipe for Creativity: An Ingredient-Embedding Approach by Sibel Sozuer, Oded Netzer and Kriste Krstovski in Journal of Marketing
Footnotes
Acknowledgments
The authors thank the JM review team, colleagues, and conference and seminar participants for their constructive feedback that greatly improved this work. Special thanks to research assistants Xihao Luo and Yunbai Zhang for data cleaning and developing the web application’s user interface.
Funding
The authors disclosed receipt of the following financial support for the research, authorship, and/or publication of this article: This research is supported by 2020 Shankar-Spiegel Dissertation Proposal Award from Marketing EDGE, 2020 ISMS Early-Stage Research Grant from INFORMS Society for Marketing Science, NLP and ML Support Grant from Columbia Business School.
Declaration of Conflicting Interests
The authors declared no potential conflicts of interest with respect to the research, authorship, and/or publication of this article.
Data Availability
The ideation dataset that supports the findings of this article use the data originally published in
. The data are not publicly posted and are available from the authors upon request, subject to their approval. The recipe dataset that supports the findings of this article uses data collected from Allrecipes. The raw data are publicly accessible on the website. The processed dataset is available upon request.
Supplemental Material
Supplemental material for this article is available online.
Notes
Author Biographies
References
Supplementary Material
Please find the following supplemental material available below.
For Open Access articles published under a Creative Commons License, all supplemental material carries the same license as the article it is associated with.
For non-Open Access articles published, all supplemental material carries a non-exclusive license, and permission requests for re-use of supplemental material or any part of supplemental material shall be sent directly to the copyright owner as specified in the copyright notice associated with the article.
