Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

2017 2nd International Conference on Knowledge Engineering and Applications

Using Social Media Listening Technique for Monitoring People’s Mentions from
Social Media: A Case Study of Thai Airline Industry

Todsanai Chumwatana Ichayaporn Chuaychoo


College of Information and Communication College of Tourism and Hospitality
Technology, Rangsit University, Rangsit University
Pathumthani 12000, Thailand Pathumthani 12000, Thailand
e-mail: todsanai.c@rsu.ac.th e-mail: ichayaporn.c@rsu.ac.th

Abstract—Since the rise of low-cost airline, air transportation listening has become important in the area of business [2],
has become one of the most popular trends in travelling over [3]. Social media listening is a process of monitoring the
the world. This factor makes the competition in airline websites on the internet or social media channels to see
industry very intense. From airline market report, it showed what’s being said about brand, business and other topics
that the revenue growth rate in the airline industry has been related to products [4]. This technique has seriously taken
increasing over 30% in the last few years. For this reason, into an account in the last few years because the survey
many airline brands seek for good strategies to gain more reveals that 74% of customers rely on the information or
passengers. The majority of strategies in airline market is reviews from social media in order to make a buying
focusing on people feeling towards brands. Monitoring
decision (source:
people’s mentions and questions on social media have
consequently become an essential issue that need to be taken
http://www.socialmediatoday.com/marketing/masroor/2015-
into an account. This makes social media listening has been one 05-28/social-media-biggest-influencer-buying-decisions).
of the most powerful techniques to seek what people mention. On the other hand, social media crisis can also occur in
This paper proposed the methodology to identify and access any time and it will make businesses falls down into bad
what is being said about the airline brands on social media. situation. Due to this reason, the social media listening can
The proposed technique is based on the integration of real-time prevent businesses from bad situation as social media crisis
collecting people’s conversations and social media monitoring can be stopped immediately using crisis management before
techniques. The results showed that the number of mentions it get out of hand. This paper aims to propose the social
has changed over period of time depending on information or media listening technique for Thai airline industry. This
news posted by airline business. The majority of conversations technique is used for collecting word of mouth from social
can be categorized into four main types: question, complaint, media. All collected messages will be converted to a useful
mention and compliment. The contribution of this research is form that stored in database in order to facilitate fast
to support airline management team to monitor what people’s monitoring and reporting to airline management team by
questions and mentions real time in order to improve the using data virtualization.
performance of response management and stop diffusing a
potential crisis before it hits mainstream social media. II. RELATED WORKS
Keywords-airline industry; social media listening; people Since an inefficient response to customer has caused the
mention; crisis management; social media loss of business profit, the social media listening has been
taken into an account in many industries in order to facilitate
fast response. Some researches on social media listening
I. INTRODUCTION have been proposed to help businesses keep tracking
In the last decade, the number of tourism both inbound conversations around their brands. In 2012, social media
and outbound has obviously increased in Thailand. This analytics tools were used to monitor, capture and analyze
makes the airline industry continues to grow rapidly. Much publicly posted information about the Super Bowl XLVI [5].
of that growth has driven airline business needs to find good Input data was collected from Facebook, Twitter, and blogs.
strategy options to gain more customers. One of many The results from this research provided insight information
strategies is focusing on what people mention, review and and trending social media topics associated with keyword. In
question on social media. This is because social media has a 2015, using social listening to evaluate opinion research for
strong influence on people by shifting their behaviors in social network brand community were proposed by Tse-
many ways such as searching information, surfing, writing Chuan Hsu [6]. This technique is used to checking out for
reviews, and making decisions [1]. This new form of consumers and industry benchmark and analyzing a sense of
communication has changed people behaviors all over the community in public opinion. Data collection is compared
world. Unfortunately, it is very challenging for airline against the conditional screened population samples to a
business to listen manually on numerous number of network of public opinion. As for social media in Thai, using
messages over social media as it is time consuming and labor sentiment analysis technique for analyzing Thai customer
intensive. This significantly makes the task of social media satisfaction were proposed in 2015 [7]. This technique

978-1-5386-2150-9/17/$31.00 ©2017 IEEE 103

