Skip to content

Commit 930a63f

Browse files
committed
add more thumbnails
1 parent 64cdfb4 commit 930a63f

File tree

7 files changed

+12
-6
lines changed

7 files changed

+12
-6
lines changed

src/components/publications.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,8 @@
333333
"venue": "NeurIPS 2023",
334334
"links": {
335335
"pdf": "https://arxiv.org/abs/2304.13013"
336-
}
336+
},
337+
"thumbnail": "/lowpres.png"
337338
},
338339
{
339340
"title": "Neural Priming for Sample-Efficient Adaptation",
@@ -352,7 +353,8 @@
352353
"links": {
353354
"pdf": "https://arxiv.org/abs/2306.10191",
354355
"code": "https://github.com/RAIVNLab/neural-priming"
355-
}
356+
},
357+
"thumbnail": "/priming.png"
356358
},
357359
{
358360
"title": "Quilt-1M: One Million Image-Text Pairs for Histopathology",
@@ -389,7 +391,8 @@
389391
"links": {
390392
"pdf": "https://arxiv.org/abs/2305.03689",
391393
"project page": "https://cs-people.bu.edu/array/research/cola/"
392-
}
394+
},
395+
"thumbnail": "/cola.png"
393396
},
394397
{
395398
"title": "AR2-D2:Training a Robot Without a Robot",
@@ -457,7 +460,8 @@
457460
"venue": "VLDB 2023",
458461
"links": {
459462
"pdf": "https://arxiv.org/pdf/2301.00929"
460-
}
463+
},
464+
"thumbnail": "/equivocal.png"
461465
},
462466
{
463467
"title": "Large Language Model as Attributed Training Data Generator: A Tale of Diversity and Bias",
@@ -476,7 +480,8 @@
476480
"links": {
477481
"pdf": "https://arxiv.org/abs/2306.15895",
478482
"code": "https://github.com/yueyu1030/AttrPrompt"
479-
}
483+
},
484+
"thumbnail": "/llm_training_data.png"
480485
},
481486
{
482487
"title": "TIFA: Text-to-Image Faithfulness Evaluation with Question Answering",
@@ -494,7 +499,8 @@
494499
"links": {
495500
"pdf": "https://arxiv.org/abs/2303.11897",
496501
"project page": "https://tifa-benchmark.github.io/"
497-
}
502+
},
503+
"thumbnail": "/tifa.png"
498504
},
499505
{
500506
"title": "What does a platypus look like? Generating customized prompts for zero-shot image classification",

static/cola.png

182 KB
Loading

static/equivocal.png

146 KB
Loading

static/llm_training_data.png

202 KB
Loading

static/lowpres.png

101 KB
Loading

static/priming.png

170 KB
Loading

static/tifa.png

170 KB
Loading

0 commit comments

Comments
 (0)