Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,57 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
language: de
|
4 |
+
tags:
|
5 |
+
- news
|
6 |
+
- headline generation
|
7 |
+
- teaser generation
|
8 |
+
- keyword generation
|
9 |
+
- summarization
|
10 |
+
- tweet generation
|
11 |
+
- serp generation
|
12 |
+
- news snippet generation
|
13 |
+
size_categories:
|
14 |
+
- 1K<n<10K
|
15 |
+
task_categories:
|
16 |
+
- summarization
|
17 |
+
- text2text-generation
|
18 |
+
pretty_name: Instruct-Snippet-MLSUM-500-V2
|
19 |
---
|
20 |
+
|
21 |
+
# Dataset Card for Instruct-Snippet-MLSUM-500-V2
|
22 |
+
|
23 |
+
### Dataset Summary
|
24 |
+
|
25 |
+
This is a dataset for multitask instruction finetuning dataset for the task of news snippet generation. It is built from a sample of ~500 news articles from the [MLSUM](https://huggingface.co/datasets/mlsum) dataset, augmented with machine generated news snippets.
|
26 |
+
|
27 |
+
### Supported Tasks
|
28 |
+
|
29 |
+
This dataset was created to support the task of generating news snippets such as title, teaser, summary, keywords, serp and tweet for news articles in German language.
|
30 |
+
|
31 |
+
### Languages
|
32 |
+
|
33 |
+
de - German
|
34 |
+
|
35 |
+
## Dataset Structure
|
36 |
+
|
37 |
+
lable: a string feature.
|
38 |
+
instruction: a string feature.
|
39 |
+
input: a string feature.
|
40 |
+
output: a string feature.
|
41 |
+
|
42 |
+
## Dataset Creation
|
43 |
+
|
44 |
+
This dataset was created from Snippet-MLSUM-500-V2. See [Snippet-MLSUM-500-V2](https://huggingface.co/datasets/snipaid/snippet-mlsum-500-V2) for the dataset without instructions.
|
45 |
+
Instructions were generated with GPT-3.5 from a human-curated seed-set of instructions.
|
46 |
+
|
47 |
+
## Considerations for Using the Data
|
48 |
+
|
49 |
+
### Known Limitations
|
50 |
+
|
51 |
+
Part of the snippet data is machine generated. Be aware that these features (specifically: output) may exhibit signs of model hallucination, toxicity and stereotypes.
|
52 |
+
|
53 |
+
## Additional Information
|
54 |
+
|
55 |
+
### Licensing Information
|
56 |
+
|
57 |
+
This dataset is licensed under MIT license.
|