Abstract
We present our submission to the Task 5 of SemEval-2025 that aims to aidlibrarians in assigning subject tags to the library records by producing a listof likely relevant tags for a given document. We frame the task as aninformation retrieval problem, where the document content is used to retrievesubject tags from a large subject taxonomy. We leverage two types of encodermodels to build a two-stage information retrieval system -- a bi-encoder forcoarse-grained candidate extraction at the first stage, and a cross-encoder forfine-grained re-ranking at the second stage. This approach proved effective,demonstrating significant improvements in recall compared to single-stagemethods and showing competitive results according to qualitative evaluation.