Datasets:

Languages:
Russian
Multilinguality:
monolingual
Size Categories:
n<1K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
Tags:
stance-detection
License:
leondz commited on
Commit
5bb6fd3
1 Parent(s): 6276608

typo fixes

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. rustance.py +2 -2
README.md CHANGED
@@ -78,7 +78,7 @@ Russian, as spoken on the Meduza website (i.e. from multiple countries) (`bcp47:
78
 
79
  ### Data Instances
80
 
81
- #### zulu_stance
82
 
83
  - **Size of downloaded dataset files:** 349.79 KiB
84
  - **Size of the generated dataset:** 366.11 KiB
78
 
79
  ### Data Instances
80
 
81
+ #### rustance
82
 
83
  - **Size of downloaded dataset files:** 349.79 KiB
84
  - **Size of the generated dataset:** 366.11 KiB
rustance.py CHANGED
@@ -14,7 +14,7 @@
14
  # limitations under the License.
15
 
16
  # Lint as: python3
17
- """Introduction to the CoNLL-2003 Shared Task: Language-Independent Named Entity Recognition"""
18
 
19
  import csv
20
  import os
@@ -27,7 +27,7 @@ logger = datasets.logging.get_logger(__name__)
27
 
28
  _CITATION = """\
29
  @inproceedings{lozhnikov2018stance,
30
- title={Stance prediction for russian: data and analysis},
31
  author={Lozhnikov, Nikita and Derczynski, Leon and Mazzara, Manuel},
32
  booktitle={International Conference in Software Engineering for Defence Applications},
33
  pages={176--186},
14
  # limitations under the License.
15
 
16
  # Lint as: python3
17
+ """Stance prediction for Russian: data and analysis"""
18
 
19
  import csv
20
  import os
27
 
28
  _CITATION = """\
29
  @inproceedings{lozhnikov2018stance,
30
+ title={Stance prediction for Russian: data and analysis},
31
  author={Lozhnikov, Nikita and Derczynski, Leon and Mazzara, Manuel},
32
  booktitle={International Conference in Software Engineering for Defence Applications},
33
  pages={176--186},