paper-with-me

홈 › Papers

Lightning IR: Straightforward Fine-tuning and Inference of Transformer-based Language Models for Information Retrieval

2024-11-07 · Ferdinand Schlatt, Maik Fröbe, Matthias Hagen

A wide range of transformer-based language models have been proposed for information retrieval tasks. However, including transformer-based models in retrieval pipelines is often complex and requires substantial engineering effort. In this paper, we introduce Lightning IR, an easy-to-use PyTorch Lightning-based framework for applying transformer-based language models in retrieval scenarios. Lightning IR provides a modular and extensible architecture that supports all stages of a retrieval pipeline: from fine-tuning and indexing to searching and re-ranking. Designed to be scalable and reproducible, Lightning IR is available as open-source: https://github.com/webis-de/lightning-ir.

📄 PDF Abstract BibTeX arXiv:2411.04677

Code (1)

webis-de/lightning-ir 공식 구현 pytorch

Tasks

Information RetrievalRe-RankingRetrieval

Similar Papers 제목 키워드 기반

ESPnet-EZ: Python-only ESPnet for Easy Fine-tuning and Integration

2024-09-14 · Masao Someki, Kwanghee Choi, Siddhant Arora, William Chen 외

We introduce ESPnet-EZ, an extension of the open-source speech processing toolkit ESPnet, aimed at quick and easy development of speech models. ESPnet-EZ focuses on two major aspects: (i) easy fine-tuning and inference o…

Multi-scale Residual Transformer for VLF Lightning Transients Classification

2023-12-07 · Jinghao Sun, Tingting Ji, Guoyu Wang, Rui Wang

The utilization of Very Low Frequency (VLF) electromagnetic signals in navigation systems is widespread. However, the non-stationary behavior of lightning signals can affect VLF electromagnetic signal transmission. Accur…

Classification

LightningDOT: Pre-training Visual-Semantic Embeddings for Real-Time Image-Text Retrieval

2021-03-16 · NAACL 2021 4 · Siqi Sun, Yen-Chun Chen, Linjie Li, Shuohang Wang 외

Multimodal pre-training has propelled great advancement in vision-and-language research. These large-scale pre-trained models, although successful, fatefully suffer from slow inference speed due to enormous computation c…

Image-text RetrievalRe-RankingRetrievalText Retrieval

Yi-Lightning Technical Report

2024-12-02 · Alan Wake, Bei Chen, C. X. Lv, Chao Li 외

This technical report presents Yi-Lightning, our latest flagship large language model (LLM). It achieves exceptional performance, ranking 6th overall on Chatbot Arena, with particularly strong results (2nd to 4th place) …

ChatbotLarge Language ModelMathMixture-of-Experts

Lightning OPD: Efficient Post-Training for Large Reasoning Models with Offline On-Policy Distillation

2026-04-14 · Yecheng Wu, Song Han, Hai Cai arxiv

On-policy distillation (OPD) is an effective post-training paradigm for large language models but requires a live teacher server throughout training, resulting in substantial infrastructure overhead. We investigate wheth…

Code Generation