Spaces:
Running
Running
π LiveRAG Challenge Operational Instructions
1. LiveRAG Challenge Onboarding
1.1 Setting up your AWS accounts - See AWS Accounts instructions, Section 1, for the full details
- Accessing the AWS LiveRAG account - follow the instructions you received by email
- Applying your AWS credits to your team account - follow the instructions you received by email
CAVEAT1: The credits are valid for the use of AWS services only and you will be responsible for any Bedrock 3rd Party foundation models billing, as well as any solution from our partners listed in AWS Marketplace, such as Pinecone.
CAVEAT2: IF YOU EXCEED YOUR CREDITS, YOU WILL BE DIRECTED CHARGED AND NOT BE REFUNDED BY THE ORGANIZERS
1.2 Setting your Pinecone account if you want to build your own dense index
- Sign up for a Pinecone account, adding a payment method (upgrade to standard). You will not be charged at this time
- Send mail sigir2025-liverag-tech@tii.ae with your team information and Pinecone account name and we will apply the $750 credits to your account
Remark: Do you use Pinecone servcies until you see the allocated credits appear in your account, otherwise you will be charged
1.3 Register to AI71-Platform to access DataMorgana and Falcon3-10B-Instruct LLM
- Register to AI71-Platform and send the email address used for registration to sigir2025-liverag-tech@tii.ae
- After you're notified that you are approved, login to your AI71-Platform account
Remark: We will give access to the AI71 platform by March 20
2. LiveRAG Challenge Step-by-Step Guide
2.1 Accessing or building your RAG indices
You can use the pre-built indices, Pinecone and OpenSearch or build your own indices on top of the same of FineWeb Sample-10BT corpus
- To use the pre-built indices follow this sample notebook
- To build your own OpenSearch index, create or use your existing AWS account and apply the provided AWS credits to save costs (See AWS Accounts instructions)
- To build your own Pinecone index, create or use your existing Pinecone account and apply the provided Pinecone credits to save costs (see Pinecone instructions)
2.2 Accessing DataMorgana and Falcon3-10B-Instruct via AI71-Platform
- Login to your AI71-Platform account after you followed the onboarding instructions
- Access the DataMorgana Sandbox and try it to get your first Q&A
- Create your AI71-Platform API key
3.1 Use your AI71-Platform key for programatic access to DataMorgana bulk requests generation via its API
3.2 Use your AI71-Platform key for programatic access to Falcon3-10B-Instruct (see AI71 documentation)
Remark: Accessing Falcon via the AI71-Platform API is optional and recommended for a quick start. However, for a robust solution, suitable for the live event, it is recommended to set up your own Falcon3-10B-Instruct instance
2.3 Building, training, and evaluating your RAG system
- Build your RAG system in your AWS Team account leveraging your FineWeb indices - make sure to use Falcon3-10B-Instruct to generate answers
- Train your RAG system using synthetic Q&A pairs generated by DataMorgana API
- Evaluate your RAG system using the evaluation guidelines
3. LiveRAG Challenge day details will be added soon...
Contact information
You may contact the organizers via:
- sigir2025-liverag-gen@tii.ae - for general issues
- sigir2025-liverag-tech@tii.ae - for technical issues
Additional material
π DataMorgana
- π DataMorgana Overview
- π DataMorgana ArXiv Paper
- ποΈ DataMorgana Sandbox
- π οΈ DataMorgana API
- π€ DataMorgana Q&A Examples
AWS and Pinecone Documentation
- π AWS Documentation
- π Pinecone Documentation