Kenneth Enevoldsen
Added distribution plot for number of tokens
0cef317 unverified
|
raw
history blame
5.42 kB
---
pretty_name: DanNet
language:
- da
license: other
license_name: DanNet 1.0 License
size_categories:
- 10k-100k
task_categories:
- text-generation
- fill-mask
task_ids:
- language-modeling
source_datasets:
- danish-foundation-models/danish-gigaword
---
# Dataset Card for DanNet
<!-- START-SHORT DESCRIPTION -->
[DanNet](https://cst.ku.dk/projekter/dannet) is a Danish WordNet.
<!-- END-SHORT DESCRIPTION -->
A WordNet is a lexico-semantic network which show the meaning and the relation between words through named connections. It can be considered a machine-readable dictionary.
## Dataset Description
<!-- START-DESC-STATS -->
- **Language**: dan, dansk, Danish
- **Number of samples**: 49.04K
- **Number of tokens (Llama 3)**: 1.52M
- **Average document length (characters)**: 90.80
<!-- END-DESC-STATS -->
## Dataset Structure
An example from the dataset looks as follows.
<!-- START-SAMPLE -->
```py
{
"text": "Når fodboldholdet fra 1. division i Ikast spiller hjemmekampe, lyder råbet ud over Ikast Stadion: We[...]",
"source": "dannet",
"id": "dannet_46506",
"added": "2020-09-24",
"created": "2000-01-01, 2022-01-01",
"license": "Commercial Use of DanNet\n\nDanNet may be used in commercial applications in accordance with the follo[...]",
"domain": "dannet",
"metadata": {
"source-pretty": "DanNet (Danish WordNet)"
}
}
```
### Data Fields
An entry in the dataset consists of the following fields:
- `text`(`str`): The content of the document.
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
- `id` (`str`): An unique identifier for each document.
- `added` (`str`): An date for when the document was added to this collection.
- `created` (`str`): An date range for when the document was originally created.
- `license` (`str`): The license of the document. The licenses vary according to the source.
- `domain` (`str`): The domain of the source
- `metadata/source-pretty` (`str`): The long form version of the short-form source name
- `metadata/*`: Potentially additional metadata
<!-- END-SAMPLE -->
## License Information
<details>
<summary>DanNet 1.0 License</summary>
<p>
Commercial Use of DanNet
DanNet may be used in commercial applications in accordance with the following
license agreement. An attorney representing the commercial interest should
review this DanNet license with respect to the intended use.
DanNet 1.0 License
DanNet Release 2.1
This software and database is being provided to you, the LICENSEE, by University
of Copenhagen and Society for Danish Language and Literature under the following
license. By obtaining, using and/or copying this software and database, you
agree that you have read, understood, and will comply with these terms and
conditions.
Permission to use, copy, modify and distribute this software and database and
its documentation for any purpose and without fee or royalty is hereby granted,
provided that you agree to comply with the following copyright notice and
statements, including the disclaimer, and that the same appear on ALL copies of
the software, database and documentation, including modifications that you make
for internal use or for distribution.
THIS SOFTWARE AND DATABASE IS PROVIDED "AS IS" AND UNIVERSITY OF COPENHAGEN and
SOCIETY FOR DANISH LANGUAGE AND LITERATURE MAKE NO REPRESENTATIONS OR
WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION,
UNIVERSITY OF COPENHAGEN AND SOCIETY FOR DANISH LANGUAGE AND LITERATURE MAKE NO
REPRESENTATIONS OR WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR
PURPOSE OR THAT THE USE OF THE LICENSED SOFTWARE, DATABASE OR DOCUMENTATION WILL
NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
The names of University of Copenhagen and Society for Danish Language and
Literature may not be used in advertising or publicity pertaining to
distribution of the software and/or database. Title to copyright in this
software, database and any associated documentation shall at all times remain
with University of Copenhagen and Society for Danish Language and Literature and
LICENSEE agrees to preserve same.
DanNet 2.1 Copyright 2009-12 by University of Copenhagen and Society for Danish
</p>
</details>
### Dataset Statistics
<!-- START-DATASET PLOTS -->
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
<img>
<!-- END-DATASET PLOTS -->
## Additional Information
### Citation Information
This dataset was initially published as part of the [Danish gigaword](https://huggingface.co/danish-foundation-models). We recommend that you cite and reference it if you use this dataset:
> Derczynski, L., Ciosici, M. R., et al. (2021). The Danish Gigaword Corpus. In Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa 2021).
```bash
@inproceedings{dagw,
title = {{The Danish Gigaword Corpus}},
author = {Leon Derczynski and Manuel R. Ciosici and Rebekah Baglini and Morten H. Christiansen and Jacob Aarup Dalsgaard and Riccardo Fusaroli and Peter Juel Henrichsen and Rasmus Hvingelby and Andreas Kirkedal and Alex Speed Kjeldsen and Claus Ladefoged and Finn Årup Nielsen and Jens Madsen and Malte Lau Petersen and Jonathan Hvithamar Rystrøm and Daniel Varab},
year = 2021,
booktitle = {Proceedings of the 23rd Nordic Conference on Computational Linguistics},
publisher = {NEALT}
}
```