Pith. sign in

REVIEW 4 major objections 5 minor 131 references

Amuse: Human-AI Collaborative Songwriting with Multimodal Inspirations

T0 review · 4 major / 5 minor · reviewed 2026-08-11 · deepseek-v4-flash

Pith's one-line read This paper claims that Amuse transforms multimodal inputs—images, text, or audio—into musically coherent, editable chord progressions by combining a multimodal LLM's noisy proposals with a unimodal chord-model filter, and that songwriters…

desk verdict Solid HCI system paper; the rejection-sampling story needs a rewrite before the technical claim holds. read the letter →

arxiv 2412.18940 v2 pith:IXYLLYY2 submitted 2024-12-25 cs.HC

classification cs.HC
keywords creativitysupporttoolhuman-AIco-creationmultimodalinspirationchordgenerationrejectionsamplinglargelanguagemodelssongwritingmusicAI
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper argues that songwriters need not choose between multimodal inspiration and iterative, editable musical output: a chord progression can be derived from an image, a story, or an audio clip, and still be musically plausible. Amuse does this by having a multimodal LLM (GPT-4o) turn any input into music keywords and then into candidate chord progressions, before a separate, unimodal chord language model trained on real chord data filters those candidates by rejection sampling. The authors establish this with automatic diversity and coherence metrics plus a listening study, and with a within-subjects user study of ten songwriters showing that adding Amuse to an existing contextual assistant improves perceived agency, creativity, and alignment with creative goals. If correct, the work shows a practical route to multimodal musical co-creation without paired multimodal-to-chord datasets.

What carries the argument

The load-bearing object is the rejection-sampling acceptance ratio $P(x)/(M Q(x))$, where $P(x)$ is an LSTM learned from human-composed chord progressions (HookTheory) and $Q(x)$ is an LSTM learned from GPT-4o-generated chord progressions with keywords marginalized. Via Bayes' rule and the assumption $P(c|x)\approx Q(c|x)$, the keyword-conditional target $P(x|c)$ is replaced by this ratio, so the filter judges only musical coherence. A prompting technique that asks GPT-4o to generate 30 progressions in one batch supplies diversity, and the Chord Generator's keyword-extraction step supplies relevance and transparency.

What would settle it

Take a fixed set of keyword-conditioned proposals from GPT-4o, run the rejection filter, and have listeners (or a keyword classifier) label whether accepted progressions are more relevant to the keywords than rejected ones. If the filter is truly keyword-agnostic, relevance should be equal in the two sets, and any observed relevance is the LLM's own; if the filter is secretly changing relevance, the Bayes-ratio derivation is not what is doing the work.

Watch

Extended reading notes

Core claim

The central discovery is that noisy, keyword-conditioned chord suggestions from a multimodal LLM can be made both coherent and relevant by filtering them with a unimodal prior over real chord progressions, using a rejection-sampling ratio that drops the keyword conditioning entirely. The filtering step is keyword-agnostic because the authors assume the LLM's conditional relevance is close to the true one, so the prior only corrects musical coherence. The paper's user study claims that this pipeline, embedded in Hookpad alongside the contextual assistant Aria, enhances users' agency, creativity, and perceived efficiency without changing final satisfaction.

Load-bearing premise

The whole filter rests on the assumption that the LLM's keyword-to-chord relevance is already correct, so the prior can ignore keywords; if the LLM's relevance is off, the filter cannot repair it, and the LSTM estimate of the LLM's proposal density is also uncalibrated.

Editorial extensions

If this is right

  • If the method works as claimed, a songwriter can start from a photograph or a paragraph of prose and, within one session, obtain several editable chord progressions in a chosen key and length.
  • The rejection-sampling recipe becomes a general template for conditioning symbolic music models on modalities for which paired chord data do not exist, requiring only an LLM proposal and a unimodal prior.
  • The user-study results imply that adding multimodal inspiration support to a contextual AI assistant shifts perceived control and creativity without sacrificing output satisfaction, and changes when and how often users query the contextual assistant.
  • The keyword intermediary layer gives users a transparent handle on the AI's interpretation, making the abstract image-to-chords transformation editable and explainable.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • I would read the paper's coherence claim as inheriting all of its strength from the LSTM prior; the filter never sees the keywords, so any keyword relevance in the final chords comes entirely from GPT-4o's zero-shot reading of the prompt.
  • An empirical test the authors do not report: compute keyword relevance of accepted versus rejected proposals (e.g., with a keyword classifier or human labels). If the filter is truly keyword-agnostic, accepted and rejected sets should have similar relevance, and the observed relevance should match the LLM's proposal quality.
  • The same 'LLM proposes, unimodal prior disposes' scheme could be applied to other symbolic musical elements, such as drum patterns or basslines, or even to non-music creative domains where paired data are scarce but a unimodal model of the output exists.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper presents Amuse, a Chrome extension integrated with Hookpad that assists songwriters by transforming multimodal inputs (images, text) into chord progressions, and transcribing audio into chords. The central technical contribution is a rejection-sampling procedure that combines GPT-4o proposals, conditioned on music keywords extracted from the multimodal input, with an LSTM prior trained on the HookTheory dataset, in order to produce chord progressions that are diverse, relevant to keywords, and musically coherent without paired training data. The paper reports a technical evaluation of diversity (Self-BLEU), coherence (JSD against HookTheory), and a listening study of coherence and keyword relevance, followed by a within-subjects user study with 10 songwriters comparing Amuse+Aria against Aria alone. The user study finds that participants felt greater agency, creativity, and alignment with their creative goals when using Amuse.

Significance. If the rejection-sampling derivation were sound, the paper would contribute a practical method for conditional symbolic music generation without paired data: a generally useful recipe of using a multimodal LLM as a proposal and a unimodal prior as a filter. The user study is carefully designed and analyzed, with interaction logs, think-aloud protocols, and qualitative coding, and it provides credible evidence that a multimodal inspiration-to-chord tool can enhance perceived agency and creativity in songwriting. The paper also ships code and sound examples, which supports reproducibility. However, the technical derivation in Section 5.3 contains load-bearing unsupported equalities, and the coherence evaluation in Table 2 is substantially circular; these issues call the central technical claim into question. The HCI findings appear robust, but the paper's stated contribution (2)—a novel method for generating diverse, relevant, and coherent chord progressions—needs substantial revision.

