Skip to content

Commit

Permalink
Update publications.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adityakusupati authored Nov 5, 2024
1 parent d1e0c11 commit f015252
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions src/components/publications.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,70 @@
[
{
"title": "Training Language Model Agents without Modifying Language Models",
"authors": [
"Shaokun Zhang*",
"Jieyu Zhang*",
"Jiale Liu",
"Linxin Song",
"Chi Wang",
"Ranjay Krishna",
"Qingyun Wu"
],
"year": "2024",
"venue": "ICML 2024",
"links": {
"pdf": "https://arxiv.org/abs/2402.11359"
},
},
{
"title": "Iterated Learning Improves Compositionality in Large Vision-Language Models",
"authors": [
"Chenhao Zheng",
"Jieyu Zhang",
"Aniruddha Kembhavi",
"Ranjay Krishna"
],
"year": "2024",
"venue": "CVPR 2024",
"links": {
"pdf": "https://arxiv.org/abs/2404.02145"
},
},
{
"title": "SHARCS: Efficient Transformers through Routing with Dynamic Width Sub-networks",
"authors": [
"Mohammadreza Salehi",
"Sachin Mehta",
"Aditya Kusupati",
"Ali Farhadi",
"Hannaneh Hajishirzi"
],
"year": "2023",
"venue": "EMNLP Findings 2023",
"links": {
"pdf": "https://arxiv.org/abs/2310.12126"
},
},
{
"title": "MatFormer: Nested Transformer for Elastic Inference",
"authors": [
"Ethan Shen",
"Alan Fan",
"Sarah Pratt",
"Jae Sung Park",
"Matthew Wallingford",
"Sham M. Kakade",
"Ari Holtzman",
"Ranjay Krishna",
"Ali Farhadi",
"Aditya Kusupati"
],
"year": "2024",
"venue": "NeurIPS 2024",
"links": {
"pdf": "https://arxiv.org/abs/2405.18400"
},
},
{
"title": "EcoAssistant: Using LLM Assistant More Affordably and Accurately",
"authors": [
Expand Down

0 comments on commit f015252

Please sign in to comment.