Skip to content

Commit 87832bd

Browse files
Update publications.json
1 parent a4a9177 commit 87832bd

File tree

1 file changed

+93
-0
lines changed

1 file changed

+93
-0
lines changed

src/components/publications.json

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,97 @@
11
[
2+
{
3+
"title": "Objaverse-XL: A Universe of 10M+ 3D Objects",
4+
"authors": [
5+
"Matt Deitke",
6+
"Ruoshi Liu",
7+
"Matthew Wallingford",
8+
"Huong Ngo",
9+
"Oscar Michel",
10+
"Aditya Kusupati",
11+
"Alan Fan",
12+
"Christian Laforte",
13+
"Vikram Voleti",
14+
"Samir Yitzhak Gadre",
15+
"Eli VanderBilt",
16+
"Aniruddha Kembhavi",
17+
"Carl Vondrick",
18+
"Georgia Gkioxari",
19+
"Kiana Ehsani",
20+
"Ludwig Schmidt",
21+
"Ali Farhadi"
22+
],
23+
"year": "2023",
24+
"venue": "NeurIPS 2023",
25+
"links": {
26+
"pdf": "https://arxiv.org/abs/2307.05663",
27+
"code": "https://github.com/allenai/objaverse-xl",
28+
"project page": "https://objaverse.allenai.org/"
29+
},
30+
"thumbnail": "/objaverse-xl.jpg"
31+
},
32+
{
33+
"title": "SugarCrepe: Fixing Hackable Benchmarks for Vision-Language Compositionality",
34+
"authors": [
35+
"Cheng-Yu Hsieh*",
36+
"Jieyu Zhang*",
37+
"Zixian Ma",
38+
"Aniruddha Kembhavi",
39+
"Ranjay Krishna"
40+
],
41+
"year": "2023",
42+
"venue": "NeurIPS 2023",
43+
"links": {
44+
"pdf": "https://arxiv.org/abs/2306.14610",
45+
"code": "https://github.com/RAIVNLab/sugar-crepe"
46+
},
47+
"thumbnail": "/sugar-crepe.jpg"
48+
},
49+
{
50+
"title": "DataComp: In search of the next generation of multimodal datasets",
51+
"authors": [
52+
"Samir Yitzhak Gadre",
53+
"Gabriel Ilharco",
54+
"Alex Fang",
55+
"Jonathan Hayase",
56+
"Georgios Smyrnis",
57+
"Thao Nguyen",
58+
"Ryan Marten",
59+
"Mitchell Wortsman",
60+
"Dhruba Ghosh",
61+
"Jieyu Zhang",
62+
"Eyal Orgad",
63+
"Rahim Entezari",
64+
"Giannis Daras",
65+
"Sarah Pratt",
66+
"Vivek Ramanujan",
67+
"Yonatan Bitton",
68+
"Kalyani Marathe",
69+
"Stephen Mussmann",
70+
"Richard Vencu",
71+
"Mehdi Cherti",
72+
"Ranjay Krishna",
73+
"Pang Wei Koh",
74+
"Olga Saukh",
75+
"Alexander Ratner",
76+
"Shuran Song",
77+
"Hannaneh Hajishirzi",
78+
"Ali Farhadi",
79+
"Romain Beaumont",
80+
"Sewoong Oh",
81+
"Alex Dimakis",
82+
"Jenia Jitsev",
83+
"Yair Carmon",
84+
"Vaishaal Shankar",
85+
"Ludwig Schmidt."
86+
],
87+
"year": "2023",
88+
"venue": "NeurIPS 2023",
89+
"links": {
90+
"pdf": "https://arxiv.org/abs/2304.14108",
91+
"project page": "https://datacomp.ai/"
92+
},
93+
"thumbnail": "/datacomp.jpg"
94+
},
295
{
396
"title": "SHARCS: Efficient Transformers through Routing with Dynamic Width Sub-networks",
497
"authors": [

0 commit comments

Comments
 (0)