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)
# fine-grained extracting
bash regist_step1_extract.sh
# bottom-up aggregrating
bash regist_step2_transform.sh
# get the hierarchical index tree
python offline.py
# 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# sft
bash plus_router_train_sft.sh
# hierarchical-reward grpo
bash plus_router_train_grpo.sh