English

LLM Agents Implement an NLG System from Scratch: Building Interpretable Rule-Based RDF-to-Text Generators

Computation and Language 2025-12-23 v1 Artificial Intelligence

Abstract

We present a novel neurosymbolic framework for RDF-to-text generation, in which the model is "trained" through collaborative interactions among multiple LLM agents rather than traditional backpropagation. The LLM agents produce rule-based Python code for a generator for the given domain, based on RDF triples only, with no in-domain human reference texts. The resulting system is fully interpretable, requires no supervised training data, and generates text nearly instantaneously using only a single CPU. Our experiments on the WebNLG and OpenDialKG data show that outputs produced by our approach reduce hallucination, with only slight fluency penalties compared to finetuned or prompted language models

Keywords

Cite

@article{arxiv.2512.18360,
  title  = {LLM Agents Implement an NLG System from Scratch: Building Interpretable Rule-Based RDF-to-Text Generators},
  author = {Mateusz Lango and Ondřej Dušek},
  journal= {arXiv preprint arXiv:2512.18360},
  year   = {2025}
}

Comments

EMNLP 2025

R2 v1 2026-07-01T08:34:51.900Z