text
stringlengths
0
89.3k
1University of Algiers
02 rue Didouche Mourad Algiers 16000 Algeria
ydriasunivalgerdz
2LRIA USTHB
BP 32 El Alia Bab Ezzouar Algiers 16111 Algeria
habibadriasusthbedudz
3LRIA USTHB
BP 32 El Alia Bab Ezzouar Algiers 16111 Algeria
Ilyeskhennakusthbedudz
Abstract In this article we present a novel information access
approach inspired by the information foraging theory IFT
and elephant herding optimization EHO First we propose a
model for information access on social media based on the IFT
We then elaborate an adaptation of the original EHO algorithm
to apply it to the information access problem The combination
of the IFT and EHO constitutes a good opportunity to find rel
evant information on social media However when dealing with
voluminous data the performance undergoes a sharp drop To
overcome this issue we developed an enhanced version of EHO
for large scale information access We introduce new operators
to the algorithm including territories delimitation and clan mi
gration using clustering To validate our work we created a
dataset of more than 14 million tweets on which we carried
out extensive experiments The outcomes reveal the ability of
our approach to find relevant information in an effective and
efficient way They also highlight the advantages of the im
proved version of EHO over the original algorithm regarding
different aspects Furthermore we undertook a comparative
study with two other metaheuristicbased information foraging
approaches namely ant colony system and particle swarm op
timization Overall the results are very promising
Keywords Information Access Information Foraging Theory
Swarm Intelligence Elephant Herding Optimization Clustering K
means Social Media
I Introduction
Nowadays social media are increasingly being used as an in
formation source and people are becoming more dependent
on them in their daily life They use them to access and share
information which highly contributes to the growth of the
volume of online public data According to the Digital 2021
Report the number of social media users has increased byan average of more than 14 million users each day during
2020 which amounts to more than half a billion new users
in 12 months 1 This rapid growth has propelled the total
number of active social media users to 433 billion by April
2021 which equates to 55 of the worlds total population
In fact social media are being used to seek information about
serious topics such as circulating uptothe minute informa
tion about the Covid19 pandemic 2 More generally these
platforms are frequently used by people seeking health infor
mation In the US for instance 80 of Internet users search
for health information online and 74 of them use social
media 3 In view of this impressive growth in terms of
popularity and data volume of social media the development
of new largescale information access techniques adapted to
such platforms is required
Generally a person engaged in an information seeking pro
cess has one or more goals in mind and uses information
access tools to achieve them Those goals can range quite
widely from finding a specific product to keeping informed
about a certain topic Information foraging is a paradigm
related to accessing information online Usually when peo
ple need an information they have the opportunity to use the
Web to query it Of course information retrieval helps to get a
part of the information thanks to the existing search engines
However information foraging is more than just querying a
search tool and getting a fragment of information It consists
in exploring the Web while using certain bioinspired navi
gation mechanisms as well as Web structure related features
The task of foraging is grounded on the optimal foraging the
ory OFT 4 which paved the way to the information forag
ing theory IFT 5 The authors of the latter studied the op
timal foraging theory to understand how human users search
for information The IFT is based on the assumption that
when searching for information humans use builtin forag
MIR Labs USAarXiv240611916v1 csNE 16 Jun 202429 Y Drias et al
ing mechanisms that evolved to help our animal ancestors
find food
Recently a significant amount of work has been done in the
information access field using the information foraging the
ory Technologies and approaches such as deep learning 6
game theory 7 bioinspired computing 8 ontologies 9
and multiagent systems 10 were used for this purpose On
top of that the IFT was exploited to solve many problems
like cyberattack prediction 11 query autocompletion 12
and recommender systems 13 Some newer studies also fo
cused on applying the IFT on social media 14
The aim of this article is to propose a novel bioinspired ap
proach to large scale information access on social media Our
approach is based on a combination of the information forag
ing theory and a new enhanced elephant herding optimization
that we developed for large scale information access The
main new contributions of the present work can be summa
rized as follows
a detailed formal model for information foraging on so
cial media
a new enhanced version of elephant herding optimiza
tion with new operators adapted to large scale informa
tion access
the use of kmeans clustering to implement new opera
tors in the enhanced elephant herding optimization