Authorized licensed use limited to: UNIVERSITAS GADJAH MADA. Downloaded on March 06,2021 at 02:26:04 UTC from IEEE Xplore. Restrictions apply.
employed Thai word extraction and sentiment analysis such as Webboard, Facebook, Twitter, Youtube or Blog.
technique to investigate customer’s conversation. Then, these These huge number of input conversation can be regarded as
conversations were analyzed to get the sentiment value. The a dynamic text which is a real-time user generated posts or
outcome from this research provided the significant benefit comments. In this paper, the most famous webboard in
for businesses to improve their quality. Furthermore, another Thailand, called Pantip, is used as a source for gathering the
research work was applied to track on Thai Twitter users [8]. data as depicted in Fig. 2.
Deep learning technique was used to classify sentiment of
Thai Twitter data in the research. Output from this research
revealed that the deep learning techniques outperform Naïve
Bayes and SVM. Lately, real-time emerging anomaly
monitoring system over text streams was proposed in 2017
[9], this technique was called “RING”. It is able to monitor
real-time text streams at different time scales from minutes
to months. From the experimental result, this technique can
process Twitter text stream with linear horizontal scalability.
III. SOCIAL MEDIA LISTENING TECHNIQUE FOR
MONITORING PEOPLE’S MENTIONS FROM SOCIAL MEDIA
In this section, using social media listening technique for Figure 2. Pantip webboard.
monitoring people’s mention about airline brand or service is
described. The proposed technique consists of five main Python programming is employed to implement a spider
phrases: collecting data from social media, cleansing data, to crawl the data from webboard and scrape for topics and
storing data to database, searching information and reporting comments as shown in Fig. 3. The crawled data is originally
as shown in Fig. 1. in form of HTML or JSON code which needs to be parsed
 and filtered by using the process of cleansing data in the next
step.

Figure 3. Python code.

B. Cleansing Data
In this step, the proposed technique applies the process of
cleansing data to involve removing unwanted data from the
input data crawled in step A. This process is based on
 extraction and natural language processing techniques. Only
Figure 1. A work flow of the proposed technique. meaningful information for social listening technique will be
extracted from crawled data as shown in Fig. 4.
From Fig. 1, collecting data from social media is the first
step in the proposed technique. Conversation over social
media is treated as an input data in this process. These
collected data will be passed through many processes as will
be described in the following sections (A - B sections).
Finally, people’s mention or question about airline brand and
service will be reported to the airline business in virtual view.
A. Collecting Data from Social Media
The proposed technique actually starts with collecting
people’s conversation from the right source of social media Figure 4. Meaningful information for social listening.

104

Authorized licensed use limited to: UNIVERSITAS GADJAH MADA. Downloaded on March 06,2021 at 02:26:04 UTC from IEEE Xplore. Restrictions apply.
From Fig. 4, only topic, post, user id, datetime and IP E. Reporting
address will be extracted and stored into a database for This process is regarded as a final process in the
further searching and analyzing. proposed technique. The data virtualization is an essential
C. Storing Data to Database method which is the process of aggregating data from
database source of information to develop virtual view of
From step B, all extracted data will be stored into the information. The output from the proposed technique will be
MongoDB which is NoSQL database. MongoDB is revealed into two parts: graph data virtualization and the list
employed for storing the data in the proposed technique of conversation on what being said about the brand or
because it can support huge number of data with the keyword as shown in Fig. 7.
scalability and flexibility. This such database is also able to
facilitate fast querying and accessing. As mentioned in
section B, only some extracted fields such as post, topic,
comment, user id, datetime and IP address are stored into
MongoDB as depicted in Fig. 5.

Figure 7. The output dashboard from the proposed technique.

From Fig. 7, the output dashboard will become an


essential tool for airline management teams to handle with
critical situations as well as prevent their business from
spread widely negative word of mouth. In addition, this tool
also be able to track the questions customer may have that
Figure 5. MongoDB of extracted data. makes airline businesses can get in change in right time and
right person.
The extracted data shown in Fig. 5 will be prepared in
form of JSON for being searched in the next step. IV. EXPERIMENTAL STUDIES
D. Searching Information In this section, an experimental studies for monitoring
people’s mentions using the proposed technique is revealed.
This process is regarded as one of an important part in
The input social media website used in this experiment is
social listening technique. Querying process plays the main
www.pantip.com which is the most famous webboard in
role in this step. Keywords are set to be a pivot, sometimes
Thailand. The numerous input data were crawled from
called a gravity, to track all what people’s mention regarding
Pantip since the beginning of 2017. Up to now, there are
to the keyword. For instance, AirAsia airline business will
approximately 800,000 posts as shown in the following
selects the set of keywords such as: “AirAsia”, “Big
graph.
Loyalty” or “Tune Insurance” keywords which relate to their
brand and services. These keywords are used as the pivot to
retrieve all people’s post, mention, question and comments
stored in the database as mentioned in section C. It can be
said that the set of keywords will be fixed in the system
meanwhile the mentions will be dynamic real-time texts
crawled to the database. Then, keywords will be real-time
matched with new comer mentions in the database in order
to be ready for data virtualization in the next reporting
process as depicted in Fig. 6.

