paper-with-me

홈 › Papers

LocalRQA: From Generating Data to Locally Training, Testing, and Deploying Retrieval-Augmented QA Systems

2024-03-01 · Xiao Yu, Yunan Lu, Zhou Yu

Retrieval-augmented question-answering systems combine retrieval techniques with large language models to provide answers that are more accurate and informative. Many existing toolkits allow users to quickly build such systems using off-the-shelf models, but they fall short in supporting researchers and developers to customize the model training, testing, and deployment process. We propose LocalRQA, an open-source toolkit that features a wide selection of model training algorithms, evaluation methods, and deployment tools curated from the latest research. As a showcase, we build QA systems using online documentation obtained from Databricks and Faire's websites. We find 7B-models trained and deployed using LocalRQA reach a similar performance compared to using OpenAI's text-ada-002 and GPT-4-turbo.

📄 PDF Abstract BibTeX arXiv:2403.00982

Code (1)

jasonyux/localrqa 공식 구현 pytorch

Tasks

Question AnsweringRetrieval

Similar Papers 제목 키워드 기반

Pan-Private Uniformity Testing

2019-11-04 · Kareem Amin, Matthew Joseph, Jieming Mao

A centrally differentially private algorithm maps raw data to differentially private outputs. In contrast, a locally differentially private algorithm may only access data through public interaction with data holders, and…

Test without Trust: Optimal Locally Private Distribution Testing

2018-08-07 · Jayadev Acharya, Clément L. Canonne, Cody Freitag, Himanshu Tyagi

We study the problem of distribution testing when the samples can only be accessed using a locally differentially private mechanism and focus on two representative testing questions of identity (goodness-of-fit) and inde…

pvCNN: Privacy-Preserving and Verifiable Convolutional Neural Network Testing

2022-01-23 · Jiasi Weng, Jian Weng, Gui Tang, Anjia Yang 외

This paper proposes a new approach for privacy-preserving and verifiable convolutional neural network (CNN) testing, enabling a CNN model developer to convince a user of the truthful CNN performance over non-public data …

Privacy Preserving

Towards Locally Deployable Fine-Tuned Causal Large Language Models for Mode Choice Behaviour

2025-07-29 · Tareq Alsaleh, Bilal Farooq arxiv

This study investigates the adoption of open-access, locally deployable causal large language models (LLMs) for travel mode choice prediction and introduces LiTransMC, the first fine-tuned causal LLM developed for this t…

Stable Prediction on Graphs with Agnostic Distribution Shift

2021-10-08 · Shengyu Zhang, Kun Kuang, Jiezhong Qiu, Jin Yu 외

Graph is a flexible and effective tool to represent complex structures in practice and graph neural networks (GNNs) have been shown to be effective on various graph tasks with randomly separated training and testing data…

Graph LearningPredictionRecommendation Systems