Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- question-answering
|
4 |
+
- text-generation
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
license: mit
|
8 |
+
tags:
|
9 |
+
- legal
|
10 |
+
- rag
|
11 |
+
- evaluation
|
12 |
+
- retrieval-augmented-generation
|
13 |
+
---
|
14 |
+
# LRAGE: Legal Retrieval Augmented Generation Evaluation Tool
|
15 |
+
|
16 |
+
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.
|
17 |
+
|
18 |
+
This repository facilitates evaluating LLM performance on legal tasks without cumbersome engineering overhead.
|
19 |
+
|
20 |
+
Code: https://github.com/hoorangyee/LRAGE
|
21 |
+
|
22 |
+
For more details, please refer to the [LRAGE GitHub repository](https://github.com/hoorangyee/LRAGE).
|
23 |
+
|
24 |
+
Paper: [LARGE: Legal Retrieval Augmented Generation Evaluation Tool](https://huggingface.co/papers/2504.01840).
|