-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added new publications and news for Yi
- Loading branch information
Showing
5 changed files
with
73 additions
and
4 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
const publications = [ | ||
{ | ||
"title": "Data Shapley in One Training Run", | ||
"authors": "Jiachen T. Wang, Prateek Mittal, Dawn Song, Ruoxi Jia", | ||
"conference": "The Thirteenth International Conference on Learning Representations (ICLR), 2025", | ||
"arxiv": "https://arxiv.org/abs/2406.11011", | ||
"highlights": [] | ||
}, | ||
{ | ||
"title": "LLMs Can Plan Only If We Tell Them", | ||
"authors": "Bilgehan Sel, Ruoxi Jia, Ming Jin", | ||
"conference": "The Thirteenth International Conference on Learning Representations (ICLR), 2025", | ||
"arxiv": "", | ||
"highlights": [] | ||
}, | ||
{ | ||
"title": "Capturing the Temporal Dependence of Training Data Influence", | ||
"authors": "Jiachen T. Wang, Dawn Song, James Zou, Prateek Mittal, Ruoxi Jia", | ||
"conference": "The Thirteenth International Conference on Learning Representations (ICLR), 2025", | ||
"arxiv": "https://arxiv.org/abs/2412.09538", | ||
"highlights": [] | ||
}, | ||
{ | ||
"title": "AIR-BENCH 2024: A Safety Benchmark based on Regulation and Policies Specified Risk Categories", | ||
"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", | ||
"conference": "The Thirteenth International Conference on Learning Representations (ICLR), 2025", | ||
"arxiv": "https://arxiv.org/abs/2407.17436", | ||
"highlights": [] | ||
}, | ||
{ | ||
"title": "SORRY-Bench: Systematically Evaluating Large Language Model Safety Refusal", | ||
"authors": "Tinghao Xie, Xiangyu Qi, Yi Zeng, Yangsibo Huang, Udari Madhushani Sehwag, Kaixuan Huang, Luxi He, Boyi Wei, Dacheng Li, Ying Sheng, Ruoxi Jia, Bo Li, Kai Li, Danqi Chen, Peter Henderson, Prateek Mittal", | ||
"conference": "The Thirteenth International Conference on Learning Representations (ICLR), 2025", | ||
"arxiv": "https://arxiv.org/abs/2406.14598", | ||
"highlights": [] | ||
}, | ||
{ | ||
"title": "Mind Control through Causal Inference: Predicting Clean Images from Poisoned Data", | ||
"authors": "Mengxuan Hu, Zihan Guan, Yi Zeng, Junfeng Guo, Zhongliang Zhou, Jielu Zhang, Ruoxi Jia, Anil Kumar Vullikanti, Sheng Li", | ||
"conference": "The Thirteenth International Conference on Learning Representations (ICLR), 2025", | ||
"arxiv": "", | ||
"highlights": [] | ||
}, | ||
{ | ||
"title": "DiPT: Enhancing LLM Reasoning through Diversified Perspective-Taking", | ||
"authors": "Hoang Anh Just, Mahavir Dabas, Lifu Huang, Ming Jin, Ruoxi Jia", | ||
"conference": "Annual Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics (NAACL) Findings, 2025", | ||
"arxiv": "https://arxiv.org/abs/2409.06241", | ||
"highlights": [] | ||
}, | ||
{ | ||
"title": "Data Acquisition: A New Frontier in Data-centric AI", | ||
"authors": "Lingjiao Chen, Bilge Acun, Newsha Ardalani, Yifan Sun, Feiyang Kang, Hanrui Lyu, Yongchan Kwon, Ruoxi Jia, Carole-Jean Wu, Matei Zaharia, James Zou", | ||
"conference": "Transactions on Machine Learning Research (TMLR), 2025", | ||
"arxiv": "https://openreview.net/forum?id=5ARbfIHxtk", | ||
"highlights": [] | ||
} | ||
|
||
]; | ||
|
||
export default publications; |