EDBT 2026 Demo / reviewers in the wild / expert
Masumi Shirakawa
dblp:88/5703
· DBLP profile ↗
10ranked-venue papers in the field
5as first author
5since 2021 · last 2025
0009-0005-9464-3721ORCID · corroborated
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 4 (3 first)Knowledge Engineering, Semantic Web & Information Systems · 3Database Systems & Data Management · 2 (1 first)Other / Interdisciplinary · 1 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | Word-Level Political Sentiments Inferred From Social Media and Application in Recommendation DiversificationabstractPolitical polarization is commonly observed in democratic countries. While it allows individual citizens to freely choose sides, it also causes the problem of separation and isolation. Especially in information-seeking behaviors, echo chambers and filter bubbles are observed. In this article, we present a political sentiment dictionary for analyzing political polarizatio and increasing information heterogeneity. It takes advantage of large-scale social media data and is thus superior in accuracy and coverage compared to manually crafted dictionaries. Generated from Japanese tweets, more than 50k words in this dictionary cover aspects ranging from political parties and public entities to foods and personal hobbies. We describe in detail the method to construct this dictionary, which can be replicated for other languages and countries. We demonstrate the use of this dictionary in the application of recommendation diversification. We show with real-world e-commerce data that the use of the dictionary can generally increase the diversity in product recommendations, effectively mitigating the filter bubbles. Yihong Zhang 0001, Masumi Shirakawa, Takahiro Hara |
ACM Trans. Web | 2 |
| 2023 | Generalized durative event detection on social media
Yihong Zhang 0001, Masumi Shirakawa, Takahiro Hara |
J. Intell. Inf. Syst. | 2 |
| 2022 | Predicting temporary deal success with social media timing signals
Yihong Zhang 0001, Masumi Shirakawa, Takahiro Hara |
J. Intell. Inf. Syst. | 2 |
| 2021 | A General Method for Event Detection on Social Media
Yihong Zhang 0001, Masumi Shirakawa, Takahiro Hara |
ADBIS | 2 |
| 2021 | An Automatic Method for Understanding Political Polarization Through Social Media
Yihong Zhang 0001, Masumi Shirakawa, Takahiro Hara |
KSEM | 2 |
| 2017 | IDF for Word N-gramsabstractInverse Document Frequency (IDF) is widely accepted term weighting scheme whose robustness is supported by many theoretical justifications. However, applying IDF to word N-grams (or simply N-grams) of any length without relying on heuristics has remained a challenging issue. This article describes a theoretical extension of IDF to handle N-grams. First, we elucidate the theoretical relationship between IDF and information distance, a universal metric defined by the Kolmogorov complexity. Based on our understanding of this relationship, we propose N-gram IDF, a new IDF family that gives fair weights to words and phrases of any length. Based only on the magnitude relation of N-gram IDF weights, dominant N-grams among overlapping N-grams can be determined. We also propose an efficient method to compute the N-gram IDF weights of all N-grams by leveraging the enhanced suffix array and wavelet tree. Because the exact computation of N-gram IDF provably requires significant computational cost, we modify it to a fast approximation method that can estimate weight errors analytically and maintain application-level performance. Empirical evaluations with unsupervised/supervised key term extraction and web search query segmentation with various experimental settings demonstrate the robustness and language-independent nature of the proposed N-gram IDF. Masumi Shirakawa, Takahiro Hara, Shojiro Nishio |
ACM Trans. Inf. Syst. | 1 |
| 2015 | N-gram IDF: A Global Term Weighting Scheme Based on Information DistanceabstractThis paper first reveals the relationship between Inverse Document Frequency (IDF), a global term weighting scheme, and information distance, a universal metric defined by Kolmogorov complexity. We concretely give a theoretical explanation that the IDF of a term is equal to the distance between the term and the empty string in the space of information distance in which the Kolmogorov complexity is approximated using Web documents and the Shannon-Fano coding. Based on our findings, we propose N-gram IDF, a theoretical extension of IDF for handling words and phrases of any length. By comparing weights among N-grams of any N, N-gram IDF enables us to determine dominant N-grams among overlapping ones and extract key terms of any length from texts without using any NLP techniques. To efficiently compute the weight for all possible N-grams, we adopt two string processing techniques, i.e., maximal substring extraction using enhanced suffix array and document listing using wavelet tree. We conducted experiments on key term extraction and Web search query segmentation, and found that N-gram IDF was competitive with state-of-the-art methods that were designed for each application using additional resources and efforts. The results exemplified the potential of N-gram IDF. Masumi Shirakawa, Takahiro Hara, Shojiro Nishio |
WWW | 1 |
| 2014 | MLJ: Language-Independent Real-Time Search of Tweets Reported by Media Outlets and JournalistsabstractIn this demonstration, we introduce MLJ (MultiLingual Journalism, http://mljournalism.com), a first Web-based system that enables users to search any topic of latest tweets posted by media outlets and journalists beyond languages. Handling multilingual tweets in real time involves many technical challenges: language barrier, sparsity of words, and real-time data stream. To overcome the language barrier and the sparsity of words, MLJ harnesses CL-ESA, a Wikipedia-based language-independent method to generate a vector of Wikipedia pages (entities) from an input text. To continuously deal with tweet stream, we propose one-pass DP-means, an online clustering method based on DP-means. Given a new tweet as an input, MLJ generates a vector using CL-ESA and classifies it into one of clusters using one-pass DP-means. By interpreting a search query as a vector, users can instantly search clusters containing latest related tweets from the query without being aware of language differences. MLJ as of March 2014 supports nine languages including English, Japanese, Korean, Spanish, Portuguese, German, French, Italian, and Arabic covering 24 countries. Masumi Shirakawa, Takahiro Hara, Shojiro Nishio |
Proc. VLDB Endow. | 1 |
| 2013 | Probabilistic semantic similarity measurements for noisy short texts using Wikipedia entitiesabstractThis paper describes a novel probabilistic method of measuring semantic similarity for real-world noisy short texts like microblog posts. Our method adds related Wikipedia entities to a short text as its semantic representation and uses the vector of entities for computing semantic similarity. Adding related entities to texts is generally a compound problem that involves the extraction of key terms, finding related entities for each key term, and the aggregation of related entities. Explicit Semantic Analysis (ESA), a popular Wikipedia-based method, solves these problems by summing the weighted vectors of related entities. However, this heuristic weighting highly depends on the rule of majority decision and is not suited to short texts that contain few key terms but many noisy terms. The proposed probabilistic method synthesizes these procedures by extending naive Bayes and achieves robust estimates of related Wikipedia entities for short texts. Experimental results on short text clustering using Twitter data indicated that our method outperformed ESA for short texts containing noisy terms. Masumi Shirakawa, Kotaro Nakayama, Takahiro Hara, Shojiro Nishio |
CIKM | 1 |
| 2011 | Wikipedia Sets: Context-Oriented Related Entity Acquisition from Multiple WordsabstractIn this paper, we propose a method which acquires related words (entities) from multiple words by naturally disambiguating their meaning and considering their contexts. In addition, we introduce a bootstrapping method for improving the coverage of association relations. Experimental result shows that our method can acquire related words depending on the contexts of multiple words compared to the ESA-based method. Masumi Shirakawa, Kotaro Nakayama, Takahiro Hara, Shojiro Nishio |
Web Intelligence | 1 |