|
1 | 1 | // Auto-generated by crawl-publications.ts |
2 | | -// Last updated: 2025-12-14T17:18:31.964Z |
| 2 | +// Last updated: 2025-12-16T17:41:08.912Z |
3 | 3 |
|
4 | 4 | export interface Publication { |
5 | 5 | title: string; |
@@ -29,11 +29,13 @@ export const PUBLICATIONS_DATA: YearSection[] = [ |
29 | 29 | title: "Conv4Rec: A 1-by-1 Convolutional AutoEncoder for User Profiling through Joint Analysis of Implicit and Explicit Feedbacks", |
30 | 30 | authors: "Antoine Ledent, Petr Kasalický, Rodrigo Alves, and Hady W. Lauw", |
31 | 31 | venue: "IEEE Transactions on Neural Networks and Learning Systems (TNNLS), Vol. 36, No. 12, Dec 2025", |
| 32 | + pdfUrl: "https://arxiv.org/abs/2509.07499", |
32 | 33 | }, |
33 | 34 | { |
34 | 35 | title: "Parameter-Efficient Variational AutoEncoder for Multimodal Multi-Interest Recommendation", |
35 | 36 | authors: "Nhu-Thuat Tran and Hady W. Lauw", |
36 | 37 | venue: "ACM Multimedia Conference (ACM MM'25), Oct 2025", |
| 38 | + pdfUrl: "https://www.dropbox.com/scl/fi/q7g7ct173jxgqkuz5s4tb/acmmm25.pdf?rlkey=7dve8mod7trsjt6ubhgf02wm7&dl=0", |
37 | 39 | }, |
38 | 40 | { |
39 | 41 | title: "Optimal Transport Alignment of User Preferences from Ratings and Texts", |
@@ -63,6 +65,7 @@ export const PUBLICATIONS_DATA: YearSection[] = [ |
63 | 65 | title: "VARIUM: Variational Autoencoder for Multi-Interest Representation with Inter-User Memory", |
64 | 66 | authors: "Nhu-Thuat Tran and Hady W. Lauw", |
65 | 67 | 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", |
66 | 69 | }, |
67 | 70 | { |
68 | 71 | title: "Selecting Comparative Sets of Reviews Across Multiple Items", |
@@ -193,6 +196,7 @@ export const PUBLICATIONS_DATA: YearSection[] = [ |
193 | 196 | title: "Multi-Representation Variational Autoencoder via Iterative Latent Attention and Implicit Differentiation", |
194 | 197 | authors: "Nhu-Thuat Tran and Hady W. Lauw", |
195 | 198 | 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", |
196 | 200 | }, |
197 | 201 | { |
198 | 202 | title: "Robust Bidirectional Poly-Matching", |
@@ -384,6 +388,7 @@ export const PUBLICATIONS_DATA: YearSection[] = [ |
384 | 388 | title: "Bilateral Variational Autoencoder for Collaborative Filtering", |
385 | 389 | authors: "Quoc-Tuan Truong, Aghiles Salah, and Hady W. Lauw", |
386 | 390 | 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", |
387 | 392 | }, |
388 | 393 | { |
389 | 394 | title: "Explainable Recommendation with Comparative Constraints on Product Aspects", |
@@ -428,6 +433,7 @@ export const PUBLICATIONS_DATA: YearSection[] = [ |
428 | 433 | title: "Topic Modeling on Document Networks with Adjacent-Encoder", |
429 | 434 | authors: "Ce Zhang and Hady W. Lauw", |
430 | 435 | venue: "AAAI Conference on Artificial Intelligence (AAAI'20), Feb 2020.", |
| 436 | + pdfUrl: "https://www.dropbox.com/s/eqkyfviowwwleey/aaai20a.pdf?dl=0", |
431 | 437 | extraLinks: [{"text":"Code","url":"https://github.com/PreferredAI/adjacent-encoder"}], |
432 | 438 | }, |
433 | 439 | ], |
@@ -521,6 +527,7 @@ export const PUBLICATIONS_DATA: YearSection[] = [ |
521 | 527 | title: "Collaborative Topic Regression with Denoising AutoEncoder for Content and Community Co-Representation", |
522 | 528 | authors: "Trong T. Nguyen and Hady W. Lauw", |
523 | 529 | 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", |
524 | 531 | }, |
525 | 532 | { |
526 | 533 | title: "SemVis: Semantic Visualization for Interactive Topical Analysis", |
|
0 commit comments