Search

Tag: #self-play5 results

Anchored Bipolicy Self-Play Boosts AI Safety

Anchored Bipolicy Self-Play Boosts AI Safety

Researchers propose Anchored Bipolicy Self-Play to address limitations in standard self-play red teaming for AI safety. It uses distinct role-specific LoRA adapters on a frozen base model, avoiding self-consistency collapse and maintaining adversarial pressure. Evaluations on Qwen2.5 models show superior safety and efficiency over baselines.

ArXiv AIResearchMay 13#ai-safety#red-teaming#self-play
📰

Competing LLMs Self-Train on Coding via DPO

Two same-model LLM agents compete on coding problems; better execution winner forms DPO pairs for fine-tuning, repeating cycles. Pure execution reward (pass rate), local hardware friendly with specialist temps and memory consolidation. Early Colab A100 results: HumanEval Pass@1 from 0.671 to 0.683 (+1.2pp).

Reddit r/LocalLLaMACommunityApr 16#self-play#fine-tuning#execution-reward
📰

High-Performance Gumbel MCTS Released

A new efficient MCTS implementation in Python/Numba called gumbel-mcts has been released on GitHub. Its PUCT version is 2-15x faster than baselines while matching policies exactly. Includes dense and sparse Gumbel MCTS, ideal for large action spaces like chess and low simulation budgets.

Reddit r/MachineLearningCommunityMar 26#mcts#gumbel#self-play