paper-with-me

Papers

SPARQ: Synthetic Problem Generation for Reasoning via Quality-Diversity Algorithms

2025-06-06 · Alex Havrilla, Edward Hughes, Mikayel Samvelyan, Jacob Abernethy

Large language model (LLM) driven synthetic data generation has emerged as a powerful method for improving model reasoning capabilities. However, most methods either distill large state-of-the-art models into small students or use natural ground-truth problem statements to guarantee problem statement quality. This limits the scalability of these approaches to more complex and diverse problem domains. To address this, we present SPARQ: Synthetic Problem Generation for Reasoning via Quality-Diversity Algorithms, a novel approach for generating high-quality and diverse synthetic math problem and solution pairs using only a single model by measuring a problem's solve-rate: a proxy for problem difficulty. Starting from a seed dataset of 7.5K samples, we generate over 20 million new problem-solution pairs. We show that filtering the generated data by difficulty and then fine-tuning the same model on the resulting data improves relative model performance by up to 24\%. Additionally, we conduct ablations studying the impact of synthetic data quantity, quality and diversity on model generalization. We find that higher quality, as measured by problem difficulty, facilitates better in-distribution performance. Further, while generating diverse synthetic data does not as strongly benefit in-distribution performance, filtering for more diverse data facilitates more robust OOD generalization. We also confirm the existence of model and data scaling laws for synthetically generated problems, which positively benefit downstream model generalization.

📄 PDF Abstract BibTeX arXiv:2506.06499

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityLarge Language ModelMathSynthetic Data Generation

Similar Papers 제목 키워드 기반

Knowledge Graph Question Answering via SPARQL Silhouette Generation

2021-09-06 · Sukannya Purkayastha, Saswati Dana, Dinesh Garg, Dinesh Khandelwal 외

Knowledge Graph Question Answering (KGQA) has become a prominent area in natural language processing due to the emergence of large-scale Knowledge Graphs (KGs). Recently Neural Machine Translation based approaches are ga…

Graph Question AnsweringKnowledge GraphsMachine TranslationNatural Language Queries+1

SPARQL query generation for complex question answering with BERT and BiLSTM-based model

2020-06-17 · Proceedings of the International Conference “Dialogue 2020” 2020 6 · Evseev D. A., Arkhipov M. Yu.

In this paper we describe question answering system for answering of complex questions over Wikidata knowledge base. Unlike simple questions, which require extraction of single fact from the knowledge base, complex quest…

Knowledge Base Question AnsweringQuestion AnsweringSemantic ParsingTriplet

Deep Neural Networks for Approximating Stream Reasoning with C-SPARQL

2021-06-15 · Ricardo Ferreira, Carolina Lopes, Ricardo Gonçalves, Matthias Knorr 외

The amount of information produced, whether by newspapers, blogs and social networks, or by monitoring systems, is increasing rapidly. Processing all this data in real-time, while taking into consideration advanced knowl…

Time SeriesTime Series AnalysisTime Series ClassificationTime Series Forecasting

SAGA: Schema-Aware Grounding for Agentic Text-to-SPARQL Generation

2026-07-16 · Yiming Zhang, Koji Tsuda arxiv

Complex knowledge base question answering (KBQA) is commonly approached through either information retrieval over a question-specific subgraph or semantic parsing into an executable logical form. We study the latter para…

Knowledge Base Question AnsweringInformation RetrievalSemantic Parsing

SPARQL Query Generation with LLMs: Measuring the Impact of Training Data Memorization and Knowledge Injection

2025-07-18 · Aleksandr Gashkov, Aleksandr Perevalov, Maria Eltsova, Andreas Both arxiv

Nowadays, the importance of software with natural-language user interfaces cannot be underestimated. In particular, in Question Answering (QA) systems, generating a SPARQL query for a given natural-language question (oft…

Question AnsweringKnowledge Graphs