dane / README.md
system's picture
system HF staff
Update files from the datasets library (from 1.7.0)
c880b20
|
raw
history blame
4.03 kB
metadata
annotations_creators:
  - expert-generated
language_creators:
  - found
languages:
  - da
licenses:
  - cc-by-sa-4-0
multilinguality:
  - monolingual
size_categories:
  - 1K<n<10K
source_datasets: []
task_categories:
  - structure-prediction
task_ids:
  - named-entity-recognition
  - part-of-speech-tagging
paperswithcode_id: dane

Dataset Card for [Dataset Name]

Table of Contents

Dataset Description

Dataset Summary

[More Information Needed]

Supported Tasks and Leaderboards

[More Information Needed]

Languages

[More Information Needed]

Dataset Structure

Data Instances

[More Information Needed]

Data Fields

Data Fields:

  • q_id: a string question identifier for each example, corresponding to its ID in the Pushshift.io Reddit submission dumps.
  • subreddit: One of explainlikeimfive, askscience, or AskHistorians, indicating which subreddit the question came from
  • title: title of the question, with URLs extracted and replaced by URL_n tokens
  • title_urls: list of the extracted URLs, the nth element of the list was replaced by URL_n
  • sent_id: a string identifier for each example
  • text: a string, the original sentence (not tokenized)
  • tok_ids: a list of ids (int), one for each token
  • tokens: a list of strings, the tokens
  • lemmas: a list of strings, the lemmas of the tokens
  • pos_tags: a list of strings, the part-of-speech tags of the tokens
  • morph_tags: a list of strings, the morphological tags of the tokens
  • dep_ids: a list of ids (int), the id of the head of the incoming dependency for each token
  • dep_labels: a list of strings, the dependency labels
  • ner_tags: a list of strings, the named entity tags (BIO format)

Data Splits

[More Information Needed]

Dataset Creation

Curation Rationale

[More Information Needed]

Source Data

Initial Data Collection and Normalization

[More Information Needed]

Who are the source language producers?

[More Information Needed]

Annotations

Annotation process

[More Information Needed]

Who are the annotators?

[More Information Needed]

Personal and Sensitive Information

[More Information Needed]

Considerations for Using the Data

Social Impact of Dataset

[More Information Needed]

Discussion of Biases

[More Information Needed]

Other Known Limitations

[More Information Needed]

Additional Information

Dataset Curators

[More Information Needed]

Licensing Information

[More Information Needed]

Citation Information

[More Information Needed]

Contributions

Thanks to @ophelielacroix, @lhoestq for adding this dataset.