boudinfl commited on
Commit
2d9ff1a
1 Parent(s): 91bc38d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -12,6 +12,29 @@ tags:
12
  - natural-language-processing
13
  size_categories:
14
  - 1K<n<10K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ---
16
 
17
  This dataset contains the data files generated by silk, a method that leverages citation contexts to create synthetic samples of documents paired with silver-standard keyphrases for adapting keyphrase generation models to new domains.
 
12
  - natural-language-processing
13
  size_categories:
14
  - 1K<n<10K
15
+
16
+ configs:
17
+ - config_name: paleo
18
+ data_files:
19
+ - split: train
20
+ path:
21
+ - "paleo/train.jsonl"
22
+ - split: test
23
+ path: "paleo/test.jsonl"
24
+ - config_name: nlp
25
+ data_files:
26
+ - split: train
27
+ path:
28
+ - "nlp/train.jsonl"
29
+ - split: test
30
+ path: "nlp/test.jsonl"
31
+ - config_name: astro
32
+ data_files:
33
+ - split: train
34
+ path:
35
+ - "astro/train.jsonl"
36
+ - split: test
37
+ path: "astro/test.jsonl"
38
  ---
39
 
40
  This dataset contains the data files generated by silk, a method that leverages citation contexts to create synthetic samples of documents paired with silver-standard keyphrases for adapting keyphrase generation models to new domains.