Goto

Collaborating Authors

 Oceania


NY Times Deceives about the Odds of Dying from Measles in the US • Children's Health Defense

#artificialintelligence

Peter Hotez deceives New York Times readers about the odds of dying from measles in the US to persuade parents to comply with the CDC's vaccine schedule. On January 9, the New York Times published an article written by Dr. Peter J. Hotez titled "You Are Unvaccinated and Got Sick. His purpose in writing is to persuade parents to vaccinate their children according to the routine schedule recommended by the Centers for Disease Control and Prevention (CDC). To that end, he purports to compare "the dangerous effects of three diseases with the minimal side effects of their corresponding vaccines." "To state it bluntly," Hotez writes, "being unvaccinated can result in illness or death. Vaccines, in contrast, are extremely unlikely to lead to side effects, even minor ones like fainting." He laments that "vaccination rates have fallen", resulting in a resurgence of measles globally. He cites the example of Samoa, where "almost 5,700 measles cases have been recorded since September, resulting in at least 83 deaths. Almost all of those who died were young children." In the US, he writes, "vaccine hesitancy is contributing to" measles outbreaks. Hotez presents data ostensibly to enable parents "to compare the risks of becoming ill with measles . . . to the minute chances of experiencing side effects from their corresponding vaccines." Hotez goes on to assert, "Moreover, new research reveals that, even when patients recover, the measles virus can suppress the immune system, rendering children susceptible to serious infections like pneumonia and the flu." "misinformation spread after an article implying a link between measles vaccinations and autism was published in The Lancet in 1998; it was retracted in 2010 over concerns about the validity of the results and the conduct of the study.


Boeing tests autonomous, artificial intelligence-enable jets in Australia

#artificialintelligence

"The tests demonstrated our success in applying artificial intelligence algorithms to'teach' the aircraft's brain to understand what is required of it," says …


'Smarter AI can help fight bias in healthcare'

#artificialintelligence

Leading researchers discussed which requirements AI algorithms must meet to fight bias in healthcare during the'Artificial Intelligence and Implications for Health Equity: Will AI Improve Equity or Increase Disparities?' session which was held on 1 December. The speakers were: Ziad Obermeyer, associate professor of health policy and management at the Berkeley School of Public Health, CA; Luke Oakden-Rayner, director of medical imaging research at the Royal Adelaide Hospital, Australia; Constance Lehman, professor of radiology at Harvard Medical School, director of breast imaging, and co-director of the Avon Comprehensive Breast Evaluation Center at Massachusetts General Hospital; and Regina Barzilay, professor in the department of electrical engineering and computer science and member of the Computer Science and AI Lab at the Massachusetts Institute of Technology. The discussion was moderated by Judy Wawira Gichoya, assistant professor in the Department of Radiology at Emory University School of Medicine, Atlanta. Artificial intelligence (AI) may unintentionally intensify inequities that already exist in modern healthcare and understanding those biases may help defeat them. Social determinants partly cause poor healthcare outcomes and it is crucial to raise awareness about inequity in access to healthcare, as Prof Sam Shah, founder and director of Faculty of Future Health in London, explained in a keynote during the HIMSS & Health 2.0 European Digital event.


ESO and Microsoft will work with artificial intelligence to boost astronomy - News Center Latinoamérica

#artificialintelligence

In line with Microsoft's recent announcements in Chile, Brad Smith, President of Microsoft, met with an ESO delegation, headed by its Director General, Xavier Barcons, to sign a new step of their agreement that addresses to optimize and enhance the science made from ESO Paranal Observatory telescopes through Artificial Intelligence (AI). Thanks to this initiative, ESO and Microsoft will work in three areas of great interest for the operations of the Paranal Observatory. The first project is Turbulence Nowcasting, which makes real-time weather and atmospheric predictions to determine whether weather conditions are suitable for different observations. The second project is Anomaly Detection in calibration images taken with ESO s scientific instruments. The visual inspection of the images is replaced by the automatic inspection through Machine Learning algorithms.


GDPNet: Refining Latent Multi-View Graph for Relation Extraction

arXiv.org Artificial Intelligence

Relation Extraction (RE) is to predict the relation type of two entities that are mentioned in a piece of text, e.g., a sentence or a dialogue. When the given text is long, it is challenging to identify indicative words for the relation prediction. Recent advances on RE task are from BERT-based sequence modeling and graph-based modeling of relationships among the tokens in the sequence. In this paper, we propose to construct a latent multi-view graph to capture various possible relationships among tokens. We then refine this graph to select important words for relation prediction. Finally, the representation of the refined graph and the BERT-based sequence representation are concatenated for relation extraction. Specifically, in our proposed GDPNet (Gaussian Dynamic Time Warping Pooling Net), we utilize Gaussian Graph Generator (GGG) to generate edges of the multi-view graph. The graph is then refined by Dynamic Time Warping Pooling (DTWPool). On DialogRE and TACRED, we show that GDPNet achieves the best performance on dialogue-level RE, and comparable performance with the state-of-the-arts on sentence-level RE.


