Goto

Collaborating Authors

 Oceania


Characterizing Transgender Health Issues in Twitter

arXiv.org Machine Learning

Although there are millions of transgender people in the world, a lack of information exists about their health issues. This issue has consequences for the medical field, which only has a nascent understanding of how to identify and meet this population's health-related needs. Social media sites like Twitter provide new opportunities for transgender people to overcome these barriers by sharing their personal health experiences. Our research employs a computational framework to collect tweets from self-identified transgender users, detect those that are health-related, and identify their information needs. This framework is significant because it provides a macro-scale perspective on an issue that lacks investigation at national or demographic levels. Our findings identified 54 distinct health-related topics that we grouped into 7 broader categories. Further, we found both linguistic and topical differences in the health-related information shared by transgender men (TM) as com-pared to transgender women (TW). These findings can help inform medical and policy-based strategies for health interventions within transgender communities. Also, our proposed approach can inform the development of computational strategies to identify the health-related information needs of other marginalized populations.


Artificial intelligence beyond the superpowers - Bulletin of the Atomic Scientists

#artificialintelligence

Much of the debate over how artificial intelligence (AI) will affect geopolitics focuses on the emerging arms race between Washington and Beijing, as well as investments by major military powers like Russia. And to be sure, breakthroughs are happening at a rapid pace in the United States and China. But while an arms race between superpowers is riveting, AI development outside of the major powers, even where advances are less pronounced, could also have a profound impact on our world. The way smaller countries choose to use and invest in AI will affect their own power and status in the international system. Middle powers--countries like Australia, France, Singapore, and South Korea--are generally prosperous and technologically advanced, with small-to-medium-sized populations.


Is New Zealand prepared for artificial intelligence on its roads and infrastructure?

#artificialintelligence

The Herald spoke to industry leaders Mahmood Hikmet, R&D Coordinator, Ohmio; Matthew Ensor, Business Director - Advisory, Beca Diane Edwards, General Manager People, Systems and Technology, Ports of Auckland; Ben Reid, Executive Director, AI Forum NZ and Coby Duggan, General Manager, Volvo New Zealand to understand the AI opportunities for New Zealand, and what it could mean for the future of our roads and infrastructure. It's already out there and has been for decades! There is so much artificial intelligence already around you and not just on the roads. Ensor: It is hard to prepare when there is so much uncertainty around what changes artificial intelligence will create. We need to wait before making bets on which emerging technologies will dominate.


I want to boycott US PC hardware, software and services. Is it possible?

The Guardian

If I wanted to show my distaste for the direction the US is going by boycotting American PC hardware, software and services, could it be done? You could certainly eliminate a lot of American products, but you might be giving up features without getting any ethical benefits. For example, more than a billion people already manage without a lot of American technology because they live in China or Russia. While I share your distaste for the Trump regime, Xi Jinping and Vladimir Putin are not exactly choirboys. And while Trump is scapegoating immigrants, more than half of America's top technology companies were co-founded by immigrants or the children of immigrants.


Should AI inform - or replace - a clinician's clinical decisions?

#artificialintelligence

People are using AI-powered tools everyday, without even knowing it. Think of the smartphone's autocorrect (if error prone) feature, or your email provider's spam filter. But should people balk when they realise AI is being used not only to help diagnose a condition, but also replace or inform a clinician's clinical decision? This is a theme Alin Ungureanu, former CIO, health sector consultant and now CEO of Chelmer Limited, explores in a paper for his masters in health informatics at AUT. His paper identifies the complexity of the subject, looks at current trends and paints a possible future.


Humanity confronts a defining question: How will AI change us?

#artificialintelligence

