Skip to content

Commit effa25c

Browse files
chore: update publications from hadylauw.com [automated]
1 parent df7cecc commit effa25c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/data/publications.ts

Lines changed: 8 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: 2025-12-14T17:18:31.964Z
2+
// Last updated: 2025-12-16T17:41:08.912Z
33

44
export interface Publication {
55
title: string;
@@ -29,11 +29,13 @@ export const PUBLICATIONS_DATA: YearSection[] = [
2929
title: "Conv4Rec: A 1-by-1 Convolutional AutoEncoder for User Profiling through Joint Analysis of Implicit and Explicit Feedbacks",
3030
authors: "Antoine Ledent, Petr Kasalický, Rodrigo Alves, and Hady W. Lauw",
3131
venue: "IEEE Transactions on Neural Networks and Learning Systems (TNNLS), Vol. 36, No. 12, Dec 2025",
32+
pdfUrl: "https://arxiv.org/abs/2509.07499",
3233
},
3334
{
3435
title: "Parameter-Efficient Variational AutoEncoder for Multimodal Multi-Interest Recommendation",
3536
authors: "Nhu-Thuat Tran and Hady W. Lauw",
3637
venue: "ACM Multimedia Conference (ACM MM'25), Oct 2025",
38+
pdfUrl: "https://www.dropbox.com/scl/fi/q7g7ct173jxgqkuz5s4tb/acmmm25.pdf?rlkey=7dve8mod7trsjt6ubhgf02wm7&dl=0",
3739
},
3840
{
3941
title: "Optimal Transport Alignment of User Preferences from Ratings and Texts",
@@ -63,6 +65,7 @@ export const PUBLICATIONS_DATA: YearSection[] = [
6365
title: "VARIUM: Variational Autoencoder for Multi-Interest Representation with Inter-User Memory",
6466
authors: "Nhu-Thuat Tran and Hady W. Lauw",
6567
venue: "ACM International Conference on Web Search and Data Mining (WSDM'25), Mar 2025",
68+
pdfUrl: "https://www.dropbox.com/scl/fi/5nezl5hq0xhd0jrk6012n/wsdm25a.pdf?rlkey=bk8s3akrfzjv4ykse6thomzgd&dl=0",
6669
},
6770
{
6871
title: "Selecting Comparative Sets of Reviews Across Multiple Items",
@@ -193,6 +196,7 @@ export const PUBLICATIONS_DATA: YearSection[] = [
193196
title: "Multi-Representation Variational Autoencoder via Iterative Latent Attention and Implicit Differentiation",
194197
authors: "Nhu-Thuat Tran and Hady W. Lauw",
195198
venue: "ACM International Conference on Information and Knowledge Management (CIKM'23), Oct 2023",
199+
pdfUrl: "https://www.dropbox.com/scl/fi/eb30uta1e3vmn6gh1f8lu/cikm23.pdf?rlkey=ljfxqg8j9580wysvi70emu6d7&dl=0",
196200
},
197201
{
198202
title: "Robust Bidirectional Poly-Matching",
@@ -384,6 +388,7 @@ export const PUBLICATIONS_DATA: YearSection[] = [
384388
title: "Bilateral Variational Autoencoder for Collaborative Filtering",
385389
authors: "Quoc-Tuan Truong, Aghiles Salah, and Hady W. Lauw",
386390
venue: "ACM International Conference on Web Search and Data Mining (WSDM'21), Mar 2021",
391+
pdfUrl: "https://www.dropbox.com/s/8id1sf17cimp6j5/wsdm21b.pdf?dl=0",
387392
},
388393
{
389394
title: "Explainable Recommendation with Comparative Constraints on Product Aspects",
@@ -428,6 +433,7 @@ export const PUBLICATIONS_DATA: YearSection[] = [
428433
title: "Topic Modeling on Document Networks with Adjacent-Encoder",
429434
authors: "Ce Zhang and Hady W. Lauw",
430435
venue: "AAAI Conference on Artificial Intelligence (AAAI'20), Feb 2020.",
436+
pdfUrl: "https://www.dropbox.com/s/eqkyfviowwwleey/aaai20a.pdf?dl=0",
431437
extraLinks: [{"text":"Code","url":"https://github.com/PreferredAI/adjacent-encoder"}],
432438
},
433439
],
@@ -521,6 +527,7 @@ export const PUBLICATIONS_DATA: YearSection[] = [
521527
title: "Collaborative Topic Regression with Denoising AutoEncoder for Content and Community Co-Representation",
522528
authors: "Trong T. Nguyen and Hady W. Lauw",
523529
venue: "ACM Conference on Information and Knowledge Management (CIKM'17), short paper, Nov 2017",
530+
pdfUrl: "https://www.dropbox.com/s/bq5q9lxn9igiyvp/cikm17b.pdf?dl=0",
524531
},
525532
{
526533
title: "SemVis: Semantic Visualization for Interactive Topical Analysis",

0 commit comments

Comments
 (0)