paper-with-me

Papers

CIKMar: A Dual-Encoder Approach to Prompt-Based Reranking in Educational Dialogue Systems

2024-08-16 · Joanito Agili Lopo, Marina Indah Prasasti, Alma Permatasari

In this study, we introduce CIKMar, an efficient approach to educational dialogue systems powered by the Gemma Language model. By leveraging a Dual-Encoder ranking system that incorporates both BERT and SBERT model, we have designed CIKMar to deliver highly relevant and accurate responses, even with the constraints of a smaller language model size. Our evaluation reveals that CIKMar achieves a robust recall and F1-score of 0.70 using BERTScore metrics. However, we have identified a significant challenge: the Dual-Encoder tends to prioritize theoretical responses over practical ones. These findings underscore the potential of compact and efficient models like Gemma in democratizing access to advanced educational AI systems, ensuring effective and contextually appropriate responses.

📄 PDF Abstract BibTeX arXiv:2408.08805

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingReranking

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 설명 없음
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$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
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…
WordPiece 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

The Evolution of Reranking Models in Information Retrieval: From Heuristic Methods to Large Language Models

2025-12-18 · Tejul Pandit, Sakshi Mahendru, Meet Raval, Dhvani Upadhyay arxiv

Reranking is a critical stage in contemporary information retrieval (IR) systems, improving the relevance of the user-presented final results by honing initial candidate sets. This paper is a thorough guide to examine th…

Knowledge DistillationInformation Retrieval

moBERTo: A Modern Encoder for Portuguese via Continued Pretraining of ModernBERT

2026-06-21 · Thiago Laitz, Thales Sales Almeida, João Guilherme Alves Santos, Giovana Kerche Bonás arxiv

Encoder-only transformer models remain essential for production NLP pipelines. We introduce moBERTo, a Portuguese adaptation of ModernBERT obtained through continued pretraining of the ModernBERT-base checkpoint on 60 bi…

Natural Language UnderstandingDocument ClassificationInformation Retrieval

ResRank: Unifying Retrieval and Listwise Reranking via End-to-End Joint Training with Residual Passage Compression

2026-04-24 · Xiaojie Ke, Shuai Zhang, Liansheng Sun, Yongjin Wang 외 arxiv

Large language model (LLM) based listwise reranking has emerged as the dominant paradigm for achieving state-of-the-art ranking effectiveness in information retrieval. However, its reliance on feeding full passage texts …

Information Retrieval

APEER: Automatic Prompt Engineering Enhances Large Language Model Reranking

2024-06-20 · Can Jin, Hongwu Peng, Shiyu Zhao, Zhenting Wang 외

Large Language Models (LLMs) have significantly enhanced Information Retrieval (IR) across various modules, such as reranking. Despite impressive performance, current zero-shot relevance ranking with LLMs heavily relies …

Information RetrievalLanguage ModelingLanguage ModellingLarge Language Model+3

Few-shot Reranking for Multi-hop QA via Language Model Prompting

2022-05-25 · Muhammad Khalifa, Lajanugen Logeswaran, Moontae Lee, Honglak Lee 외

We study few-shot reranking for multi-hop QA with open-domain questions. To alleviate the need for a large number of labeled question-document pairs for retriever training, we propose PromptRank, which relies on large la…

Language ModelingOpen-Domain Question AnsweringPassage Re-RankingReranking+2