Skip to content

Commit 889f3f0

Browse files
committed
2 parents 13086d8 + 9fdb002 commit 889f3f0

15 files changed

+173
-62
lines changed

_bibliography/papers.bib

Lines changed: 100 additions & 52 deletions
Large diffs are not rendered by default.

_data/venues.yml

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
url: https://aclanthology.org
1212
color: "#dc143c"
1313

14+
"EMNLP 2024":
15+
url: https://2024.emnlp.org/
16+
color: "#dc143c"
17+
1418
"NAACL":
1519
url: https://naacl.org
1620
color: "#dc143c"
@@ -19,10 +23,6 @@
1923
url: https://2021.emnlp.org
2024
color: "#dc143c"
2125

22-
"NIPS":
23-
url: https://nips.cc
24-
color: "#00369f"
25-
2626
"ICML":
2727
url: https://icml.cc/
2828
color: "#4682b4"
@@ -32,11 +32,11 @@
3232
color: "#4682b4"
3333

3434
"TMLR":
35-
url: https://iclr.cc
35+
url: https://jmlr.org/tmlr/
3636
color: "#5b9bd5"
3737

3838
"TMLR 2024":
39-
url: https://iclr.cc
39+
url: https://jmlr.org/tmlr/
4040
color: "#5b9bd5"
4141

4242
"CVPR":
@@ -48,3 +48,15 @@
4848
"CVPR 2024 oral":
4949
url: https://cvpr.thecvf.com
5050
color: "#00369f"
51+
52+
"NeurIPS 2024 (D/B)":
53+
url: https://neurips.cc/
54+
color: "#00369f"
55+
56+
"NeurIPS 2024":
57+
url: https://neurips.cc/
58+
color: "#00369f"
59+
60+
"ICLR 2025":
61+
url: https://iclr.cc/
62+
color: "#00369f"

_news/2024_09_19_videoscore_accept.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: post
3+
date: 2024-09-19 8:11:00-0700
4+
inline: true
5+
related_posts: false
6+
---
7+
8+
🎉 VideoScore is accepted to the [EMNLP 2024](https://2024.emnlp.org/) main conference!

_news/2024_09_26_arena_neurips.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: post
3+
date: 2024-09-26 8:11:00-0700
4+
inline: true
5+
related_posts: false
6+
---
7+
8+
🎉 [GenAI-Arena](https://arxiv.org/abs/2406.04485) and [WildVision-Arena](https://arxiv.org/abs/2406.11069) have been accepted to the [NeurIPS 2024](https://neurips.cc/Conferences/2024) D/B track!

_news/2024_11_14_mantis_tmlr_2024.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: post
3+
date: 2024-11-14 8:11:00-0700
4+
inline: true
5+
related_posts: false
6+
---
7+
8+
🎉 [Mantis](https://arxiv.org/abs/2405.01483) is accepted to [TMLR 2024](https://openreview.net/forum?id=skLtdUVaJa)

_news/2025_01_22_megabench.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: post
3+
date: 2025-01-22 8:11:00-0700
4+
inline: true
5+
related_posts: false
6+
---
7+
8+
🎉 [MegaBench](https://tiger-ai-lab.github.io/MEGA-Bench/) is accepted to [ICLR 2025](https://openreview.net/forum?id=2rWbKbmOuM)!

_news/2025_02_03_acecoder.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: post
3+
date: 2025-02-03 8:11:00-0700
4+
inline: true
5+
related_posts: false
6+
---
7+
8+
We release 🂡 [AceCoder](https://tiger-ai-lab.github.io/AceCoder/) and the SoTA [reward model](https://huggingface.co/TIGER-Lab/AceCodeRM-7B) for coding!

_news/2025_03_08_nvidia_intern.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: post
3+
date: 2025-03-08 8:11:00-0700
4+
inline: true
5+
related_posts: false
6+
---
7+
8+
🎉 Will join NVIDIA as an intern this summer! See you at Santa Clara.

_pages/about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ selected_papers: true # includes a list of papers marked as "selected={true}"
1515
social: true # includes social icons at the bottom of the page
1616
---
1717

18-
I'm a first-year CS Ph.D. student of [TIGER-Lab][12] at [University of Waterloo][7], advised by Prof. [Wenhu Chen][6]. Previously, I received my bachelor degree in Computer Science at [Zhejiang University][0], advised Prof. [Zhao Zhou][8]. I was a research intern at USC INK-Lab advised by [Xiang Ren][1]. I am also an incoming summer intern at [Allen Institute for AI][11], where I will work with [(Bill)Yuchen Lin][5] and [Lianhui Qin][10]
18+
I'm a second-year CS Ph.D. student of [TIGER-Lab][12] at [University of Waterloo][7], advised by Prof. [Wenhu Chen][6]. Previously, I received my bachelor degree in Computer Science at [Zhejiang University][0]. I have interned at at [Allen Institute for AI][11] in summer 2024, supervised by [Bill Yuchen Lin][5] and [Lianhui Qin][10].
1919

2020
My research focus on General Artificial Intelligence and their applications. I am particularly interested in understanding the behavior of LLMs and and multimodality reasoning, as well as their evaluation.
2121

@@ -38,7 +38,7 @@ and
3838
[7]: https://uwaterloo.ca/
3939
[8]: https://scholar.google.com.hk/citations?user=IIoFY90AAAAJ&hl=zh-CN
4040
[9]: https://inklab.usc.edu/
41-
[10]: https://sites.google.com/view/lianhuiqin/home
41+
[10]: https://lianhui.ucsd.edu/
4242
[11]: https://allenai.org/
4343
[12]: https://huggingface.co/TIGER-Lab
4444

_pages/miscellaneous.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ nav_order: 3
2626

2727
- ACL ARR (2024)
2828
- NeurIPS (2024)
29+
- ICLR (2024)
30+
- TMLR (2024)
31+
- AISTATS (2025)
2932

3033

3134
<!-- For now, this page is assumed to be a static description of your courses. You can convert it to a collection similar to `_projects/` so that you can have a dedicated page for each course.

0 commit comments

Comments
 (0)