guixianjin97

Results 4 issues of guixianjin97

请看这一行, https://github.com/shenweichen/DeepMatch/blob/106bb4ebb3fd7c7efeb631f6de0e4d627edd0771/examples/run_youtubednn.py#L106 根据前面代码,test_true_label[uid] 应该是一个含有单值的 list(例如 [1]), 而 pred 是一个 list 列表(例如 [1,2,3,4]),但结果居然是 in 操作在一定情况下返回 true, 造成 hit 累计 1,从而最终 hit rate 不为 0。 非常古怪

Version: arXiv:2303.18223v11 [cs.CL] 29 Jun 2023 section 2.2 decoder-onlly -> decoder-only And another issue: Figure 3 seems not be cited in the content. Other figures may also have this problem.

目前几个遗留问题: 1. 按照代码逻辑,var_sparse 变长特征的 embedding 和 sparse 特征的 embedding 所使用的 embedding 不一致,无法进行共享 2. 考虑新闻推荐场景,user 侧的 LDA topic 和 item 侧的 LDA topic 用的不是同一套 embedding,这个如何进行匹配?? 3. history 行为序列特征 和 多值特征的用法并不一致,但是实现起来似乎又是同一套实现的。感觉不太对。

question

This paper is not published in 2013. It is published in 2003.