Method and apparatus for knowledgebase searching

Data processing: database and file management or data structures – Database design – Data structure types

Reexamination Certificate

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

C707S793000, C707S793000

Reexamination Certificate

active

06178416

ABSTRACT:

FIELD OF THE INVENTION
This relates to a method and apparatus for searching databases of a variety of types.
BACKGROUND OF THE INVENTION
In today's economies, data is generated, gathered, and stored at an ever-accelerating rate. Financial markets trade with varying stock prices, scientists decode the human genome, patents are filed, and each of these events is reported in some publication, or stored in some database. The ability to access these different sources of information, and to combine them, is becoming crucial for making informed decisions. Ignoring the available information, on the other hand, can result in bad investments, scientific efforts being wastefully repeated, and intellectual property rights being violated. Clearly, the list of advantages of having access to relevant information, and the respective list of disadvantages of not having this information, can be extended ad infinitum.
At the same time, providing access to relevant information is a challenging technical problem. Data is stored in distributed locations and varying formats. It is stored in structured databases, electronic libraries, or even on pages of the World Wide Web. Moreover, different information sources use different vocabularies and have different degrees of credibility.
Information retrieval techniques have been developed to find relevant documents in electronic libraries. These techniques have been widely deployed and refined in order to search for information on the World Wide Web. Users formulate queries by typing in keywords that are related to the information they want to find. For example, if a user is searching for a listing of the law firms in the Palo Alto area, she might provide the keywords “LLP” and “Palo Alto”. If the user is lucky, she will retrieve a listing of all law firms in the Palo Alto area. Very likely though she will also have to scan through pages that provide irrelevant information, like news articles about a Palo Alto based software company suing a Seattle based software company. Moreover, relevant information, like a listing of law firms based in neighboring Menlo Park, might not be retrieved.
These retrieval problems are the subject of considerable academic interest. See, for example, the Proceedings of the Annual International ACM SIGIR Conferences on Research and Development in Information Retrieval.
Whereas the problem of guessing a document's relevance given a list of keywords is “just” difficult, searching a structured database by entering keywords is in most cases absolutely impossible. As an example, consider a database that stores all sales transactions of a department store chain. Assume a manager of this company wants to promote the sales clerk that generated the highest revenue in the previous year. In order to find this sales clerk the database system has to scan all sales transactions, add up the sales for each clerk, and find the clerk with the highest amount of total sales. Obviously, searching the database using keywords could never yield an answer to the manager's query.
Database management systems can be queried using sophisticated query languages. These query languages are expressive enough to formulate a query that would answer the manager's question in the previous example. For instance, using the relational query language SQL the query might look as follows:
CREATE VIEW Totals AS
SELECT employee-id, SUM(sales-amount) AS total-sales
FROM Transactions
GROUP BY employee-id
SELECT employee-name
FROM Employees, Totals
WHERE Employees.employee-id = Totals.employee-id
AND total-sales
>= ALL (SELECT totals-sales FROM Totals)
This query accesses just a single database. Data in this database is stored in a single common format. Clearly, query languages that allow formulating queries across multiple databases or across multiple formats, or that allow combining information from structured databases, electronic libraries, and the World Wide Web, are even more complex. Non-technical users, like managers in a department store chain, obviously cannot be expected to formulate their information requests in these complex query languages.
SUMMARY OF THE INVENTION
The present invention describes an approach that allows the formulation of complex queries using a simple keyword-based user interface.
In accordance with the invention, a library of query templates and a dictionary that relates keywords to more abstract concepts are first prepared on a computer system. Each template contains one or more typed variables. A query is then generated by entering into the system one or more keywords. Each keyword is abstracted to a concept. Advantageously, each concept may be further refined, for example, by additional abstraction, or by picking one concept from several candidates, or by successive abstraction and rejection of different keywords until an acceptable concept is found. Next, for the concepts that are obtained, the system finds all query templates that can use those concepts. The variables in the query templates are then instantiated with those concepts or with the keywords used to form the concepts. The user then selects the most appropriate query from among the instantiated query templates.
The invention may be practiced in formulating queries to access any set of information sources. It is particularly useful to use the invention to access distributed, heterogeneous databases which do not have a single standardized vocabulary or structure.


REFERENCES:
patent: 4823306 (1989-04-01), Barbic et al.
patent: 5375235 (1994-12-01), Berry et al.
patent: 5386556 (1995-01-01), Hedin et al.
patent: 5404506 (1995-04-01), Fujisawa et al.
patent: 5619709 (1997-04-01), Caid et al.
patent: 5701466 (1997-12-01), Yong et al.
patent: 5737734 (1998-04-01), Schultz
patent: 5742816 (1998-04-01), Barr et al.
patent: 5768580 (1998-06-01), Wical
patent: 5802536 (1998-09-01), Yoshii et al.
patent: 5819259 (1998-10-01), Duke-Moran et al.
patent: 5873097 (1999-02-01), Harris et al.
patent: 5920859 (1999-07-01), Li
patent: 5926811 (1999-07-01), Miller et al.

LandOfFree

Say what you really think

Search LandOfFree.com for the USA inventors and patents. Rate them and share your experience with other people.

Rating

Method and apparatus for knowledgebase searching does not yet have a rating. At this time, there are no reviews or comments for this patent.

If you have personal experience with Method and apparatus for knowledgebase searching, we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Method and apparatus for knowledgebase searching will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFUS-PAI-O-2536275

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.