Skip to content

Commit 4325cc9

Browse files
Ruoxi JiaRuoxi Jia
Ruoxi Jia
authored and
Ruoxi Jia
committed
Update publication
1 parent 988a3e3 commit 4325cc9

File tree

4 files changed

+43
-41
lines changed

4 files changed

+43
-41
lines changed

src/assets/content/News/news.ts

+12-36
Original file line numberDiff line numberDiff line change
@@ -5,49 +5,37 @@ interface NewsItem {
55

66
const recentNews: NewsItem[] = [
77
{
8-
date: "January 2025",
9-
content: "Congrats Yi for receiving the Blackwell Graduate Research Paper award!"
8+
date: "April 2025",
9+
content: "Our paper titled 'Data Shapley in One Training Run' got the <strong style=\"color: red;\">Outstanding Paper Honorable Mention</strong> at ICLR 2025!"
1010
},
1111
{
12-
date: "September 2024",
13-
content: "Our 3 papers got accepted to NeurIPS, 2024: 'Fairness-Aware Meta-Learning via Nash Bargaining', 'Boosting Alignment for Post-Unlearning Text-to-Image Generative Models' and 'Compute-efficient LLM Training via Online Batch Selection'"
12+
date: "April 2025",
13+
content: "Yi and Si defended their thesis!"
1414
},
1515
{
16-
date: "September 2024",
17-
content: "Our team HokieTokie is one of the 10 teams selected for the Amazon Trusted AI Challenge as a Model Developer. Congrats Yi, Tran, Adam, Mahavir, and Sanchit!"
16+
date: "March 2025",
17+
content: "Ruoxi received the Early Career Scholarly Impact Award!"
1818
},
1919
{
20-
date: "September 2024",
21-
content: "Ruoxi is going to co-organize a tutorial at NeurIPS 2024 on \"<strong>Advancing Data Selection for Foundation Models: From Heuristics to Principled Method</strong>.\" Stay tuned!"
20+
date: "January 2025",
21+
content: "Congrats Yi for receiving the Blackwell Graduate Research Paper award!"
2222
},
2323
{
2424
date: "September 2024",
25-
content: "Our 3 papers got accepted to EMNLP, 2024: 'BEEAR: Embedding-based Adversarial Removal of Safety Backdoors in Instruction-tuned Language Models', 'FASTTRACK: Reliable Fact Tracing via Clustering and LLM-Powered Evidence Validation' and 'Can We Trust the Performance Evaluation of Uncertainty Estimation Methods in Text Summarization'"
25+
content: "Our team HokieTokie is one of the 10 teams selected for the Amazon Trusted AI Challenge as a Model Developer. Congrats Yi, Tran, Adam, Mahavir, and Sanchit!"
2626
},
2727
{
28-
date: "August 2024",
29-
content: "Our paper titled 'How Johnny Can Persuade LLMs to Jailbreak Them: Rethinking Persuasion to Challenge AI Safety by Humanizing LLMs' got the <strong style=\"color: red;\">Best Social Impact Paper Award</strong> at ACL 2024! Congrats Yi and co-authors!"
28+
date: "September 2024",
29+
content: "Ruoxi is going to co-organize a tutorial at NeurIPS 2024 on \"<strong>Advancing Data Selection for Foundation Models: From Heuristics to Principled Method</strong>.\" Stay tuned!"
3030
},
3131
{
3232
date: "August 2024",
33-
content: "Our paper titled 'Data Valuation in the Absence of a Reliable Validation Set' got accepted to TMLR 2024!"
33+
content: "Our paper titled 'How Johnny Can Persuade LLMs to Jailbreak Them: Rethinking Persuasion to Challenge AI Safety by Humanizing LLMs' got the <strong style=\"color: red;\">Best Social Impact Paper Award</strong> at ACL 2024! Congrats Yi and co-authors!"
3434
},
3535
{
3636
date: "July 2024",
3737
content: "We are organizing the Trustworthy Interactive Decision-Making with Foundation Models Workshop at IJCAI 2024. It will be on August 3. Check out more details <a href='https://sites.google.com/view/ijcai24-tfm' target='_blank' rel='noopener noreferrer'>here</a>!"
3838
},
39-
{
40-
date: "May 2024",
41-
content: "Our 2 papers got accepted to ACL, 2024: 'Decision Making via Multi-Stakeholder Alignment in LLMs' and 'How Johnny Can Persuade LLMs to Jailbreak Them: Rethinking Persuasion to Challenge AI Safety by Humanizing LLMs'"
42-
},
43-
{
44-
date: "May 2024",
45-
content: "Our 4 papers got accepted to ICML, 2024: 'Rethinking Data Shapley for Data Selection Tasks: Misleads and Merits', 'RigorLLM: Resilient Guardrails for Large Language Models against Undesired Content', 'A Safe Harbor for AI Evaluation and Red Teaming', and 'Algorithm of Thoughts: Enhancing Exploration of Ideas in Large Language Models'"
46-
},
47-
{
48-
date: "May 2024",
49-
content: "Our paper titled 'Learning to Rank for Active Learning via Multi-Task Bilevel Optimization' got accepted to UAI, 2024!"
50-
},
5139
{
5240
date: "May 2024",
5341
content: "We are organizing the Workshop on Navigating and Addressing Data Problems for Foundation Models at ICLR 2024. Check out more details <a href='https://sites.google.com/view/dpfm-iclr24/home?authuser=0' target='_blank' rel='noopener noreferrer'>here</a>!"
@@ -56,18 +44,6 @@ const recentNews: NewsItem[] = [
5644
date: "Apr 2024",
5745
content: "Ruoxi received the Outstanding New Assistant Professor Award!"
5846
},
59-
{
60-
date: "Feb 2024",
61-
content: "Our paper titled 'The Mirrored Influence Hypothesis: Efficient Data Influence Estimation by Harnessing Forward Passes' got accepted to CVPR, 2024!"
62-
},
63-
{
64-
date: "Jan 2024",
65-
content: "Our paper titled 'Efficient Data Valuation for Weighted Nearest Neighbor Algorithms' got accepted to AISTATS, 2024"
66-
},
67-
{
68-
date: "Jan 2024",
69-
content: "Our 2 papers got accepted to ICLR, 2024: 'Get more for less: Principled Data Selection for Warming Up Fine-Tuning in LLMs' and 'Fine-tuning Aligned Language Models Compromises Safety, Even When Users Do Not Intend To!'"
70-
},
7147
{
7248
date: "Dec 2023",
7349
content: "We are organizing the tutorial on Data Contribution Estimation for Machine Learning at NeurIPS, 2023! Check out the live stream and more details <a href='https://nips.cc/virtual/2023/tutorial/73959' target='_blank' rel='noopener noreferrer'>here</a>."

src/assets/content/Publications/2025pubs.ts

+26-5
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,45 @@
11
const publications = [
2+
{
3+
"title": "Just Enough Shifts: Mitigating Over-Refusal in Aligned Language Models with Targeted Representation Fine-Tuning",
4+
"authors": "Mahavir Dabas, Si Chen, Charles Fleming, Ming Jin, Ruoxi Jia",
5+
"conference": "International Conference on Machine Learning (ICML), 2025",
6+
"arxiv": "",
7+
"highlights": []
8+
},
9+
{
10+
"title": "LLMs Can Plan Faster Only If We Let Them",
11+
"authors": "Bilgehan Sel, Lifu Huang, Naren Ramakrishnan, Ruoxi Jia, Ming Jin",
12+
"conference": "International Conference on Machine Learning (ICML), 2025",
13+
"arxiv": "",
14+
"highlights": []
15+
},
216
{
317
"title": "Data Shapley in One Training Run",
418
"authors": "Jiachen T. Wang, Prateek Mittal, Dawn Song, Ruoxi Jia",
519
"conference": "The Thirteenth International Conference on Learning Representations (ICLR), 2025",
620
"arxiv": "https://arxiv.org/abs/2406.11011",
7-
"highlights": []
21+
"highlights": ["Outstanding Paper Honorable Mention"]
822
},
923
{
1024
"title": "LLMs Can Plan Only If We Tell Them",
1125
"authors": "Bilgehan Sel, Ruoxi Jia, Ming Jin",
1226
"conference": "The Thirteenth International Conference on Learning Representations (ICLR), 2025",
13-
"arxiv": "",
27+
"arxiv": "https://arxiv.org/abs/2501.13545",
1428
"highlights": []
1529
},
1630
{
1731
"title": "Capturing the Temporal Dependence of Training Data Influence",
1832
"authors": "Jiachen T. Wang, Dawn Song, James Zou, Prateek Mittal, Ruoxi Jia",
1933
"conference": "The Thirteenth International Conference on Learning Representations (ICLR), 2025",
2034
"arxiv": "https://arxiv.org/abs/2412.09538",
21-
"highlights": []
35+
"highlights": ["Oral presentation"]
2236
},
2337
{
2438
"title": "AIR-BENCH 2024: A Safety Benchmark based on Regulation and Policies Specified Risk Categories",
2539
"authors": "Yi Zeng, Yu Yang, Andy Zhou, Jeffrey Ziwei Tan, Yuheng Tu, Yifan Mai, Kevin Klyman, Minzhou Pan, Ruoxi Jia, Dawn Song, Percy Liang, Bo Li",
2640
"conference": "The Thirteenth International Conference on Learning Representations (ICLR), 2025",
2741
"arxiv": "https://arxiv.org/abs/2407.17436",
28-
"highlights": []
42+
"highlights": ["Spotlight presentation"]
2943
},
3044
{
3145
"title": "SORRY-Bench: Systematically Evaluating Large Language Model Safety Refusal",
@@ -38,7 +52,14 @@ const publications = [
3852
"title": "Mind Control through Causal Inference: Predicting Clean Images from Poisoned Data",
3953
"authors": "Mengxuan Hu, Zihan Guan, Yi Zeng, Junfeng Guo, Zhongliang Zhou, Jielu Zhang, Ruoxi Jia, Anil Kumar Vullikanti, Sheng Li",
4054
"conference": "The Thirteenth International Conference on Learning Representations (ICLR), 2025",
41-
"arxiv": "",
55+
openreview: "https://openreview.net/forum?id=ho4mNiwr2n",
56+
"highlights": []
57+
},
58+
{
59+
"title": "Detecting Adversarial Data Using Perturbation Forgery",
60+
"authors": "Qian Wang, Chen Li, Yuchen Luo, Hefei Ling, Shijuan Huang, Ruoxi Jia, Ning Yu",
61+
"conference": "Conference on Computer Vision and Pattern Recognition (CVPR), 2025",
62+
"arxiv": "https://arxiv.org/abs/2405.16226",
4263
"highlights": []
4364
},
4465
{

src/assets/content/slides/Images.ts

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import groupPhoto3 from './images/group_photo_3.jpg';
44
import groupPhoto4 from './images/group_photo_4.jpg';
55
import groupPhoto5 from './images/group_photo_5.jpg';
66
import groupPhoto6 from './images/group_photo_6.jpg';
7+
import groupPhoto7 from './images/group_photo_7.jpg';
78

89
// Import additional photos as needed
910

@@ -37,4 +38,8 @@ export const groupPhotos: ImageCaption[] = [
3738
img: groupPhoto6,
3839
caption: '3/2024 - casual bowling photo'
3940
},
41+
{
42+
img: groupPhoto7,
43+
caption: '4/2025 in Cascade Waterfall'
44+
},
4045
];
Loading

0 commit comments

Comments
 (0)