Lucia Zheng
commited on
Commit
·
8aead03
1
Parent(s):
a1cb1e9
Update README.md
Browse files
README.md
CHANGED
@@ -18,18 +18,15 @@ This model is initialized with the base BERT model (uncased, 110M parameters), [
|
|
18 |
Please see the [casehold repository](https://github.com/reglab/casehold) for scripts that support computing pretrain loss and finetuning on Legal-BERT for classification and multiple choice tasks described in the paper: Overruling, Terms of Service, CaseHOLD.
|
19 |
|
20 |
### Citation
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
note={(in press)}
|
32 |
-
}
|
33 |
-
```
|
34 |
|
35 |
Lucia Zheng, Neel Guha, Brandon R. Anderson, Peter Henderson, and Daniel E. Ho. 2021. When Does Pretraining Help? Assessing Self-Supervised Learning for Law and the CaseHOLD Dataset. In *Proceedings of the 18th International Conference on Artificial Intelligence and Law (ICAIL '21)*, June 21-25, 2021, São Paulo, Brazil. ACM Inc., New York, NY, (in press). arXiv: [2104.08671 \\[cs.CL\\]](https://arxiv.org/abs/2104.08671).
|
|
|
18 |
Please see the [casehold repository](https://github.com/reglab/casehold) for scripts that support computing pretrain loss and finetuning on Legal-BERT for classification and multiple choice tasks described in the paper: Overruling, Terms of Service, CaseHOLD.
|
19 |
|
20 |
### Citation
|
21 |
+
@inproceedings{zhengguha2021,
|
22 |
+
title={When Does Pretraining Help? Assessing Self-Supervised Learning for Law and the CaseHOLD Dataset},
|
23 |
+
author={Lucia Zheng and Neel Guha and Brandon R. Anderson and Peter Henderson and Daniel E. Ho},
|
24 |
+
year={2021},
|
25 |
+
eprint={2104.08671},
|
26 |
+
archivePrefix={arXiv},
|
27 |
+
primaryClass={cs.CL},
|
28 |
+
booktitle={Proceedings of the 18th International Conference on Artificial Intelligence and Law},
|
29 |
+
publisher={Association for Computing Machinery}
|
30 |
+
}
|
|
|
|
|
|
|
31 |
|
32 |
Lucia Zheng, Neel Guha, Brandon R. Anderson, Peter Henderson, and Daniel E. Ho. 2021. When Does Pretraining Help? Assessing Self-Supervised Learning for Law and the CaseHOLD Dataset. In *Proceedings of the 18th International Conference on Artificial Intelligence and Law (ICAIL '21)*, June 21-25, 2021, São Paulo, Brazil. ACM Inc., New York, NY, (in press). arXiv: [2104.08671 \\[cs.CL\\]](https://arxiv.org/abs/2104.08671).
|