← Latest papers
💬 NLP

Cross-Domain, Multi-Task Data-to-Text Generation without In-Domain Training Data

This paper proposes a data-driven knowledge distillation (DDKD) approach with structure-preserving augmentation to achieve effective cross-domain, multi-task data-to-text generation without in-domain training data, demonstrating that small distilled models consistently outperform zero-shot inference and out-of-domain fine-tuning across five benchmarks.

Original authors: Yifei Song, Kun Efimov-Zhang, Claire Gardent

Published 2026-08-25
📖 5 min read🧠 Deep dive

Original authors: Yifei Song, Kun Efimov-Zhang, Claire Gardent

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine a world where computers can read a spreadsheet of weather data and write a readable forecast, or look at a chart of vaccination rates and describe the trends in a news article. This ability, known as data-to-text generation, is already transforming how we interact with information, turning cold numbers into human stories. For years, researchers have taught computers to do this by showing them thousands of examples where a specific table or graph was paired with a perfect description. The computer learns the pattern and eventually writes its own. However, this approach hits a wall when the computer encounters a new type of data it has never seen before, like a specialized medical record or a unique sports statistic, for which no human-written examples exist. Without these examples, the computer often stumbles, producing text that is either nonsensical or factually wrong.

A team of researchers set out to solve this problem by teaching computers to learn from scratch, without any pre-written examples for the new tasks. They focused on a challenging scenario where the computer must generate text for five completely different domains—ranging from ice hockey game summaries to weather reports and product specifications—using only the raw data itself. The goal was to see if a small, efficient computer model could learn to write accurately about these diverse topics without needing a massive library of training texts. Instead of relying on the computer's existing knowledge alone, or trying to force it to memorize a different type of data, the team developed a method where a large, powerful computer acts as a teacher. This teacher generates sample descriptions for the new data, which a smaller student model then learns from. Crucially, the researchers found that simply giving the student more raw data wasn't the best path; instead, they taught the student by breaking the complex data into smaller, simpler pieces and slightly varying them, creating a rich and diverse set of practice examples.

The researchers tested this approach using five distinct real-world datasets, including time-series weather forecasts, knowledge graphs about historical entities, and detailed specifications for mobile phones. They compared three different ways of teaching the computer: letting it guess based on its pre-existing training, teaching it with examples from a completely different field, and using their new method of data-driven knowledge distillation. The results were striking. The small computer models, which have about 1.7 billion parameters, consistently produced fewer errors than both the zero-shot guessing and the models trained on unrelated data. In fact, these small, distilled models outperformed much larger models with 32 billion parameters on four of the five domains. The key to this success was not just the size of the teacher, but how the training data was prepared. By taking the raw data and systematically creating variations—such as removing some details to make the task easier or slightly changing values to prevent the model from memorizing specific numbers—the researchers created a more robust learning environment. This strategy allowed the small models to generalize better, handling the complexity of long, dense data inputs without getting confused.

The study also addressed a common concern in artificial intelligence: that a model might produce fewer errors simply by saying less, omitting important details to avoid mistakes. The researchers checked this by measuring how much of the original information the generated text actually covered. They found that the improved accuracy did not come at the cost of missing information; the models remained faithful to the data while covering the essential points. This suggests that the method successfully teaches the computer to understand the structure of the data and translate it accurately, rather than just playing it safe. The team also constructed a larger version of their test data to see if simply collecting more real-world examples would yield better results. They discovered that while adding more data helped, the strategy of creating structured variations from a smaller set was more effective and cost-efficient. This finding implies that for many real-world applications where data is abundant but human-written descriptions are scarce, the most efficient path forward is not just to gather more raw numbers, but to teach computers how to learn from the patterns within those numbers using smart, synthetic training techniques.

Ultimately, this work demonstrates that small, specialized computer models can be trained to handle complex, unfamiliar data tasks without the need for massive, task-specific datasets. By using a large model to generate synthetic examples and carefully varying those examples to cover different structural possibilities, the researchers enabled a compact model to rival the performance of much larger systems. This approach offers a practical solution for deploying data-to-text generation in diverse fields where collecting human-written training data is impossible or too expensive. The findings suggest that the future of this technology lies not in making models infinitely larger, but in teaching them to learn more efficiently from the data they already possess, turning raw information into reliable, human-readable narratives across any domain.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →