Papers › TREA: Tree-Structure Reasoning Schema for Conversational Recommendation

TREA: Tree-Structure Reasoning Schema for Conversational Recommendation

20 Jul 2023arXiv:2307.10543archive 2025-07-28

Wendi Li, Wei Wei, Xiaoye Qu, Xian-Ling Mao, Ye Yuan, Wenfeng Xie, Dangyang Chen

Conversational recommender systems (CRS) aim to timely trace the dynamic interests of users through dialogues and generate relevant responses for item recommendations. Recently, various external knowledge bases (especially knowledge graphs) are incorporated into CRS to enhance the understanding of conversation contexts. However, recent reasoning-based models heavily rely on simplified structures such as linear structures or fixed-hierarchical structures for causality reasoning, hence they cannot fully figure out sophisticated relationships among utterances with external knowledge. To address this, we propose a novel Tree structure Reasoning schEmA named TREA. TREA constructs a multi-hierarchical scalable tree as the reasoning structure to clarify the causal relationships between mentioned entities, and fully utilizes historical conversations to generate more reasonable and suitable responses for recommended results. Extensive experiments on two public CRS datasets have demonstrated the effectiveness of our approach.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

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="2307.10543")

Code

Syntology Ran 12 of 20 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong; 10 ran with no contract checked.

By repository: official repository: 20 samples from 1 repository, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

windylee0822/trea officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

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

1ran · honoured contract
1ran · our draft was wrong
10ran
8unverified

Licence: 20 of the 20 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 WindyLee0822/TREA. “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.

GateLayer WindyLee0822/TREA/model.py official repository ran · metamorphic tier: invariant no licence file found · pointer only · ff83a8a6505fe7f1 · report
GateLayer_3_eles WindyLee0822/TREA/model.py official repository ran · metamorphic tier: invariant no licence file found · pointer only · c6f077828fff829e · report
MultiHeadAttention WindyLee0822/TREA/model.py official repository ran · metamorphic tier: invariant no licence file found · pointer only · 4e16ff3a8e66caae · report
SelfAttentionLayer WindyLee0822/TREA/model.py official repository ran · metamorphic tier: invariant no licence file found · pointer only · 4d5d2f97176a6e1e · report
SelfAttentionLayer_batch WindyLee0822/TREA/model.py official repository ran no licence file found · pointer only · ceb5436368faf4eb · report
_create_embeddings WindyLee0822/TREA/model.py official repository ran no licence file found · pointer only · 9c4e513628eacec5 · report
_create_entity_embeddings WindyLee0822/TREA/model.py official repository ran · our draft was wrong no licence file found · pointer only · bb43f347161e2886 · report
_edge_list WindyLee0822/TREA/model.py official repository ran no licence file found · pointer only · 78938f8b2e50ebf8 · report
concept_edge_list4GCN WindyLee0822/TREA/model.py official repository ran no licence file found · pointer only · c95ceb24b79bb5c9 · report
concept_egde_list4GCN_newnew WindyLee0822/TREA/model.py official repository ran no licence file found · pointer only · 5eabe4a192ae9f18 · report
match_movie windylee0822/trea/data_pre_publish.py official repository ran fingerprinted no licence file found · pointer only · ccee4062dc31b960 · report
neginf WindyLee0822/TREA/model.py official repository ran · honoured contract no licence file found · pointer only · 8516fd845c2715e6 · report
CrossModel WindyLee0822/TREA/model.py official repository unverified no licence file found · pointer only · d8b1e6f4d4fe7765 · report
TransformerDecoderKG WindyLee0822/TREA/model.py official repository unverified no licence file found · pointer only · a15488dd6330502b · report
TransformerDecoderLayerKG WindyLee0822/TREA/model.py official repository unverified no licence file found · pointer only · b4ceb2eebb16a4be · report
TransformerEncoder WindyLee0822/TREA/model.py official repository unverified no licence file found · pointer only · c16a96bc89664956 · report
TransformerEncoderLayer WindyLee0822/TREA/model.py official repository unverified no licence file found · pointer only · b4cc671d07639f90 · report
_build_decoder4kg WindyLee0822/TREA/model.py official repository unverified no licence file found · pointer only · f24a161cbd56bb54 · report
_build_encoder WindyLee0822/TREA/model.py official repository unverified no licence file found · pointer only · fb2d0590ec4064b7 · report
create_position_codes WindyLee0822/TREA/model.py official repository unverified no licence file found · pointer only · 2aa4e924a13d5f89 · report

Tasks

Conversational RecommendationKnowledge GraphsRecommendation Systems

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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