Fishing Out Free Riders: Shapley-Based Reward Attribution for Parallel Reasoning via Reinforcement Learning

· Source: Artificial Intelligence · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

Parallel Shapley is a novel reinforcement learning framework designed to address the challenge of attributing individual contributions within multi-path reasoning in Large Language Models (LLMs). Existing parallel reasoning approaches often assign uniform outcome-level rewards, which creates ambiguous learning signals and unstable training, especially when many reasoning paths are redundant or detrimental. This framework treats each reasoning path as a player in a cooperative game, leveraging Shapley values to quantify marginal contributions. It employs a generative reward model to evaluate path utilities and uses Monte Carlo sampling for efficient approximation. Experiments conducted on mathematical reasoning benchmarks demonstrate that Parallel Shapley surpasses existing baselines, offering more stable and interpretable training by effectively assigning proportional rewards and identifying "free riders."

Key takeaway

For Machine Learning Engineers developing multi-step reasoning LLMs, consider integrating Parallel Shapley to refine reward attribution. This framework helps overcome the limitations of uniform rewards by precisely identifying individual path contributions, leading to more stable and interpretable training. You can enhance your model's ability to "fish out free riders" and improve overall reasoning performance on complex tasks like mathematical reasoning.

Key insights

Parallel Shapley uses Shapley values to attribute fine-grained, path-level rewards in LLM multi-path reasoning, improving learning stability.

Principles

Method

Parallel Shapley quantifies marginal contributions using Shapley values, evaluating path utilities via a generative reward model, and approximating efficiently with Monte Carlo sampling.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.