Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get exact answers instead of the whole document using Watson Discovery?

After testing the discovery service, it seems useless to me at least or I might be missing something.

When I query, it matches the document and returns the whole document. If my document is huge, then for all queries it returns the whole document matching the query text, which is useless.

Now Do I have to create a separate document for every query?

If that's the case, API.AI or WIT.AI is a better option.

Please clear me on what I am missing in here!

like image 770
johnrao07 Avatar asked Jan 23 '17 08:01

johnrao07


People also ask

What is the format of the documents that you can upload to Watson discovery?

You can upload data in the following document formats: Word, PDF, HTML, and JSON documents. Data input can also be in binary format; this makes it easier to upload PDF and Word documents containing rich media content. The data is converted and enriched to make it easier to explore and discover insights.

In what ways can Watson Discovery improve the work flow of your business?

When dealing with an enormous amount of text documents, Watson Discovery is a valuable tool to optimize your workflow by applying the Natural Language Processing (NLP) algorithm to extract, valuable information, sentiment, concepts, semantic roles from your collection of documents.

What is the purpose of Watson discovery?

IBM Watson Discovery empowers document search with artificial intelligence (AI) enhanced text analysis. Companies use the document search capabilities to index and search documents rapidly to enhance and power internal research, customer service, or chatbox services.

How is Watson discovery accessed?

A common way to use Discovery is by accessing the Discovery APIs from your application. The Watson team releases SDKs that support many programming languages so that you can use Discovery easily in a web or mobile application. All of the data content is stored and enriched within Watson Discovery collections.


1 Answers

For now with Discovery, you would need to break up your documents once to put them in a collection, then any query against the collection in Discovery will return results from that set of separated docs. So if your documents don't change, this split should be a one time action.
Though the solution of automatically identifying the relevant section of a larger doc for a query is a good consideration for Discovery (note: I work for IBM Watson).

like image 70
Anish Avatar answered Oct 23 '22 10:10

Anish