--- annotations_creators: - expert-generated language_creators: - machine-generated languages: - en licenses: - unknown multilinguality: - monolingual pretty_name: STAN Small size_categories: - unknown source_datasets: - original task_categories: - structure-prediction task_ids: - structure-prediction-other-word-segmentation --- # Dataset Card for STAN Small ## Dataset Description - **Repository:** [mounicam/hashtag_master](https://github.com/mounicam/hashtag_master) - **Paper:** [Multi-task Pairwise Neural Ranking for Hashtag Segmentation](https://aclanthology.org/P19-1242/) ### Dataset Summary Manually Annotated Stanford Sentiment Analysis Dataset by Bansal et al.. ### Languages English ## Dataset Structure ### Data Instances ``` { "index": 6, "hashtag": "justsayin", "segmentation": "just sayin", "alternatives": { "segmentation": [ "just sayin", "just sayin " ] } } ``` ### Data Fields - `index`: a numerical index. - `hashtag`: the original hashtag. - `segmentation`: the gold segmentation for the hashtag. - `alternatives`: other segmentations that are also accepted as a gold segmentation. ### Citation Information ``` @misc{bansal2015deep, title={Towards Deep Semantic Analysis Of Hashtags}, author={Piyush Bansal and Romil Bansal and Vasudeva Varma}, year={2015}, eprint={1501.03210}, archivePrefix={arXiv}, primaryClass={cs.IR} } ``` ### Contributions This dataset was added by [@ruanchaves](https://github.com/ruanchaves) while developing the [hashformers](https://github..com/ruanchaves/hashformers) library.