File size: 820 Bytes
dbe2469 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
task_categories:
- question-answering
- text-generation
language:
- en
license: mit
tags:
- legal
- rag
- evaluation
- retrieval-augmented-generation
---
# LRAGE: Legal Retrieval Augmented Generation Evaluation Tool
LRAGE (Legal Retrieval Augmented Generation Evaluation) is an open-source toolkit designed to evaluate Large Language Models (LLMs) in a Retrieval-Augmented Generation (RAG) setting, specifically tailored for the legal domain.
This repository facilitates evaluating LLM performance on legal tasks without cumbersome engineering overhead.
Code: https://github.com/hoorangyee/LRAGE
For more details, please refer to the [LRAGE GitHub repository](https://github.com/hoorangyee/LRAGE).
Paper: [LARGE: Legal Retrieval Augmented Generation Evaluation Tool](https://huggingface.co/papers/2504.01840). |