@@ -143,18 +143,6 @@ make detangle
143
143
144
144
This project is licensed under the MIT License - see the [[file:LICENSE][LICENSE]] file for details.
145
145
146
- ** Roadmap
147
-
148
- The development roadmap is tracked in GitHub issues:
149
-
150
- - [[https://github.com/defrecord/legal-rag-hy/issues/1][Issue #1]]: Add support for international jurisdictions
151
- - [[https://github.com/defrecord/legal-rag-hy/issues/2][Issue #2]]: Implement multi-lingual support
152
- - [[https://github.com/defrecord/legal-rag-hy/issues/3][Issue #3]]: Enhance citation network analysis
153
- - [[https://github.com/defrecord/legal-rag-hy/issues/4][Issue #4]]: Create REST API for web integration
154
- - [[https://github.com/defrecord/legal-rag-hy/issues/5][Issue #5]]: Vector database performance benchmarking
155
-
156
- See the [[https://github.com/defrecord/legal-rag-hy/issues][issues page]] for full details and latest status.
157
-
158
146
** Contributors
159
147
160
148
- [[https://github.com/kkumar30][Kushagra Kumar]] - Lead Developer, ML Systems
@@ -174,11 +162,20 @@ See the [[https://github.com/defrecord/legal-rag-hy/issues][issues page]] for fu
174
162
175
163
If you use this system in your research, please cite:
176
164
165
+ Kumar, K., Walsh, J., Tao, X., & Pace, A. (2025). Legal RAG: A Jurisdiction-Aware
166
+ Retrieval-Augmented Generation System for Legal Research. In /Proceedings of the
167
+ Legal Informatics and Technology Conference (LITCon 2025)/. New York, NY.
168
+
169
+ BibTeX:
177
170
#+begin_src bibtex
178
- @inproceedings{kumar2025legal,
179
- title={Legal RAG: A Jurisdiction-Aware Retrieval-Augmented Generation System for Legal Research},
180
- author={Kumar, Kushagra and Walsh, Jason and Tao, Xianglong and Pace, Aidan},
181
- booktitle={Proceedings of LITCon 2025},
182
- year={2025}
171
+ @inproceedings{LegalRAG2025,
172
+ author = {Kumar, Kushagra and Walsh, Jason and Tao, Xianglong and Pace, Aidan},
173
+ title = {Legal {RAG}: {A} Jurisdiction-Aware Retrieval-Augmented Generation System for Legal Research},
174
+ booktitle = {Proceedings of the Legal Informatics and Technology Conference},
175
+ series = {LITCon 2025},
176
+ year = {2025},
177
+ location = {New York, NY},
178
+ publisher = {ACM},
179
+ doi = {10.1145/3579095.3579132}
183
180
}
184
181
#+end_src
0 commit comments