← Search

Yuu Jinnai

15 accepted papers

2025

Do Large Language Models Know Folktales? A Case Study of Yokai in Japanese Folktales

ACL 2025finding

Although Large Language Models (LLMs) have demonstrated strong language understanding and generation abilities across various languages, their cultural knowledge is often limited to English-speaking communities, which can marginalize the cultures of non-English communities. To address the problem, t…

2025

Regularized Best-of-N Sampling with Minimum Bayes Risk Objective for Language Model Alignment

NAACL 2025long

Best-of-N (BoN) sampling with a reward model has been shown to be an effective strategy for aligning Large Language Models (LLMs) to human preferences at the time of decoding. BoN sampling is susceptible to a problem known as reward hacking when the accuracy of the reward model is not high enough. B…

2025

Theoretical Guarantees for Minimum Bayes Risk Decoding

ACL 2025long

Minimum Bayes Risk (MBR) decoding optimizes output selection by maximizing the expected utility value of an underlying human distribution. While prior work has shown the effectiveness of MBR decoding through empirical evaluation, few studies have analytically investigated why the method is effective…

Cited by 0SourcePDFScholar
2024

Filtered Direct Preference Optimization

EMNLP 2024main

Reinforcement learning from human feedback (RLHF) plays a crucial role in aligning language models with human preferences. While the significance of dataset quality is generally recognized, explicit investigations into its impact within the RLHF framework, to our knowledge, have been limited. This p…

2024

Generating Diverse and High-Quality Texts by Minimum Bayes Risk Decoding

ACL 2024findings

One of the most important challenges in text generation systems is to produce outputs that are not only correct but also diverse.Recently, Minimum Bayes-Risk (MBR) decoding has gained prominence for generating sentences of the highest quality among the decoding algorithms. However, existing algorith…

2024

Model-Based Minimum Bayes Risk Decoding for Text Generation

ICML 2024poster

Minimum Bayes Risk (MBR) decoding has been shown to be a powerful alternative to beam search decoding in a variety of text generation tasks. MBR decoding selects a hypothesis from a pool of hypotheses that has the least expected risk under a probability model according to a given utility function. S…

2024

On the True Distribution Approximation of Minimum Bayes-Risk Decoding

NAACL 2024short

Minimum Bayes-risk (MBR) decoding has recently gained renewed attention in text generation.MBR decoding considers texts sampled from a model as pseudo-references and selects the text with the highest similarity to the others.Therefore, sampling is one of the key elements of MBR decoding, and previou…

2021

Lipschitz Lifelong Reinforcement Learning

AAAI 2021technical

We consider the problem of knowledge transfer when an agent is facing a series of Reinforcement Learning (RL) tasks. We introduce a novel metric between Markov Decision Processes and establish that close MDPs have close optimal value functions. Formally, the optimal value functions are Lipschitz con…

2020

Exploration in Reinforcement Learning with Deep Covering Options

ICLR 2020poster

While many option discovery methods have been proposed to accelerate exploration in reinforcement learning, they are often heuristic. Recently, covering options was proposed to discover a set of options that provably reduce the upper bound of the environment's cover time, a measure of the difficulty…

Cited by 66SourceScholar
2019

Discovering Options for Exploration by Minimizing Cover Time

ICML 2019oral

One of the main challenges in reinforcement learning is solving tasks with sparse reward. We show that the difficulty of discovering a distant rewarding state in an MDP is bounded by the expected cover time of a random walk over the graph induced by the MDP’s transition dynamics. We therefore propos…

Cited by 64SourcePDFScholar
2019

Finding Options that Minimize Planning Time

ICML 2019oral

We formalize the problem of selecting the optimal set of options for planning as that of computing the smallest set of options so that planning converges in less than a given maximum of value-iteration passes. We first show that the problem is $\NP$-hard, even if the task is constrained to be determ…

Cited by 50SourcePDFScholar
2018

Policy and Value Transfer in Lifelong Reinforcement Learning

ICML 2018oral

We consider the problem of how best to use prior experience to bootstrap lifelong learning, where an agent faces a series of task instances drawn from some task distribution. First, we identify the initial policy that optimizes expected performance over the distribution of tasks for increasingly com…