Skip to content

Commit 8c9de48

Browse files
Update publications.json
1 parent 408eb15 commit 8c9de48

File tree

1 file changed

+179
-0
lines changed

1 file changed

+179
-0
lines changed

src/components/publications.json

Lines changed: 179 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,183 @@
11
[
2+
/*
3+
{
4+
"title": "Training Language Model Agents without Modifying Language Models",
5+
"authors": [
6+
"Shaokun Zhang*",
7+
"Jieyu Zhang*",
8+
"Jiale Liu",
9+
"Linxin Song",
10+
"Chi Wang",
11+
"Ranjay Krishna",
12+
"Qingyun Wu"
13+
],
14+
"year": "2024",
15+
"venue": "ICML 2024",
16+
"links": {
17+
"pdf": "https://arxiv.org/abs/2402.11359"
18+
},
19+
},
20+
{
21+
"title": "Iterated Learning Improves Compositionality in Large Vision-Language Models",
22+
"authors": [
23+
"Chenhao Zheng",
24+
"Jieyu Zhang",
25+
"Aniruddha Kembhavi",
26+
"Ranjay Krishna"
27+
],
28+
"year": "2024",
29+
"venue": "CVPR 2024",
30+
"links": {
31+
"pdf": "https://arxiv.org/abs/2404.02145"
32+
},
33+
},
34+
{
35+
"title": "On the Connection between Pre-training Data Diversity and Fine-tuning Robustness",
36+
"authors": [
37+
"Vivek Ramanujan",
38+
"Thao Nguyen",
39+
"Sewoong Oh",
40+
"Ludwig Schmidt",
41+
"Ali Farhadi"
42+
],
43+
"year": "2023",
44+
"venue": "NeurIPS 2023",
45+
"links": {
46+
"pdf": "https://arxiv.org/abs/2307.12532"
47+
},
48+
},
49+
{
50+
"title": "OBJECT 3DIT: Language-guided 3D-aware Image Editing",
51+
"thumbnail": "/rotate.gif",
52+
"authors": [
53+
"Oscar Michel",
54+
"Anand Bhattad",
55+
"Eli VanderBilt",
56+
"Ranjay Krishna",
57+
"Aniruddha Kembhavi",
58+
"Tanmay Gupta"
59+
],
60+
"year": "2023",
61+
"venue": "NeurIPS 2023",
62+
"links": {
63+
"pdf": "https://arxiv.org/abs/2307.11073",
64+
"project page": "https://prior.allenai.org/projects/object-edit"
65+
},
66+
"imageWidth": "calc(7/12*100%)"
67+
},
68+
{
69+
"title": "Objaverse-XL: A Universe of 10M+ 3D Objects",
70+
"authors": [
71+
"Matt Deitke",
72+
"Ruoshi Liu",
73+
"Matthew Wallingford",
74+
"Huong Ngo",
75+
"Oscar Michel",
76+
"Aditya Kusupati",
77+
"Alan Fan",
78+
"Christian Laforte",
79+
"Vikram Voleti",
80+
"Samir Yitzhak Gadre",
81+
"Eli VanderBilt",
82+
"Aniruddha Kembhavi",
83+
"Carl Vondrick",
84+
"Georgia Gkioxari",
85+
"Kiana Ehsani",
86+
"Ludwig Schmidt",
87+
"Ali Farhadi"
88+
],
89+
"year": "2023",
90+
"venue": "NeurIPS 2023",
91+
"links": {
92+
"pdf": "https://arxiv.org/abs/2307.05663",
93+
"code": "https://github.com/allenai/objaverse-xl",
94+
"project page": "https://objaverse.allenai.org/"
95+
},
96+
"thumbnail": "/objaverse-xl.jpg"
97+
},
98+
{
99+
"title": "SugarCrepe: Fixing Hackable Benchmarks for Vision-Language Compositionality",
100+
"authors": [
101+
"Cheng-Yu Hsieh*",
102+
"Jieyu Zhang*",
103+
"Zixian Ma",
104+
"Aniruddha Kembhavi",
105+
"Ranjay Krishna"
106+
],
107+
"year": "2023",
108+
"venue": "NeurIPS 2023",
109+
"links": {
110+
"pdf": "https://arxiv.org/abs/2306.14610",
111+
"code": "https://github.com/RAIVNLab/sugar-crepe"
112+
},
113+
"thumbnail": "/sugar-crepe.jpg"
114+
},
115+
{
116+
"title": "DataComp: In search of the next generation of multimodal datasets",
117+
"authors": [
118+
"Samir Yitzhak Gadre",
119+
"Gabriel Ilharco",
120+
"Alex Fang",
121+
"Jonathan Hayase",
122+
"Georgios Smyrnis",
123+
"Thao Nguyen",
124+
"Ryan Marten",
125+
"Mitchell Wortsman",
126+
"Dhruba Ghosh",
127+
"Jieyu Zhang",
128+
"Eyal Orgad",
129+
"Rahim Entezari",
130+
"Giannis Daras",
131+
"Sarah Pratt",
132+
"Vivek Ramanujan",
133+
"Yonatan Bitton",
134+
"Kalyani Marathe",
135+
"Stephen Mussmann",
136+
"Richard Vencu",
137+
"Mehdi Cherti",
138+
"Ranjay Krishna",
139+
"Pang Wei Koh",
140+
"Olga Saukh",
141+
"Alexander Ratner",
142+
"Shuran Song",
143+
"Hannaneh Hajishirzi",
144+
"Ali Farhadi",
145+
"Romain Beaumont",
146+
"Sewoong Oh",
147+
"Alex Dimakis",
148+
"Jenia Jitsev",
149+
"Yair Carmon",
150+
"Vaishaal Shankar",
151+
"Ludwig Schmidt."
152+
],
153+
"year": "2023",
154+
"venue": "NeurIPS 2023",
155+
"links": {
156+
"pdf": "https://arxiv.org/abs/2304.14108",
157+
"project page": "https://datacomp.ai/"
158+
},
159+
"thumbnail": "/datacomp.jpg"
160+
},
161+
{
162+
"title": "MADLAD-400: Monolingual And Document-level Large Audited Dataset",
163+
"authors": [
164+
"Sneha Kudugunta",
165+
"Isaac Rayburn Caswell",
166+
"Biao Zhang",
167+
"Xavier Garcia",
168+
"Derrick Xin",
169+
"Aditya Kusupati",
170+
"Romi Stella",
171+
"Ankur Bapna",
172+
"Orhan Firat"
173+
],
174+
"year": "2023",
175+
"venue": "NeurIPS 2023",
176+
"links": {
177+
"pdf": "https://arxiv.org/abs/2309.04662"
178+
}
179+
},
180+
*/
2181
{
3182
"title": "SHARCS: Efficient Transformers through Routing with Dynamic Width Sub-networks",
4183
"authors": [

0 commit comments

Comments
 (0)