Skip to content

Commit 6983ac2

Browse files
chore: update publications from hadylauw.com [automated]
1 parent f66e62b commit 6983ac2

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/data/publications.ts

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Auto-generated by crawl-publications.ts
2-
// Last updated: 2026-03-15T01:13:01.372Z
2+
// Last updated: 2026-03-22T01:07:24.163Z
33

44
export interface Publication {
55
title: string;
@@ -19,15 +19,22 @@ export const PUBLICATIONS_DATA: YearSection[] = [
1919
{
2020
year: "2026",
2121
publications: [
22+
{
23+
title: "Consistent Attributions for Transformer-Based Reversible Comparison Classifiers",
24+
authors: "Thi-Phuong Le and Hady W. Lauw",
25+
venue: "Data Mining and Knowledge Discovery (DAMI), ECML PKDD 2026 Journal Track",
26+
},
2227
{
2328
title: "The feelit System: Application Content-Aware Perspectives and Challenges on Understanding User Likes in Social Network Posts",
2429
authors: "Konstantinos Theocharidis, Hady W. Lauw, Panagiotis Karras",
2530
venue: "IEEE Transactions on Computational Social Systems, to appear",
31+
pdfUrl: "https://www.dropbox.com/scl/fi/0ur2ubqjtpha4fic0q9bp/tcss26.pdf?rlkey=j67wxe6kp2ycja7mduvh078pl&dl=0",
2632
},
2733
{
2834
title: "Compositions of Variant Experts for Integrating Short-Term and Long-Term Preferences",
2935
authors: "Hieu D. Do, Trung-Hoang Le, and Hady W. Lauw",
30-
venue: "ACM Transactions on Recommender Systems, to appear",
36+
venue: "ACM Transactions on Recommender Systems, Vol. 3, No. 3, Mar 2026",
37+
pdfUrl: "https://www.dropbox.com/scl/fi/h79cpyfemspf9vvnhz3ty/tors26.pdf?rlkey=svnbv7w85ywzglte8sqehy4f0&dl=0",
3138
},
3239
],
3340
},

0 commit comments

Comments
 (0)