Skip to content

Commit

Permalink
add projects
Browse files Browse the repository at this point in the history
xhd0728 committed Sep 25, 2024
1 parent a986b99 commit 2db7920
Showing 12 changed files with 133 additions and 10 deletions.
97 changes: 89 additions & 8 deletions _data/projects.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,110 @@
- title: OpenMatch
subtitle:
subtitle: SIGIR 2023
image: images/projects/openmatch.png
link: https://github.com/OpenMatch/OpenMatch
description: An Open-Source Package for Information Retrieval
repo: OpenMatch/OpenMatch
group: SIGIR

- title: ActiveRAG
subtitle:
image: images/projects/activerag.png
link: https://github.com/OpenMatch/ActiveRAG
description: This is the code repo for our paper "Revealing the Treasures of Knowledge via Active Learning".
description: Revealing the Treasures of Knowledge via Active Learning
repo: OpenMatch/NeuScraper

- title: MARVEL
subtitle: ACL 2024
subtitle: ACL 2024 (<span style="color:red">oral</span>)
image: images/projects/marvel.png
link: https://github.com/OpenMatch/MARVEL
description: 'This is the code repo for our ACL’24 paper "MARVEL: Unlocking the Multi-Modal Capability of Dense Retrieval via Visual Module Plugin".'
description: 'MARVEL: Unlocking the Multi-Modal Capability of Dense Retrieval via Visual Module Plugin'
repo: OpenMatch/MARVEL
group: featured
group: ACL

- title: NeuScraper
subtitle: ACL 2024
subtitle: ACL 2024 (<span style="color:red">oral</span>)
image: images/projects/neuscraper.png
link: https://github.com/OpenMatch/NeuScraper
description: This is the code repo for our ACL’24 paper "Cleaner Pretraining Corpus Curation with Neural Web Scraping".
description: Cleaner Pretraining Corpus Curation with Neural Web Scraping
repo: OpenMatch/NeuScraper
group: featured
group: ACL

- title: INTERVENOR
subtitle: ACL 2024
image: images/projects/intervenor.png
link: https://github.com/NEUIR/INTERVENOR
description: 'INTERVENOR: Prompt the Coding Ability of Large Language Models with the Interactive Chain of Repairing'
repo: NEUIR/INTERVENOR
group: ACL

- title: P3Ranker
subtitle: SIGIR 2022
image: images/projects/p3ranker.png
link: https://github.com/NEUIR/P3Ranker
description: 'P3 Ranker: Mitigating the Gaps between Pre-training and Ranking Fine-tuning with Prompt-based Learning and Pre-finetuning'
repo: NEUIR/P3Ranker
group: SIGIR

- title: ConAE
subtitle: EMNLP 2022
image: images/projects/conae.png
link: https://github.com/NEUIR/ConAE
description: Dimension Reduction for Efficient Dense Retrieval via Conditional Autoencoder
repo: NEUIR/ConAE
group: EMNLP

- title: Self-Guide
subtitle: CCL 2024
image: images/projects/selfguide.png
link: https://github.com/NEUIR/Self-Guide
description: 'Self-Guide: A LLM Reasoning Enhancement Method Based on Self-Guided Planning'
repo: NEUIR/Self-Guide
group: CCL

- title: CO-GAT
subtitle: TBD 2024
image: images/projects/cogat.png
link: https://github.com/NEUIR/CO-GAT
description: Multi-Evidence based Fact Verification via A Confidential Graph Neural Network
repo: NEUIR/CO-GAT
group: TBD

- title: DebugEval
subtitle:
image: images/projects/debugeval.png
link: https://github.com/NEUIR/DebugEval
description: Enhancing the Code Debugging Ability of LLMs via Communicative Agent Based Data Refinement
repo: NEUIR/DebugEval

- title: UniVL-DR
subtitle: ICLR 2023
image: images/projects/univldr.png
link: https://github.com/OpenMatch/UniVL-DR
description: 'Universal Vision-Language Dense Retrieval: Learning A Unified Representation Space for Multi-Modal Retrieval'
repo: OpenMatch/UniVL-DR
group: ICLR

- title: SANTA
subtitle: ACL 2023
image: images/projects/santa.png
link: https://github.com/OpenMatch/SANTA
description: Structure-Aware Language Model Pretraining Improves Dense Retrieval on Structured Data
repo: OpenMatch/SANTA
group: ACL

- title: TASTE
subtitle: CIKM 2023
image: images/projects/taste.png
link: https://github.com/OpenMatch/TASTE
description: Text Matching Improves Sequential Recommendation by Reducing Popularity Biases
repo: OpenMatch/TASTE
group: CIKM

- title: FiT5
subtitle: COLING 2024
image: images/projects/fit5.png
link: https://github.com/OpenMatch/FiT5
description: 'Fusion-in-T5: Unifying Variant Signals for Simple and Effective Document Ranking with Attention Fusion'
repo: OpenMatch/FiT5
group: COLING

Binary file added images/projects/cogat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/projects/conae.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/projects/debugeval.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/projects/fit5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/projects/intervenor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/projects/p3ranker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/projects/santa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/projects/selfguide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/projects/taste.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/projects/univldr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 44 additions & 2 deletions projects/index.md
Original file line number Diff line number Diff line change
@@ -11,9 +11,51 @@ nav:

<div style="text-align: center">我们是一个由学生和教师组成的充满激情、兼容并蓄和富有创造力的团队</div>

## Featured
## ACL

{% include list.html component="card" data="projects" filters="group: featured" %}
{% include list.html component="card" data="projects" filters="group: ACL" %}

{% include section.html %}

## SIGIR

{% include list.html component="card" data="projects" filters="group: SIGIR" %}

{% include section.html %}

## ICLR

{% include list.html component="card" data="projects" filters="group: ICLR" %}

{% include section.html %}

## CCL

{% include list.html component="card" data="projects" filters="group: CCL" %}

{% include section.html %}

## CIKM

{% include list.html component="card" data="projects" filters="group: CIKM" %}

{% include section.html %}

## EMNLP

{% include list.html component="card" data="projects" filters="group: EMNLP" %}

{% include section.html %}

## COLING

{% include list.html component="card" data="projects" filters="group: COLING" %}

{% include section.html %}

## TBD

{% include list.html component="card" data="projects" filters="group: TBD" %}

{% include section.html %}

0 comments on commit 2db7920

Please sign in to comment.