Papers › Optimsyn: Influence-Guided Rubrics Optimization for Synthetic Data Generation

Optimsyn: Influence-Guided Rubrics Optimization for Synthetic Data Generation

1 Apr 2026arXiv:2604.00536added by Syntology

Zhiting Fan, Ruizhe Chen, Tianxiang Hu, Ru Peng, Zenan Huang, Haokai Xu, Yixin Chen, Jian Wu, Junbo Zhao, Zuozhu Liu

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Large language models (LLMs) achieve strong downstream performance largely due to abundant supervised fine-tuning (SFT) data. However, high-quality SFT data in knowledge-intensive domains such as humanities, social sciences, medicine, law, and finance is scarce because expert curation is expensive, privacy constraints are strict, and label consistency is hard to ensure. Recent work uses synthetic data, typically by prompting a generator over domain documents and filtering outputs with handcrafted rubrics. Yet rubric design is expert-dependent, transfers poorly across domains, and is often optimized through a brittle heuristic loop of writing rubrics, synthesizing data, training, inspecting results, and manually guessing revisions. This process lacks reliable quantitative feedback about how a rubric affects downstream performance. We propose evaluating synthetic data by its training utility on the target model and using this signal to guide data generation. Inspired by influence estimation, we adopt an optimizer-aware estimator that uses gradient information to quantify each synthetic sample's contribution to a target model's objective on specific tasks. Our analysis shows that even when synthetic and real samples are close in embedding space, their influence on learning can differ substantially. Based on this insight, we propose an optimization-based framework that adapts rubrics using target-model feedback. We provide lightweight guiding text and use a rubric-specialized model to generate task-conditioned rubrics. Influence score is used as the reward to optimize the rubric generator with reinforcement learning. Experiments across domains, target models, and data generators show consistent improvements and strong generalization without task-specific tuning.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2604.00536")

Code

Syntology Ran 0 of 16 code samples harvested from 1 repository linked to this paper; 16 have no recorded run.

By repository: found in paper text by Syntology: 16 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

FanZT6/OptimSyn found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 0 ran; 0 honoured the contract we drafted; 16 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

16unverified

Licence: 16 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from FanZT6/OptimSyn. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

encode_with_prompt_completion_format FanZT6/OptimSyn/training/influence/get_training_dataset.py found in paper text by Syntology unverified no licence file found · pointer only · 7e98a164bbb50ba8 · report
extract_json_from_text FanZT6/OptimSyn/data_synthesis/generate_qa.py found in paper text by Syntology unverified no licence file found · pointer only · 4a112a7b36bef292 · report
extract_json_from_text FanZT6/OptimSyn/data_synthesis/generate_qa_eval.py found in paper text by Syntology unverified no licence file found · pointer only · 5dd1d503bf65c0c3 · report
get_data_statistics FanZT6/OptimSyn/training/influence/warmup/data_arguments.py found in paper text by Syntology unverified no licence file found · pointer only · fc5b455108e53a6e · report
get_dataloader FanZT6/OptimSyn/training/influence/get_validation_dataset.py found in paper text by Syntology unverified no licence file found · pointer only · 2f90db37f34dff6b · report
get_encode_function FanZT6/OptimSyn/training/influence/get_training_dataset.py found in paper text by Syntology unverified no licence file found · pointer only · f45c88614f6f7fd4 · report
get_max_saved_index FanZT6/OptimSyn/training/influence/collect_grad_reps.py found in paper text by Syntology unverified no licence file found · pointer only · ed43dd7816626e87 · report
get_output FanZT6/OptimSyn/training/influence/collect_grad_reps.py found in paper text by Syntology unverified no licence file found · pointer only · 808c09bce5840bb9 · report
get_training_dataset FanZT6/OptimSyn/training/influence/get_training_dataset.py found in paper text by Syntology unverified no licence file found · pointer only · b410f4116bd363eb · report
load_jsonl FanZT6/OptimSyn/data_synthesis/generate_qa.py found in paper text by Syntology unverified no licence file found · pointer only · fc7b419016b1e837 · report
load_jsonl FanZT6/OptimSyn/data_synthesis/generate_qa_eval.py found in paper text by Syntology unverified no licence file found · pointer only · 761da305e0f257c4 · report
load_jsonl FanZT6/OptimSyn/data_synthesis/generate_rubrics.py found in paper text by Syntology unverified no licence file found · pointer only · 131f8568b132a083 · report
load_prompt_template FanZT6/OptimSyn/data_synthesis/generate_qa.py found in paper text by Syntology unverified no licence file found · pointer only · 870b252c8dbfcaba · report
load_prompt_template FanZT6/OptimSyn/data_synthesis/generate_qa_eval.py found in paper text by Syntology unverified no licence file found · pointer only · acc9101b33043248 · report
none_or_str FanZT6/OptimSyn/training/influence/warmup/data_arguments.py found in paper text by Syntology unverified no licence file found · pointer only · 12b6473bde25b1dd · report
tokenize FanZT6/OptimSyn/training/influence/get_validation_dataset.py found in paper text by Syntology unverified no licence file found · pointer only · 5d4f58c63866080e · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2604.00536, was issued in April 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections