Skip to content

Li-Z-Q/PaperRegister

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PaperRegister

PaperRegister: Boosting Flexible-grained Paper Search via Hierarchical Register Indexing

https://huggingface.co/papers/2508.11116

(The code is currently being organized, and the final version of the code is planned to be completed after the paper is officially published)

Offline Hierarchical Indexing

# fine-grained extracting
bash regist_step1_extract.sh

# bottom-up aggregrating
bash regist_step2_transform.sh

# get the hierarchical index tree
python offline.py

Online Adaptive Retrieval

# view identifying
python plus_router_get_tree.py
bash plus_router_inference.sh

# view-based matching
python plus_online.py

# get result
python plus_get_score.py

View Recognizer Training

# sft
bash plus_router_train_sft.sh

# hierarchical-reward grpo
bash plus_router_train_grpo.sh

About

PaperRegister: Boosting Flexible-grained Paper Search via Hierarchical Register Indexing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published