diff --git a/index.html b/index.html
index 1265aea..306b6c6 100644
--- a/index.html
+++ b/index.html
@@ -255,6 +255,7 @@
+ - 05/2024 One paper accepted to RSS 2024 and one paper accepted to ACL Findings 2024!
- 03/2024 New pre-print on multi-agent task planning!
- 03/2024 Three papers accepted to NAACL 2024!
- 02/2024 New pre-prints on visual document understanding and selective prediction for vision-language reasoning!
diff --git a/people/alumni_ugms.js b/people/alumni_ugms.js
index f076733..ec83eac 100644
--- a/people/alumni_ugms.js
+++ b/people/alumni_ugms.js
@@ -2,12 +2,25 @@
// Add new alumni to the start of these lists; students will be rendered
var alumni_ugms = [
-
+ {
+ "full_names": "Allen Chang",
+ "display_names": "Allen Chang",
+ "year": "Undergraduate @ USC",
+ "visit_period": "Fall 2022 - Spring 2023",
+ "websites": "https://www.cylumn.com/",
+ "program": "",
+ "program_link": "",
+ "project_title": "",
+ "project_deliverable": "https://arxiv.org/abs/2302.14030",
+ "phd_mentor": "Tejas Srinivasan",
+ "next": "PhD in Computer and Information Science, UPenn, with an NSF Graduate Research Fellowship",
+ "link_anchors": ""
+ },
{
"full_names": "Riley Carlin",
"display_names": "Riley Carlin",
"affiliation": "Undergraduate @ USC",
- "visit_period": "Fall 2022 - Fall 2023",
+ "visit_period": "Fall 2022 - Spring 2023",
"websites": "https://www.linkedin.com/in/riley-carlin/",
"program": "",
"program_link": "",
diff --git a/people/phd.js b/people/phd.js
index e6970b1..034690b 100644
--- a/people/phd.js
+++ b/people/phd.js
@@ -76,8 +76,8 @@ var phd_students = [
"photos": "tejas.png",
"roles": "3rd year PhD student",
"note": "",
- "ws_themes": ["Vision-Language Reasoning", "Continual Learning"],
- "ws": ["3", "3"]
+ "ws_themes": ["Reliable Human-AI Interaction", "Vision+Language"],
+ "ws": ["5", "3"]
},
{
"full_names": "Jesse Zhang",
diff --git a/people/ug_ms.js b/people/ug_ms.js
index ef1891c..a5888fb 100644
--- a/people/ug_ms.js
+++ b/people/ug_ms.js
@@ -10,16 +10,6 @@ var ug_students = [
"phd_mentor": "Tejas Srinivasan"
},
- {
- "full_names": "Allen Chang",
- "display_names": "Allen Chang",
- "year": "Senior Undergraduate",
- "program": "CS and Applied Math",
- "ug_websites": "https://www.cylumn.com/",
- "photos": "allen.jpg",
- "ug_program": "CAIS++ Project",
- "phd_mentor": "Tejas Srinivasan"
- },
{
"full_names": "Leslie Moreno",
"display_names": "Leslie Moreno",
diff --git a/publications.js b/publications.js
index 6ea6fd6..020b705 100644
--- a/publications.js
+++ b/publications.js
@@ -1,8 +1,15 @@
var papers = [
+ {
+ "paper_title": "Selective \"Selective Prediction\": Reducing Unnecessary Abstention in Vision-Language Reasoning",
+ "authors": "Tejas Srinivasan, Jack Hessel, Tanmay Gupta, Bill Yuchen Lin, Yejin Choi, Jesse Thomason, Khyathi Raghavi Chandu",
+ "venue": "ACL Findings 2024",
+ "link": 'Paper',
+ "year": "2024",
+ },
{
"paper_title": "THE COLOSSEUM: A Benchmark for Evaluating Generalization for Robotic Manipulation",
"authors": "Wilbert Pumacay, Ishika Singh, Jiafei Duan, Ranjay Krishna, Jesse Thomason, Dieter Fox",
- "venue": "arXiV Pre-Print",
+ "venue": "RSS 2024",
"link": 'Paper / Code / Website',
"year": "2024",
},
@@ -27,13 +34,6 @@ var papers = [
"link": 'Paper / Website',
"year": "Pre-Prints",
},
- {
- "paper_title": "Selective \"Selective Prediction\": Reducing Unnecessary Abstention in Vision-Language Reasoning",
- "authors": "Tejas Srinivasan, Jack Hessel, Tanmay Gupta, Bill Yuchen Lin, Yejin Choi, Jesse Thomason, Khyathi Raghavi Chandu",
- "venue": "arXiV Pre-Print",
- "link": 'Paper',
- "year": "Pre-Prints",
- },
{
"paper_title": "Efficient End-to-End Visual Document Understanding with Rationale Distillation",
"authors": "Wang Zhu, Alekh Agarwal, Mandar Joshi, Robin Jia, Jesse Thomason, Kristina Toutanova",