Add dataset card with description, tasks, and link to code
Browse filesThis PR adds a dataset card based on the information in the Github repository to provide more context on this legal RAG evaluation tool.
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
|
15 |
+
# LRAGE: Legal Retrieval Augmented Generation Evaluation Tool
|
16 |
+
|
17 |
+
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.
|
18 |
+
|
19 |
+
This repository facilitates evaluating LLM performance on legal tasks without cumbersome engineering overhead.
|
20 |
+
|
21 |
+
Code: https://github.com/hoorangyee/LRAGE
|
22 |
+
|
23 |
+
For more details, please refer to the [LRAGE GitHub repository](https://github.com/hoorangyee/LRAGE).
|