joelniklaus commited on
Commit
6f63c28
1 Parent(s): 754488c

added lextreme citation

Browse files
Files changed (2) hide show
  1. README.md +8 -1
  2. lextreme.py +8 -1
README.md CHANGED
@@ -194,7 +194,14 @@ The file format is jsonl and three data splits are present for each configuratio
194
  ### Citation Information
195
 
196
  ```
197
- TODO add citation
 
 
 
 
 
 
 
198
  ```
199
 
200
  ### Contributions
 
194
  ### Citation Information
195
 
196
  ```
197
+ @misc{niklaus2023lextreme,
198
+ title={LEXTREME: A Multi-Lingual and Multi-Task Benchmark for the Legal Domain},
199
+ author={Joel Niklaus and Veton Matoshi and Pooja Rani and Andrea Galassi and Matthias Stürmer and Ilias Chalkidis},
200
+ year={2023},
201
+ eprint={2301.13126},
202
+ archivePrefix={arXiv},
203
+ primaryClass={cs.CL}
204
+ }
205
  ```
206
 
207
  ### Contributions
lextreme.py CHANGED
@@ -31,7 +31,14 @@ class TaskType(Enum):
31
 
32
 
33
  MAIN_CITATION = """
34
- TODO add citation
 
 
 
 
 
 
 
35
  """
36
 
37
  _DESCRIPTION = """
 
31
 
32
 
33
  MAIN_CITATION = """
34
+ @misc{niklaus2023lextreme,
35
+ title={LEXTREME: A Multi-Lingual and Multi-Task Benchmark for the Legal Domain},
36
+ author={Joel Niklaus and Veton Matoshi and Pooja Rani and Andrea Galassi and Matthias Stürmer and Ilias Chalkidis},
37
+ year={2023},
38
+ eprint={2301.13126},
39
+ archivePrefix={arXiv},
40
+ primaryClass={cs.CL}
41
+ }
42
  """
43
 
44
  _DESCRIPTION = """