paper-with-me

홈 › Papers

A model and package for German ColBERT

2025-04-25 · Thuong Dang, Qiqi Chen

In this work, we introduce a German version for ColBERT, a late interaction multi-dense vector retrieval method, with a focus on RAG applications. We also present the main features of our package for ColBERT models, supporting both retrieval and fine-tuning workflows.

📄 PDF Abstract BibTeX arXiv:2504.20083

Code (0)

등록된 구현이 없습니다.

Tasks

modelRAGRetrieval

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

DEMorphy, German Language Morphological Analyzer

2018-03-02 · Duygu Altinok

DEMorphy is a morphological analyzer for German. It is built onto large, compactified lexicons from German Morphological Dictionary. A guesser based on German declension suffixed is also provided. For German, we provided…

ColBERT-serve: Efficient Multi-Stage Memory-Mapped Scoring

2025-04-21 · Kaili Huang, Thejas Venkatesh, Uma Dingankar, Antonio Mallia 외

We study serving retrieval models, specifically late interaction models like ColBERT, to many concurrent users at once and under a small budget, in which the index may not fit in memory. We present ColBERT-serve, a novel…

Retrieval

Introducing Neural Bag of Whole-Words with ColBERTer: Contextualized Late Interactions using Enhanced Reduction

2022-03-24 · Sebastian Hofstätter, Omar Khattab, Sophia Althammer, Mete Sertkan 외

Recent progress in neural information retrieval has demonstrated large gains in effectiveness, while often sacrificing the efficiency and interpretability of the neural model compared to classical approaches. This paper …

Information RetrievalRetrieval

A Study on Token Pruning for ColBERT

2021-12-13 · Carlos Lassance, Maroua Maachou, Joohee Park, Stéphane Clinchant

The ColBERT model has recently been proposed as an effective BERT based ranker. By adopting a late interaction mechanism, a major advantage of ColBERT is that document representations can be precomputed in advance. Howev…

FGR-ColBERT: Identifying Fine-Grained Relevance Tokens During Retrieval

2026-03-31 · Antonín Jarolím, Martin Fajčík arxiv

Document retrieval identifies relevant documents but does not provide fine-grained evidence cues, such as specific relevant spans. A possible solution is to apply an LLM after retrieval; however, this introduces signific…