Figure 8. The proportion rate of increasing number of posts in webboard.

Then, “AirAsia” keyword was set as the pivot to be


matched with all posts in the database and retrieve only the
results which contain “AirAsia” keyword in the post. Finally,
the retrieved results will be transformed into data
 virtualization in form of graph and list of mentions as shown
Figure 6. Matching keywords and mentions in database. below.

105

Authorized licensed use limited to: UNIVERSITAS GADJAH MADA. Downloaded on March 06,2021 at 02:26:04 UTC from IEEE Xplore. Restrictions apply.
virtual view by using data virtualization technique. From the
experimental results, it shows that the number of mentions
on webboard has changed over each day depending on
promotional fares or news posted by airline business. The
majority of conversations can be categorized into four main
types: question, complaint, mention and compliment. These
people insight will help airline business to track actual
requirement and conduct crisis management. Because of this,
the proposed technique shows significant advantages for
airline business to improve the quality of service.
REFERENCES
Figure 9. The output dashboard from the proposed technique.
[1] W. Price, “Millennial Travel Trends: A Look at the Largest
From experimental analysis, it expresses that the number Generations’ Habits”. Retrieved from
http://www.internetmarketinginc.com/blog/millennial-travel-trends/,
of mentions change over each day depending on the social 2016
trend at that time. For example, it has been found that the [2] D. A. Schweidel and M. W. Wendy, "Listening in on social media: A
number of mentions has increased when AirAsia launch the joint model of sentiment and venue format choice." Journal of
promotional fare or news announcement. This is because Marketing Research 51.4 (2014): 387-402.
people will start making discussions and questions regarding [3] S. C. Margaret, M. Atilano and C. L. Arnold. "Improving customer
to AirAsia brand. The list of mentions can be categorized relations with social listening: A case study of an American academic
into four main types: question, complaint, mention and library." (2017).
compliment. So, it would be a right time for management [4] J. M. Andzulis, N. G. Panagopoulos and A. Rapp, "A review of social
media and implications for the sales process." Journal of Personal
team to get involve with these kind of mentions. As a result, Selling & Sales Management 32.3 (2012): 305-316.
the proposed technique provides significant benefit for
[5] I. Bukhari, C. Wojtalewicz, M. Vorvoreanu and J. E. Dietz, "Social
airline businesses to immediately respond to the people who media use for large event management: The application of social
have mentioned about the brand and service in order to media analytic tools for the Super Bowl XLVI," 2012 IEEE
increase the number of customer base. Conference on Technologies for Homeland Security (HST), Waltham,
MA, 2012, pp. 24-29.
V. CONCLUSION [6] T. C. Hsu, D. M. Chang, H. J. Lee and C. Y. Hsu, "Using Social
Listening to Evaluate Opinion Research for Social Network Brand
As social media has become the powerful channel Community," 2015 Second International Conference on Trustworthy
nowadays, this paper explored the use of social media Systems and Their Applications, Hualien, 2015, pp. 30-35.
listening technique for monitoring what being mentioned [7] T. Chumwatana, “Using sentiment analysis technique for analyzing
about airline brand and service. The proposed technique is Thaicustomer satisfaction from social media,” Proceeding of the 5th
mainly based on data collection and virtualization which International Conference on Computing and Informatics (ICOCI),
consists of five main phrases: collecting, cleansing, storing, Istanbul, Turkey, 2015, pp. 659-664.
searching and reporting. The proposed technique starts from [8] P. Vateekul and T. Koomsubha, "A study of sentiment analysis using
collecting people’s conversation data from Pantip webboard. deep learning techniques on Thai Twitter data," 2016 13th
International Joint Conference on Computer Science and Software
Then, post, topic, comment, user id, datetime and IP Engineering (JCSSE), Khon Kaen, 2016, pp. 1-6.
address will be extracted from the collected conversation
[9] W. Yu; J. Li; M. Z. A. Bhuiyan; R. Zhang; J. Huai, "Ring: Real-Time
data. These transactions will be stored into MongoDB to be Emerging Anomaly Monitoring System over Text Streams," in IEEE
ready for being matched with the needed keywords. Finally, Transactions on Big Data , vol.PP, no.99, pp.1-1.
the matched retrieval results will be reported in form of

106

Authorized licensed use limited to: UNIVERSITAS GADJAH MADA. Downloaded on March 06,2021 at 02:26:04 UTC from IEEE Xplore. Restrictions apply.

You might also like