Skip to content

Commit 10b0f9e

Browse files
Vikranth SrivatsaVikranth Srivatsa
authored andcommitted
Update publication and news
1 parent c99af64 commit 10b0f9e

File tree

2 files changed

+59
-5
lines changed

2 files changed

+59
-5
lines changed

content/news/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ date: 2024-02-10
44
draft: false
55
hideToc: false
66
---
7+
- 1/26/2025 🎉 [OSWorld-Human](https://arxiv.org/abs/2506.16042) was accepted to 9th Annual Conference on Machine Learning and Systems 2026!
8+
- 1/26/2025 🎉 [Beat the long tail: Distribution-Aware Speculative Decoding for RL Training](https://arxiv.org/abs/2511.13841) was accepted to 9th Annual Conference on Machine Learning and Systems 2026!
79
- 9/23/2025 🎉 [FarSight](https://arxiv.org/abs/2506.00384) was accepted to the Workshop on Machine Learning for Systems at NeurIPS 2025!
810
- 9/23/2025 🎉 [Demystifying Delays in Reasoning](https://cseweb.ucsd.edu/~yiying/2025_NIPS_ERW_Deep_Research_Perf_Study.pdf) was accepted to the Workshop on Efficient Reasoning at NeurIPS 2025!
911
- 6/19/2025 [Preprint release of OSWorld-Human](https://arxiv.org/abs/2506.16042): Benchmarking the Efficiency of Computer-Use Agents

content/publications/_index.md

Lines changed: 57 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,63 @@ date: 2024-02-10
44
---
55

66
## Conference Papers
7-
- **Cognify: The Automated Optimizer for Generative AI Workflows**
7+
- **OSWorld-Human: Benchmarking the Efficiency of Computer-Use Agents**<br/>
8+
*Reyna Abhyankar\*, Qi Qi\*, Yiying Zhang*<br/>
9+
*Workshop on Computer Use Agents at ICML, 2025*<br/>
10+
*9th Annual Conference on Machine Learning and Systems 2026*<br/>
11+
[MLSys '2026](https://arxiv.org/abs/2506.16042)
12+
{{< bibtex name="abhyankar2026osworld" >}}
13+
@inproceedings{abhyankar2026osworld,
14+
author = "Abhyankar, Reyna and Qi, Qi and Zhang, Yiying",
15+
title = "OSWorld-Human: Benchmarking the Efficiency of Computer-Use Agents", booktitle = "Proceedings of the 9th Annual Conference on Machine Learning and Systems (MLSys)",
16+
year = "2026" }
17+
{{< /bibtex >}}
18+
19+
- **Beat the long tail: Distribution-Aware Speculative Decoding for RL Training**<br/> *Zelei Shao\*, Vikranth Srivatsa\*, Sanjana Srivastava, Qingyang Wu, Alpay Ariyak, Xiaoxia Wu, Ameen Patel, Jue Wang, Percy Liang, Tri Dao, Ce Zhang, Yiying Zhang, Ben Athiwaratkun, Chenfeng Xu, Junxiong Wang* <br/>
20+
*9th Annual Conference on Machine Learning and Systems 2026*<br/>
21+
[MLSys '2026](https://arxiv.org/abs/2511.13841)
22+
{{< bibtex name="shao2026beat" >}}
23+
@inproceedings{shao2026beat,
24+
author = "Shao, Zelei and Srivatsa, Vikranth and Srivastava, Sanjana and Wu, Qingyang and Ariyak, Alpay and Wu, Xiaoxia and Patel, Ameen and Wang, Jue and Liang, Percy and Dao, Tri and Zhang, Ce and Zhang, Yiying and Athiwaratkun, Ben and Xu, Chenfeng and Wang, Junxiong",
25+
title = "Beat the long tail: Distribution-Aware Speculative Decoding for RL Training",
26+
booktitle = "Proceedings of the 9th Annual Conference on Machine Learning and Systems (MLSys)",
27+
year = "2026" }
28+
{{< /bibtex >}}
29+
30+
31+
- **FarSight: Deep-Learning-Driven Prefetching for Far Memory** <br/>
32+
*Yutong Huang, Zhiyuan Guo, Yiying Zhang* </br>
33+
*Workshop on Machine Learning for Systems at NeurIPS, 2025* </br>
34+
[NeurIPS 2025](https://neurips.cc/Conferences/2025)
35+
{{< bibtex name="FarSight" >}} @inproceedings{
36+
huang2025farsight,
37+
title={FarSight: Deep-Learning-Driven Prefetching for Far Memory},
38+
author={Yutong Huang and Zhiyuan Guo and Yiying Zhang},
39+
booktitle={NeurIPS 2025 Workshop on Machine Learning for Systems},
40+
year={2025},
41+
month=Dec,
42+
address={Vancouver, Canada},
43+
}
44+
{{< /bibtex >}}
45+
46+
- **Demystifying Delays in Reasoning** <br/>
47+
*Reyna Abhyankar, Qi Qi, Yiying Zhang* </br>
48+
*Workshop on Efficient Reasoning at NeurIPS, 2025* </br>
49+
[NeurIPS 2025](https://neurips.cc/Conferences/2025)
50+
{{< bibtex name="DemystifyingDelays" >}}
51+
@inproceedings{
52+
abhyankar2025demystifying,
53+
title={Demystifying Delays in Reasoning},
54+
author={Reyna Abhyankar and Qi Qi and Yiying Zhang},
55+
booktitle={NeurIPS 2025 Workshop on Efficient Reasoning},
56+
year={2025},
57+
month=Dec,
58+
address={Vancouver, Canada},
59+
}
60+
{{< /bibtex >}}
61+
62+
63+
- **Cognify: The Automated Optimizer for Generative AI Workflows** <br/>
864
*Zijian He\*, Reyna Abhyankar\*, Vikranth Srivatsa, Yiying Zhang*
965
*31st ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (KDD), 2025*<br/>
1066
[KDD '25](https://arxiv.org/abs/2502.08056)
@@ -55,10 +111,6 @@ date: 2024-02-10
55111
{{< /bibtex >}}
56112

57113
## Preprints
58-
- **OSWorld-Human: Benchmarking the Efficiency of Computer-Use Agents**<br/>
59-
*Reyna Abhyankar, Qi Qi, Yiying Zhang*<br/>
60-
*Accepted to Workshop on Computer Use Agents at ICML, 2025*<br/>
61-
[arXiv:2506.16042](https://arxiv.org/abs/2506.16042)
62114

63115
- **Deep-Learning-Driven Prefetching for Far Memory**<br/>
64116
*Yutong Huang, Zhiyuan Guo, Yiying Zhang*<br/>

0 commit comments

Comments
 (0)