paper-with-me

홈 › Papers

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

2025-08-14 · Zhuoqun Li, Xuanang Chen, Hongyu Lin, Yaojie Lu, Xianpei Han, Shanshan Jiang, Bin Dong, Le Sun arxiv

As researchers delve more deeply into their work, paper search requirements may become more flexible, sometimes involving specific details such as module configuration rather than being limited to coarse-grained topics. However, previous paper search systems are unable to meet these flexible-grained requirements, as previous systems mainly collect paper abstract to construct corpus index, which lacks detailed information to support retrieval by some finer-grained queries. In this work, we propose PaperRegister, which transforms traditional abstract-based index into a hierarchical index tree, thereby supporting queries at flexible granularity. Experiments on paper search tasks across a range of granularity demonstrate that PaperRegister achieves the SOTA performance, and particularly excels in the fine-grained scenarios, highlighting good potential as an effective solution for flexible-grained paper search in real-world applications. https://github.com/Li-Z-Q/PaperRegister.

📄 PDF Abstract BibTeX arXiv:2508.11116

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Sparse-Group Boosting with Balanced Selection Frequencies: A Simulation-Based Approach and R Implementation

2024-05-31 · Fabian Obster, Christian Heumann

This paper introduces a novel framework for reducing variable selection bias by balancing selection frequencies of base-learners in boosting and introduces the sgboost package in R, which implements this framework combin…

Selection biasVariable Selection

An update on statistical boosting in biomedicine

2017-02-27 · Andreas Mayr, Benjamin Hofner, Elisabeth Waldmann, Tobias Hepp 외

Statistical boosting algorithms have triggered a lot of research during the last decade. They combine a powerful machine-learning approach with classical statistical modelling, offering various practical advantages like …

regressionVariable Selection

Tricks and Plug-ins for Gradient Boosting with Transformers

2025-08-04 · Biyi Fang, Truong Vo, Jean Utke, Diego Klabjan arxiv

Transformer architectures dominate modern NLP but often demand heavy computational resources and intricate hyperparameter tuning. To mitigate these challenges, we propose a novel framework, BoostTransformer, that augment…

Text Classification

A Distributionally Robust Boosting Algorithm

2019-05-20 · Jose Blanchet, Yang Kang, Fan Zhang, Zhangyi Hu

Distributionally Robust Optimization (DRO) has been shown to provide a flexible framework for decision making under uncertainty and statistical estimation. For example, recent works in DRO have shown that popular statist…

Decision MakingDecision Making Under Uncertainty

Adaptive boosting with dynamic weight adjustment

2024-06-01 · Vamsi Sai Ranga Sri Harsha Mangina

Adaptive Boosting with Dynamic Weight Adjustment is an enhancement of the traditional Adaptive boosting commonly known as AdaBoost, a powerful ensemble learning technique. Adaptive Boosting with Dynamic Weight Adjustment…

Ensemble Learning