Skip to content

abdoelsayed2016/GRG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

Introduction

Welcome to the repository for Generator-Retriever-Generator: A Novel Approach to Open-domain Question Answering. In this work, we present the GRG approach for tackling open-domain question answering challenges.

GRG Approach

GRG Approach Diagram

Requirements

Make sure you have the required environment set up to run the GRG project:

$ conda create -n grg
$ conda activate grg
$ pip install -r requirements.txt

In the Document Generator (DG) directory you'll encounter code designed to create documents using few-shot learning methodologies

In the Document Generator (DG) directory, you'll uncover a retriever specifically crafted for the document generator, employing sentence transformers for enhanced performance.

Will be available soon................

Will be available soon................

Citation

If you find these codes or data useful, please consider citing our paper as:

@article{abdallah2023generator,
  title={Generator-Retriever-Generator: A Novel Approach to Open-domain Question Answering},
  author={Abdallah, Abdelrahman and Jatowt, Adam},
  journal={arXiv preprint arXiv:2307.11278},
  year={2023}
}

About

Official PyTorch implementation of "Generate-Retrieve-Generate: A Novel Approach to Open-Domain Question Answering"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages