135 research outputs found
Staff perspectives on the role of English proficiency in providing support services
A case study approach was applied to understand the challenges of offering support services to international students (IS) within a university setting. A social constructivist theoretical framework informed the collection and analysis of data. Perspectives from service providers - general and academic staff members and international students were triangulated. To date, 63 participants have been interviewed and preliminary findings show that although international students encounter a number of academic and socio-cultural difficulties during university transition, many do not access support services offered by university for various reasons including; perceived language and cultural barriers, unawareness, feeling uncomfortable; and avoiding any stigma associated with help-seeking. The data shows service providers too have reported difficulties when working with international students, such as cultural and language barriers, lack of staff, funding and training. The focus of the current paper will be on one of the major themes explicating these tensions, namely English proficiency which acts as a pervasive barrier for both staff service provision and students service utilisation. Implications of findings, recommendations for universities and direction for future research will be discussed in reference to this theme
Reasoning About Distributed Knowledge of Groups with Infinitely Many Agents
Spatial constraint systems (scs) are semantic structures for reasoning about spatial and epistemic information in concurrent systems. We develop the theory of scs to reason about the distributed information of potentially infinite groups. We characterize the notion of distributed information of a group of agents as the infimum of the set of join-preserving functions that represent the spaces of the agents in the group. We provide an alternative characterization of this notion as the greatest family of join-preserving functions that satisfy certain basic properties. We show compositionality results for these characterizations and conditions under which information that can be obtained by an infinite group can also be obtained by a finite group. Finally, we provide algorithms that compute the distributive group information of finite groups
A Formal Model for Polarization under Confirmation Bias in Social Networks
We describe a model for polarization in multi-agent systems based on Esteban
and Ray's standard family of polarization measures from economics. Agents
evolve by updating their beliefs (opinions) based on an underlying influence
graph, as in the standard DeGroot model for social learning, but under a
confirmation bias; i.e., a discounting of opinions of agents with dissimilar
views. We show that even under this bias polarization eventually vanishes
(converges to zero) if the influence graph is strongly-connected. If the
influence graph is a regular symmetric circulation, we determine the unique
belief value to which all agents converge. Our more insightful result
establishes that, under some natural assumptions, if polarization does not
eventually vanish then either there is a disconnected subgroup of agents, or
some agent influences others more than she is influenced. We also prove that
polarization does not necessarily vanish in weakly-connected graphs under
confirmation bias. Furthermore, we show how our model relates to the classic
DeGroot model for social learning. We illustrate our model with several
simulations of a running example about polarization over vaccines and of other
case studies. The theoretical results and simulations will provide insight into
the phenomenon of polarization.Comment: arXiv admin note: substantial text overlap with arXiv:2104.11538,
arXiv:2012.0270
A Multi-Agent Model for Opinion Evolution under Cognitive Biases
We generalize the DeGroot model for opinion dynamics to better capture
realistic social scenarios. We introduce a model where each agent has their own
individual cognitive biases. Society is represented as a directed graph whose
edges indicate how much agents influence one another. Biases are represented as
the functions in the square region and categorized into four
sub-regions based on the potential reactions they may elicit in an agent during
instances of opinion disagreement. Under the assumption that each bias of every
agent is a continuous function within the region of receptive but resistant
reactions (), we show that the society converges to a consensus if
the graph is strongly connected. Under the same assumption, we also establish
that the entire society converges to a unanimous opinion if and only if the
source components of the graph-namely, strongly connected components with no
external influence-converge to that opinion. We illustrate that convergence is
not guaranteed for strongly connected graphs when biases are either
discontinuous functions in or not included in . We
showcase our model through a series of examples and simulations, offering
insights into how opinions form in social networks under cognitive biases
Reasoning about knowledge and messages in asynchronous multi-agent systems
International audienceWe propose a variant of public announcement logic for asynchronous systems. To capture asynchrony, we introduce two different modal operators for sending and receiving messages. The natural approach to defining the semantics leads to a circular definition, but we describe two restricted cases in which we solve this problem. The first case requires the Kripke model representing the initial epistemic situation to be a finite tree, and the second one only allows announcements from the existential fragment. After establishing some validities, we study the model checking problem and the satisfiability problem in cases where the semantics is well-defined, and we provide several complexity results.
A Formal Model for Polarization under Confirmation Bias in Social Networks
We describe a model for polarization in multi-agent systems based on Esteban
and Ray's standard family of polarization measures from economics. Agents
evolve by updating their beliefs (opinions) based on an underlying influence
graph, as in the standard DeGroot model for social learning, but under a
confirmation bias; i.e., a discounting of opinions of agents with dissimilar
views. We show that even under this bias polarization eventually vanishes
(converges to zero) if the influence graph is strongly-connected. If the
influence graph is a regular symmetric circulation, we determine the unique
belief value to which all agents converge. Our more insightful result
establishes that, under some natural assumptions, if polarization does not
eventually vanish then either there is a disconnected subgroup of agents, or
some agent influences others more than she is influenced. We also prove that
polarization does not necessarily vanish in weakly-connected graphs under
confirmation bias. Furthermore, we show how our model relates to the classic
DeGroot model for social learning. We illustrate our model with several
simulations of a running example about polarization over vaccines and of other
case studies. The theoretical results and simulations will provide insight into
the phenomenon of polarization
An Erlang Implementation of Multiparty Session Actors
By requiring co-ordination to take place using explicit message passing
instead of relying on shared memory, actor-based programming languages have
been shown to be effective tools for building reliable and fault-tolerant
distributed systems. Although naturally communication-centric, communication
patterns in actor-based applications remain informally specified, meaning that
errors in communication are detected late, if at all.
Multiparty session types are a formalism to describe, at a global level, the
interactions between multiple communicating entities. This article describes
the implementation of a prototype framework for monitoring Erlang/OTP
gen_server applications against multiparty session types, showing how previous
work on multiparty session actors can be adapted to a purely actor-based
language, and how monitor violations and termination of session participants
can be reported in line with the Erlang mantra of "let it fail". Finally, the
framework is used to implement two case studies: an adaptation of a
freely-available DNS server, and a chat server.Comment: In Proceedings ICE 2016, arXiv:1608.0313
- …