This application claims priority to Indian Patent Application No. 4197/CHE/2011, filed Dec. 5, 2011, which is hereby incorporated by reference in its entirety.
The invention relates generally to the extraction of attribute values from structured or unstructured text data. More specifically, the invention relates to the extraction of attribute values from English text data by means of grammatical context detection techniques.
Since the advent of large scale and persistent storage and compute capabilities across homes, corporations, and government, large amounts of text data can be, and have been, stored with few barriers to retrieval or dispersal. The ability to extract information from text data has, as a consequence, assumed increasing significance. Applications that use forms of text mining may be found in fields ranging from business intelligence solutions to academics, being used for analysis of patent and academic literature, indexing, clustering, and search and information extraction.
Existing techniques in the field of text mining, or value extraction from a set of text data may involve supervised or unsupervised machine-learning methods. However, the extraction of exact attribute values from unstructured data is still a grey area, with the most accurate methods dependent on a large amount of user input, or training data. In order to circumvent such a requirement, or augment accuracy, some existing methods may additionally use classification techniques upon the dataset. However, data classification techniques carry with them a significant risk of ignoring some data which may, in turn, contain valid values of attributes in the text.
What is needed, then, is a reliable and accurate off-the-shelf solution for attribute or value extraction from text data that is able to work without any need for sample input or training. It is additionally important that any such solution be domain independent, and capable of functioning on structured or unstructured text in any domain.
Embodiments of the present invention include systems and methods for the extraction of attribute values from English text data by means of context detection techniques.
Embodiments of the invention described include a computer implemented method for determining at least one attribute descriptor of an attribute from text data, wherein the text data is obtained from at least one information source. The method may comprise receiving, from a user, an address for the at least one information source, and an attribute name. It may further include creating a tagged information file by associating a part of speech tag to text data obtained from the at least one information source, identifying a location of the attribute name in the tagged information file using an approximate text matching technique, and determining at least one attribute descriptor from the tagged information file that precedes the attribute name, and at least one attribute descriptor that succeeds the attribute name, wherein the tagged information file is parsed based on the associated part of speech tags to determine a conclusion of the at least one attribute descriptor.
In a further embodiment, a system for determining at least one attribute descriptor of an attribute from text data is described. Text data, in accordance with the embodiment, is obtained from at least one information source. Additionally, the system may comprise a user interface for receiving, from a user, an address for the at least one information source, and an attribute name; a tag generating module for creating a tagged information file by associating part of speech tags to the text data obtained from the at least one information source; an identifying module for identifying location of the attribute name in the tagged information file using approximate text matching techniques; and a processing module for determining at least one attribute descriptor from the tagged information file that is preceding and succeeding the attribute name, wherein the tagged information file is parsed, based on the associated part of speech tags, to determine a conclusion of the at least one attribute descriptor.
These and other features, aspects, and advantages of the present invention will be better understood when the following detailed description is read with reference to the accompanying drawings in which like characters represent like parts throughout the drawings, wherein:
While systems and methods are described herein by way of example and embodiments, those skilled in the art recognize that systems and methods for extracting attributes from text content are not limited to the embodiments or drawings described. It should be understood that the drawings and description are not intended to be limiting to the particular form disclosed. Rather, the intention is to cover all modifications, equivalents and alternatives falling within the spirit and scope of the appended claims. Any headings used herein are for organizational purposes only and are not meant to limit the scope of the description or the claims. As used herein, the word “may” is used in a permissive sense (i.e., meaning having the potential to) rather than the mandatory sense (i.e., meaning must). Similarly, the words “include”, “including”, and “includes” mean including, but not limited to.
The following description is the full and informative description of the best method and system presently contemplated for carrying out the present invention which is known to the inventors at the time of filing the patent application.
The present invention relates to the extraction of attribute values or features from unstructured or structured text data. The operation of one or more embodiments disclosed may be domain independent, and can thus be used for value/feature extraction for any text data containing explicit or implicit descriptions of item-value or item-feature information. In accordance with one or more embodiments, accurate results may be produced by means of solely an attribute name, or its synonyms, where the attributes are provided by a user. In contrast, some present technologies may rely on a machine-learning based approach that requires a ‘training set’ of data for calibration before reaching an optimal performance state. Further, in a present implementation, performance may be further enhanced with the acceptance of additional input such as sentence delimiters, value separators, or attribute separators.
The implementation environment for the extraction of attributes from text content is further detailed with reference to
Referring now to
In a further step, 204, a tagged information file may be created by associating a part of speech tag to text data obtained from the at least one information source. In a further step, 206, a location of the attribute name in the tagged information file may be identified using an approximate text matching technique. An approximate string matching technique may be employed instead of an exact string matching technique in order to account for possible discrepancies in the text provided.
The text matching technique used may be based on a grammatical context based detection mechanism. Grammatical context based detection may be used for attribute-value extraction, in contrast to machine learning techniques. More specifically, the operation of some embodiments may rely on the detection of a context sensitive region pertaining to an attribute in an input body of text data, based on the structure and rules of written English grammar. The size of this region or ‘window’ chosen may be context sensitive and not of a fixed size. A shift in context may be detected based on a part of speech associated with words before and after the attribute, and consequently, the text matching technique employed may automatically detect single as well as multi-valued/multi-feature attribute values.
While the operations disclosed are effective on unstructured text data, they may be applied to structured data as well, thereby rendering such operation independent of text structure.
The notation and meaning of the different tags that are each associated with a particular part of speech that make up the tagged information file, and thereby form, as a whole, a basis for detection of a shift in context, is depicted in Table 1.
In a further step, 208, at least one attribute descriptor from the tagged information file that precedes the attribute name and at least one attribute descriptor that succeeds the attribute name are determined. The determination of at least one attribute descriptor from the tagged information file may be described with reference to a finite machine model.
Referring firstly to the state diagram of
The initial state of the finite state machine (FSM) is indicated by S0, or state 0, of
Secondly, state S1, as in
Third, S2, as in
Fourth, S3, as in
Fifth, state S4, as in
Sixth, S5, as in
Seventh, S6, as in
Eighth, S7, as in
In accordance with the embodiment described, and referring to the state diagram of
A detailed description of these states is as follows:
The initial state of the finite state machine (FSM) is indicated by S0, or state 0, of
Secondly, state S1, as in
Third, S2, as in
Fourth, S3, as in
Fifth, state S4, as in
Sixth, S5, as in
Seventh, S6, as in
Eighth, S7, as in
Additionally, in some embodiments, a report containing one or more attributes or values extracted from the input text data may be generated. This is illustrated, along with an example operation of the context based matching method implemented in accordance with one or more described embodiments, by means of the below table, Table 3.
The present description includes the best presently contemplated method for carrying out the present invention. Various modifications may be readily apparent to those skilled in the art and some features of the present invention may be used without the corresponding use of other features. Accordingly, the present invention is not intended to be limited to the embodiments shown but is to be accorded the widest scope consistent with the principles and features described herein.
As will be appreciated by those ordinary skilled in the art, the aforementioned example, demonstrations, and method steps may be implemented by suitable code on a processor base system, such as general purpose or special purpose computer. It should also be noted that different implementations of the present technique may perform some or all the steps described herein in different orders or substantially concurrently, that is, in parallel. Furthermore, the functions may be implemented in a variety of programming languages. Such code, as will be appreciated by those of ordinary skilled in the art, may be stored or adapted for storage in one or more tangible machine readable media, such as on memory chips, local or remote hard disks, optical disks or other media, which may be accessed by a processor based system to execute the stored code.
Number | Date | Country | Kind |
---|---|---|---|
4197/CHE/2011 | Dec 2011 | IN | national |
Number | Name | Date | Kind |
---|---|---|---|
5519608 | Kupiec | May 1996 | A |
5610812 | Schabes | Mar 1997 | A |
5642519 | Martin | Jun 1997 | A |
5721939 | Kaplan | Feb 1998 | A |
5794177 | Carus et al. | Aug 1998 | A |
5890103 | Carus | Mar 1999 | A |
6125362 | Elworthy | Sep 2000 | A |
6202064 | Julliard | Mar 2001 | B1 |
6243679 | Mohri | Jun 2001 | B1 |
6424983 | Schabes et al. | Jul 2002 | B1 |
6470306 | Pringle et al. | Oct 2002 | B1 |
6505157 | Elworthy | Jan 2003 | B1 |
6810375 | Ejerhed | Oct 2004 | B1 |
6937975 | Elworthy | Aug 2005 | B1 |
6980949 | Ford | Dec 2005 | B2 |
7389224 | Elworthy | Jun 2008 | B1 |
7627551 | Morgan | Dec 2009 | B2 |
7711736 | Levin | May 2010 | B2 |
7814048 | Zhou | Oct 2010 | B2 |
7996440 | Probst | Aug 2011 | B2 |
8601015 | Wolfram | Dec 2013 | B1 |
9009590 | Todhunter | Apr 2015 | B2 |
9069814 | Wolfram | Jun 2015 | B2 |
9268878 | Bieniosek | Feb 2016 | B2 |
9684721 | Wolfram | Jun 2017 | B2 |
20030088562 | Dillon | May 2003 | A1 |
20040167885 | Wakefield | Aug 2004 | A1 |
20050108001 | Aarskog | May 2005 | A1 |
20070112764 | Yih et al. | May 2007 | A1 |
20070203693 | Estes | Aug 2007 | A1 |
20080104542 | Cohen | May 2008 | A1 |
20090228428 | Dan | Sep 2009 | A1 |
20100299347 | Greenberg | Nov 2010 | A1 |
20110161067 | Lesher et al. | Jun 2011 | A1 |
20110307435 | Overell et al. | Dec 2011 | A1 |
20120089620 | Castellanos et al. | Apr 2012 | A1 |
20120290288 | Ait-Mokhtar | Nov 2012 | A1 |
20130144604 | Gopinathan et al. | Jun 2013 | A1 |
Entry |
---|
Embley, et al., “Ontology-Based Extraction and Structuring of Information from Data-Rich Unstructured Documents,” Proceedings of the seventh international conference on Information and knowledge management, pp. 52-49, 1998. |
Number | Date | Country | |
---|---|---|---|
20130144604 A1 | Jun 2013 | US |