Primary competition visual

‘AIntuition’: Retrieval Augmented Generation (RAG) for Public Services and Administration Tasks by ITU

$1 500 USD
Challenge completed over 1 year ago
Generative AI
208 joined
21 active
Starti
May 16, 24
Closei
May 17, 24
Reveali
May 17, 24
What to Include in Your Accompanying Documentation?
Help · 10 May 2024, 13:01 · 4

In this challenge, the quality of accompanying documentation will account for 10% of the total score! What information to include? Here's a list of elements to consider:

Overview of Solution Components: Provide a clear list or table detailing all solution components and their functions.

Workflow Review: Offer a high-level description or schematic illustrating how these components interact with each other to achieve the desired outcome.

Key Advantages: Briefly outline the key advantages of your solution over a simple or baseline RAG. Highlight any improvements or innovations made.

Requirements and Dependencies: List all requirements and dependencies necessary for implementing and running your solution.

Installation and Usage Guidance: Provide step-by-step instructions for installing and using your solution. Include any tips or best practices to ensure smooth implementation.

Troubleshooting Guide: Offer guidance for troubleshooting common issues that may arise during installation or usage.

Additional Information: Feel free to include any other relevant information or advice that could facilitate effective installation and use of your solution.

Having a comprehensive documentation will also make it easier to demonstrate your solution if it gets shortlisted!

Discussion 4 answers

In addition to the above, you can also include in your documentation some observations about the challenges you encountered while designing/improving a RAG system, as well as potential directions for future research.

10 May 2024, 13:06
Upvotes 0
User avatar
AdeptSchneider22
Kenyatta University

@RomanSever Are we allowed to use Llama3 or we stick to Llama2?

13 May 2024, 04:44
Upvotes 0

Hi! For the purposes of this challenge, please stick to llama2 7b (as this is the model specified in the challenge description). If you run into any technical issues with Llama2 specifically, you can try another model of a similar size, but would need to include a brief justification in your accompanying documentation. Ideally, the solution should be designed in a modular manner (allowing for swapping and seamless integration of different models into the pipeline).

User avatar
AdeptSchneider22
Kenyatta University

Finally, are there any compute restrictions?