Datasets:

Languages:
Chinese
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
stance-detection
License:
leondz commited on
Commit
6b9230a
1 Parent(s): 5d9de26

add some metadata

Browse files
Files changed (1) hide show
  1. README.md +142 -0
README.md CHANGED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language_creators:
5
+ - found
6
+ languages:
7
+ - zh
8
+ licenses:
9
+ - cc-by-4.0
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: NLPCC Stance
13
+ size_categories:
14
+ - 1K<n<10K
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - text-classification
19
+ task_ids:
20
+ - text-classification-other-stance-detection
21
+ ---
22
+
23
+ # Dataset Card for "NLPCC Stance"
24
+
25
+ ## Table of Contents
26
+ - [Dataset Description](#dataset-description)
27
+ - [Dataset Summary](#dataset-summary)
28
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
29
+ - [Languages](#languages)
30
+ - [Dataset Structure](#dataset-structure)
31
+ - [Data Instances](#data-instances)
32
+ - [Data Fields](#data-fields)
33
+ - [Data Splits](#data-splits)
34
+ - [Dataset Creation](#dataset-creation)
35
+ - [Curation Rationale](#curation-rationale)
36
+ - [Source Data](#source-data)
37
+ - [Annotations](#annotations)
38
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
39
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
40
+ - [Social Impact of Dataset](#social-impact-of-dataset)
41
+ - [Discussion of Biases](#discussion-of-biases)
42
+ - [Other Known Limitations](#other-known-limitations)
43
+ - [Additional Information](#additional-information)
44
+ - [Dataset Curators](#dataset-curators)
45
+ - [Licensing Information](#licensing-information)
46
+ - [Citation Information](#citation-information)
47
+ - [Contributions](#contributions)
48
+
49
+ ## Dataset Description
50
+
51
+ - **Homepage:**
52
+ - **Repository:**
53
+ - **Paper:** [https://link.springer.com/chapter/10.1007/978-3-319-50496-4_85](https://link.springer.com/chapter/10.1007/978-3-319-50496-4_85)
54
+ - **Point of Contact:** [Mads Kongsback](https://github.com/mkonxd)
55
+ - **Size of downloaded dataset files:**
56
+ - **Size of the generated dataset:**
57
+ - **Total amount of disk used:**
58
+
59
+ ### Dataset Summary
60
+
61
+ This is a stance prediction dataset in Chinese.
62
+ The data is that from a shared task, stance detection in Chinese microblogs, in NLPCC-ICCPOL 2016. It covers Task A, a mandatory supervised task which detects stance towards five targets of interest with given labeled data.
63
+
64
+ ### Supported Tasks and Leaderboards
65
+
66
+ * Stance Detection
67
+
68
+ ### Languages
69
+
70
+ Chinese, as spoken on the Weibo website (`bcp47:zh`)
71
+
72
+ ## Dataset Structure
73
+
74
+ ### Data Instances
75
+
76
+
77
+ ### Data Fields
78
+
79
+ ### Data Splits
80
+
81
+ ## Dataset Creation
82
+
83
+ ### Curation Rationale
84
+
85
+
86
+ ### Source Data
87
+
88
+ #### Initial Data Collection and Normalization
89
+
90
+
91
+ #### Who are the source language producers?
92
+
93
+
94
+ ### Annotations
95
+
96
+ #### Annotation process
97
+
98
+
99
+ #### Who are the annotators?
100
+
101
+
102
+ ### Personal and Sensitive Information
103
+
104
+
105
+ ## Considerations for Using the Data
106
+
107
+ ### Social Impact of Dataset
108
+
109
+
110
+ ### Discussion of Biases
111
+
112
+
113
+ ### Other Known Limitations
114
+
115
+
116
+ ## Additional Information
117
+
118
+ ### Dataset Curators
119
+
120
+ The dataset is curated by the paper's authors.
121
+
122
+ ### Licensing Information
123
+
124
+ The authors distribute this data under Creative Commons attribution license, CC-BY 4.0.
125
+
126
+ ### Citation Information
127
+
128
+ ```
129
+ @incollection{xu2016overview,
130
+ title={Overview of nlpcc shared task 4: Stance detection in chinese microblogs},
131
+ author={Xu, Ruifeng and Zhou, Yu and Wu, Dongyin and Gui, Lin and Du, Jiachen and Xue, Yun},
132
+ booktitle={Natural language understanding and intelligent applications},
133
+ pages={907--916},
134
+ year={2016},
135
+ publisher={Springer}
136
+ }
137
+ ```
138
+
139
+
140
+ ### Contributions
141
+
142
+ Added by [@mkonxd](https://github.com/mkonxd), [@leondz](https://github.com/leondz)