通过渐进式弱项引导,用27K合成数据提升大模型表格理解能力
TableDreamer: Progressive and Weakness-guided Data Synthesis from Scratch for Table Instruction Tuning
- 先生成多样表格种子数据,再根据模型弱项迭代探索输入空间
- 在10个基准上使Llama3.1-8B-instruct平均准确率提升11.62%至60.69%
- 适合想高效提升表格理解能力的研究者与开发者
尽管近期基于大模型的数据合成方法取得了显著进展,但在生成表格指令微调数据时仍存在两大局限:一是未能充分探索表格理解任务的广阔输入空间,导致数据多样性不足;二是忽视目标大模型在表格理解上的薄弱环节,盲目追求数据数量,造成数据效率低下。本文提出一种面向表格指令微调的渐进式、弱项引导数据合成框架TableDreamer,以缓解上述问题。具体而言,首先生成多样表格及对应指令作为种子数据,随后在新发现的弱项数据引导下,对输入空间进行迭代探索,最终形成用于微调目标大模型的训练数据。在10个表格基准上的大量实验表明,该框架仅使用27K GPT-4o合成数据,即使Llama3.1-8B-instruct平均准确率从49.07%提升至60.69%,相对提升11.62%,且优于使用更多训练数据的先进合成基线。代码与数据已公开于https://github.com/SpursGoZmy/TableDreamer。
原文摘要 · Abstract (English)
Despite the commendable progress of recent LLM-based data synthesis methods, they face two limitations in generating table instruction tuning data. First, they can not thoroughly explore the vast input space of table understanding tasks, leading to limited data diversity. Second, they ignore the weaknesses in table understanding ability of the target LLM and blindly pursue the increase of data quantity, resulting in suboptimal data efficiency. In this paper, we introduce a progressive and weakness-guided data synthesis framework tailored for table instruction tuning, named TableDreamer, to mitigate the above issues. Specifically, we first synthesize diverse tables and related instructions as seed data, and then perform an iterative exploration of the input space under the guidance of the newly identified weakness data, which eventually serve as the final training data for fine-tuning the target LLM. Extensive experiments on 10 tabular benchmarks demonstrate the effectiveness of the proposed framework, which boosts the average accuracy of Llama3.1-8B-instruct by 11.62% (49.07% to 60.69%) with 27K GPT-4o synthetic data and outperforms state-of-the-art data synthesis baselines which use more training data. The code and data is available at https://github.com/SpursGoZmy/TableDreamer
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。