What will happen when we've built machines as intelligent as us? According to the experts this incredible feat will be achieved in the year 2062 โ€“ a mere 44 years away โ€“ which certainly begs the question: what will the world, our jobs, the economy, politics, war, and everyday life and death, look like then? Fortunately, Toby Walsh, Scientia Professor of Artificial Intelligence (AI) at UNSW has done the research for us. An avid sci-fi fan from childhood, Walsh, who also leads the Algorithmic Decision Theory group at Data61 โ€“ Australia's Centre of Excellence for ICT Research, has long been fascinated by robots, machines and the future. In 2017, he published his first book, It's Alive!, in which he tells the story of AI and how it is already affecting our societies, economies and interactions.


Story Disambiguation: Tracking Evolving News Stories across News and Social Streams

arXiv.org Machine Learning

Following a particular news story online is an important but difficult task, as the relevant information is often scattered across different domains/sources (e.g., news articles, blogs, comments, tweets), presented in various formats and language styles, and may overlap with thousands of other stories. In this work we join the areas of topic tracking and entity disambiguation, and propose a framework named Story Disambiguation - a cross-domain story tracking approach that builds on real-time entity disambiguation and a learning-to-rank framework to represent and update the rich semantic structure of news stories. Given a target news story, specified by a seed set of documents, the goal is to effectively select new story-relevant documents from an incoming document stream. We represent stories as entity graphs and we model the story tracking problem as a learning-to-rank task. This enables us to track content with high accuracy, from multiple domains, in real-time. We study a range of text, entity and graph based features to understand which type of features are most effective for representing stories. We further propose new semi-supervised learning techniques to automatically update the story representation over time. Our empirical study shows that we outperform the accuracy of state-of-the-art methods for tracking mixed-domain document streams, while requiring fewer labeled data to seed the tracked stories. This is particularly the case for local news stories that are easily over shadowed by other trending stories, and for complex news stories with ambiguous content in noisy stream environments.


Can a computer write a sonnet as well as Shakespeare?

#artificialintelligence

AI or not AI: that is the question. Computer scientists in Australia teamed up with an expert in the University of Toronto's department of English to design an algorithm that writes poetry following the rules of rhyme and metre. To test their results, the researchers asked people online to distinguish between human- and bot-written verses. The best version of the algorithm fooled people nearly 50 per cent of the time. In some ways, the computer's verses were better than Shakespeare's.


Can Artificial Intelligence and 360-Degree Cameras Save Coral Reefs?

#artificialintelligence

Climate change has been bleaching coral reefs, decimating the local marine species that call them home, since at least the first major observations were recorded in the Caribbean in 1980. Thankfully, new A.I. cataloguing designed to identify the geographic regions where coral is still thriving hopes to reverse the trend, saving some of the world's most dense and varied aquatic ecosystems from all-but-certain extinction. There are numerous reasons why we need to care about saving coral reefs, from the ethical to the economic. In addition to housing about a quarter of marine species, these reefs provide $375 billion USD in revenue to the world economy, according to the Guardian, and food security to half a billion people. Without them, researchers say countless species and the entire ocean fishing industry that depends on them would simply evaporate.


Using Regular Languages to Explore the Representational Capacity of Recurrent Neural Architectures

arXiv.org Machine Learning

The presence of Long Distance Dependencies (LDDs) in sequential data poses significant challenges for computational models. Various recurrent neural architectures have been designed to mitigate this issue. In order to test these state-of-the-art architectures, there is growing need for rich benchmarking datasets. However, one of the drawbacks of existing datasets is the lack of experimental control with regards to the presence and/or degree of LDDs. This lack of control limits the analysis of model performance in relation to the specific challenge posed by LDDs. One way to address this is to use synthetic data having the properties of subregular languages. The degree of LDDs within the generated data can be controlled through the k parameter, length of the generated strings, and by choosing appropriate forbidden strings. In this paper, we explore the capacity of different RNN extensions to model LDDs, by evaluating these models on a sequence of SPk synthesized datasets, where each subsequent dataset exhibits a longer degree of LDD. Even though SPk are simple languages, the presence of LDDs does have significant impact on the performance of recurrent neural architectures, thus making them prime candidate in benchmarking tasks.