paper-with-me

Papers

InPars-v2: Large Language Models as Efficient Dataset Generators for Information Retrieval

2023-01-04 · Vitor Jeronymo, Luiz Bonifacio, Hugo Abonizio, Marzieh Fadaee, Roberto Lotufo, Jakub Zavrel, Rodrigo Nogueira

Recently, InPars introduced a method to efficiently use large language models (LLMs) in information retrieval tasks: via few-shot examples, an LLM is induced to generate relevant queries for documents. These synthetic query-document pairs can then be used to train a retriever. However, InPars and, more recently, Promptagator, rely on proprietary LLMs such as GPT-3 and FLAN to generate such datasets. In this work we introduce InPars-v2, a dataset generator that uses open-source LLMs and existing powerful rerankers to select synthetic query-document pairs for training. A simple BM25 retrieval pipeline followed by a monoT5 reranker finetuned on InPars-v2 data achieves new state-of-the-art results on the BEIR benchmark. To allow researchers to further improve our method, we open source the code, synthetic data, and finetuned models: https://github.com/zetaalphavector/inPars/tree/master/tpu

📄 PDF Abstract BibTeX arXiv:2301.01820

Code (1)

zetaalphavector/inpars 공식 구현

Tasks

Information 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…
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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$…
Adam 설명 없음
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 제목 키워드 기반

InPars: Data Augmentation for Information Retrieval using Large Language Models

2022-02-10 · Luiz Bonifacio, Hugo Abonizio, Marzieh Fadaee, Rodrigo Nogueira

The information retrieval community has recently witnessed a revolution due to large pretrained transformer models. Another key ingredient for this revolution was the MS MARCO dataset, whose scale and diversity has enabl…

Data AugmentationDiversityInformation RetrievalRetrieval+1

InPars Toolkit: A Unified and Reproducible Synthetic Data Generation Pipeline for Neural Information Retrieval

2023-07-10 · Hugo Abonizio, Luiz Bonifacio, Vitor Jeronymo, Roberto Lotufo 외

Recent work has explored Large Language Models (LLMs) to overcome the lack of training data for Information Retrieval (IR) tasks. The generalization abilities of these models have enabled the creation of synthetic in-dom…

GPUInformation RetrievalRetrievalSynthetic Data Generation

InPars-Light: Cost-Effective Unsupervised Training of Efficient Rankers

2023-01-08 · Leonid Boytsov, Preksha Patel, Vivek Sourabh, Riddhi Nisar 외

We carried out a reproducibility study of InPars, which is a method for unsupervised training of neural rankers (Bonifacio et al., 2022). As a by-product, we developed InPars-light, which is a simple-yet-effective modifi…

Language ModellingRe-RankingRetrieval

InPars+: Supercharging Synthetic Data Generation for Information Retrieval Systems

2025-08-19 · Matey Krastev, Miklos Hamar, Danilo Toapanta, Jesse Brouwers 외 arxiv

This work revisits and extends synthetic query generation pipelines for Neural Information Retrieval (NIR) by leveraging the InPars Toolkit, a reproducible, end-to-end framework for generating training data using large l…

Synthetic Data GenerationInformation Retrieval

Leveraging LLMs for Synthesizing Training Data Across Many Languages in Multilingual Dense Retrieval

2023-11-10 · Nandan Thakur, Jianmo Ni, Gustavo Hernández Ábrego, John Wieting 외

There has been limited success for dense retrieval models in multilingual retrieval, due to uneven and scarce training data available across multiple languages. Synthetic training data generation is promising (e.g., InPa…

Language ModelingLanguage ModellingLarge Language ModelRetrieval