antoinelouis
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,27 +1,47 @@
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
-
- expert-generated
|
4 |
language_creators:
|
5 |
-
- found
|
6 |
language:
|
7 |
-
- fr
|
8 |
license:
|
9 |
-
- cc-by-nc-sa-4.0
|
10 |
multilinguality:
|
11 |
-
- monolingual
|
12 |
-
pretty_name:
|
13 |
size_categories:
|
14 |
-
-
|
15 |
source_datasets:
|
16 |
-
- original
|
17 |
task_categories:
|
18 |
-
- text-retrieval
|
19 |
-
- text-classification
|
20 |
task_ids:
|
21 |
-
- document-retrieval
|
22 |
-
|
|
|
23 |
tags:
|
24 |
-
- legal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
---
|
26 |
|
27 |
# Dataset Card for BSARD
|
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
+
- expert-generated
|
4 |
language_creators:
|
5 |
+
- found
|
6 |
language:
|
7 |
+
- fr
|
8 |
license:
|
9 |
+
- cc-by-nc-sa-4.0
|
10 |
multilinguality:
|
11 |
+
- monolingual
|
12 |
+
pretty_name: LLeQA
|
13 |
size_categories:
|
14 |
+
- 1K<n<10K
|
15 |
source_datasets:
|
16 |
+
- original
|
17 |
task_categories:
|
18 |
+
- text-retrieval
|
19 |
+
- text-classification
|
20 |
task_ids:
|
21 |
+
- document-retrieval
|
22 |
+
- topic-classification
|
23 |
+
paperswithcode_id: lleqa
|
24 |
tags:
|
25 |
+
- legal
|
26 |
+
configs:
|
27 |
+
- config_name: corpus
|
28 |
+
data_files:
|
29 |
+
- split: corpus
|
30 |
+
path: articles.csv
|
31 |
+
- config_name: questions
|
32 |
+
data_files:
|
33 |
+
- split: train
|
34 |
+
path: questions_train.csv
|
35 |
+
- split: synthetic
|
36 |
+
path: questions_synthetic.csv
|
37 |
+
- split: test
|
38 |
+
path: questions_test.csv
|
39 |
+
- config_name: negatives
|
40 |
+
data_files:
|
41 |
+
- split: bm25-train
|
42 |
+
path: negatives/bm25_negatives_train.json
|
43 |
+
- split: bm25-synthetic
|
44 |
+
path: negatives/bm25_negatives_synthetic.json
|
45 |
---
|
46 |
|
47 |
# Dataset Card for BSARD
|