You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/assets/content/News/news.ts
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,30 @@ interface NewsItem {
4
4
}
5
5
6
6
constrecentNews: NewsItem[]=[
7
+
{
8
+
date: "September 2024",
9
+
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'"
10
+
},
11
+
{
12
+
date: "September 2024",
13
+
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!"
14
+
},
15
+
{
16
+
date: "September 2024",
17
+
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!"
18
+
},
19
+
{
20
+
date: "September 2024",
21
+
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'"
22
+
},
23
+
{
24
+
date: "August 2024",
25
+
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!"
26
+
},
27
+
{
28
+
date: "August 2024",
29
+
content: "Our paper titled 'Data Valuation in the Absence of a Reliable Validation Set' got accepted to TMLR 2024!"
30
+
},
7
31
{
8
32
date: "July 2024",
9
33
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>!"
0 commit comments