ruanchaves commited on
Commit
9187183
1 Parent(s): 02179fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -12
README.md CHANGED
@@ -24,16 +24,19 @@ task_ids:
24
 
25
  ## Dataset Description
26
 
27
- - **Repository:** [glushkovato/hashtag_segmentation](https://github.com/glushkovato/hashtag_segmentation/)
28
- - **Paper:** [Char-RNN and Active Learning for Hashtag Segmentation](https://arxiv.org/abs/1911.03270)
29
 
30
  ### Dataset Summary
31
 
32
- Real hashtags collected from several pages about civil services on vk.com (a Russian social network) and then segmented manually.
 
 
 
33
 
34
  ### Languages
35
 
36
- Russian
37
 
38
  ## Dataset Structure
39
 
@@ -41,9 +44,9 @@ Russian
41
 
42
  ```
43
  {
44
- "index": 0,
45
- "hashtag": "ЁлкаВЗазеркалье",
46
- "segmentation": "Ёлка В Зазеркалье"
47
  }
48
  ```
49
 
@@ -56,11 +59,15 @@ Russian
56
  ### Citation Information
57
 
58
  ```
59
- @article{glushkova2019char,
60
- title={Char-RNN and Active Learning for Hashtag Segmentation},
61
- author={Glushkova, Taisiya and Artemova, Ekaterina},
62
- journal={arXiv preprint arXiv:1911.03270},
63
- year={2019}
 
 
 
 
64
  }
65
  ```
66
 
 
24
 
25
  ## Dataset Description
26
 
27
+ - **Repository:** [ardax/hashtag-segmentor](https://github.com/ardax/hashtag-segmentor)
28
+ - **Paper:** [Segmenting Hashtags and Analyzing Their Grammatical Structure](https://asistdl.onlinelibrary.wiley.com/doi/epdf/10.1002/asi.23989?author_access_token=qbKcE1jrre5nbv_Tn9csbU4keas67K9QMdWULTWMo8NOtY2aA39ck2w5Sm4ePQ1MZhbjCdEuaRlPEw2Kd12jzvwhwoWP0fdroZAwWsmXHPXxryDk_oBCup1i9_VDNIpU)
29
 
30
  ### Dataset Summary
31
 
32
+ Dev-BOUN is a Development set that includes 500 manually segmented hashtags. These are selected from tweets about movies,
33
+ tv shows, popular people, sports teams etc.
34
+
35
+ Test-BOUN is a Test set that includes 500 manually segmented hashtags. These are selected from tweets about movies, tv shows, popular people, sports teams etc.
36
 
37
  ### Languages
38
 
39
+ English
40
 
41
  ## Dataset Structure
42
 
 
44
 
45
  ```
46
  {
47
+ "index": 0,
48
+ "hashtag": "tryingtosleep",
49
+ "segmentation": "trying to sleep"
50
  }
51
  ```
52
 
 
59
  ### Citation Information
60
 
61
  ```
62
+ @article{celebi2018segmenting,
63
+ title={Segmenting hashtags and analyzing their grammatical structure},
64
+ author={Celebi, Arda and {\"O}zg{\"u}r, Arzucan},
65
+ journal={Journal of the Association for Information Science and Technology},
66
+ volume={69},
67
+ number={5},
68
+ pages={675--686},
69
+ year={2018},
70
+ publisher={Wiley Online Library}
71
  }
72
  ```
73