paper-with-me

Papers

Zero-shot Audio Topic Reranking using Large Language Models

2023-09-14 · Mengjie Qian, Rao Ma, Adian Liusie, Erfan Loweimi, Kate M. Knill, Mark J. F. Gales

Multimodal Video Search by Examples (MVSE) investigates using video clips as the query term for information retrieval, rather than the more traditional text query. This enables far richer search modalities such as images, speaker, content, topic, and emotion. A key element for this process is highly rapid and flexible search to support large archives, which in MVSE is facilitated by representing video attributes with embeddings. This work aims to compensate for any performance loss from this rapid archive search by examining reranking approaches. In particular, zero-shot reranking methods using large language models (LLMs) are investigated as these are applicable to any video archive audio content. Performance is evaluated for topic-based retrieval on a publicly available video archive, the BBC Rewind corpus. Results demonstrate that reranking significantly improves retrieval ranking without requiring any task-specific in-domain training data. Furthermore, three sources of information (ASR transcriptions, automatic summaries and synopses) as input for LLM reranking were compared. To gain a deeper understanding and further insights into the performance differences and limitations of these text sources, we employ a fact-checking approach to analyse the information consistency among them.

📄 PDF Abstract BibTeX arXiv:2309.07606

Code (0)

등록된 구현이 없습니다.

Tasks

Fact CheckingInformation RetrievalRerankingRetrieval

Similar Papers 제목 키워드 기반

Scaling Down, LiTting Up: Efficient Zero-Shot Listwise Reranking with Seq2seq Encoder-Decoder Models

2023-12-26 · Manveer Singh Tamber, Ronak Pradeep, Jimmy Lin

Recent work in zero-shot listwise reranking using LLMs has achieved state-of-the-art results. However, these methods are not without drawbacks. The proposed methods rely on large LLMs with billions of parameters and limi…

DecoderReranking

RankVicuna: Zero-Shot Listwise Document Reranking with Open-Source Large Language Models

2023-09-26 · Ronak Pradeep, Sahel Sharifymoghaddam, Jimmy Lin

Researchers have successfully applied large language models (LLMs) such as ChatGPT to reranking in an information retrieval context, but to date, such work has mostly been built on proprietary models hidden behind opaque…

Information RetrievalRerankingRetrieval

Zero-Shot Cross-Lingual Reranking with Large Language Models for Low-Resource Languages

2023-12-26 · Mofetoluwa Adeyemi, Akintunde Oladipo, Ronak Pradeep, Jimmy Lin

Large language models (LLMs) have shown impressive zero-shot capabilities in various document reranking tasks. Despite their successful implementations, there is still a gap in existing literature on their effectiveness …

Cross-Lingual Information RetrievalInformation RetrievalRerankingRetrieval

TWOLAR: a TWO-step LLM-Augmented distillation method for passage Reranking

2024-03-26 · Davide Baldelli, Junfeng Jiang, Akiko Aizawa, Paolo Torroni

In this paper, we present TWOLAR: a two-stage pipeline for passage reranking based on the distillation of knowledge from Large Language Models (LLM). TWOLAR introduces a new scoring strategy and a distillation process co…

DiversityPassage RerankingRerankingRetrieval

Zero-Shot Listwise Document Reranking with a Large Language Model

2023-05-03 · Xueguang Ma, Xinyu Zhang, Ronak Pradeep, Jimmy Lin

Supervised ranking methods based on bi-encoder or cross-encoder architectures have shown success in multi-stage text ranking tasks, but they require large amounts of relevance judgments as training data. In this work, we…

Language ModelingLanguage ModellingLarge Language ModelReranking+1