Skip to content

Commit 99ee50d

Browse files
chore: update publications from hadylauw.com [automated]
1 parent e983c93 commit 99ee50d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/data/publications.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Auto-generated by crawl-publications.ts
2-
// Last updated: 2026-03-29T01:14:41.846Z
2+
// Last updated: 2026-04-05T01:15:47.844Z
33

44
export interface Publication {
55
title: string;
@@ -19,6 +19,16 @@ export const PUBLICATIONS_DATA: YearSection[] = [
1919
{
2020
year: "2026",
2121
publications: [
22+
{
23+
title: "Verbalizing LightGCN: Direct Learning of Textual Representations from User-Item Interaction Graph via LLMs",
24+
authors: "Manh-Khanh Ngo Huu and Hady W. Lauw",
25+
venue: "ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR'26), Jul 2026",
26+
},
27+
{
28+
title: "Bridging LLM Embeddings and VAE Parameters for Disentangled Recommendation",
29+
authors: "Nhu-Thuat Tran and Hady W. Lauw",
30+
venue: "ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR'26), Jul 2026",
31+
},
2232
{
2333
title: "Consistent Attributions for Transformer-Based Reversible Comparison Classifiers",
2434
authors: "Thi-Phuong Le and Hady W. Lauw",

0 commit comments

Comments
 (0)