WarrenWang01 commited on
Commit
17fb464
ยท
verified ยท
1 Parent(s): d957e4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -13,9 +13,10 @@ language:
13
  ---
14
  <div align="center">
15
  <h1> Retrieval as Generation: A Unified Framework with Self-Triggered Information Planning </h1>
 
16
  <p>
17
  <a href="https://github.com/WisdomShell/GRIP"><img alt="Website" src="https://img.shields.io/badge/๐ŸŒ_Project-Website-A593C2?style=flat-square&labelColor=8A7AA8"></a>
18
- <a href="https://huggingface.co/WarrenWang01/LLaMa-3-8B-Base-GRIP"><img alt="Model Weights" src="https://img.shields.io/badge/๐Ÿค—_HuggingFace-Model_Weights-D4A574?style=flat-square&labelColor=B8956A"></a>
19
  <a href="https://arxiv.org/abs/2506.99999999"><img alt="Paper" src="https://img.shields.io/badge/๐Ÿ“„_arXiv-Paper-C7969C?style=flat-square&labelColor=A8798A"></a>
20
  </p>
21
  <a href="https://deepblue666.github.io/">Bo Li</a>&emsp;
@@ -88,12 +89,12 @@ Below are the datasets used for SFT and RL training in our work, and the weights
88
 
89
  | Dataset | HF Dataset Repo |
90
  |------------------------------|-----------------------------------------------------------------------------------------------------------|
91
- | GRIP_SFT_Train_Data | [WarrenWang01/GRIP_SFT_Data](https://huggingface.co/datasets/WarrenWang01/GRIP_SFT_Data) |
92
- | GRIP_RL_Train_Data | [WarrenWang01/GRIP_RL_Data](https://huggingface.co/datasets/WarrenWang01/GRIP_RL_Data) |
93
 
94
  | Model | HF Model Repo |
95
  |------------------------------|-----------------------------------------------------------------------------------------------------------|
96
- | Meta-LLaMa-3-8b-GRIP | [WarrenWang01/LLaMa-3-8b-GRIP](https://huggingface.co/WarrenWang01/LLaMa-3-8b-GRIP) |
97
 
98
  ## Generation SFT and RL Training Data
99
 
 
13
  ---
14
  <div align="center">
15
  <h1> Retrieval as Generation: A Unified Framework with Self-Triggered Information Planning </h1>
16
+ <h2>[ACL 2026 Main Conference]</h2>
17
  <p>
18
  <a href="https://github.com/WisdomShell/GRIP"><img alt="Website" src="https://img.shields.io/badge/๐ŸŒ_Project-Website-A593C2?style=flat-square&labelColor=8A7AA8"></a>
19
+ <a href="https://huggingface.co/WisdomShell/LLaMa-3-8B-Base-GRIP"><img alt="Model Weights" src="https://img.shields.io/badge/๐Ÿค—_HuggingFace-Model_Weights-D4A574?style=flat-square&labelColor=B8956A"></a>
20
  <a href="https://arxiv.org/abs/2506.99999999"><img alt="Paper" src="https://img.shields.io/badge/๐Ÿ“„_arXiv-Paper-C7969C?style=flat-square&labelColor=A8798A"></a>
21
  </p>
22
  <a href="https://deepblue666.github.io/">Bo Li</a>&emsp;
 
89
 
90
  | Dataset | HF Dataset Repo |
91
  |------------------------------|-----------------------------------------------------------------------------------------------------------|
92
+ | GRIP_SFT_Train_Data | [WisdomShell/GRIP_SFT_Data](https://huggingface.co/datasets/WisdomShell/GRIP_SFT_Data) |
93
+ | GRIP_RL_Train_Data | [WisdomShell/GRIP_RL_Data](https://huggingface.co/datasets/WisdomShell/GRIP_RL_Data) |
94
 
95
  | Model | HF Model Repo |
96
  |------------------------------|-----------------------------------------------------------------------------------------------------------|
97
+ | Meta-LLaMa-3-8b-GRIP | [WisdomShell/LLaMa-3-8b-GRIP](https://huggingface.co/WisdomShell/GRIP-Llama-3-8B) |
98
 
99
  ## Generation SFT and RL Training Data
100