major comments (4)
  1. The cancellation of the keyword conditioning from the acceptance ratio relies on two equalities: P(c)=Q(c) and P(c|x)≈Q(c|x). Neither is established. P(c) is not defined as a data distribution anywhere; the paper only defines Q(c) as the distribution over keywords used when sampling prompt keywords from a wiki. These are not the same object unless one defines P(c) to be exactly that sampling distribution, which is not a natural interpretation of Bayes' rule applied to the target P(x|c). More importantly, P(c|x)≈Q(c|x) is a strong assumption about the inverse keyword distribution of GPT-4o matching the true data inverse, and no evidence is given for it. The paper's own §6.2.1 shows that GPT-4o's forward marginal chord distribution deviates substantially from real music, making the inverse-distribution assumption especially doubtful without paired data. After this cancellation, the acceptance probability P(x)/(M Q(x)) is independent of c, and the accepted distribution is Q(x|c)·P(x)/Q(x), not P(x|c). As a result, the method as presented is a keyword-agnostic coherence filter on top of LLM proposals; any keyword relevance is inherited from the prompt, not from the rejection-sampling step. This undermines contribution (2) and the claim in §6.2 that Amuse generates keyword-conditioned progressions through the described rejection-sampling procedure.
  2. The constant M is set to the 95th percentile of the ratio P(x)/Q(x) over GPT-4o-generated progressions, rather than to an upper bound on that ratio. Rejection sampling is only valid when M ≥ sup_x P(x|c)/Q(x|c) (after cancellation, sup_x P(x)/Q(x)); with a 95th-percentile value, for the top 5% of proposals the ratio exceeds M, so the acceptance probability is capped at 1 instead of being the required ratio/M > 1. This changes the target distribution and invalidates the formal rejection-sampling justification. In addition, Q(x) is an LSTM density fitted to 25,000 GPT-4o samples, but no calibration is reported between this fitted density and the actual GPT-4o marginal proposal density. Both issues mean the accepted samples are not actually drawn from the claimed target distribution, even setting aside the conditioning-cancellation problem above.
  3. The automatic coherence evaluation compares Amuse's outputs to HookTheory, which is the same dataset used to train the filter P(x). Because the acceptance probability (after the problematic cancellation) is P(x)/Q(x), the accepted samples are biased toward P(x); the large JSD reduction in Table 2 is therefore a near-tautological consequence of filtering with the evaluation reference rather than an independent validation. The listening study in Figure 5a provides a more meaningful coherence check, but the keyword-relevance result in Figure 5b only shows a significant advantage over LSTM Prior; Amuse is not significantly preferred over GPT-4o for relevance. Taken together, the technical evaluation does not support the claim that the rejection-sampling step improves keyword relevance; it may merely preserve the relevance already present in GPT-4o's proposals while improving coherence.
  4. The final set of four progressions is not a pure rejection-sampling output. When fewer than four samples are accepted, the algorithm fills the remainder with the top-k rejected samples ranked by P(x)/Q(x). This means the user-facing set is a mixture of accepted and rejected samples, and is not a sample from any well-defined target distribution. The reported diversity, coherence, and relevance measurements (including the listening study) are therefore measuring the complete algorithm, which is reasonable, but the paper should acknowledge that the output is not strictly a rejection-sampling result and should evaluate the fallback path separately or at least report how often it is used.
minor comments (5)
  1. The abstract states that Amuse transforms multimodal image, text, and audio inputs into chord progressions, but the Chord Generator only handles image and text; audio is processed by the separate Chord Transcriber, which does not use keyword conditioning. The phrasing should be sharpened to distinguish the two pipelines.
  2. The listening study in §6.2.2 says it used 10 keyword sets, but Appendix B.2 lists nine keyword sets plus an attention-check set. Please clarify whether the attention check is included in the counts and how the 150 comparisons were allocated.
  3. The numeric values in Figure 5 are presented in a compact layout that is difficult to parse; the columns are labeled only in the caption. It would improve readability to label each column directly in the figure, for example 'vs. LSTM Prior' and 'vs. GPT-4o'.
  4. The implementation section says all LLM components use temperature 1.0, while §B.1 mentions a temperature of 1.7 for the LSTM distributions during rejection sampling. Clarify which temperature applies to which model and why the discrepancy exists.
  5. The limitations section already covers the study's small sample and controlled setting, which is good. It might also note that the Chord Transcriber's low usage was partly attributed to task constraints, and that future work could investigate the transcriber in more naturalistic settings.

Circularity Check

2 steps flagged · score 6.0 of 10

The coherence JSD evaluation is tautological (filter and metric share the same training distribution), and the rejection-sampling derivation cancels keyword conditioning, making the 'keyword-conditioned' filter keyword-agnostic.

  1. fitted input called prediction [Section 6.2.1 (Automatic Evaluation); Section 5.3 Implementation]
    "The aim of rejection sampling is to align LLM-generated chord progressions with real music data distribution. We quantitatively assess this alignment by computing the Jensen-Shannon Divergence (JSD) between the distributions of the generated chord progressions and real music data."

    The 'real music data' reference for the JSD is the HookTheory dataset [31], which is also the training data for P(x): Section 5.3 says 'For 𝑃(𝑥), we use the HookTheory dataset [31]'. The acceptance probability in Algorithm 1 is P(x)/(M Q(x)), so accepted samples are biased toward high P(x), i.e., toward the HookTheory training distribution. Measuring JSD of the accepted samples against that same distribution is a self-consistency check: the reported improvement (GPT-4o 0.42/0.57 to Amuse 0.27/0.46) is a mathematical consequence of the filter's objective, not an independent empirical finding about musical coherence.

  2. self definitional [Section 5.3, method paragraph after Bayes-rule cancellation]
    "since 𝑃(𝑐) = 𝑄(𝑐) as they are the same predefined keyword distributions and we assume 𝑃(𝑐|𝑥)≈ 𝑄(𝑐|𝑥) as the generated progression 𝑥 from LLMs closely align with 𝑐. Thus, we perform rejection sampling by calculating the ratio 𝑃(𝑥)/(𝑀·𝑄(𝑥))."

    After the two asserted equalities, the acceptance probability is P(x)/(M Q(x)), which is independent of the keyword c. The filter therefore cannot affect keyword relevance; all relevance comes from the LLM proposal Q(x|c). The claimed target P(x|c) is reached only if P(c|x)=Q(c|x), an assumption stated without evidence and undercut by the paper's own Table 2 showing that GPT-4o's chord distribution is far from real music (JSD 0.42/0.57). By cancelling c, the derivation defines away the very conditioning the method claims to perform, so the 'keyword-conditioned rejection sampling' reduces to a keyword-agnostic coherence filter on top of LLM proposals.

full rationale

The technical contribution has two circular or self-referential steps. First, the automatic coherence evaluation in Table 2 is a fitted-input-called-prediction: P(x) is trained on the HookTheory dataset and the acceptance rule is P(x)/Q(x), while the JSD metric measures distance to exactly that same HookTheory dataset; the reported coherence improvement is therefore forced by construction rather than independently discovered. Second, the rejection-sampling derivation in Section 5.3 asserts P(c)=Q(c) and P(c|x)≈Q(c|x), which cancels the keyword c from the acceptance ratio. This makes the filter keyword-agnostic and transfers the entire burden of relevance to the LLM's prompt-conditioned proposals, while the paper presents the filtering step as part of a keyword-conditioned system. The listening study and the user study provide independent evidence about the overall tool, but they do not validate the specific claim that the rejection-sampling step targets P(x|c). Because a central 'prediction' (coherence improvement) reduces by construction and a second central claim (keyword conditioning of the filter) is defined away, a score of 6 is appropriate; the paper is not entirely circular since the HCI evaluation and listening study have genuine independent content.

