Goto

Collaborating Authors

 Question Answering


How Your Blog Needs to Evolve in the Age of AI-Powered Voice Search

#artificialintelligence

Make sure your content is built the right way. It needs to be factual, accurate, and conversational. Says Forrester, "There is a lot of nuance and subtlety here, but this document from Google explains how their Quality Raters are trained to evaluate voice answers, for example. If you want insights into normal organic results, this Google training document helps." But you'll want to target more conversational terms.


IBM Watson: A Digital Strategy For the Modern Marketer Social Native

#artificialintelligence

Artificial intelligence may seem futuristic, but smart brands are already focusing on creating practical, measurable consumer-facing applications with the technology. Brand and agency leaders are using this new technology for everything from shifting how media dollars are deployed, to customer service, to using artificial intelligence for content creation. Competitors enter and stakes rise. And consumers expect more from the companies they buy from. It is not about just being the most convenient option, or the cheapest option.


Neural Models for Key Phrase Detection and Question Generation

arXiv.org Artificial Intelligence

We propose a two-stage neural model to tackle question generation from documents. First, our model estimates the probability that word sequences in a document are ones that a human would pick when selecting candidate answers by training a neural key-phrase extractor on the answers in a question-answering corpus. Predicted key phrases then act as target answers and condition a sequence-to-sequence question-generation model with a copy mechanism. Empirically, our key-phrase extraction model significantly outperforms an entity-tagging baseline and existing rule-based approaches. We further demonstrate that our question generation system formulates fluent, answerable questions from key phrases. This two-stage system could be used to augment or generate reading comprehension datasets, which may be leveraged to improve machine reading systems or in educational settings.


[Vlog] IBM Watson in Your Pocket: An Interview with Sridhar Sudarsan

#artificialintelligence

Their conversation focuses on Watson Services for Core ML, which allows developers to build Watson Machine Learning models in the cloud and deploy applications on Apple iOS devices. IBM Watson Services allows developers to build applications and let Watson do the heavy lifting when it comes to AI and Machine Learning. Watson Studio--with its simple steps and drag-and-drop features--allows developers to create models without being Machine Learning experts. Sridhar discusses how this enables users, developers, and businesses to build better applications. The bottom line is that putting Watson in your pocket is a big deal.


Soft Layer-Specific Multi-Task Summarization with Entailment and Question Generation

arXiv.org Artificial Intelligence

An accurate abstractive summary of a document should contain all its salient information and should be logically entailed by the input document. We improve these important aspects of abstractive summarization via multi-task learning with the auxiliary tasks of question generation and entailment generation, where the former teaches the summarization model how to look for salient questioning-worthy details, and the latter teaches the model how to rewrite a summary which is a directed-logical subset of the input document. We also propose novel multi-task architectures with high-level (semantic) layer-specific sharing across multiple encoder and decoder layers of the three tasks, as well as soft-sharing mechanisms (and show performance ablations and analysis examples of each contribution). Overall, we achieve statistically significant improvements over the state-of- the-art on both the CNN/DailyMail and Gigaword datasets, as well as on the DUC-2002 transfer setup. We also present several quantitative and qualitative analysis studies of our model's learned saliency and entailment skills.


How to delete Google Voice search history

#artificialintelligence

For many, the worst-case privacy scenario involves corporations and governments that listen to what we say in the privacy of our own homes. Unfortunately, that dystopian future may not be as distant as you thought. When is Google Voice listening to what you say and how can you stop it? The key is in your Google Voice Search history. Google Voice Search (commonly known as Google Voice, although this is technically the name of Google's unrelated telephony service) allows users to perform Google searches, set reminders or alarms, and perform other functions using only their voices. Every single request a user makes is stored on their account, and those recordings can be reviewed (and listened to) by the user at any time.


Train Machine Learning model with IBM Watson, Core ML, Swift

@machinelearnbot

Apple recently announced their partnership with IBM to leverage IBM's Watson service to train machine learning models for CoreML. So that mean you now can build apps that leverage Watson machine learning models on iPhone and iPad, even when your device is offline. Your apps can quickly analyze images, accurately classify visual content, and easily train models using Watson Services. With this video series you will learn to onboard with not only pre-trained Watson models but customize and train models that continuously learn over time. In Apple's own words "You can build apps that seamlessly integrate with IBM Cloud using the IBM Cloud Developer Console for Apple. This allows you to quickly tap into Watson Services for Core ML, as well as other IBM cloud services including authentication, data, analytics, and more. The console provides a catalog of starter kits designed for common frameworks that integrate with IBM Cloud."


Dependent Gated Reading for Cloze-Style Question Answering

arXiv.org Artificial Intelligence

We present a novel deep learning architecture to address the cloze-style question answering task. Existing approaches employ reading mechanisms that do not fully exploit the interdependency between the document and the query. In this paper, we propose a novel \emph{dependent gated reading} bidirectional GRU network (DGR) to efficiently model the relationship between the document and the query during encoding and decision making. Our evaluation shows that DGR obtains highly competitive performance on well-known machine comprehension benchmarks such as the Children's Book Test (CBT-NE and CBT-CN) and Who DiD What (WDW, Strict and Relaxed). Finally, we extensively analyze and validate our model by ablation and attention studies.


IBM's Watson Health wing left looking poorly after 'massive' layoffs

#artificialintelligence

IBM has laid off approximately 50 and 70 per cent of staff this week in its Watson Health division, according to inside sources. The axe, we're told, is largely falling on IBMers within companies the IT goliath has taken over in the past few years to augment Watson's credentials in the health industry. These include medical data biz Truven, which was acquired in 2016 for $2.6bn, medical imaging firm Merge, bought in 2015 for $1bn, and healthcare management business Phytel, also snapped up in 2015. Yesterday and today, staff were let go at IBM's offices in Dallas, Texas, as well as in Ann Arbor, Michigan, Cleveland, Ohio, and Denver, Colorado, in the US, and elsewhere, it is claimed. A spokesperson for Big Blue was not available for comment.


Mining Procedures from Technical Support Documents

arXiv.org Artificial Intelligence

Guided troubleshooting is an inherent task in the domain of technical support services. When a customer experiences an issue with the functioning of a technical service or a product, an expert user helps guide the customer through a set of steps comprising a troubleshooting procedure. The objective is to identify the source of the problem through a set of diagnostic steps and observations, and arrive at a resolution. Procedures containing these set of diagnostic steps and observations in response to different problems are common artifacts in the body of technical support documentation. The ability to use machine learning and linguistics to understand and leverage these procedures for applications like intelligent chatbots or robotic process automation, is crucial. Existing research on question answering or intelligent chatbots does not look within procedures or deep-understand them. In this paper, we outline a system for mining procedures from technical support documents. We create models for solving important subproblems like extraction of procedures, identifying decision points within procedures, identifying blocks of instructions corresponding to these decision points and mapping instructions within a decision block. We also release a dataset containing our manual annotations on publicly available support documents, to promote further research on the problem.