Method and device for extracting point of interest from natural language sentences

US2020004823A1 · US · A1

Patent metadata
FieldValue
Publication numberUS-2020004823-A1
Application numberUS-201816111273-A
CountryUS
Kind codeA1
Filing dateAug 24, 2018
Priority dateJun 30, 2018
Publication dateJan 2, 2020
Grant date

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

A method and device for extracting Point of Interest (POI) from natural language sentences is disclosed. The method includes creating an input vector comprising a plurality of parameters for each target word in a sentence inputted by a user. The method further includes processing for each target word, the input vector through a trained bidirectional LSTM neural network, which is trained to identify POI from a plurality of sentences. The method includes associating POI tags to each target word in the sentence based on processing of associated input vector through the trained bidirectional LSTM neural network. The method further includes extracting POI text from the sentence based on the POI tags associated with each target word in the sentence. The method further includes providing a response to the sentence inputted by the user based on the POI text extracted from the sentence.

First claim

Opening claim text (preview).

What is claimed is: 1 . A method of extracting Point of Interest (POI) from natural language sentences, the method comprising: creating, by a POI processing device, an input vector comprising a plurality of parameters for each target word in a sentence inputted by a user, wherein the plurality of parameters for each target word comprises a Part of Speech (POS) vector associated with a target word and at least two words preceding the target word, a word embedding for the target word, a word embedding for a head word of the target word in the dependency parse tree of the input sentence, and a dependency label for the target word; processing for each target word, by the POI processing device, the input vector through a trained bidirectional Long Short Term Memory (LSTM) neural network; assigning, by the POI processing device, POI tags to each target word in the sentence based on processing of associated input vector through the trained bidirectional LSTM neural network; extracting, by the POI processing device, POI text from the sentence based on the POI tags associated with each target word in the sentence; and providing, by the POI processing device, a response to the sentence inputted by the user based on the POI text extracted from the sentence. 2 . The method of claim 1 further comprising determining the plurality of parameters for each target word in the sentence inputted by the user. 3 . The method of claim 2 , wherein the response comprises at least one of an answer to a user query and an action corresponding to the user query. 4 . The method of claim 1 , wherein the dependency label for the target word indicates a relation of the target word with the head word in the sentence. 5 . The method of claim 1 further comprising: training a bidirectional LSTM neural network to identify the POI tags for words within sentences. 6 . The method of claim 5 , wherein training the bidirectional LSTM neural network comprises: assigning the POI tags to each word in natural language sentences retrieved from a data repository of natural language sentences comprising a plurality of POI scenarios; inputting, iteratively, assigned POI tag, associated with each word, to the bidirectional LSTM neural network for training. 7 . The method of claim 1 , wherein the POI tags comprise a Begin POI tag, an Inside POI tag, and an Others tag. 8 . The method of claim 7 , wherein identifying the POI tags associated with each target word comprises: assigning the Begin POI tag to a word in the sentence marking a beginning of the POI text; assigning the Inside POI tag to each word in the POI text succeeding the word marking the beginning of the POI text; and assigning the Others tag to each remaining word in the sentence. 9 . A Point of Interest (POI) processing device for extracting POI from natural language sentences, the POI processing device comprising: a processor; and a memory communicatively coupled to the processor, wherein the memory stores processor instructions, which, on execution, causes the processor to: create an input vector comprising a plurality of parameters for each target word in a sentence inputted by a user, wherein the plurality of parameters for each target word comprises a Part of Speech (POS) vector associated with a target word and at least two words preceding the target word, a word embedding for the target word, a word embedding for a head word of the target word in the dependency parse tree of the input sentence, and a dependency label for the target word; process for each target word, the input vector through a trained bidirectional Long Short Term Memory (LSTM) neural network; assign POI tags to each target word in the sentence based on processing of associated input vector through the trained bidirectional LSTM neural network; extract POI text from the sentence based on the POI tags associated with each target word in the sentence; and provide a response to the sentence inputted by the user based on the POI text extracted from the sentence. 10 . The POI processing device of claim 9 , wherein the processor instructions further cause the processor to determine the plurality of parameters for each target word in the sentence inputted by the user. 11 . The POI processing device of claim 10 , wherein the response comprises at least one of an answer to a user query and an action corresponding to the user query. 12 . The POI processing device of claim 9 , wherein the dependency label for the target word indicates a relation of the target word with the head word in the sentence. 13 . The POI processing device of claim 9 , wherein the processor instructions further cause the processor to train a bidirectional LSTM neural network to identify the POI tags for words within sentences. 14 . The POI processing device of claim 13 , wherein to train the bidirectional LSTM neural network, the processor instructions further cause the processor to: assign the POI tags to each word in natural language sentences retrieved from a data repository of natural language sentences comprising a plurality of POI scenarios; iteratively input assigned POI tag, associated with each word, to the bidirectional LSTM neural network for training. 15 . The POI processing device of claim 9 , wherein the POI tags comprise a Begin POI tag, an Inside POI tag, and an Others tag. 16 . The POI processing device of claim 15 , wherein identifying the POI tags associated with each target word comprises: assigning the Begin POI tag to a word in the sentence marking a beginning of the POI text; assigning the Inside POI tag to each word in the POI text succeeding the word marking the beginning of the POI text; and assigning the Others tag to each remaining word in the sentence. 17 . A non-transitory computer-readable storage medium having stored thereon, a set of computer-executable instructions causing a computer comprising one or more processors to perform steps comprising: creating an input vector comprising a plurality of parameters for each target word in a sentence inputted by a user, wherein the plurality of parameters for each target word comprises a Part of Speech (POS) vector associated with a target word and at least two words preceding the target word, a word embedding for the target word, a word embedding for a head word of the target word in the dependency parse tree of the input sentence, and a dependency label for the target word; processing for each target word, the input vector through a trained bidirectional Long Short Term Memory (LSTM) neural network; assigning POI tags to each target word in the sentence based on processing of associated input vector through the trained bidirectional LSTM neural network; extracting POI text from the sentence based on the POI tags associated with each target word in the sentence; and providing a response to the sentence inputted by the user based on the POI text extracted from the sentence.

Assignees

Inventors

Classifications

  • Recurrent networks, e.g. Hopfield networks · CPC title

  • Knowledge-based neural networks; Logical representations of neural networks · CPC title

  • G06F40/279Primary

    Recognition of textual entities · CPC title

  • Phrasal analysis, e.g. finite state techniques or chunking · CPC title

  • Grammatical analysis; Style critique · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US2020004823A1 cover?
A method and device for extracting Point of Interest (POI) from natural language sentences is disclosed. The method includes creating an input vector comprising a plurality of parameters for each target word in a sentence inputted by a user. The method further includes processing for each target word, the input vector through a trained bidirectional LSTM neural network, which is trained to iden…
Who is the assignee on this patent?
Wipro Ltd
What technology area does this patent fall under?
Primary CPC classification G06F40/279. Mapped technology areas include Physics.
When was this patent published?
Publication date Thu Jan 02 2020 00:00:00 GMT+0000 (Coordinated Universal Time) (A1). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 2 related publications on this page (citations in our corpus or others sharing the same primary CPC).