Marker-Inc-Korea / RAGchain

Extension of Langchain for RAG. Easy benchmarking, multiple retrievals, reranker, time-aware RAG, and so on...
Apache License 2.0
275 stars 28 forks source link

add METEOR answer metric #393

Closed Eastsidegunn closed 8 months ago

Eastsidegunn commented 8 months ago

Now we have METEOR score (answer evaluation with ground truths) change answer metric solution input for multiple ground truth values.

our function will calculate max of METEOR scores between each gt values and answer

METEOR – Wikipedia METEOR score – NLTK