English

Align to Structure: Aligning Large Language Models with Structural Information

Computation and Language 2026-02-04 v2 Artificial Intelligence Machine Learning

Abstract

Generating long, coherent text remains a challenge for large language models (LLMs), as they lack hierarchical planning and structured organization in discourse generation. We introduce Structural Alignment, a novel method that aligns LLMs with human-like discourse structures to enhance long-form text generation. By integrating linguistically grounded discourse frameworks into reinforcement learning, our approach guides models to produce coherent and well-organized outputs. We employ a dense reward scheme within a Proximal Policy Optimization framework, assigning fine-grained, token-level rewards based on the discourse distinctiveness relative to human writing. Two complementary reward models are evaluated: the first improves readability by scoring surface-level textual features to provide explicit structuring, while the second reinforces deeper coherence and rhetorical sophistication by analyzing global discourse patterns through hierarchical discourse motifs, outperforming both standard and RLHF-enhanced models in tasks such as essay generation and long-document summarization. All training data and code will be publicly shared at https://github.com/minnesotanlp/struct_align.

Keywords

Cite

@article{arxiv.2504.03622,
  title  = {Align to Structure: Aligning Large Language Models with Structural Information},
  author = {Zae Myung Kim and Anand Ramachandran and Farideh Tavazoee and Joo-Kyung Kim and Oleg Rokhlenko and Dongyeop Kang},
  journal= {arXiv preprint arXiv:2504.03622},
  year   = {2026}
}

Comments

Accepted to AAAI 2026 AIA

R2 v1 2026-06-28T22:47:09.511Z