Skip to content

Commit 64cdfb4

Browse files
committed
add more thumbnails
1 parent e077811 commit 64cdfb4

File tree

9 files changed

+16
-8
lines changed

9 files changed

+16
-8
lines changed

src/components/publications.json

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,8 @@
509509
"links": {
510510
"pdf": "https://arxiv.org/abs/2209.03320",
511511
"code": "https://github.com/sarahpratt/CuPL"
512-
}
512+
},
513+
"thumbnail": "/platypus.png"
513514
},
514515
{
515516
"title": "Agile Modeling: From Concept to Classifier in Minutes",
@@ -537,7 +538,8 @@
537538
"venue": "ICCV 2023",
538539
"links": {
539540
"pdf": "https://arxiv.org/abs/2302.12948"
540-
}
541+
},
542+
"thumbnail": "/agile.png"
541543
},
542544
{
543545
"title": "Distilling Step-by-Step! Outperforming Larger Language Models with Less Training Data and Smaller Model Sizes",
@@ -556,7 +558,8 @@
556558
"venue": "ACL 2023 (Findings)",
557559
"links": {
558560
"pdf": "https://arxiv.org/pdf/2305.02301"
559-
}
561+
},
562+
"thumbnail": "/distill.png"
560563
},
561564
{
562565
"title": "CREPE: Can Vision-Language Foundation Models Reason Compositionally?",
@@ -628,7 +631,8 @@
628631
"links": {
629632
"pdf": "https://arxiv.org/abs/2304.12289",
630633
"project page": "https://prior.allenai.org/projects/action-adaptive-policy"
631-
}
634+
},
635+
"thumbnail": "/forward.png"
632636
},
633637
{
634638
"title": "Impossibly Good Experts and How to Follow Them",
@@ -643,7 +647,8 @@
643647
"venue": "ICLR 2023",
644648
"links": {
645649
"pdf": "https://openreview.net/forum?id=sciA_xgYofB"
646-
}
650+
},
651+
"thumbnail": "/experts.png"
647652
},
648653
{
649654
"title": "Neural Radiance Field Codebooks",
@@ -660,7 +665,8 @@
660665
"venue": "ICLR 2023",
661666
"links": {
662667
"pdf": "https://arxiv.org/abs/2301.04101"
663-
}
668+
},
669+
"thumbnail": "/nrc.png"
664670
},
665671
{
666672
"title": "Editing Models with Task Arithmetic",
@@ -696,7 +702,8 @@
696702
"venue": "TMLR",
697703
"links": {
698704
"pdf": "https://arxiv.org/abs/2210.11948"
699-
}
705+
},
706+
"thumbnail": "/lofi.png"
700707
},
701708
{
702709
"title": "​Explanations can Reduce Overreliance on AI Systems during Decision-Making",
@@ -712,7 +719,8 @@
712719
"venue": "CSCW 2023",
713720
"links": {
714721
"pdf": "https://arxiv.org/abs/2212.06823"
715-
}
722+
},
723+
"thumbnail": "/explanations.png"
716724
},
717725
{
718726
"title": "ELIGN: Expectation Alignment as a Multi-Agent Intrinsic Reward",

static/agile.png

99 KB
Loading

static/distill.png

32.4 KB
Loading

static/experts.png

44.1 KB
Loading

static/explanations.png

63.1 KB
Loading

static/forward.png

481 KB
Loading

static/lofi.png

72.7 KB
Loading

static/nrc.png

431 KB
Loading

static/platypus.png

660 KB
Loading

0 commit comments

Comments
 (0)