Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/data/publication.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ export const publicationData: Publication[] = [
// imageUrl: "/images/publication-image.jpg"
},
{
year: "2025",
conference: "ArXiv Preprint",
year: "2026",
conference: "ICLR",
title: "Seeing, Listening, Remembering, and Reasoning: A Multimodal Agent with Long-Term Memory",
authors: "Lin Long*, Yichen He*, Wentao Ye, Yiyuan Pan, Yuan Lin, Hang Li, Junbo Zhao, Wei Li",
paperUrl: "https://arxiv.org/abs/2508.09736",
Expand All @@ -106,7 +106,7 @@ export const publicationData: Publication[] = [
"/images/seeing_arxiv.png",
projectUrl: "https://m3-agent.github.io/",
codeUrl: "https://github.com/bytedance-seed/m3-agent",
// award: "🏆 Oral Presentation",
award: "⭐ 1.2k Stars",
// if you have an image in public/images, you can use it like this:
// imageUrl: "/images/publication-image.jpg"
},
Expand Down