Assumptions & free parameters 3 free parameters · 4 assumptions · 0 invented entities

The central claim rests on a small set of assumptions: the P(c|x) ≈ Q(c|x) approximation that removes conditioning, the equality of keyword priors, the representativeness of the HookTheory corpus for musical coherence, and the fidelity of the LSTM approximation to the LLM's proposal distribution. The free parameters M, N, and temperature are all chosen from the data or by hand and directly affect the number and quality of accepted progressions.

free parameters (3)
  • M = 7.64
    Constant in rejection sampling selected as the 95th percentile of P(x)/Q(x) over 25,000 GPT-4o-generated progressions; it scales the acceptance rate so that roughly 4 of 30 proposals survive.
  • N = 30
    Number of LLM chord progressions requested per query; chosen so that N/M ≈ 4 accepted suggestions are presented to the user.
  • Temperature = 1.7
    Softmax temperature used to smooth the LSTM distributions during rejection sampling; chosen by the authors, no search reported.
assumptions (4)
  • ad hoc to paper P(c|x) ≈ Q(c|x) for all progressions x and keyword sets c
    Invoked in the rejection sampling derivation (Section 5.3) to cancel the conditioning term, but never estimated or justified; LLM conditional probabilities over chord sequences are not calibrated.
  • domain assumption P(c) = Q(c), i.e., the target keyword prior equals the keyword distribution used to sample training data for Q(x)
    Used in the Bayes-rule expansion in Section 5.3; this is a design choice, not a fact, and it equates two arbitrary distributions.
  • domain assumption The HookTheory dataset is representative of real human-composed chord progressions
    P(x) is trained on this dataset and it is used as the reference distribution for the JSD coherence metric (Section 6.2.1).
  • domain assumption An LSTM trained on a sample of GPT-4o outputs accurately approximates the true proposal density Q(x)
    The acceptance ratio uses the LSTM's Q(x) in place of the untractable true density of the LLM; no calibration or density check is provided.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Amuse: Human-AI Collaborative Songwriting with Multimodal Inspirations." pith.science (2026). https://pith.science/paper/IXYLLYY2

@misc{pith2026241218940,
  author       = {Pith},
  title        = {Pith review of: Amuse: Human-AI Collaborative Songwriting with Multimodal Inspirations},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/IXYLLYY2}},
  note         = {Machine review of arXiv:2412.18940}
}
read the original abstract

Songwriting is often driven by multimodal inspirations, such as imagery, narratives, or existing music, yet songwriters remain unsupported by current music AI systems in incorporating these multimodal inputs into their creative processes. We introduce Amuse, a songwriting assistant that transforms multimodal (image, text, or audio) inputs into chord progressions that can be seamlessly incorporated into songwriters' creative processes. A key feature of Amuse is its novel method for generating coherent chords that are relevant to music keywords in the absence of datasets with paired examples of multimodal inputs and chords. Specifically, we propose a method that leverages multimodal large language models (LLMs) to convert multimodal inputs into noisy chord suggestions and uses a unimodal chord model to filter the suggestions. A user study with songwriters shows that Amuse effectively supports transforming multimodal ideas into coherent musical suggestions, enhancing users' agency and creativity throughout the songwriting process.

Figures

Figures reproduced from arXiv: 2412.18940 by the authors.

