Hyunsik Yoo, Jian Kang, Susik Yoon, Seunghan Lee, Seongku Kang
We lifted 3 functions out of this paper's own repositories and ran 3 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| LSH0411/BOAR | — | 3 of 3 |
| Function | Status | Where it lives |
|---|---|---|
| BOARTrainer | Ran | LSH0411/BOAR/src/model/trainer.py pointer only (licence: NONE) · get_code("08e51dfa0a96943d") |
| hit | Ran | LSH0411/BOAR/src/model/trainer.py pointer only (licence: NONE) · get_code("fccf97ef0ebf50e6") |
| ndcg | Ran | LSH0411/BOAR/src/model/trainer.py pointer only (licence: NONE) · get_code("dbb00da12cf9c374") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Multi-behavior recommendation (MBR) leverages auxiliary behavioral signals, such as clicks and add-to-cart, to enhance target behavior prediction like purchases. While recent graph neural network-based approaches have achieved strong performance by systematically propagating auxiliary behavior signals, they still suffer from two fundamental challenges inherent to auxiliary behaviors: (1) missing auxiliary signals, which hinder generalization to items without auxiliary observations, and (2) unreliable auxiliary signals, which amplify noise misaligned with the target behavior. To address these challenges in a unified manner, we propose BOAR, an environment-conditioned MBR framework that addresses missing and unreliable auxiliary signals through two complementary modules conditioned on auxiliary observability. Extensive experiments demonstrate that BOAR consistently outperforms state-of-the-art baselines, achieving up to 7.82% gains in HR@10 overall and up to 44.2% gains for target items without auxiliary observations, highlighting its ability to capture hidden preferences beyond observed auxiliary relations. Our code is available at: https://github.com/LSH0411/BOAR. • Information systems → Recommender systems.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2608.22920")
get_code_for_paper("2608.22920")
have("2608.22920")
Connect an agent — have() is free.