Skip to content

Commit cc7e9c4

Browse files
committed
redesign the index page
1 parent ad365fe commit cc7e9c4

File tree

13 files changed

+109
-84
lines changed

13 files changed

+109
-84
lines changed

_data/citations.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
- Chenyan Xiong
101101
- Ge Yu
102102
date: '2024-01-01'
103+
mark: acl2024
103104
link: https://scholar.google.com/scholar?q=Cleaner Pretraining Corpus Curation with Neural Web Scraping
104105
publisher: Proceedings of ACL
105106
title: Cleaner Pretraining Corpus Curation with Neural Web Scraping
@@ -116,6 +117,7 @@
116117
- Zhiyuan Liu
117118
- Maosong Sun
118119
date: '2024-01-01'
120+
mark: acl2024
119121
link: 'https://scholar.google.com/scholar?q=UltraLink: An Open-Source Knowledge-Enhanced Multilingual Supervised Fine-tuning Dataset'
120122
publisher: Proceedings of ACL
121123
title: 'UltraLink: An Open-Source Knowledge-Enhanced Multilingual Supervised Fine-tuning Dataset'
@@ -129,6 +131,7 @@
129131
- Yu Gu
130132
- Ge Yu
131133
date: '2024-01-01'
134+
mark: acl2024
132135
link: 'https://scholar.google.com/scholar?q=MARVEL: Unlocking the Multi-Modal Capability of Dense Retrieval via Visual Module Plugin'
133136
publisher: Proceedings of ACL
134137
title: 'MARVEL: Unlocking the Multi-Modal Capability of Dense Retrieval via Visual Module Plugin'
@@ -141,6 +144,7 @@
141144
- Zhiyuan Liu
142145
- Ge Yu
143146
date: '2024-01-01'
147+
mark: acl2024
144148
link: 'https://scholar.google.com/scholar?q=INTERVENOR: Prompting the Coding Ability of Large Language Models with the Interactive Chain of Repair'
145149
publisher: Proceedings of ACL (Findings)
146150
title: 'INTERVENOR: Prompting the Coding Ability of Large Language Models with the Interactive Chain of Repair'
@@ -159,6 +163,7 @@
159163
- Xiaodong Shi
160164
- Maosong Sun
161165
date: '2024-01-01'
166+
mark: acl2024
162167
link: 'https://scholar.google.com/scholar?q=MatPlotAgent: Method and Evaluation for LLM-Based Agentic Scientific Data Visualization'
163168
publisher: Proceedings of ACL (Findings)
164169
title: 'MatPlotAgent: Method and Evaluation for LLM-Based Agentic Scientific Data Visualization'
@@ -249,6 +254,7 @@
249254
- Yu Gu
250255
- Ge Yu
251256
date: '2024-01-01'
257+
mark: www2024
252258
link: 'https://scholar.google.com/scholar?q=Modeling User Viewing Flow Using Large Language Models for Article Recommendation'
253259
publisher: Proceedings of WWW
254260
title: Modeling User Viewing Flow Using Large Language Models for Article Recommendation
@@ -384,6 +390,7 @@
384390
- Maosong Sun
385391
- Chenyan Xiong
386392
date: '2025-01-01'
393+
mark: iclr2025
387394
link: 'https://scholar.google.com/scholar?q=RAG-DDR: Optimizing Retrieval-Augmented Generation Using Differentiable Data Rewards'
388395
title: 'RAG-DDR: Optimizing Retrieval-Augmented Generation Using Differentiable Data Rewards'
389396
publisher: Proceedings of ICLR
@@ -400,6 +407,7 @@
400407
- Zhiyuan Liu
401408
- Maosong Sun
402409
date: '2025-01-01'
410+
mark: iclr2025
403411
link: 'https://scholar.google.com/scholar?q=Visrag: Vision-based retrieval-augmented generation on multi-modality documents'
404412
title: 'Visrag: Vision-based retrieval-augmented generation on multi-modality documents'
405413
publisher: Proceedings of ICLR
@@ -420,6 +428,7 @@
420428
- Zhiyuan Liu
421429
- Maosong Sun
422430
date: '2025-01-01'
431+
mark: iclr2025
423432
link: 'https://scholar.google.com/scholar?q=Advancing llm reasoning generalists with preference trees'
424433
title: 'Advancing llm reasoning generalists with preference trees'
425434
publisher: Proceedings of ICLR

