Datasets:
Tasks:
Text Generation
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
Danish
Size:
10M - 100M
ArXiv:
DOI:
License:
Adding Bookshop
#104
by
balsab
- opened
Adding Bookshop data from snakmodel in reference to:
#99
balsab
changed pull request status to
open
- [ x] I have run the test suite using
make testand all tests pass - [ x] I have added/changed a dataset:
- [x ] I have updated descriptive statistics using
make update-descriptive-statistics - [ x] I have bumped the version use
make bump-version
- [x ] I have updated descriptive statistics using
- [ x] If I have added a
create.pyscript I have added the script dependencies required to run that script. - [ x] I have updated the CHANGELOG.md if appropriate
After reconsidering, this ( Bookshop data from snakmodel ) should not be added
- The data is very finely cut, seems almost split on newlines, with every entry consisting of not much more than a single sentence so it is not in an ideal format, individual documents are not separated.
- It is probably already included in cellar: using deduplicate(threshold=0.9) from semhash when deduplicating against cellar, ~25% of the texts are filtered out. BUT If ~1000 documents are removed from cellar, split on newline and cleaned in the same way, only ~37% is filtered out.
So even with data that is 100% included in cellar, when cleaned the same way, only 37% is filtered out. So there is a chance bookshop's data is already in cellar, but the amount of overlap is unclear. The separate documents could be reorganized into larger texts for further investigation, but based on https://op.europa.eu/en/web/cellar/architecture, Cellar is the "Publications office's common repository" and Bookshop is a collection from the EU's publication office.
So (beside the data structure being not ideal) there is enough circumstanital evidence for it being in cellar, to not be included in dynaword.
balsab
changed pull request status to
closed