Skip to content

Commit

Permalink
Update publications.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tejas1995 authored May 16, 2024
1 parent ca2d45f commit 1f7e5de
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions publications.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
var papers = [
{
"paper_title": "Selective \"Selective Prediction\": Reducing Unnecessary Abstention in Vision-Language Reasoning",
"authors": "<b>Tejas Srinivasan</b>, Jack Hessel, Tanmay Gupta, Bill Yuchen Lin, Yejin Choi, <b>Jesse Thomason</b>, Khyathi Raghavi Chandu",
"venue": "ACL Findings 2024",
"link": '<a href=\"https://arxiv.org/abs/2402.15610\">Paper</a>',
"year": "2024",
},
{
"paper_title": "THE COLOSSEUM: A Benchmark for Evaluating Generalization for Robotic Manipulation",
"authors": "<b>Wilbert Pumacay</b>, <b>Ishika Singh</b>, Jiafei Duan, Ranjay Krishna, <b>Jesse Thomason</b>, Dieter Fox",
"venue": "arXiV Pre-Print",
"venue": "RSS 2024",
"link": '<a href=\"https://arxiv.org/abs/2402.08191\">Paper</a> / <a href=\"https://github.com/robot-colosseum/robot-colosseum\">Code</a> / <a href=\"https://robot-colosseum.github.io/\">Website</a>',
"year": "Pre-Prints",
"year": "2024",
},
{
"paper_title": "Which One? Leveraging Context Between Objects and Multiple Views for Language Grounding",
Expand All @@ -27,13 +34,6 @@ var papers = [
"link": '<a href=\"https://arxiv.org/abs/2403.17246\">Paper</a> / <a href=\"https://glamor-usc.github.io/twostep/\">Website</a>',
"year": "Pre-Prints",
},
{
"paper_title": "Selective \"Selective Prediction\": Reducing Unnecessary Abstention in Vision-Language Reasoning",
"authors": "<b>Tejas Srinivasan</b>, Jack Hessel, Tanmay Gupta, Bill Yuchen Lin, Yejin Choi, <b>Jesse Thomason</b>, Khyathi Raghavi Chandu",
"venue": "arXiV Pre-Print",
"link": '<a href=\"https://arxiv.org/abs/2402.15610\">Paper</a>',
"year": "Pre-Prints",
},
{
"paper_title": "Efficient End-to-End Visual Document Understanding with Rationale Distillation",
"authors": "<b>Wang Zhu</b>, Alekh Agarwal, Mandar Joshi, Robin Jia, <b>Jesse Thomason</b>, Kristina Toutanova",
Expand Down

0 comments on commit 1f7e5de

Please sign in to comment.