From f28e8fa7fa54125851342d967a395d8b587902e0 Mon Sep 17 00:00:00 2001 From: Aditya Kusupati Date: Tue, 5 Nov 2024 14:21:07 -0800 Subject: [PATCH] Update publications.json --- src/components/publications.json | 117 +++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) diff --git a/src/components/publications.json b/src/components/publications.json index 2cbaf5e..9fba3c3 100644 --- a/src/components/publications.json +++ b/src/components/publications.json @@ -250,6 +250,123 @@ "code": "https://github.com/wisdomikezogwo/quilt1m" } }, + { + "title": "EcoAssistant: Using LLM Assistant More Affordably and Accurately", + "authors": [ + "Jieyu Zhang", + "Ranjay Krishna", + "Ahmed H. Awadallah", + "Chi Wang" + ], + "year": "2023", + "venue": null, + "links": { + "pdf": "https://arxiv.org/abs/2310.03046", + "code": "https://github.com/JieyuZ2/EcoAssistant" + }, + "thumbnail": "/ecoassistant.png" + }, + { + "title": "Tool Documentation Enables Zero-Shot Tool-Usage with Large Language Models", + "authors": [ + "Cheng-Yu Hsieh", + "Si-An Chen", + "Chun-Liang Li", + "Yasuhisa Fujii", + "Alexander Ratner", + "Chen-Yu Lee", + "Ranjay Krishna", + "Tomas Pfister" + ], + "year": "2023", + "venue": null, + "links": { + "pdf": "https://arxiv.org/abs/2308.00675" + } + }, + { + "title": "MIMIC: Masked Image Modeling with Image Correspondences", + "authors": [ + "Kalyani Marathe", + "Mahtab Bigverdi", + "Nishat Khan", + "Tuhin Kundu", + "Aniruddha Kembhavi", + "Linda G. Shapiro", + "Ranjay Krishna" + ], + "year": "2023", + "venue": null, + "links": { + "pdf": "https://arxiv.org/pdf/2306.15128.pdf", + "code": "https://github.com/RAIVNLab/MIMIC" + } + }, + { + "title": "Cultural and Linguistic Diversity Improves Visual Representations", + "authors": [ + "Andre Ye", + "Sebastin Santy", + "Jena D. Hwang", + "Amy X. Zhang", + "Ranjay Krishna" + ], + "year": "2023", + "venue": null, + "links": { + "pdf": "https://arxiv.org/pdf/2310.14356.pdf" + } + }, + { + "title": "Improving Multimodal Datasets with Image Captioning", + "authors": [ + "Thao Nguyen", + "Samir Yitzhak Gadre", + "Gabriel Ilharco", + "Sewoong Oh", + "Ludwig Schmidt" + ], + "year": "2023", + "venue": "NeurIPS 2023", + "links": { + "pdf": "https://arxiv.org/abs/2307.10350" + } + }, + { + "title": "AdANNS: A Framework for Adaptive Semantic Search", + "authors": [ + "Aniket Rege", + "Aditya Kusupati", + "Sharan Ranjit S", + "Alan Fan", + "Qingqing Cao", + "Sham Kakade", + "Prateek Jain", + "Ali Farhadi" + ], + "year": "2023", + "venue": "NeurIPS 2023", + "links": { + "pdf": "https://arxiv.org/abs/2305.19435", + "code": "https://github.com/RAIVNLab/AdANNS" + } + }, + { + "title": "Stable and low-precision training for large-scale vision-language models", + "authors": [ + "Mitchell Wortsman", + "Tim Dettmers", + "Luke Zettlemoyer", + "Ari Morcos", + "Ali Farhadi", + "Ludwig Schmidt" + ], + "year": "2023", + "venue": "NeurIPS 2023", + "links": { + "pdf": "https://arxiv.org/abs/2304.13013" + } + }, { "title": "Cola: How to adapt vision-language models to Compose Objects Localized with Attributes?", "authors": [