paper-with-me

Papers

HashSet -- A Dataset For Hashtag Segmentation

2022-01-18 · Prashant Kodali, Akshala Bhatnagar, Naman Ahuja, Manish Shrivastava, Ponnurangam Kumaraguru

Hashtag segmentation is the task of breaking a hashtag into its constituent tokens. Hashtags often encode the essence of user-generated posts, along with information like topic and sentiment, which are useful in downstream tasks. Hashtags prioritize brevity and are written in unique ways -- transliterating and mixing languages, spelling variations, creative named entities. Benchmark datasets used for the hashtag segmentation task -- STAN, BOUN -- are small in size and extracted from a single set of tweets. However, datasets should reflect the variations in writing styles of hashtags and also account for domain and language specificity, failing which the results will misrepresent model performance. We argue that model performance should be assessed on a wider variety of hashtags, and datasets should be carefully curated. To this end, we propose HashSet, a dataset comprising of: a) 1.9k manually annotated dataset; b) 3.3M loosely supervised dataset. HashSet dataset is sampled from a different set of tweets when compared to existing datasets and provides an alternate distribution of hashtags to build and validate hashtag segmentation models. We show that the performance of SOTA models for Hashtag Segmentation drops substantially on proposed dataset, indicating that the proposed dataset provides an alternate set of hashtags to train and assess models.

📄 PDF Abstract BibTeX arXiv:2201.06741

Code (2)

prashantkodali/hashset pytorch
ruanchaves/hashformers

Tasks

SegmentationSpecificity

Similar Papers 제목 키워드 기반

HashSet - A Dataset For Hashtag Segmentation

2022-06-01 · LREC 2022 6 · Prashant Kodali, Akshala Bhatnagar, Naman Ahuja, Manish Shrivastava 외

Hashtag segmentation is the task of breaking a hashtag into its constituent tokens. Hashtags often encode the essence of user-generated posts, along with information like topic and sentiment, which are useful in downstre…

SegmentationSpecificity

Multi-task Pairwise Neural Ranking for Hashtag Segmentation

2019-06-03 · ACL 2019 7 · Mounica Maddela, Wei Xu, Daniel Preoţiuc-Pietro

Hashtags are often employed on social media and beyond to add metadata to a textual utterance with the goal of increasing discoverability, aiding search, or providing additional semantics. However, the semantic content o…

SegmentationSentiment Analysis

Zero-shot hashtag segmentation for multilingual sentiment analysis

2021-12-06 · Ruan Chaves Rodrigues, Marcelo Akira Inuzuka, Juliana Resplande Sant'Anna Gomes, Acquila Santos Rocha 외

Hashtag segmentation, also known as hashtag decomposition, is a common step in preprocessing pipelines for social media datasets. It usually precedes tasks such as sentiment analysis and hate speech detection. For sentim…

Feature EngineeringHate Speech DetectionMachine TranslationSegmentation+2

Towards Deep Semantic Analysis Of Hashtags

2015-01-13 · Piyush Bansal, Romil Bansal, Vasudeva Varma

Hashtags are semantico-syntactic constructs used across various social networking and microblogging platforms to enable users to start a topic specific discussion or classify a post into a desired category. Segmenting an…

Entity LinkingSentiment Analysis

Char-RNN and Active Learning for Hashtag Segmentation

2019-11-08 · Taisiya Glushkova, Ekaterina Artemova

We explore the abilities of character recurrent neural network (char-RNN) for hashtag segmentation. Our approach to the task is the following: we generate synthetic training dataset according to frequent n-grams that sat…

Active Learning