Skip to content

Commit 295351e

Browse files
update papers for ICLR 2025 and layout
1 parent 00f962f commit 295351e

File tree

4 files changed

+18
-13
lines changed

4 files changed

+18
-13
lines changed

data/research/papers.json

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"category": ["DigitalAIAgents", "Others"],
44
"title": "AgentTrek: Agent Trajectory Synthesis via Guiding Replay with Web Tutorials",
55
"authors": "Yiheng Xu, Dunjie Lu, Zhennan Shen, Junli Wang, Zekun Wang, Yuchen Mao, Caiming Xiong, Tao Yu",
6-
"publication": "Preprint",
6+
"publication": "ICLR 2025",
77
"paperLink": "https://arxiv.org/abs/2412.09605",
88
"codeLink": "",
99
"dataLink": "",
@@ -15,19 +15,31 @@
1515
"category": ["DigitalAIAgents"],
1616
"title": "Aguvis: Unified Pure Vision Agents for Autonomous GUI Interaction",
1717
"authors": "Yiheng Xu, Zekun Wang, Junli Wang, Dunjie Lu, Tianbao Xie, Amrita Saha, Doyen Sahoo, Tao Yu, Caiming Xiong",
18-
"publication": "Preprint",
18+
"publication": "ICLR 2025",
1919
"paperLink": "https://arxiv.org/abs/2412.04454",
2020
"codeLink": "https://github.com/xlang-ai/aguvis",
2121
"dataLink": "",
2222
"blogLink": "https://aguvis-project.github.io/",
2323
"twitterLink": "",
2424
"image": "/research/aguvis.jpg"
2525
},
26+
{
27+
"category": ["DigitalAIAgents"],
28+
"title": "Learn-by-interact: A Data-Centric Framework for Self-Adaptive Agents in Realistic Environments",
29+
"authors": "Hongjin Su, Ruoxi Sun, Jinsung Yoon, Pengcheng Yin, Tao Yu, Sercan Ö. Arık",
30+
"publication": "ICLR 2025",
31+
"paperLink": "https://arxiv.org/abs/2501.10893",
32+
"codeLink": "",
33+
"dataLink": "",
34+
"blogLink": "",
35+
"twitterLink": "",
36+
"image": "/research/learn_by_interact.png"
37+
},
2638
{
2739
"category": ["CodeGeneration", "DigitalAIAgents"],
2840
"title": "Spider 2.0: Evaluating Language Models on Real-World Enterprise Text-to-SQL Workflows",
2941
"authors": "Fangyu Lei, Jixuan Chen, Yuxiao Ye, Ruisheng Cao, Dongchan Shin, Hongjin Su, Zhaoqing Suo, Hongcheng Gao, Wenjing Hu, Pengcheng Yin, Victor Zhong, Caiming Xiong, Ruoxi Sun, Qian Liu, Sida Wang, Tao Yu",
30-
"publication": "Preprint",
42+
"publication": "ICLR 2025",
3143
"paperLink": "https://www.arxiv.org/abs/2411.07763",
3244
"codeLink": "https://github.com/xlang-ai/Spider2",
3345
"dataLink": "",
@@ -51,7 +63,7 @@
5163
"category": ["Others"],
5264
"title": "BRIGHT: A Realistic and Challenging Benchmark for Reasoning-Intensive Retrieval",
5365
"authors": "Hongjin Su, Howard Yen, Mengzhou Xia, Weijia Shi, Niklas Muennighoff, Han-yu Wang, Haisu Liu, Quan Shi, Zachary S. Siegel, Michael Tang, Ruoxi Sun, Jinsung Yoon, Sercan O. Arik, Danqi Chen, Tao Yu",
54-
"publication": "Preprint",
66+
"publication": "ICLR 2025",
5567
"paperLink": "https://arxiv.org/abs/2407.12883",
5668
"codeLink": "https://github.com/xlang-ai/BRIGHT",
5769
"dataLink": "",
@@ -63,7 +75,7 @@
6375
"category": ["Others"],
6476
"title": "Generative Representational Instruction Tuning",
6577
"authors": "Niklas Muennighoff, Hongjin Su, Liang Wang, Nan Yang, Furu Wei, Tao Yu, Amanpreet Singh, Douwe Kiela",
66-
"publication": "ICLR 2024 AGI Workshop, Best Paper Award",
78+
"publication": "ICLR 2025",
6779
"paperLink": "https://arxiv.org/abs/2402.09906",
6880
"codeLink": "https://github.com/ContextualAI/gritlm",
6981
"dataLink": "",

pages/components/News/News.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,6 @@ const News = ({ news }: { news?: NewsInterface[] }) => {
4343
<div>{`April 11, 2024`}</div>
4444
<div>🔥🔥 We have released &nbsp;<a href="https://os-world.github.io/" target="_blank" className="underline">OSWorld</a>,&nbsp; A unified, real computer env for multimodal agents to evaluate open-ended computer tasks with arbitrary apps and interfaces on Ubuntu, Windows, & macOS! &nbsp;</div>
4545
</div>
46-
<div
47-
className='grid grid-cols-[auto,1fr] gap-x-8 flex-wrap py-3 border-b border-black/30 text-sm'
48-
key="top-news"
49-
>
50-
<div>{`Feb 20, 2024`}</div>
51-
<div>🔥🔥 We have released &nbsp;<a href="https://arks-codegen.github.io/" target="_blank" className="underline">ARKS</a>,&nbsp; a general pipeline for retrieval-augmented code generation (RACG)! &nbsp;</div>
52-
</div>
5346
<div
5447
className='grid grid-cols-[auto,1fr] gap-x-8 flex-wrap py-3 border-b border-black/30 text-sm'
5548
key="top-news"

pages/publications.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ const PaperBlock = ({ paper }: { paper: Paper }) => {
148148
<h1 className='text-lg font-[500]'>{paper.title}</h1>
149149
<p className='text-[#727272] text-xs font-[500]'>{paper.authors}</p>
150150
{paper.publication && (
151-
<p className='italic text-xs font-[500]'>{paper.publication}</p>
151+
<p className='text-md font-[500]'>{paper.publication}</p>
152152
)}
153153
<div className='flex justify-end items-center w-full gap-3 font-[500] text-xs'>
154154
{huggingfaceDownloads !== undefined &&
339 KB
Loading

0 commit comments

Comments
 (0)