{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/listwise-reward-estimation-for-offline","title":"Listwise Reward Estimation for Offline Preference-based Reinforcement Learning","arxiv_id":"2408.04190","date":"2024-08-08","proceeding":null,"authors":["Heewoong Choi","Sangwon Jung","Hongjoon Ahn","Taesup Moon"],"abstract":"In Reinforcement Learning (RL), designing precise reward functions remains to be a challenge, particularly when aligning with human intent. Preference-based RL (PbRL) was introduced to address this problem by learning reward models from human feedback. However, existing PbRL methods have limitations as they often overlook the second-order preference that indicates the relative strength of preference. In this paper, we propose Listwise Reward Estimation (LiRE), a novel approach for offline PbRL that leverages second-order preference information by constructing a Ranked List of Trajectories (RLT), which can be efficiently built by using the same ternary feedback type as traditional methods. To validate the effectiveness of LiRE, we propose a new offline PbRL dataset that objectively reflects the effect of the estimated rewards. Our extensive experiments on the dataset demonstrate the superiority of LiRE, i.e., outperforming state-of-the-art baselines even with modest feedback budgets and enjoying robustness with respect to the number of feedbacks and feedback noise. Our code is available at https://github.com/chwoong/LiRE","url_abs":"https://arxiv.org/abs/2408.04190v1","url_pdf":"https://arxiv.org/pdf/2408.04190v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"listwise-reward-estimation-for-offline","repo_url":"https://github.com/chwoong/lire","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok"}}],"tasks":[{"task_slug":"reinforcement-learning","task_name":"Reinforcement Learning"},{"task_slug":"reinforcement-learning-1","task_name":"Reinforcement Learning (RL)"},{"task_slug":"reinforcement-learning-2","task_name":"reinforcement-learning"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2408.04190","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2408.04190"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"deterministic:regex_extraction","url":"https://github.com/chwoong/LiRE","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/chwoong/lire","reach":{"status":"ok"}}],"summary":{"ran_draft_wrong":1,"ran":3,"ran_honours":1,"unverified":1},"by_repo_kind":{"official":{"samples":6,"ran":5,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":6,"samples":[{"code_sha256_prefix":"639b4986c270df90","entry":"compute_mean_std","repo":"chwoong/LiRE","repo_kind":"official","path":"algorithms/iql.py","file_url":"https://github.com/chwoong/LiRE/blob/HEAD/algorithms/iql.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":2,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"639b4986c270df90"}},{"code_sha256_prefix":"84a651a8f7389135","entry":"RewardModel","repo":"chwoong/lire","repo_kind":"official","path":"Reward_learning/reward_model.py","file_url":"https://github.com/chwoong/lire/blob/HEAD/Reward_learning/reward_model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"84a651a8f7389135"}},{"code_sha256_prefix":"7ff6fd67660bc38b","entry":"get_indices","repo":"chwoong/LiRE","repo_kind":"official","path":"Reward_learning/reward_utils.py","file_url":"https://github.com/chwoong/LiRE/blob/HEAD/Reward_learning/reward_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"7ff6fd67660bc38b"}},{"code_sha256_prefix":"ba80f9ff81b1de5f","entry":"normalize_states","repo":"chwoong/LiRE","repo_kind":"official","path":"algorithms/iql.py","file_url":"https://github.com/chwoong/LiRE/blob/HEAD/algorithms/iql.py","link_basis":"harvester_set","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ba80f9ff81b1de5f"}},{"code_sha256_prefix":"16878a0a5d56824b","entry":"wrap_env","repo":"chwoong/LiRE","repo_kind":"official","path":"algorithms/iql.py","file_url":"https://github.com/chwoong/LiRE/blob/HEAD/algorithms/iql.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"16878a0a5d56824b"}},{"code_sha256_prefix":"10f441371884c22b","entry":"MetaWorld_dataset","repo":"chwoong/LiRE","repo_kind":"official","path":"algorithms/utils_env.py","file_url":"https://github.com/chwoong/LiRE/blob/HEAD/algorithms/utils_env.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"10f441371884c22b"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}