Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
b299e73
1 Parent(s): 1096152

Fix missing tags in dataset cards (#4896)

Browse files

Commit from https://github.com/huggingface/datasets/commit/7447bf91775d94809b2313eea56c6e33bae66092

Files changed (1) hide show
  1. README.md +25 -5
README.md CHANGED
@@ -1,6 +1,24 @@
1
  ---
2
- paperswithcode_id: coarse-discourse
 
 
 
 
 
 
 
 
 
3
  pretty_name: Coarse Discourse
 
 
 
 
 
 
 
 
 
4
  ---
5
 
6
  # Dataset Card for "coarse_discourse"
@@ -31,9 +49,9 @@ pretty_name: Coarse Discourse
31
 
32
  ## Dataset Description
33
 
34
- - **Homepage:** [https://github.com/google-research-datasets/coarse-discourse](https://github.com/google-research-datasets/coarse-discourse)
35
- - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
36
- - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
37
  - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
38
  - **Size of downloaded dataset files:** 4.42 MB
39
  - **Size of the generated dataset:** 43.34 MB
@@ -41,7 +59,9 @@ pretty_name: Coarse Discourse
41
 
42
  ### Dataset Summary
43
 
44
- dataset contains discourse annotation and relation on threads from reddit during 2016
 
 
45
 
46
  ### Supported Tasks and Leaderboards
47
 
 
1
  ---
2
+ annotations_creators:
3
+ - crowdsourced
4
+ language:
5
+ - en
6
+ language_creators:
7
+ - found
8
+ license:
9
+ - cc-by-4.0
10
+ multilinguality:
11
+ - monolingual
12
  pretty_name: Coarse Discourse
13
+ size_categories:
14
+ - 100K<n<1M
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - text-classification
19
+ task_ids:
20
+ - multi-class-classification
21
+ paperswithcode_id: coarse-discourse
22
  ---
23
 
24
  # Dataset Card for "coarse_discourse"
 
49
 
50
  ## Dataset Description
51
 
52
+ - **Homepage:**
53
+ - **Repository:** https://github.com/google-research-datasets/coarse-discourse
54
+ - **Paper:** [Characterizing Online Discussion Using Coarse Discourse Sequences](https://research.google/pubs/pub46055/)
55
  - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
56
  - **Size of downloaded dataset files:** 4.42 MB
57
  - **Size of the generated dataset:** 43.34 MB
 
59
 
60
  ### Dataset Summary
61
 
62
+ A large corpus of discourse annotations and relations on ~10K forum threads.
63
+
64
+ We collect and release a corpus of over 9,000 threads comprising over 100,000 comments manually annotated via paid crowdsourcing with discourse acts and randomly sampled from the site Reddit.
65
 
66
  ### Supported Tasks and Leaderboards
67