Discriminative Pre-training for Low Resource Title Compression in Conversational Grocery

arXiv.org Artificial Intelligence

The ubiquity of smart voice assistants has made conversational shopping commonplace. This is especially true for low consideration segments like grocery. A central problem in conversational grocery is the automatic generation of short product titles that can be read out fast during a conversation. Several supervised models have been proposed in the literature that leverage manually labeled datasets and additional product features to generate short titles automatically. However, obtaining large amounts of labeled data is expensive and most grocery item pages are not as feature-rich as other categories. To address this problem we propose a pre-training based solution that makes use of unlabeled data to learn contextual product representations which can then be fine-tuned to obtain better title compression even in a low resource setting. We use a self-attentive BiLSTM encoder network with a time distributed softmax layer for the title compression task. We overcome the vocabulary mismatch problem by using a hybrid embedding layer that combines pre-trained word embeddings with trainable character level convolutions. We pre-train this network as a discriminator on a replaced-token detection task over a large number of unlabeled grocery product titles. Finally, we fine tune this network, without any modifications, with a small labeled dataset for the title compression task. Experiments on Walmart's online grocery catalog show our model achieves performance comparable to state-of-the-art models like BERT and XLNet. When fine tuned on all of the available training data our model attains an F1 score of 0.8558 which lags the best performing model, BERT-Base, by 2.78% and XLNet by 0.28% only, while using 55 times lesser parameters than both. Further, when allowed to fine tune on 5% of the training data only, our model outperforms BERT-Base by 24.3% in F1 score.


Beyond I.I.D.: Three Levels of Generalization for Question Answering on Knowledge Bases

arXiv.org Artificial Intelligence

Existing studies on question answering on knowledge bases (KBQA) mainly operate with the standard i.i.d assumption, i.e., training distribution over questions is the same as the test distribution. However, i.i.d may be neither reasonably achievable nor desirable on large-scale KBs because 1) true user distribution is hard to capture and 2) randomly sample training examples from the enormous space would be highly data-inefficient. Instead, we suggest that KBQA models should have three levels of built-in generalization: i.i.d, compositional, and zero-shot. To facilitate the development of KBQA models with stronger generalization, we construct and release a new large-scale, high-quality dataset with 64,331 questions, GrailQA, and provide evaluation settings for all three levels of generalization. In addition, we propose a novel BERT-based KBQA model. The combination of our dataset and model enables us to thoroughly examine and demonstrate, for the first time, the key role of pre-trained contextual embeddings like BERT in the generalization of KBQA.


Query-free Black-box Adversarial Attacks on Graphs

arXiv.org Artificial Intelligence

Many graph-based machine learning models are known to be vulnerable to adversarial attacks, where even limited perturbations on input data can result in dramatic performance deterioration. Most existing works focus on moderate settings in which the attacker is either aware of the model structure and parameters (white-box), or able to send queries to fetch model information. In this paper, we propose a query-free black-box adversarial attack on graphs, in which the attacker has no knowledge of the target model and no query access to the model. With the mere observation of the graph topology, the proposed attack strategy flips a limited number of links to mislead the graph models. We prove that the impact of the flipped links on the target model can be quantified by spectral changes, and thus be approximated using the eigenvalue perturbation theory. Accordingly, we model the proposed attack strategy as an optimization problem, and adopt a greedy algorithm to select the links to be flipped. Due to its simplicity and scalability, the proposed model is not only generic in various graph-based models, but can be easily extended when different knowledge levels are accessible as well. Extensive experiments demonstrate the effectiveness and efficiency of the proposed model on various downstream tasks, as well as several different graph-based learning models.


Executive explains how technology has "improved the claims journey"

#artificialintelligence

"As a TPA [third-party administrator], our primary obligation to the insurance industry is to serve our clients," she said. "Technology is playing a key role here, in terms of employees and external stakeholders being able to stay connected and function cohesively despite being geographically separated, and this is something we continue to invest in. "Over the past couple of years, we have really seen how technological advancements have been improving the claims journey for our customers. Insurers are embracing next-generation capabilities such as artificial intelligence, advanced analytics and automation to understand the needs of the customer." Read more: Are cloud-based technologies and AI the future for insurance? Williams' emphasis on delivering a positive customer experience is reflected by the broader culture at GB. The company was recently presented with an Excellence award at this year's Insurance Business Australia Awards, and it took "great pride in receiving this industry recognition," according to Williams, who ascribed GB's success during COVID-19 to its status as a value-driven organisation. "Values are the foundation of our workplace culture at GB, and in times of crisis being guided by them is really important to us," she noted. "We serve as an extension of our clients' team, brand and reputation, so understanding their values as well and what they view as strengths ensures that we deliver a service that reflects their expectations." "As a TPA, it's our mission to support and deliver exceptional value to our stakeholders during this challenging time.


New Zealand: Fixing the ruined Christchurch Cathedral that's frozen in time

BBC News

New drone footage shows Christchurch Cathedral that's been untouched since the 2011 earthquake.