paper-with-me

Papers

SAG: Style-Aligned Article Generation via Model Collaboration

2024-10-04 · Chenning Xu, Fangxun Shu, Dian Jin, Jinghao Wei, Hao Jiang

Large language models (LLMs) have increased the demand for personalized and stylish content generation. However, closed-source models like GPT-4 present limitations in optimization opportunities, while the substantial training costs and inflexibility of open-source alternatives, such as Qwen-72B, pose considerable challenges. Conversely, small language models (SLMs) struggle with understanding complex instructions and transferring learned capabilities to new contexts, often exhibiting more pronounced limitations. In this paper, we present a novel collaborative training framework that leverages the strengths of both LLMs and SLMs for style article generation, surpassing the performance of either model alone. We freeze the LLMs to harness their robust instruction-following capabilities and subsequently apply supervised fine-tuning on the SLM using style-specific data. Additionally, we introduce a self-improvement method to enhance style consistency. Our new benchmark, NoteBench, thoroughly evaluates style-aligned generation. Extensive experiments show that our approach achieves state-of-the-art performance, with improvements of 0.78 in ROUGE-L and 0.55 in BLEU-4 scores compared to GPT-4, while maintaining a low hallucination rate regarding factual and faithfulness.

📄 PDF Abstract BibTeX arXiv:2410.03137

Code (0)

등록된 구현이 없습니다.

Tasks

HallucinationInstruction Followingmodel

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

End-to-End Segmentation-based News Summarization

2021-10-15 · Findings (ACL) 2022 5 · Yang Liu, Chenguang Zhu, Michael Zeng

In this paper, we bring a new way of digesting news content by introducing the task of segmenting a news article into multiple sections and generating the corresponding summary to each section. We make two contributions …

ArticlesNews SummarizationText Generation

Optimizing Diversity and Quality through Base-Aligned Model Collaboration

2025-11-07 · Yichen Wang, Chenghao Yang, Tenghao Huang, Muhao Chen 외 arxiv

Alignment has greatly improved large language models (LLMs)' output quality at the cost of diversity, yielding highly similar outputs across generations, especially in open-ended generation tasks. We propose Base-Aligned…

StyleAR: Customizing Multimodal Autoregressive Model for Style-Aligned Text-to-Image Generation

2025-05-26 · Yi Wu, Lingting Zhu, Shengju Qian, Lei Liu 외

In the current research landscape, multimodal autoregressive (AR) models have shown exceptional capabilities across various domains, including visual understanding and generation. However, complex tasks such as style-ali…

Image GenerationInstruction FollowingText to Image GenerationText-to-Image Generation+1

Future Trends for Human-AI Collaboration: A Comprehensive Taxonomy of AI/AGI Using Multiple Intelligences and Learning Styles

2020-08-07 · Andrzej Cichocki, Alexander P. Kuleshov

This article discusses some trends and concepts in developing new generation of future Artificial General Intelligence (AGI) systems which relate to complex facets and different types of human intelligence, especially so…

Decision MakingEmotional IntelligenceMeta-Learning

Training Data Attribution for Image Generation using Ontology-Aligned Knowledge Graphs

2025-12-02 · Theodoros Aivalis, Iraklis A. Klampanos, Antonis Troumpoukis, Joemon M. Jose arxiv

As generative models become powerful, concerns around transparency, accountability, and copyright violations have intensified. Understanding how specific training data contributes to a model's output is critical. We intr…

Knowledge GraphsImage Generation