paper-with-me

홈 › Papers

Entity-Aware Language Model as an Unsupervised Reranker

2018-03-12 · Mohammad Sadegh Rasooli, Sarangarajan Parthasarathy

In language modeling, it is difficult to incorporate entity relationships from a knowledge-base. One solution is to use a reranker trained with global features, in which global features are derived from n-best lists. However, training such a reranker requires manually annotated n-best lists, which is expensive to obtain. We propose a method based on the contrastive estimation method that alleviates the need for such data. Experiments in the music domain demonstrate that global features, as well as features extracted from an external knowledge-base, can be incorporated into our reranker. Our final model, a simple ensemble of a language model and reranker, achieves a 0.44\% absolute word error rate improvement over an LSTM language model on the blind test data.

📄 PDF Abstract BibTeX arXiv:1803.04291

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

CEAR: Cross-Entity Aware Reranker for Knowledge Base Completion

2021-04-18 · Keshav Kolluru, Mayank Singh Chauhan, Yatin Nandwani, Parag Singla 외

Pre-trained language models (LMs) like BERT have shown to store factual knowledge about the world. This knowledge can be used to augment the information present in Knowledge Bases, which tend to be incomplete. However, p…

Knowledge Base CompletionLink Prediction

$\text{R}^2\text{R}$: A Route-to-Rerank Post-Training Framework for Multi-Domain Decoder-Only Rerankers

2025-11-25 · Xinyu Wang, Hanwei Wu, Qingchen Hu, Zhenghan Tai 외 arxiv

Decoder-only rerankers are central to Retrieval-Augmented Generation (RAG). However, generalist models miss domain-specific nuances in high-stakes fields like finance and law, and naive fine-tuning causes surface-form ov…

UDAPDR: Unsupervised Domain Adaptation via LLM Prompting and Distillation of Rerankers

2023-03-01 · Jon Saad-Falcon, Omar Khattab, Keshav Santhanam, Radu Florian 외

Many information retrieval tasks require large labeled datasets for fine-tuning. However, such datasets are often unavailable, and their utility for real-world applications can diminish quickly due to domain shifts. To a…

Domain AdaptationInformation RetrievalRerankingRetrieval+1

LAMAR: An Open Language-Aware Multilingual Alignment Reranker

2026-07-24 · Seongtae Hong, Youngjoon Jang, Jungseob Lee, Seungyoon Lee 외 hf

In multilingual retrieval augmented generation, a retriever can retrieve relevant documents written in multiple languages, which are subsequently reranked before answer generation. However, it remains unclear whether exi…

Answer Generation

Context-Aware Text Normalisation for Historical Dialects

2020-12-01 · COLING 2020 8 · Maria Sukhareva

Context-aware historical text normalisation is a severely under-researched area. To fill the gap we propose a context-aware normalisation approach that relies on the state-of-the-art methods in neural machine translation…

Language ModelingLanguage ModellingMachine TranslationReranking+2