paper-with-me

Papers

Learning to Perform Complex Tasks through Compositional Fine-Tuning of Language Models

2022-10-23 · Victor S. Bursztyn, David Demeter, Doug Downey, Larry Birnbaum

How to usefully encode compositional task structure has long been a core challenge in AI. Recent work in chain of thought prompting has shown that for very large neural language models (LMs), explicitly demonstrating the inferential steps involved in a target task may improve performance over end-to-end learning that focuses on the target task alone. However, chain of thought prompting has significant limitations due to its dependency on huge pretrained LMs. In this work, we present compositional fine-tuning (CFT): an approach based on explicitly decomposing a target task into component tasks, and then fine-tuning smaller LMs on a curriculum of such component tasks. We apply CFT to recommendation tasks in two domains, world travel and local dining, as well as a previously studied inferential task (sports understanding). We show that CFT outperforms end-to-end learning even with equal amounts of data, and gets consistently better as more component tasks are modeled via fine-tuning. Compared with chain of thought prompting, CFT performs at least as well using LMs only 7.4% of the size, and is moreover applicable to task domains for which data are not available during pretraining.

📄 PDF Abstract BibTeX arXiv:2210.12607

Code (1)

vbursztyn/compositional-fine-tuning 공식 구현

Tasks

Sports Understanding

Methods 이 논문이 사용한 방법론

Travel 설명 없음

Similar Papers 제목 키워드 기반

Enhancing Generalization in Sparse Mixture of Experts Models: The Case for Increased Expert Activation in Compositional Tasks

2024-10-17 · Jinze Zhao

As Transformer models grow in complexity, their ability to generalize to novel, compositional tasks becomes crucial. This study challenges conventional wisdom about sparse activation in Sparse Mixture of Experts (SMoE) m…

Mixture-of-Experts

CompAlign: Improving Compositional Text-to-Image Generation with a Complex Benchmark and Fine-Grained Feedback

2025-05-16 · Yixin Wan, Kai-Wei Chang

State-of-the-art T2I models are capable of generating high-resolution images given textual prompts. However, they still struggle with accurately depicting compositional scenes that specify multiple objects, attributes, a…

AttributeImage GenerationText to Image GenerationText-to-Image Generation

Evaluating Morphological Compositional Generalization in Large Language Models

2024-10-16 · Mete Ismayilzada, Defne Circi, Jonne Sälevä, Hale Sirin 외

Large language models (LLMs) have demonstrated significant progress in various natural language generation and understanding tasks. However, their linguistic generalization capabilities remain questionable, raising doubt…

Text Generation

MCCD: Multi-Agent Collaboration-based Compositional Diffusion for Complex Text-to-Image Generation

2025-05-05 · CVPR 2025 1 · Mingcheng Li, Xiaolu Hou, Ziyang Liu, Dingkang Yang 외

Diffusion models have shown excellent performance in text-to-image generation. Nevertheless, existing methods often suffer from performance bottlenecks when handling complex prompts that involve multiple objects, charact…

Image GenerationScene GenerationScene ParsingText to Image Generation+1

Learning to Follow Language Instructions with Compositional Policies

2021-10-09 · Vanya Cohen, Geraud Nangue Tasse, Nakul Gopalan, Steven James 외

We propose a framework that learns to execute natural language instructions in an environment consisting of goal-reaching tasks that share components of their task descriptions. Our approach leverages the compositionalit…