paper-with-me

Papers

GASP: Guided Asymmetric Self-Play For Coding LLMs

2026-03-16 · Swadesh Jana, Cansu Sancaktar, Tomáš Daniš, Georg Martius, Antonio Orvieto, Pavel Kolev arxiv

Asymmetric self-play has emerged as a promising paradigm for post-training large language models, where a teacher continually generates questions for a student to solve at the edge of the student's learnability. Although these methods promise open-ended data generation bootstrapped from no human data, they suffer from one major problem: not all problems that are hard to solve are interesting or informative to improve the overall capabilities of the model. Current asymmetric self-play methods are goal-agnostic with no real grounding. We propose Guided Asymmetric Self-Play (GASP), where grounding is provided by real-data goalpost questions that are identified to pose a hard exploration challenge to the model. During self-play, the teacher first generates an easier variant of a hard question, and then a harder variant of that easier question, with the goal of gradually closing the gap to the goalpost throughout training. Doing so, we improve pass@20 on LiveCodeBench (LCB) by 2.5% over unguided asymmetric self-play, and through the curriculum constructed by the teacher, we manage to solve hard goalpost questions that remain out of reach for all baselines.

📄 PDF Abstract BibTeX arXiv:2603.15957

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning Robust Reasoning through Guided Adversarial Self-Play

2026-01-30 · Shuozhe Li, Vaishnav Tadiparthi, Kwonjoon Lee, Nakul Agarwal 외 arxiv

Reinforcement learning from verifiable rewards (RLVR) produces strong reasoning models, yet they can fail catastrophically when the conditioning context is fallible (e.g., corrupted chain-of-thought, misleading partial s…

Reinforcement Learning

Detecting Hallucinations in Retrieval-Augmented Generation through Grounding-Aware Sensitivity by Perturbation (GASP)

2026-07-05 · Mohamed Aly Bouke arxiv

Retrieval-augmented generation (RAG) reduces but does not eliminate hallucination, and existing detectors return a single answer-level score that does not indicate which sentence is unsupported, or why. To close this gap…

Natural Language InferenceQuestion Answering

GASP: Unifying Geometric and Semantic Self-Supervised Pre-training for Autonomous Driving

2025-03-19 · William Ljungbergh, Adam Lilja, Adam Tonderski. Arvid Laveno Ling, Carl Lindström 외

Self-supervised pre-training based on next-token prediction has enabled large language models to capture the underlying structure of text, and has led to unprecedented performance on a large array of tasks when applied a…

Autonomous DrivingTrajectory Prediction

SPARK: Self-Play with Asymmetric Reward from Knowledge Graphs

2026-05-07 · Hyobin Park, Taeseop Kim, Dong-Geol Choi arxiv

Self-play reinforcement learning has shown strong performance in domains with formally verifiable structure, such as mathematics and coding, where both problem generation and reward computation can be grounded in explici…

Reinforcement LearningRelational ReasoningKnowledge Graphs

Self-Questioning Language Models

2025-08-05 · Lili Chen, Mihir Prabhudesai, Katerina Fragkiadaki, Hao Liu 외 arxiv

Can large language models improve without external data -- by generating their own questions and answers? We hypothesize that a pre-trained language model can improve its reasoning skills given only a single prompt speci…

Reinforcement Learning