Papers › MORL-A2C: Multi-Objective Reinforcement Learning Reranker for Optimizing Healthiness...

MORL-A2C: Multi-Objective Reinforcement Learning Reranker for Optimizing Healthiness in MOPI-HFRS

22 Jun 2026arXiv:2606.23603added by Syntology

Aarya Vasantlal, Joshua Zolla, Chuxu Zhang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Unhealthy dietary behavior continues to be a persistent public health issue in the United States, exacerbated by recommendation systems that prioritize user preference without considering nutritional health. The Multi-Objective Personalized Interpretable Health-aware Food Recommendation System (MOPI-HFRS), from which this work extends, addresses this by jointly optimizing preference, health, and diversity through Pareto-based optimization. However, this approach relies on static, per-step tradeoff solutions that fail to capture the sequential nature of dietary decision-making. We introduce MORL-A2C, a sequential decision-making extension to MOPI-HFRS targeting the health-preference axis. Leveraging frozen GNN embeddings, MORL-A2C formulates recommendation as a K-step reranking problem using an Advantage Actor-Critic algorithm with a scalarized relevance/health reward. The policy is warm-started via behavior cloning against a dot-product ranker derived from frozen embeddings. We also identify and correct a non-trivial bug in the MOPI-HFRS evaluation pipeline that understated baseline performance; all results are reported against the corrected baseline. On the macro-nutrient benchmark, MORL-A2C achieves a modest reduction in ranking quality (Recall@20: 25.64% to 23.61%, NDCG@20: 23.52% to 20.64%) in exchange for a substantial improvement in health alignment (H-Score@20: 46.05% to 69.57%), with consistent trends on the full-nutrient benchmark. These findings validate that policy-driven sequential optimization can effectively navigate the health-preference trade-off in multi-objective food recommendation.

PaperPDFCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2606.23603")

Code

Syntology Ran 8 of 15 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · our draft was wrong; 3 ran · fixture could not drive it; 2 ran with no contract checked.

By repository: found in paper text by Syntology: 15 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

JoshZ411/MOPI-HFRS-SLC found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 8 ran; 1 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

1ran · honoured contract
2ran · our draft was wrong
3ran · fixture could not drive it
2ran
7unverified

Licence: 0 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from JoshZ411/MOPI-HFRS-SLC. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

ConditionalPolicy JoshZ411/MOPI-HFRS-SLC/code/morl/training.py found in paper text by Syntology ran Apache-2.0 (permissive) · 79384f0101c0f3b9 · report
ValueHead JoshZ411/MOPI-HFRS-SLC/code/morl/training.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · 45a7cdc820e2a9a5 · report
_discounted_returns JoshZ411/MOPI-HFRS-SLC/code/morl/training.py found in paper text by Syntology ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 07c77dcd58438f26 · report
_grad_norm JoshZ411/MOPI-HFRS-SLC/code/morl/training.py found in paper text by Syntology ran · honoured contract Apache-2.0 (permissive) · 27a1af7f9dd29a85 · report
_safe_mean JoshZ411/MOPI-HFRS-SLC/code/morl/training.py found in paper text by Syntology ran · fixture could not drive it Apache-2.0 (permissive) · 7abae7b58dff61cb · report
_safe_std JoshZ411/MOPI-HFRS-SLC/code/morl/training.py found in paper text by Syntology ran · fixture could not drive it Apache-2.0 (permissive) · ae465bd030c8b15b · report
build_candidate_pools JoshZ411/MOPI-HFRS-SLC/code/morl/training.py found in paper text by Syntology ran · fixture could not drive it Apache-2.0 (permissive) · eafd9bb23a31ed02 · report
summarize_candidate_pools JoshZ411/MOPI-HFRS-SLC/code/morl/training.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · b0abe217af8a23b4 · report
RecommendationEnv JoshZ411/MOPI-HFRS-SLC/code/morl/training.py found in paper text by Syntology unverified Apache-2.0 (permissive) · a8df67a2b2fd1e7a · report
append_jsonl JoshZ411/MOPI-HFRS-SLC/code/morl/training.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0904f092b3901fea · report
evaluate_morl JoshZ411/MOPI-HFRS-SLC/code/morl/training.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 6159a41ad6ade2b4 · report
get_recommendations JoshZ411/MOPI-HFRS-SLC/code/morl/training.py found in paper text by Syntology unverified Apache-2.0 (permissive) · ed7d2b475ecd0709 · report
pretrain_policy JoshZ411/MOPI-HFRS-SLC/code/morl/training.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e140c3c05fea36c7 · report
run_episode JoshZ411/MOPI-HFRS-SLC/code/morl/training.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 5f992cad961a11bb · report
train_morl JoshZ411/MOPI-HFRS-SLC/code/morl/training.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 2c77c111849b6487 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.23603, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections