paper-with-me

홈 › Papers

ExaRanker-Open: Synthetic Explanation for IR using Open-Source LLMs

2024-02-09 · Fernando Ferraretto, Thiago Laitz, Roberto Lotufo, Rodrigo Nogueira

ExaRanker recently introduced an approach to training information retrieval (IR) models, incorporating natural language explanations as additional labels. The method addresses the challenge of limited labeled examples, leading to improvements in the effectiveness of IR models. However, the initial results were based on proprietary language models such as GPT-3.5, which posed constraints on dataset size due to its cost and data privacy. In this paper, we introduce ExaRanker-Open, where we adapt and explore the use of open-source language models to generate explanations. The method has been tested using different LLMs and datasets sizes to better comprehend the effective contribution of data augmentation. Our findings reveal that incorporating explanations consistently enhances neural rankers, with benefits escalating as the LLM size increases. Notably, the data augmentation method proves advantageous even with large datasets, as evidenced by ExaRanker surpassing the target baseline by 0.6 nDCG@10 points in our study. To encourage further advancements by the research community, we have open-sourced both the code and datasets at https://github.com/unicamp-dl/ExaRanker.

📄 PDF Abstract BibTeX arXiv:2402.06334

Code (1)

unicamp-dl/exaranker 공식 구현 pytorch

Tasks

Data AugmentationInformation RetrievalRetrieval

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
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…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
Multi-Head Attention 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
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 &…

Similar Papers 제목 키워드 기반

ExaRanker: Explanation-Augmented Neural Ranker

2023-01-25 · Fernando Ferraretto, Thiago Laitz, Roberto Lotufo, Rodrigo Nogueira

Recent work has shown that inducing a large language model (LLM) to generate explanations prior to outputting an answer is an effective strategy to improve performance on a wide range of reasoning tasks. In this work, we…

Language ModelingLanguage ModellingLarge Language ModelRetrieval

OpenXAI: Towards a Transparent Evaluation of Model Explanations

2022-06-22 · Chirag Agarwal, Dan Ley, Satyapriya Krishna, Eshika Saxena 외

While several types of post hoc explanation methods have been proposed in recent literature, there is very little work on systematically benchmarking these methods. Here, we introduce OpenXAI, a comprehensive and extensi…

BenchmarkingExplainable Artificial Intelligence (XAI)Fairnessmodel

LOKI: A Comprehensive Synthetic Data Detection Benchmark using Large Multimodal Models

2024-10-13 · Junyan Ye, Baichuan Zhou, Zilong Huang, Junan Zhang 외

With the rapid development of AI-generated content, the future internet may be inundated with synthetic data, making the discrimination of authentic and credible multimodal data increasingly challenging. Synthetic data d…

Multiple-choice

Evaluating Explainability for Graph Neural Networks

2022-08-19 · Chirag Agarwal, Owen Queen, Himabindu Lakkaraju, Marinka Zitnik

As post hoc explanations are increasingly used to understand the behavior of graph neural networks (GNNs), it becomes crucial to evaluate the quality and reliability of GNN explanations. However, assessing the quality of…

ZPY: Open Source Synthetic Data for Computer Vision

2021-08-06 · Github 2021 8 · Hugo Ponte, Norman Ponte, Sammie Crowder, Kory Stiger 외

Synthetic data presents a unique solution to the huge data requirements of computer vision with deep learning. In this work, we present zpy, an open source framework for creating synthetic data in Python. Built on top of…

FairnessSynthetic Data Generation