paper-with-me

홈 › Papers

Hookpad Aria: A Copilot for Songwriters

2025-02-12 · Chris Donahue, Shih-Lun Wu, Yewon Kim, Dave Carlton, Ryan Miyakawa, John Thickstun

We present Hookpad Aria, a generative AI system designed to assist musicians in writing Western pop songs. Our system is seamlessly integrated into Hookpad, a web-based editor designed for the composition of lead sheets: symbolic music scores that describe melody and harmony. Hookpad Aria has numerous generation capabilities designed to assist users in non-sequential composition workflows, including: (1) generating left-to-right continuations of existing material, (2) filling in missing spans in the middle of existing material, and (3) generating harmony from melody and vice versa. Hookpad Aria is also a scalable data flywheel for music co-creation -- since its release in March 2024, Aria has generated 318k suggestions for 3k users who have accepted 74k into their songs. More information about Hookpad Aria is available at https://www.hooktheory.com/hookpad/aria

📄 PDF Abstract BibTeX arXiv:2502.08122

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

ARiA 설명 없음

Similar Papers 제목 키워드 기반

Say What? Collaborative Pop Lyric Generation Using Multitask Transfer Learning

2021-11-15 · Naveen Ram, Tanay Gummadi, Rahul Bhethanabotla, Richard J. Savery 외

Lyric generation is a popular sub-field of natural language generation that has seen growth in recent years. Pop lyrics are of unique interest due to the genre's unique style and content, in addition to the high level of…

Text GenerationTransfer Learning

Generation of lyrics lines conditioned on music audio clips

2020-09-30 · NLP4MusA 2020 10 · Olga Vechtomova, Gaurav Sahu, Dhruv Kumar

We present a system for generating novel lyrics lines conditioned on music audio. A bimodal neural network model learns to generate lines conditioned on any given short audio clip. The model consists of a spectrogram var…

SIMCOPILOT: Evaluating Large Language Models for Copilot-Style Code Generation

2025-05-21 · Mingchao Jiang, Abhinav Jain, Sophia Zorek, Chris Jermaine

We introduce SIMCOPILOT, a benchmark that simulates the role of large language models (LLMs) as interactive, "copilot"-style coding assistants. Targeting both completion (finishing incomplete methods or code blocks) and …

BenchmarkingCode Generation

Copilot-in-the-Loop: Fixing Code Smells in Copilot-Generated Python Code using Copilot

2024-01-25 · Beiqi Zhang, Peng Liang, Qiong Feng, Yujia Fu 외

As one of the most popular dynamic languages, Python experiences a decrease in readability and maintainability when code smells are present. Recent advancements in Large Language Models have sparked growing interest in A…

Code Generation

Do It For Me vs. Do It With Me: Investigating User Perceptions of Different Paradigms of Automation in Copilots for Feature-Rich Software

2025-04-22 · Anjali Khurana, Xiaotian Su, April Yi Wang, Parmit K Chilana

Large Language Model (LLM)-based in-application assistants, or copilots, can automate software tasks, but users often prefer learning by doing, raising questions about the optimal level of automation for an effective use…

Language ModelingLanguage ModellingLarge Language Model