Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- infinite-dataset-hub
|
5 |
+
- synthetic
|
6 |
+
---
|
7 |
+
|
8 |
+
# DocNER_German
|
9 |
+
|
10 |
+
tags: Named Entity Recognition, German, Corporate, Legal Documents
|
11 |
+
|
12 |
+
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
|
13 |
+
|
14 |
+
**Dataset Description:**
|
15 |
+
|
16 |
+
The 'DocNER_German' dataset is a collection of German corporate and legal documents annotated for Named Entity Recognition (NER) purposes. It contains texts extracted from real-world scenarios including contracts, agreements, and corporate communications. Each document has been labeled with entities such as 'Person', 'Organization', 'Location', 'Date', 'Money', 'LegalTerm', and 'Event'.
|
17 |
+
|
18 |
+
**CSV Content Preview:**
|
19 |
+
|
20 |
+
```csv
|
21 |
+
Document ID,Text,Labels
|
22 |
+
001,Dies ist eine Referenzzahlung an die Beteiligten des Kartells. Die Zahlung soll im Juni erfolgen. Labels: Person, Event, Money
|
23 |
+
002,Unser neues Büro befindet sich in der Berliner Straße 123. Es wird am 1. Juli bezogen. Labels: Location, Date
|
24 |
+
003,Der Vertrag wurde unterzeichnet von Herrn Müller und Frau Schmidt am 5. April. Labels: Person
|
25 |
+
004,Die GmbH hat kürzlich einen Vertrag mit dem Partnerunternehmen für den Vertrieb abgeschlossen. Labels: Organization, Event
|
26 |
+
005,Das Kapitalanteil wurde letztes Jahr im Mai aufgestockt. Der neue Anteil beträgt 35%. Labels: Money, Event
|
27 |
+
```
|
28 |
+
|
29 |
+
**Source of the data:**
|
30 |
+
|
31 |
+
The dataset was generated using the [Infinite Dataset Hub](https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub) and microsoft/Phi-3-mini-4k-instruct using the query 'German Doc':
|
32 |
+
|
33 |
+
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=German+Doc&dataset=DocNER_German&tags=Named+Entity+Recognition,+German,+Corporate,+Legal+Documents
|
34 |
+
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
35 |
+
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|