Figure 1
Figure 1. Amuse transforms multimodal (image, text, or audio) inspirations into reusable musical elements (chord progressions) that songwriters can seamlessly incorporate into their creative process. Amuse consists of two functionalities: Chord Generator (Left) and Chord Transcriber (Right). In the Chord Generator, user can generate music keywords from image/text inputs and generate musically coherent chord progressions based… view at source ↗
Figure 2
Figure 2. Screenshot of the songwriting interface used in the user study. The main workspace is the Hookpad interface (A), [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 3
Figure 3. Overview of Chord Generator in Amuse. (A) Initial Interface: Users can upload an image or type text, which are used to generate music keywords. Users can also directly write music keywords in the keyword editor. (B) Keyword Extraction: Upon clicking the “Generate Keywords” button, Amuse suggests music keywords based on the multimodal inputs. User-selected keywords are automatically pasted into the keyword editor (‘a… view at source ↗
Figures from the paper (8 more)
Figure 4
Figure 4. Figure 4: Overview of Chord Transcriber in Amuse. (A) Initial Interface: Users can upload a local audio file or enter a YouTube URL. (B) Audio Inspiration Input: With an audio preview, users can select the desired segment for transcription by specifying start and end times (maxi…
Figure 5
Figure 5. Figure 5: Results from our listening study where listeners indicated a preference between pairs of chord progression audio [PITH_FULL_IMAGE:figures/full_fig_p011_5.png]
Figure 6
Figure 6. Figure 6: Overview of the user study procedure. The study involved two songwriting sessions, each using a different set of tools. [PITH_FULL_IMAGE:figures/full_fig_p012_6.png]
Figure 7
Figure 7. Figure 7: Distribution of participants’ ratings on self [PITH_FULL_IMAGE:figures/full_fig_p013_7.png]
Figure 8
Figure 8. Figure 8: Interaction log timelines of all participants in the [PITH_FULL_IMAGE:figures/full_fig_p014_8.png]
Figure 9
Figure 9. Figure 9: Three different songwriting approaches in the [PITH_FULL_IMAGE:figures/full_fig_p015_9.png]
Figure 10
Figure 10. Figure 10: Interaction log timelines of all participants in the [PITH_FULL_IMAGE:figures/full_fig_p016_10.png]
Figure 11
Figure 11. Figure 11: Distribution of participants’ ratings on self-perceived songwriting experience and Creativity Support Index (CSI). [PITH_FULL_IMAGE:figures/full_fig_p018_11.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

131 extracted references · 18 canonical work pages

  1. [1]

    Denk, Zalán Borsos, Jesse Engel, Mauro Verzetti, An- toine Caillon, Qingqing Huang, Aren Jansen, Adam Roberts, Marco Tagliasacchi, Matt Sharifi, Neil Zeghidour, and Christian Frank

    Andrea Agostinelli, Timo I. Denk, Zalán Borsos, Jesse Engel, Mauro Verzetti, An- toine Caillon, Qingqing Huang, Aren Jansen, Adam Roberts, Marco Tagliasacchi, Matt Sharifi, Neil Zeghidour, and Christian Frank. 2023. MusicLM: Generating Music From Text. arXiv:2301.11325 [cs.SD] https://arxiv.org/abs/2301.11325

  2. [2]

    Music AI. 2024. Music AI: AI Audio Models to Power Your Music Business. https://www.music.ai

  3. [3]

    Suno AI. 2024. Suno AI. https://suno.com/

  4. [4]

    Philip Alperson. 1984. On Musical Improvisation. The Journal of Aesthetics and Art Criticism 43, 1 (1984), 17–29. http://www.jstor.org/stable/430189

  5. [5]

    Barrett R Anderson, Jash Hemant Shah, and Max Kreminski. 2024. Homog- enization Effects of Large Language Models on Human Creative Ideation. In Proceedings of the 16th Conference on Creativity & Cognition (Chicago, IL, USA) (C&C ’24). Association for Computing Machinery, New York, NY, USA, 413–425. doi:10.1145/3635636.3656204

  6. [6]

    Aria. 2024. Introducing Aria - Your personal AI co-creator for chords and melody. https://www.hooktheory.com/hookpad/aria

  7. [7]

    NIC BECKER, RYAN LOUIE, JOHN THICKSTUN, and PERCY LIANG. 2024. Designing Live Human-AI Collaboration for Musical Improvisation

  8. [8]

    Christodoulos Benetatos, Joseph VanderStel, and Zhiyao Duan. 2020. BachDuet: A Deep Learning System for Human-Machine Counterpoint Improvisation. In Proceedings of the International Conference on New Interfaces for Musical Expression, Romain Michon and Franziska Schroeder (Eds.). Birmingham City University, Birmingham, UK, 635–640. doi:10.5281/zenodo.4813234

Show all 131 references
  1. [9]

    Eden Bensaid, Mauro Martino, Benjamin Hoover, and Hendrik Strobelt

  2. [10]

    Renaud Bougueng Tchemeube, Jeffrey John Ens, and Philippe Pasquier. 2022. Calliope: A Co-creative Interface for Multi-Track Music Generation. In Proceed- ings of the 14th Conference on Creativity and Cognition (Venice, Italy) (C&C ’22). Association for Computing Machinery, New...

  3. [11]

    Daniel Buschek, Martin Zürn, and Malin Eiband. 2021. The Impact of Multiple Parallel Phrase Suggestions on Email Input and Composition Behaviour of Na- tive and Non-Native English Writers. In Proceedings of the 2021 CHI Conference on Human Factors in Computing Systems (Yokoham...

  4. [12]

    Runze Cai, Nuwan Janaka, Yang Chen, Lucia Wang, Shengdong Zhao, and Can Liu. 2024. PANDALens: Towards AI-Assisted In-Context Writing on OHMD Dur- ing Travels. In Proceedings of the CHI Conference on Human Factors in Computing Systems (Honolulu, HI, USA) (CHI ’24). Association ...

  5. [13]

    Chang, Mihail Eric, Manolis Savva, and Christopher D

    Angel X. Chang, Mihail Eric, Manolis Savva, and Christopher D. Manning. 2017. SceneSeer: 3D Scene Design with Natural Language. arXiv:1703.00050 [cs.GR] https://arxiv.org/abs/1703.00050

  6. [14]

    Siddhartha Chaudhuri, Evangelos Kalogerakis, Stephen Giguere, and Thomas Funkhouser. 2013. Attribit: content creation with semantic attributes. InProceed- ings of the 26th Annual ACM Symposium on User Interface Software and Technol- ogy (St. Andrews, Scotland, United Kingdom) ...

  7. [15]

    Ke Chen, Xingjian Du, Bilei Zhu, Zejun Ma, Taylor Berg-Kirkpatrick, and Shlomo Dubnov. 2022. HTS-AT: A Hierarchical Token-Semantic Audio Transformer for Sound Classification and Detection. arXiv:2202.00874 [cs.SD] https://arxiv.org/ abs/2202.00874

  8. [16]

    Erin Cherry and Celine Latulipe. 2014. Quantifying the Creativity Support of Digital Tools through the Creativity Support Index. ACM Trans. Comput.-Hum. Interact. 21, 4, Article 21 (jun 2014), 25 pages. doi:10.1145/2617588

  9. [17]

    DaEun Choi, Sumin Hong, Jeongeon Park, John Joon Young Chung, and Juho Kim. 2024. CreativeConnect: Supporting Reference Recombination for Graphic Design Ideation with Generative AI. InProceedings of the 2024 CHI Conference on Human Factors in Computing Systems (Honolulu, HI, U...

  10. [18]

    John Joon Young Chung, Wooseok Kim, Kang Min Yoo, Hwaran Lee, Eytan Adar, and Minsuk Chang. 2022. TaleBrush: Sketching Stories with Generative Pretrained Language Models. InProceedings of the 2022 CHI Conference on Human Factors in Computing Systems (New Orleans, LA, USA) (CHI...

  11. [19]

    Elizabeth Clark, Anne Spencer Ross, Chenhao Tan, Yangfeng Ji, and Noah A. Smith. 2018. Creative Writing with a Machine in the Loop: Case Studies on Slo- gans and Stories. In Proceedings of the 23rd International Conference on Intelligent User Interfaces (Tokyo, Japan) (IUI ’18...

  12. [20]

    WJ Conover. 1999. Practical nonparametric statistics. John Wiley & Sons, Inc, New York, NY, USA

  13. [21]

    Jade Copet, Felix Kreuk, Itai Gat, Tal Remez, David Kant, Gabriel Synnaeve, Yossi Adi, and Alexandre Défossez. 2024. Simple and Controllable Music Generation. arXiv:2306.05284 [cs.SD] https://arxiv.org/abs/2306.05284

  14. [22]

    Juliet Corbin and Anselm Strauss. 2008. Basics of Qualitative Research (3rd ed.): Techniques and Procedures for Developing Grounded Theory. doi:10.4135/ 9781452230153

  15. [23]

    Bob Coyne and Richard Sproat. 2001. WordsEye: an automatic text-to-scene conversion system. In Proceedings of the 28th Annual Conference on Computer Graphics and Interactive Techniques (SIGGRAPH ’01). Association for Computing Machinery, New York, NY, USA, 487–496. doi:10.1145...

  16. [24]

    Mihaly Csikszentmihalyi. 1997. Flow and Creativity. NAMTA Journal 22, 2 (1997), 60–97. https://eric.ed.gov/?id=EJ547968

  17. [25]

    Mihaly Csikszentmihalyi. 1997. Flow and the psychology of discovery and invention. HarperPerennial, New York 39 (1997), 1–16

  18. [26]

    Hai Dang, Sven Goller, Florian Lehmann, and Daniel Buschek. 2023. Choice Over Control: How Users Write with Large Language Models using Diegetic and Non-Diegetic Prompting. In Proceedings of the 2023 CHI Conference on Human Factors in Computing Systems (Hamburg, Germany) (CHI ...

  19. [27]

    TheoryTab DB. 2024. TheoryTab DB: Tabs that show the theory behind songs. https://www.hooktheory.com/theorytab

  20. [28]

    Prafulla Dhariwal, Heewoo Jun, Christine Payne, Jong Wook Kim, Alec Rad- ford, and Ilya Sutskever. 2020. Jukebox: A Generative Model for Music. arXiv:2005.00341 [eess.AS] https://arxiv.org/abs/2005.00341

  21. [29]

    Chris Donahue, Antoine Caillon, Adam Roberts, Ethan Manilow, Philippe Esling, Andrea Agostinelli, Mauro Verzetti, Ian Simon, Olivier Pietquin, Neil Zeghidour, and Jesse Engel. 2023. SingSong: Generating musical accompaniments from singing. arXiv:2301.12662 [cs.SD] https://arxi...

  22. [30]

    Cottrell, and Julian McAuley

    Chris Donahue, Huanru Henry Mao, Yiting Ethan Li, Garrison W. Cottrell, and Julian McAuley. 2019. LakhNES: Improving multi-instrumental music generation with cross-domain pre-training. arXiv:1907.04868 [cs.SD] https: //arxiv.org/abs/1907.04868

  23. [31]

    Chris Donahue, John Thickstun, and Percy Liang. 2022. Melody transcription via generative pre-training. arXiv:2212.01884 [cs.SD] https://arxiv.org/abs/2212. 01884

  24. [32]

    Chris Donahue, Shih-Lun Wu, Yewon Kim, Dave Carlton, Ryan Miyakawa, and John Thickstun. 2025. Hookpad Aria: A Copilot for Songwriters. arXiv:2502.08122 [cs.SD] https://arxiv.org/abs/2502.08122

  25. [33]

    Doshi and Oliver P

    Anil R. Doshi and Oliver P. Hauser. 2024. Generative artificial intel- ligence enhances creativity but reduces the diversity of novel content. arXiv:2312.00506 [cs.HC] https://arxiv.org/abs/2312.00506

  26. [34]

    Alaaeldin El-Nouby, Shikhar Sharma, Hannes Schulz, Devon Hjelm, Layla El Asri, Samira Ebrahimi Kahou, Yoshua Bengio, and Graham W. Taylor. 2019. Tell, Draw, and Repeat: Generating and Modifying Images Based on Continual Linguistic Instruction. arXiv:1811.09845 [cs.CV] https://...

  27. [35]

    Finke, Thomas B

    Ronald A. Finke, Thomas B. Ward, and Steven M. Smith. 1992.Creative Cognition: Theory, Research, and Applications. The MIT Press, New York, NY, USA. doi:10. 7551/mitpress/7722.001.0001

  28. [36]

    Seth* Forsgren and Hayk* Martiros. 2022. Riffusion - Stable diffusion for real- time music generation. https://riffusion.com/about

  29. [37]

    Satoru Fukayama, Kazuyoshi Yoshii, and Masataka Goto. 2013. Chord-Sequence- Factory: A Chord Arrangement System Modifying Factorized Chord Sequence Probabilities. https://api.semanticscholar.org/CorpusID:1099764 CHI ’25, April 26-May 1, 2025, Yokohama, Japan Yewon Kim, Sung-Ju...

  30. [38]

    Katy Ilonka Gero and Lydia B. Chilton. 2019. Metaphoria: An Algorithmic Companion for Metaphor Creation. In Proceedings of the 2019 CHI Conference on Human Factors in Computing Systems (Glasgow, Scotland Uk) (CHI ’19) . Association for Computing Machinery, New York, NY, USA, 1...

  31. [39]

    Barney Glaser and Anselm Strauss. 1999. Discovery of Grounded Theory: Strategies for Qualitative Research (1st ed.). Routledge, Abingdon, Oxon, UK. doi:10.4324/9780203793206

  32. [40]

    Gaëtan Hadjeres and Léopold Crestel. 2021. The Piano Inpainting Application. arXiv:2107.05944 [cs.SD] https://arxiv.org/abs/2107.05944

  33. [41]

    Gaëtan Hadjeres, François Pachet, and Frank Nielsen. 2017. DeepBach: a Steer- able Model for Bach Chorales Generation. InProceedings of the 34th International Conference on Machine Learning (Proceedings of Machine Learning Research, Vol. 70), Doina Precup and Yee Whye Teh (Eds...

  34. [42]

    Hookpad. 2024. Hookpad Songwriting Software: Create Amazing Music. https: //www.hooktheory.com/hookpad

  35. [43]

    Hooktheory. 2024. Hooktheory: Create amazing music. https://www. hooktheory.com/

  36. [44]

    Eric Horvitz. 1999. Principles of mixed-initiative user interfaces. In Proceedings of the SIGCHI Conference on Human Factors in Computing Systems (Pittsburgh, Pennsylvania, USA) (CHI ’99). Association for Computing Machinery, New York, NY, USA, 159–166. doi:10.1145/302979.303030

  37. [45]

    Cheng-Zhi Anna Huang, Tim Cooijmans, Adam Roberts, Aaron Courville, and Douglas Eck. 2019. Counterpoint by Convolution. arXiv:1903.07227 [cs.LG] https://arxiv.org/abs/1903.07227

  38. [46]

    Cheng-Zhi Anna Huang, David Duvenaud, and Krzysztof Z. Gajos. 2016. Chor- dRipple: Recommending Chords to Help Novice Composers Go Beyond the Ordinary. In Proceedings of the 21st International Conference on Intelligent User Interfaces (Sonoma, California, USA) (IUI ’16). Assoc...

  39. [47]

    Cheng-Zhi Anna Huang, Curtis Hawthorne, Adam Roberts, Monica Din- culescu, James Wexler, Leon Hong, and Jacob Howcroft. 2019. The Bach Doodle: Approachable music composition with machine learning at scale. arXiv:1907.06637 [cs.SD] https://arxiv.org/abs/1907.06637

  40. [48]

    Cheng-Zhi Anna Huang, Hendrik Vincent Koops, Ed Newton-Rex, Monica Dinculescu, and Carrie J. Cai. 2020. AI Song Contest: Human-AI Co-Creation in Songwriting. arXiv:2010.05388 [cs.SD] https://arxiv.org/abs/2010.05388

  41. [49]

    Dai, Matthew D

    Cheng-Zhi Anna Huang, Ashish Vaswani, Jakob Uszkoreit, Noam Shazeer, Ian Simon, Curtis Hawthorne, Andrew M. Dai, Matthew D. Hoffman, Monica Din- culescu, and Douglas Eck. 2018. Music Transformer. arXiv:1809.04281 [cs.LG] https://arxiv.org/abs/1809.04281

  42. [50]

    Park, Tao Wang, Timo I

    Qingqing Huang, Daniel S. Park, Tao Wang, Timo I. Denk, Andy Ly, Nanxin Chen, Zhengdong Zhang, Zhishuai Zhang, Jiahui Yu, Christian Frank, Jesse Engel, Quoc V. Le, William Chan, Zhifeng Chen, and Wei Han. 2023. Noise2Music: Text-conditioned Music Generation with Diffusion Mode...

  43. [51]

    Purnima Kamath, Fabio Morreale, Priambudi Lintang Bagaskara, Yize Wei, and Suranga Nanayakkara. 2024. Sound Designer-Generative AI Interactions: Towards Designing Creative Support Tools for Professional Sound Designers. In Proceedings of the 2024 CHI Conference on Human Factor...

  44. [52]

    Hyeongcheol Kim, Shengdong Zhao, Can Liu, and Kotaro Hara. 2020. LiveS- nippets: Voice-based Live Authoring of Multimedia Articles about Experi- ences. In 22nd International Conference on Human-Computer Interaction with Mobile Devices and Services (Oldenburg, Germany) (MobileH...

  45. [53]

    Miller, and Theresa Claire

    Ziva Kunda, Dale T. Miller, and Theresa Claire. 1990. Combining Social Concepts: The Role of Causal Reasoning. Cognitive Science 14, 4 (1990), 551–577

  46. [54]

    Tomas Lawton, Kazjon Grace, and Francisco J Ibarrola. 2023. When is a Tool a Tool? User Perceptions of System Agency in Human–AI Co-Creative Drawing. In Proceedings of the 2023 ACM Designing Interactive Systems Conference(Pittsburgh, PA, USA) (DIS ’23). Association for Computi...

  47. [55]

    Alghamdi, Tal August, Avinash Bhat, Madiha Zahrah Choksi, Senjuti Dutta, Jin L.C

    Mina Lee, Katy Ilonka Gero, John Joon Young Chung, Simon Buckingham Shum, Vipul Raheja, Hua Shen, Subhashini Venugopalan, Thiemo Wambsganss, David Zhou, Emad A. Alghamdi, Tal August, Avinash Bhat, Madiha Zahrah Choksi, Senjuti Dutta, Jin L.C. Guo, Md Naimul Hoque, Yewon Kim, S...

  48. [56]

    Mina Lee, Percy Liang, and Qian Yang. 2022. CoAuthor: Designing a Human-AI Collaborative Writing Dataset for Exploring Language Model Capabilities. In Proceedings of the 2022 CHI Conference on Human Factors in Computing Systems (New Orleans, LA, USA) (CHI ’22). Association for...

  49. [57]

    Tuck Wah Leong, Frank Vetere, and Steve Howard. 2006. Randomness as a resource for design. In Proceedings of the 6th Conference on Designing Interac- tive Systems (University Park, PA, USA) (DIS ’06). Association for Computing Machinery, New York, NY, USA, 132–139. doi:10.1145...

  50. [58]

    J. Lin. 1991. Divergence measures based on the Shannon entropy. IEEE Transac- tions on Information Theory 37, 1 (1991), 145–151. doi:10.1109/18.61115

  51. [59]

    Vivian Liu, Han Qiao, and Lydia Chilton. 2022. Opal: Multimodal Image Gener- ation for News Illustration. In Proceedings of the 35th Annual ACM Symposium on User Interface Software and Technology (Bend, OR, USA) (UIST ’22). Asso- ciation for Computing Machinery, New York, NY, ...

  52. [60]

    Vivian Liu, Jo Vermeulen, George Fitzmaurice, and Justin Matejka

  53. [61]

    Ryan Louie, Andy Coenen, Cheng Zhi Huang, Michael Terry, and Carrie J. Cai

  54. [62]

    Ryan Louie, Jesse Engel, and Cheng-Zhi Anna Huang. 2022. Expressive Commu- nication: Evaluating Developments in Generative Models and Steering Interfaces for Music Creation. In Proceedings of the 27th International Conference on Intel- ligent User Interfaces (Helsinki, Finland...

  55. [63]

    Malandro

    Martin E. Malandro. 2023. Composer’s Assistant: An Interactive Transformer for Multi-Track MIDI Infilling. arXiv:2301.12525 [cs.SD] https://arxiv.org/abs/ 2301.12525

  56. [64]

    Enrique Manjavacas, Folgert Karsdorp, Ben Burtenshaw, and Mike Kestemont

  57. [65]

    Lidia Morris, Rebecca Leger, Michele Newman, John Ashley Burgoyne, Ryan Groves, Natasha Mangal, and Jin Ha Lee. 2024. Human-AI Music Process: A Dataset of AI-Supported Songwriting Processes from the AI Song Contest

  58. [66]

    Radford M. Neal. 2003. Slice sampling. The Annals of Statistics 31, 3 (2003), 705 –

  59. [67]

    Michele Newman, Lidia Morris, and Jin Ha Lee 0001. 2023. Human-AI Music Creation: Understanding the Perceptions and Experiences of Music Creators for Ethical and Productive Collaboration. 80-88 pages. doi:10.5281/zenodo.10265227

  60. [68]

    D.A. Norman. 2013. The Design of Everyday Things . MIT Press, Cambridge, MA, USA. https://books.google.co.kr/books?id=heCtnQEACAAJ

  61. [69]

    Richard L. Oliver. 1980. A Cognitive Model of the Antecedents and Consequences of Satisfaction Decisions. Journal of Marketing Research 17, 4 (1980), 460–469. http://www.jstor.org/stable/3150499

  62. [70]

    OpenAI. 2024. GPT-4o System Card. https://cdn.openai.com/gpt-4o-system- card.pdf

  63. [71]

    OpenAI. 2024. Hello GPT-4o. https://openai.com/index/hello-gpt-4o/

  64. [72]

    OpenAI. 2024. OpenAI Platform. https://platform.openai.com/docs/overview

  65. [73]

    Long Ouyang, Jeff Wu, Xu Jiang, Diogo Almeida, Carroll L. Wainwright, Pamela Mishkin, Chong Zhang, Sandhini Agarwal, Katarina Slama, Alex Ray, John Schulman, Jacob Hilton, Fraser Kelton, Luke Miller, Maddie Simens, Amanda Askell, Peter Welinder, Paul Christiano, Jan Leike, and...

  66. [74]

    Vishakh Padmakumar and He He. 2024. Does Writing with Language Models Reduce Content Diversity? https://openreview.net/forum?id=Feiz5HtCD0

  67. [75]

    Kishore Papineni, Salim Roukos, Todd Ward, and Wei-Jing Zhu. 2002. BLEU: a method for automatic evaluation of machine translation. In Proceedings of the 40th Annual Meeting on Association for Computational Linguistics (Philadel- phia, Pennsylvania) (ACL ’02). Association for C...

  68. [76]

    Christine McLeavy Payne. 2019. MuseNet. https://openai.com/blog/musenet/

  69. [77]

    Dustin Podell, Zion English, Kyle Lacey, Andreas Blattmann, Tim Dockhorn, Jonas Müller, Joe Penna, and Robin Rombach. 2023. SDXL: Improving Latent Dif- fusion Models for High-Resolution Image Synthesis. arXiv:2307.01952 [cs.CV] https://arxiv.org/abs/2307.01952

  70. [78]

    Prolific. 2024. Prolific | Quickly find research participants you can trust. https: //www.prolific.com/

  71. [79]

    Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, Amuse: Human-AI Collaborative Songwriting with Multimodal Inspirations CHI ’25, April 26-May 1, 2025, Yokohama, Japan Gretchen Kr...

  72. [80]

    Reddit. 2024. Songwriting. https://www.reddit.com/r/Songwriting/

  73. [81]

    Mitchel Resnick, Brad Myers, Kumiyo Nakakoji, Ben Shneiderman, Randy Pausch, Ted Selker, and Mike Eisenberg. 2018. Design Principles for Tools to Support Creative Thinking. doi:10.1184/R1/6621917.v1

  74. [82]

    Flavio Schneider, Ojasv Kamal, Zhijing Jin, and Bernhard Schölkopf. 2023. Moûsai: Text-to-Music Generation with Long-Context Latent Diffusion. arXiv:2301.11757 [cs.CL] https://arxiv.org/abs/2301.11757

  75. [83]

    Shikhar Sharma, Dendi Suhubdy, Vincent Michalski, Samira Ebrahimi Kahou, and Yoshua Bengio. 2018. ChatPainter: Improving Text to Image Generation using Dialogue. arXiv:1802.08216 [cs.CV] https://arxiv.org/abs/1802.08216

  76. [84]

    Ben Shneiderman. 2022. Human-Centered AI. Oxford University Press, Oxford, United Kingdom. https://global.oup.com/academic/product/human-centered- ai-9780192845290

  77. [85]

    2016.Designing the User Interface: Strategies for Effective Human-Computer Interaction (6th ed.)

    Ben Shneiderman, Catherine Plaisant, Maxine Cohen, Steven Jacobs, Niklas Elmqvist, and Nicholas Diakopoulos. 2016.Designing the User Interface: Strategies for Effective Human-Computer Interaction (6th ed.). Pearson, London, UK

  78. [86]

    Ian Simon and Sageev Oore. 2017. Performance RNN: Generating Music with Expressive Timing and Dynamics. https://magenta.tensorflow.org/performance- rnn

  79. [87]

    Uriel Singer, Adam Polyak, Thomas Hayes, Xi Yin, Jie An, Songyang Zhang, Qiyuan Hu, Harry Yang, Oron Ashual, Oran Gafni, Devi Parikh, Sonal Gupta, and Yaniv Taigman. 2022. Make-A-Video: Text-to-Video Generation without Text-Video Data. arXiv:2209.14792 [cs.CV] https://arxiv.or...

  80. [88]

    Glassman

    Nikhil Singh, Guillermo Bernal, Daria Savchenko, and Elena L. Glassman. 2023. Where to Hide a Stolen Elephant: Leaps in Creative Writing with Multimodal Machine Intelligence. ACM Trans. Comput.-Hum. Interact. 30, 5, Article 68 (sep 2023), 57 pages. doi:10.1145/3511599

  81. [89]

    Minhyang (Mia) Suh, Emily Youngblom, Michael Terry, and Carrie J Cai. 2021. AI as Social Glue: Uncovering the Roles of Deep Generative AI during Social Music Composition. In Proceedings of the 2021 CHI Conference on Human Factors in Computing Systems (Yokohama, Japan) (CHI ’21...

  82. [90]

    suno.wiki. 2024. Style and Genre List. https://www.suno.wiki/faq/style-and- lyrics/styles-and-genres/

  83. [91]

    Ultimate Guitar Tabs. 2024. Misty Chords by Ella Fitzgerald. https://tabs. ultimate-guitar.com/tab/ella-fitzgerald/misty-chords-1206796

  84. [92]

    John Thickstun, David Leo Wright Hall, Chris Donahue, and Percy Liang. 2024. Anticipatory Music Transformer. https://openreview.net/forum?id=EBNJ33Fcrl

  85. [93]

    Udio. 2024. Udio | AI Music Generator - Official Website. https://udio.com/

  86. [94]

    Unison. 2024. 7 Sad Chord Progressions That Instantly Get People Invested. https://unison.audio/sad-chord-progressions/

  87. [95]

    Aaron van den Oord, Yazhe Li, and Oriol Vinyals. 2019. Representation Learning with Contrastive Predictive Coding. arXiv:1807.03748 [cs.LG] https://arxiv.org/ abs/1807.03748

  88. [96]

    Ashley Walton, Auriel Washburn, Peter Langland-Hassan, Anthony Chemero, Heidi Kloos, and Michael Richardson. 2017. Creating Time: Social Collaboration in Music Improvisation. Topics in Cognitive Science 10 (11 2017). doi:10.1111/ tops.12306

  89. [97]

    Bryan Wang, Yuliang Li, Zhaoyang Lv, Haijun Xia, Yan Xu, and Raj Sodhi. 2024. LAVE: LLM-Powered Agent Assistance and Language Augmentation for Video Editing. In Proceedings of the 29th International Conference on Intelligent User Interfaces (Greenville, SC, USA) (IUI ’24). Ass...

  90. [98]

    Zihao Wang, Kejun Zhang, Yuxing Wang, Chen Zhang, Qihao Liang, Pengfei Yu, Yongsheng Feng, Wenbo Liu, Yikai Wang, Yuntao Bao, and Yiheng Yang

  91. [99]

    Thomas B Ward, Ronald A Finke, and Steven M Smith. 1995. Creativity and the mind: Discovering the genius within (1 ed.). Springer, New York, NY, USA. IX, 274 pages. doi:10.1007/978-1-4899-3330-0

  92. [100]

    Ward and E

    Thomas B. Ward and E. Thomas Lawson. 2009. Creative Cognition in Science Fiction and Fantasy Writing. Cambridge University Press, Cambridge, 196–210

  93. [101]

    Shih-Lun Wu, Chris Donahue, Shinji Watanabe, and Nicholas J. Bryan. 2024. Music ControlNet: Multiple Time-Varying Controls for Music Generation. IEEE/ACM Trans. Audio, Speech and Lang. Proc. 32 (May 2024), 2692–2703. doi:10.1109/TASLP.2024.3399026

  94. [102]

    Tongshuang Wu, Michael Terry, and Carrie Jun Cai. 2022. AI Chains: Transpar- ent and Controllable Human-AI Interaction by Chaining Large Language Model Prompts. In Proceedings of the 2022 CHI Conference on Human Factors in Comput- ing Systems (New Orleans, LA, USA) (CHI ’22). ...

  95. [103]

    Yusong Wu, Ke Chen, Tianyu Zhang, Yuchen Hui, Taylor Berg-Kirkpatrick, and Shlomo Dubnov. 2023. Large-Scale Contrastive Language-Audio Pretraining with Feature Fusion and Keyword-to-Caption Augmentation. 5 pages. doi:10. 1109/ICASSP49357.2023.10095969

  96. [104]

    Yusong Wu, Tim Cooijmans, Kyle Kastner, Adam Roberts, Ian Simon, Alexander Scarlatos, Chris Donahue, Cassie Tarakajian, Shayegan Omidshafiei, Aaron Courville, Pablo Samuel Castro, Natasha Jaques, and Cheng-Zhi Anna Huang

  97. [105]

    In Proceedings of the 30th ACM International Con- ference on Multimedia (Lisboa, Portugal) (MM ’22)

    SongDriver: Real-time Music Accompaniment Generation without Logical Latency nor Exposure Bias. In Proceedings of the 30th ACM International Con- ference on Multimedia (Lisboa, Portugal) (MM ’22). Association for Computing Machinery, New York, NY, USA, 1057–1067. doi:10.1145/3...

  98. [106]

    Sihyun Yu, Weili Nie, De-An Huang, Boyi Li, Jinwoo Shin, and Anima Anandku- mar. 2024. Efficient Video Diffusion Models via Content-Frame Motion-Latent Decomposition. arXiv:2403.14148 [cs.CV] https://arxiv.org/abs/2403.14148

  99. [107]

    Yiming Zhang, Avi Schwarzschild, Nicholas Carlini, Zico Kolter, and Daphne Ippolito. 2024. Forcing Diffuse Distributions out of Language Models. arXiv:2404.10859 [cs.CL]

  100. [108]

    Yaoming Zhu, Sidi Lu, Lei Zheng, Jiaxian Guo, Weinan Zhang, Jun Wang, and Yong Yu. 2018. Texygen: A Benchmarking Platform for Text Generation Models. In The 41st International ACM SIGIR Conference on Research & Development in In- formation Retrieval (Ann Arbor, MI, USA)(SIGIR ...

  101. [113]

    Zihan Yan, Chunxu Yang, Qihao Liang, and Xiang ’Anthony’ Chen. 2023. XCre- ation: A Graph-based Crossmodal Generative Creativity Support Tool. In Pro- ceedings of the 36th Annual ACM Symposium on User Interface Software and Technology (San Francisco, CA, USA) (UIST ’23). Assoc...

  102. [117]

    For text, identify the main themes, emotions, or ideas

    Analyze the inputs: For an image, identify visual elements that suggest musical themes and emotions. For text, identify the main themes, emotions, or ideas. For user-written keywords, expand upon them with related music styles, genres, and types

  103. [118]

    Generate keywords: Use the provided keyword list, but feel free to create new, relevant keywords if they better capture the input

  104. [119]

    Format the output: Provide the keywords in a comma-separated list without any additional text or formatting. Keyword List: Style: dance, festive, groovy, mid-tempo, syncopated, tipsy, atmospheric, cold, dark, doom, dramatic, sinister, adjunct, art, capriccio, mellifluous, nü, ...

  105. [122]

    Each progression should be unique and align with the bar parameter (i.e., if bars = 4, each progression should have 4 chords)

    Generate 30 Chord Progressions: Create 30 distinct chord progressions that fit the specified key and mode and match the keywords. Each progression should be unique and align with the bar parameter (i.e., if bars = 4, each progression should have 4 chords). Ensure diversity by ...

  106. [129]

    Ensure the chord progressions are musically coherent, stylistically appropriate, and diverse

    Slash Chords: Alternate bass notes such as /E, /G#, /Bb, /Dx. Ensure the chord progressions are musically coherent, stylistically appropriate, and diverse. Include extensions, suspensions, adds, altered notes, slash chords as needed to achieve maximum diversity. Use both diato...

  107. [130]

    Tonic (I, vi) provides resolution and stability

    Analyze Chord Functions: Determine the functions of chords in the given key and mode. Tonic (I, vi) provides resolution and stability. Subdominant (IV, ii) creates movement away from the tonic. Dominant (V, vii°) creates tension that needs to resolve to the tonic

  108. [131]

    For example, for jazz-related keywords, consider using seventh chords, altered chords, and common jazz progressions like ii-V-I

    Analyze the Keywords: Determine the chord components and progression patterns based on the keywords. For example, for jazz-related keywords, consider using seventh chords, altered chords, and common jazz progressions like ii-V-I. For keywords like ’sadness’ or ’emotional,’ use...

  109. [132]

    The progression should align with the bar parameter (i.e., if bars = 4, the progression should have 4 chords)

    Generate a Chord Progression: Create a chord progression that fits the specified key and mode and matches the keywords. The progression should align with the bar parameter (i.e., if bars = 4, the progression should have 4 chords). Each chord text can have the following compone...

  110. [133]

    Root Note: A-G, with optional accidentals (#, b, x)

  111. [134]

    Chord Quality: maj, min, aug, dim

  112. [135]

    Extensions: Specific chord extensions such as 6/9, 7, 9, 11, 13

  113. [136]

    Suspended Chords: Suspended chords such as sus2, sus4, sus#2, sus#4

  114. [137]

    Added Notes: Added notes such as add2, add4, add6, add9, add11, add13

  115. [138]

    Altered Notes: Alterations such as b5, #5, b9, #9, #11, b13

  116. [139]

    Keyword Relevance

    Slash Chords: Alternate bass notes such as /E, /G#, /Bb, /Dx. Ensure the chord progression is musically coherent and stylistically appropriate. Include extensions, suspensions, adds, altered notes, and slash chords as needed to achieve a rich and satisfying progression. Use bo...

  117. [767]

    doi:10.1214/aos/1056562461

  118. [2017]

    Synthetic Literature: Writing Science Fiction in a Co-Creative Process. In Proceedings of the Workshop on Computational Creativity in Natural Language Generation (CC-NLG 2017) , Hugo Gonçalo Oliveira, Ben Burtenshaw, Mike Kestemont, and Tom De Smedt (Eds.). Association for Com...

  119. [2020]

    In Proceedings of the 2020 CHI Conference on Human Factors in Computing Systems (Honolulu, HI, USA) (CHI ’20)

    Novice-AI Music Co-Creation via AI-Steering Tools for Deep Generative Models. In Proceedings of the 2020 CHI Conference on Human Factors in Computing Systems (Honolulu, HI, USA) (CHI ’20). Association for Computing Machinery, New York, NY, USA, 1–13. doi:10.1145/3313831.3376739

  120. [2021]

    arXiv:2108.04324 [cs.CL] https://arxiv.org/abs/2108.04324

    FairyTailor: A Multimodal Generative Framework for Storytelling. arXiv:2108.04324 [cs.CL] https://arxiv.org/abs/2108.04324

  121. [2022]

    arXiv:2203.02155 [cs.CL] https://arxiv.org/abs/2203.02155

    Training language models to follow instructions with human feedback. arXiv:2203.02155 [cs.CL] https://arxiv.org/abs/2203.02155

  122. [2023]

    arXiv:2210.11603 [cs.HC] https://arxiv.org/abs/2210.11603

    3DALL-E: Integrating Text-to-Image AI in 3D Design Workflows. arXiv:2210.11603 [cs.HC] https://arxiv.org/abs/2210.11603

  123. [2024]

    In Proceedings of the 41st International Conference on Machine Learning (Proceedings of Machine Learning Research, Vol

    Adaptive Accompaniment with ReaLchords. In Proceedings of the 41st International Conference on Machine Learning (Proceedings of Machine Learning Research, Vol. 235), Ruslan Salakhutdinov, Zico Kolter, Katherine Heller, Adrian Weller, Nuria Oliver, Jonathan Scarlett, and Felix ...

Pith tools

Reviewed August 11, 2026 · model on record in the stance chip above.