exploration-lab-user
commited on
Commit
β’
c5d9ce6
1
Parent(s):
6660a80
Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ with demo:
|
|
136 |
gr.Markdown(
|
137 |
"""
|
138 |
## π₯ IL-TUR Leaderboard
|
139 |
-
Legal systems worldwide are inundated with exponential growth in cases and documents. There is an imminent need to develop NLP and ML techniques for automatically processing and understanding legal documents to streamline the legal system. However, evaluating and comparing various NLP models designed specifically for the legal domain is challenging. This
|
140 |
Read more at [https://exploration-lab.github.io/IL-TUR/](https://exploration-lab.github.io/IL-TUR/).
|
141 |
"""
|
142 |
)
|
|
|
136 |
gr.Markdown(
|
137 |
"""
|
138 |
## π₯ IL-TUR Leaderboard
|
139 |
+
Legal systems worldwide are inundated with exponential growth in cases and documents. There is an imminent need to develop NLP and ML techniques for automatically processing and understanding legal documents to streamline the legal system. However, evaluating and comparing various NLP models designed specifically for the legal domain is challenging. This project addresses this challenge by proposing IL-TUR: Benchmark for Indian Legal Text Understanding and Reasoning. IL-TUR contains monolingual (English, Hindi) and multi-lingual (9 Indian languages) domain-specific tasks that address different aspects of the legal system from the point of view of understanding and reasoning over Indian legal documents. We present baseline models (including LLM-based) for each task, outlining the gap between models and the ground truth. We will release a public leaderboard where the research community can upload and compare legal text understanding systems on various metrics, thus fostering research in the legal domain.
|
140 |
Read more at [https://exploration-lab.github.io/IL-TUR/](https://exploration-lab.github.io/IL-TUR/).
|
141 |
"""
|
142 |
)
|