Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instructions for Designing Your Experiments and Creating a Motivation Example #1

Open
pooyanjamshidi opened this issue Sep 19, 2024 · 0 comments

Comments

@pooyanjamshidi
Copy link

Specific Task:

You are developing a chatbot for the University of South Carolina, using the RAG framework to retrieve campus-specific information. Your challenge is ensuring that the retrieval and generation steps are efficient and relevant.

Experiment Design:

  • Data Retrieval: Start by setting up your web scraping tool to gather data from USC-affiliated websites. Your initial experiment should focus on how effectively your system retrieves relevant documents.
  • LLM Evaluation: Test different LLMs for generating answers. Compare their performance based on retrieval accuracy, response relevance, and latency.

Motivation Example:

Present a plot comparing retrieval times and accuracy of answers generated by different LLMs in response to campus-related queries (e.g., "When is the next basketball game?" or "What courses are offered in Spring?"). This will help demonstrate the effectiveness of your system.

Evaluation Focus:

  • Retrieval metrics like Mean Reciprocal Rank (MRR), Precision@k, and Recall@k for the RAG system.
  • LLM quality using metrics like latency, BLEU, ROUGE, and semantic similarity to validate the accuracy of answers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant