ChenlongDeng
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,8 @@ license: mit
|
|
3 |
---
|
4 |
|
5 |
<div align="center">
|
6 |
-
<h1>Enabling Discriminative Reasoning in Large Language Models for Legal Judgment Prediction[<a href="">Paper</a>]</h1>
|
|
|
7 |
</div>
|
8 |
|
9 |
## Released Resources
|
@@ -46,4 +47,15 @@ model_input_str = '\n'.join(case_input, prompt)
|
|
46 |
|
47 |
|
48 |
|
49 |
-
## Citation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
<div align="center">
|
6 |
+
<h1>Enabling Discriminative Reasoning in Large Language Models for Legal Judgment Prediction[<a href="https://arxiv.org/abs/2407.01964">Paper</a>]</h1>
|
7 |
+
<img src="./imgs/ADAPT.png" width="90%" class="center">
|
8 |
</div>
|
9 |
|
10 |
## Released Resources
|
|
|
47 |
|
48 |
|
49 |
|
50 |
+
## Citation
|
51 |
+
```
|
52 |
+
@misc{deng2024enablingdiscriminativereasoningllms,
|
53 |
+
title={Enabling Discriminative Reasoning in LLMs for Legal Judgment Prediction},
|
54 |
+
author={Chenlong Deng and Kelong Mao and Yuyao Zhang and Zhicheng Dou},
|
55 |
+
year={2024},
|
56 |
+
eprint={2407.01964},
|
57 |
+
archivePrefix={arXiv},
|
58 |
+
primaryClass={cs.CL},
|
59 |
+
url={https://arxiv.org/abs/2407.01964},
|
60 |
+
}
|
61 |
+
```
|