Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

[NeuralChat] RAG evaluation #1333

Open
wants to merge 158 commits into
base: main
Choose a base branch
from
Open

[NeuralChat] RAG evaluation #1333

wants to merge 158 commits into from

Conversation

Liangyx2
Copy link
Contributor

@Liangyx2 Liangyx2 commented Mar 1, 2024

  1. Data augmentation: retrieval dataset construction, include (1) Context to Question and Mine Hard Negatives, (2) Context, Question to Ground Truth.
  2. Retrieval evaluation: MRR (Mean reciprocal rank) and Hit (Hit Ratio) under different vector database, embedding model, retrieval type, search type.
  3. RAG evaluation: answer relevancy, faithfulness, context recall, context precision using Ragas framework.

@Liangyx2 Liangyx2 added the draft label Mar 1, 2024
@Liangyx2 Liangyx2 requested a review from lvliang-intel as a code owner March 1, 2024 03:12
@Liangyx2 Liangyx2 requested a review from XuhuiRen March 1, 2024 06:05
Liangyx2 and others added 24 commits March 1, 2024 14:58
…mine_hard_negatives_check_similarity.py

Signed-off-by: Liangyx2 <[email protected]>
…retrieval_dataset_construction.py

Signed-off-by: Liangyx2 <[email protected]>
Signed-off-by: Liangyx2 <[email protected]>
Signed-off-by: Liangyx2 <[email protected]>
Signed-off-by: Liangyx2 <[email protected]>
Signed-off-by: Liangyx2 <[email protected]>
Signed-off-by: Liangyx2 <[email protected]>
Liangyx2 added 8 commits April 1, 2024 10:59
Signed-off-by: Liangyx2 <[email protected]>
Signed-off-by: Liangyx2 <[email protected]>
Signed-off-by: Liangyx2 <[email protected]>
Signed-off-by: Liangyx2 <[email protected]>
Signed-off-by: Liangyx2 <[email protected]>
Signed-off-by: Liangyx2 <[email protected]>
Signed-off-by: Liangyx2 <[email protected]>
Signed-off-by: Liangyx2 <[email protected]>
@Liangyx2 Liangyx2 removed the draft label Apr 3, 2024
@wenhuach21 wenhuach21 self-requested a review May 7, 2024 08:32
@VincyZhang
Copy link
Contributor

@Liangyx2 @XuhuiRen any update?

@Liangyx2
Copy link
Contributor Author

@Liangyx2 @XuhuiRen any update?

No, only to solve the CI error if occurs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants