paper-with-me

홈 › Papers

A Credit Assignment Compiler for Joint Prediction

2014-06-07 · NeurIPS 2016 12 · Kai-Wei Chang, He He, Hal Daumé III, John Langford, Stephane Ross

Many machine learning applications involve jointly predicting multiple mutually dependent output variables. Learning to search is a family of methods where the complex decision problem is cast into a sequence of decisions via a search space. Although these methods have shown promise both in theory and in practice, implementing them has been burdensomely awkward. In this paper, we show the search space can be defined by an arbitrary imperative program, turning learning to search into a credit assignment compiler. Altogether with the algorithmic improvements for the compiler, we radically reduce the complexity of programming and the running time. We demonstrate the feasibility of our approach on multiple joint prediction tasks. In all cases, we obtain accuracies as high as alternative approaches, at drastically reduced execution and programming time.

📄 PDF Abstract BibTeX arXiv:1406.1837

Code (0)

등록된 구현이 없습니다.

Tasks

Prediction

Similar Papers 제목 키워드 기반

Learning Explicit Credit Assignment for Multi-agent Joint Q-learning

2021-09-29 · Hangyu Mao, Jianye Hao, Dong Li, Jun Wang 외

Multi-agent joint Q-learning based on Centralized Training with Decentralized Execution (CTDE) has become an effective technique for multi-agent cooperation. During centralized training, these methods are essentially add…

Q-Learning

Revisiting QMIX: Discriminative Credit Assignment by Gradient Entropy Regularization

2022-02-09 · Jian Zhao, Yue Zhang, Xunhan Hu, Weixun Wang 외

In cooperative multi-agent systems, agents jointly take actions and receive a team reward instead of individual rewards. In the absence of individual reward signals, credit assignment mechanisms are usually introduced to…

Learning to Search for Dependencies

2015-03-18 · Kai-Wei Chang, He He, Hal Daumé III, John Langford

We demonstrate that a dependency parser can be built using a credit assignment compiler which removes the burden of worrying about low-level machine learning details from the parser implementation. The result is a simple…

BIG-bench Machine Learning

Selective Credit Assignment

2022-02-20 · Veronica Chelu, Diana Borsa, Doina Precup, Hado van Hasselt

Efficient credit assignment is essential for reinforcement learning algorithms in both prediction and control settings. We describe a unified view on temporal-difference algorithms for selective credit assignment. These …

Predictionreinforcement-learningReinforcement Learning (RL)

Counterfactual Credit Policy Optimization for Multi-Agent Collaboration

2026-03-23 · Zhongyi Li, Wan Tian, Jinju Chen, Huiming Zhang 외 arxiv

Collaborative multi-agent large language models (LLMs) can solve complex reasoning tasks by decomposing roles, but reinforcement learning for such systems is limited by credit assignment: shared terminal rewards obscure …

Reinforcement LearningMathematical Reasoning