_data/highlights.yaml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
- authors:
2+
- Xinze Li
3+
- Sen Mei
4+
- Zhenghao Liu
5+
- Yukun Yan
6+
- Shuo Wang
7+
- Shi Yu
8+
- Zheni Zeng
9+
- Hao Chen
10+
- Ge Yu
11+
- Zhiyuan Liu
12+
- Maosong Sun
13+
- Chenyan Xiong
14+
date: '2025-01-01'
15+
link: 'https://scholar.google.com/scholar?q=RAG-DDR: Optimizing Retrieval-Augmented Generation Using Differentiable Data Rewards'
16+
title: 'RAG-DDR: Optimizing Retrieval-Augmented Generation Using Differentiable Data Rewards'
17+
publisher: Proceedings of ICLR
18+
- authors:
19+
- Zhipeng Xu
20+
- Zhenghao Liu
21+
- Yukun Yan
22+
- Zhiyuan Liu
23+
- Chenyan Xiong
24+
- Ge Yu
25+
date: '2024-01-01'
26+
link: https://scholar.google.com/scholar?q=Cleaner Pretraining Corpus Curation with Neural Web Scraping
27+
publisher: Proceedings of ACL
28+
title: Cleaner Pretraining Corpus Curation with Neural Web Scraping
29+
- authors:
30+
- Tianshuo Zhou
31+
- Sen Mei
32+
- Xinze Li
33+
- Zhenghao Liu
34+
- Chenyan Xiong
35+
- Zhiyuan Liu
36+
- Yu Gu
37+
- Ge Yu
38+
date: '2024-01-01'
39+
link: 'https://scholar.google.com/scholar?q=MARVEL: Unlocking the Multi-Modal Capability of Dense Retrieval via Visual Module Plugin'
40+
publisher: Proceedings of ACL
41+
title: 'MARVEL: Unlocking the Multi-Modal Capability of Dense Retrieval via Visual Module Plugin'

_includes/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
{% assign sorted_data = data | sort: "year" %}
99

10-
{% if include.data == "citations" %}
10+
{% if include.data == "citations" or include.data == "highlights" or include.data == "posts" %}
1111
{% assign sorted_data = data | sort: "date" | reverse %}
1212
{% endif %}
1313

_includes/post-info.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
</span>
2525
{% endif %}
2626

27-
{% if updated and updated != "" and updated != published %}
27+
<!-- {% if updated and updated != "" and updated != published %}
2828
<span data-tooltip="Last updated on">
2929
{% include icon.html icon="fa-solid fa-clock-rotate-left" %}
3030
<span>{{ updated }}</span>
3131
</span>
32-
{% endif %}
32+
{% endif %} -->
3333
</div>
3434

3535
{% if include.tags %}

_posts/2024-03-13-post.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: We have one paper accepted by WebConf 2024
3+
date: 2024-03-13
4+
---
5+
6+
We have five papers accepted by WebConf 2024: The Web Conference 2024
7+
8+
Singapore Management University, Singapore
9+
10+
May 13-17, 2024
11+
12+
{% include list.html data="citations" component="citation" filters="mark: www2024" %}

_posts/2024-04-24-post.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: We have three papers accepted by ICLR 2025
3+
date: 2025-04-24
4+
---
5+
6+
We have three papers accepted by ICLR 2025: The Thirteenth International Conference on Learning Representations
7+
8+
Singapore EXPO-1 Expo Drive, Singapore.
9+
10+
Apr 24–28, 2025
11+
12+
{% include list.html data="citations" component="citation" filters="mark: iclr2025" %}

_posts/2024-08-11-post.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: We have five papers accepted by ACL 2024
3+
date: 2024-08-11
4+
---
5+
6+
We have five papers accepted by ACL 2024: The 62nd Annual Meeting of the Association for Computational Linguistics
7+
8+
Bangkok, Thailand
9+
10+
August 11–16, 2024
11+
12+
{% include list.html data="citations" component="citation" filters="mark: acl2024" %}

_posts/2024-09-22-post.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

