theresiavr commited on
Commit
cbd811d
·
verified ·
1 Parent(s): 359478f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -197,6 +197,15 @@ LegalPincite is organized as 20 CSV files:
197
 
198
  where * can be replaced by train/dev/test.
199
 
 
 
 
 
 
 
 
 
 
200
  ### File Schemas
201
 
202
  We describe the content of columns in each file type (query, document, qrel, and metadata)
@@ -256,6 +265,8 @@ The dataset uses chronological splits to reduce temporal leakage and model a rea
256
 
257
  ## Loading the Dataset
258
 
 
 
259
  ### With `datasets`
260
 
261
  ```python
 
197
 
198
  where * can be replaced by train/dev/test.
199
 
200
+ We also provide the sparse index (Terrier index) for the candidate cases and paragraphs across the two splits:
201
+
202
+ - <https://huggingface.co/datasets/theresiavr/legalpincite_doc_dev_case.terrier>
203
+ - <https://huggingface.co/datasets/theresiavr/legalpincite_doc_test_case.terrier>
204
+ - <https://huggingface.co/datasets/theresiavr/legalpincite_doc_dev_par.terrier>
205
+ - <https://huggingface.co/datasets/theresiavr/legalpincite_doc_test_par.terrier>
206
+
207
+ Our [code repository](https://github.com/theresiavr/legalpincite) shows how to load and use them for retrieval, as well as example code on how to re-create the index from the CSV doc_ files.
208
+
209
  ### File Schemas
210
 
211
  We describe the content of columns in each file type (query, document, qrel, and metadata)
 
265
 
266
  ## Loading the Dataset
267
 
268
+ We also provide end-to-end example usage in the **code/examples repository:** <https://github.com/theresiavr/legalpincite>
269
+
270
  ### With `datasets`
271
 
272
  ```python