Network model ❏ Session-based Social Recommendation via Dynamic Graph A!ention Networks : paper ❏ Modeling Relational Data with Graph Convolutional Networks : paper ❏ SEMI-SUPERVISED CLASSIFICATION WITH GRAPH CONVOLUTIONAL NETWORKS : paper ❏ Link Prediction Based on Graph Neural Networks : paper ❏ LINK PREDICTION IN HYPERGRAPHS USING GRAPH CONVOLUTIONAL NETWORKS : paper ❏ Modeling Relational Data with Graph Convolutional Networks (RGCN) : paper ❏ Decagon: Representation Learning on Multimodal Graphs : paper, github ❏ A Theoretical Justification of Link Prediction Heuristics : paper, slide • GCN model ◦ CNN入力をGraph構造に拡張したモデル ◦ Embedding、Labeling、Image、Text等様々なタスクを扱える ◦ 様々な評価関数 ◦ Deep Graph Library (DGL)などのOSS ◦ BigGraphなどの分散省メモリモデルも • 今回はlink predictionタスクに注目 ◦ node間にedgeが発生するか予測するタスク ◦ DGL内のRGCN exampleを参考にモデリング ◦ 半教師あり学習の形 でも解くことができる
• 多くのユーザに同じ論文が発生 ◦ m3.com内のコンテンツだけだと 冬期はインフルエンザの記事が増える等 季節性やレコメンドのバイアス、 エコーチェンバー、フィルターバブルが顕著 • 論文の内容について一切考慮していない ◦ 同じキーワードの物を rankingできない • ページビューの多少に大きく左右 ◦ ページビュー数回だと条件が絞られすぎる ◦ 多すぎると汎用的な回答に ある放射線科医Aに対するレコメンド 1. High ambient temperature dampens adaptive immune responses to influenza A virus infection. (東大の先生が書いたインフルエンザワクチンの効能向上の論文 ) 2. Obstructive sleep apnoea in multiple pregnancy. (妊娠中の閉塞性睡眠時無呼吸と糖尿病、高血圧、低出生体重の関連 ) 3. Emperor geese (Anser canagicus) are exposed to a diversity of influenza A viruses, are infected during the non-breeding period, and contribute to intercontinental viral dispersal. (右のガチョウとインフルエンザの関連を書いた論文 )
1. Management of patients with implanted cardiac devices during radiotherapy: results of a Spanish survey in radiation oncology departments. (インプラント患者の癌治療の調査 ) 2. Caspase independent cleavages of TDP-43 generates 35kD fragment that cause apoptosis of breast cancer cells. (乳癌細胞の反応に関する調査 ) 3. Treatment trends and Medicare reimbursements for localized prostate cancer in elderly patients. (高齢者患者の限局性前立腺癌の治療動向等の調査 ) GCNレコメンドモデル 1. Breast cancer in young women: an overview. (若い女性の乳癌に関する科学的解析のサーベイ ) 2. Temporal dynamic reorganization of 3D chromatin architecture in hormone-induced breast cancer and endocrine resistance. (ホルモン誘発乳癌における内分泌抵抗 ) 3. Structural and Molecular Mechanisms of Cytokine-Mediated Endocrine Resistance in Human Breast Cancer Cells. (ヒト乳がん細胞におけるサイトカイン媒介内分泌抵抗の構造、分子的機序 ) • 単語に対する関連スコアを用いて 専門分野には寄せられる結果し たが、論文内容を加味するには かなり調整が必要そう ◦ タグ内での論文スコア • GCNにより専門性が見える (気がする)ように • 事例ベース、臨床などもユーザに 対応して分かれている