SkillAgentSearch skills...

HierGR

Code for "HierGR: Hierarchical Semantic Representation Enhancement for Generative Retrieval in Food Delivery Search". ACL 2025.

Install / Use

/learn @zhangfw123/HierGR
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Code for HierGR

Offline Training on MSMARCO

Dataset

MSMARCO dataset is obtained from https://github.com/liyongqi67/MINDER.

RQ-VAE

code for offline hierarchical RQ-VAE training.

bash train_tokenizer.sh
bash tokenize.sh

GR_train

bash train.sh
bash test.sh

Large-scale Deployment

online_deployment_version/RQ-VAE

This is a version that utilize pytorch DDP to train hierarchical RQ-VAE. The embeddings of all items can be divide into several npy files, named "semantic_emb_*.npy".

Online GR Model Training

We directly use LLama-Factory to train our GR model based on Qwen2.5-1.5B-Instruct. LLama-Factory can be accessed from https://github.com/hiyouga/LLaMA-Factory.

Related Skills

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated1mo ago
Forks4

Languages

Python

Security Score

80/100

Audited on Feb 4, 2026

No findings