contact/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 加入我们
33
nav:
4-
order: 5
4+
order: 4
55
tooltip: Email, address, and location
66
---
77

index.md

Lines changed: 7 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -5,75 +5,16 @@
55

66
欢迎来到东北大学信息检索实验室(NEUIR),我们是一个由学生和教师组成的充满激情、兼容并蓄和富有创造力的团队
77

8-
## 亮点工作
9-
10-
{% capture text %}
11-
12-
我们的研究兴趣非常广泛,包括信息检索、多模态、大语言模型、检索增强生成、代码智能、推荐系统等等。
13-
14-
{%
15-
include button.html
16-
link="research"
17-
text="论文发表"
18-
icon="fa-solid fa-arrow-right"
19-
flip=true
20-
style="bare"
21-
%}
22-
23-
{% endcapture %}
24-
25-
{%
26-
include feature.html
27-
image="images/home/1.jpg"
28-
link="research"
29-
title="Research"
30-
text=text
31-
%}
8+
我们的研究兴趣非常广泛,包括信息检索、多模态、大语言模型、检索增强生成、代码智能、推荐系统等
329

33-
{% capture text %}
10+
我们与[清华大学自然语言处理实验室(THUNLP)](https://nlp.csai.tsinghua.edu.cn)[北京语言大学语言资源高精尖创新中心]((http://yuyanziyuan.blcu.edu.cn/en/))[OpenBMB](https://www.openbmb.cn/home)、启元实验室以及阿里巴巴等研究机构开展了紧密的学术合作与交流
3411

35-
我们与[清华大学自然语言处理实验室(THUNLP)](https://nlp.csai.tsinghua.edu.cn)[北京语言大学语言资源高精尖创新中心]((http://yuyanziyuan.blcu.edu.cn/en/))[OpenBMB](https://www.openbmb.cn/home)、启元实验室以及阿里巴巴等研究机构开展了紧密的学术合作与交流。
12+
东北大学信息检索实验室(NEUIR)由[于戈](https://scholar.google.com/citations?hl=en&user=HClMOmUAAAAJ)教授和[刘正皓](https://scholar.google.com/citations?user=4vrZRk0AAAAJ&hl=en)副教授领导,拥有20余名成员
3613

37-
{%
38-
include button.html
39-
link="projects"
40-
text="开源项目"
41-
icon="fa-solid fa-arrow-right"
42-
flip=true
43-
style="bare"
44-
%}
45-
46-
{% endcapture %}
47-
48-
{%
49-
include feature.html
50-
image="images/home/2.png"
51-
link="projects"
52-
title="Projects"
53-
flip=true
54-
style="bare"
55-
text=text
56-
%}
57-
58-
{% capture text %}
59-
60-
东北大学信息检索实验室(NEUIR)由[于戈](https://scholar.google.com/citations?hl=en&user=HClMOmUAAAAJ)教授和[刘正皓](https://scholar.google.com/citations?user=4vrZRk0AAAAJ&hl=en)副教授领导,拥有20余名成员。
14+
## 亮点工作
6115

62-
{%
63-
include button.html
64-
link="team"
65-
text="研究队伍"
66-
icon="fa-solid fa-arrow-right"
67-
flip=true
68-
style="bare"
69-
%}
16+
{% include list.html data="highlights" component="citation" %}
7017

71-
{% endcapture %}
18+
## 最新动态
7219

73-
{%
74-
include feature.html
75-
image="images/home/3.jpg"
76-
link="team"
77-
title="Team"
78-
text=text
79-
%}
20+
{% include list.html data="posts" component="post-excerpt" %}

news/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: 最新动态
3+
nav:
4+
order: 3
5+
tooltip: Software, datasets, and more
6+
---
7+
8+
# {% include icon.html icon="fa-solid fa-feather-pointed" %}News
9+
10+
{% include list.html data="posts" component="post-excerpt" %}

projects/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 开源项目
33
nav:
44
order: 2
5-
# tooltip: Software, datasets, and more
5+
tooltip: Software, datasets, and more
66
---
77

88
# {% include icon.html icon="fa-solid fa-wrench" %}Projects

team/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 研究队伍
33
nav:
4-
order: 3
4+
order: 2
55
tooltip: About our team
66
---
77

0 commit comments

Comments
 (0)