diff --git a/README.md b/README.md index 3ee80c7..98016a8 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,11 @@ Evaluation tools for Retrieval-augmented Generation (RAG) methods. +[![python](https://img.shields.io/badge/Python-3.8.18-3776AB.svg?style=flat&logo=python&logoColor=white)](https://www.python.org) ![workflow status](https://github.com/gomate-community/rageval/actions/workflows/makefile.yml/badge.svg) [![codecov](https://codecov.io/gh/gomate-community/rageval/graph/badge.svg?token=AH4DNR46HL)](https://codecov.io/gh/gomate-community/rageval) +[![pydocstyle](https://img.shields.io/badge/pydocstyle-enabled-AD4CD3)](http://www.pydocstyle.org/en/stable/) +[![PEP8](https://img.shields.io/badge/code%20style-pep8-orange.svg)](https://www.python.org/dev/peps/pep-0008/) Rageval is a tool that helps you evaluate RAG system. The evaluation consists of six sub-tasks, including query rewriting, document ranking, information compression, evidence verify, answer generating, and result validating.