Generating database or data structure (e.g., via user interface)

Relevance calculation for a reference system in an insurance claims processing system

7024418

Abstract

An improved method and system for providing context-sensitive help and interactive search capability in an insurance claims processing system. A help information database may include one or more index tables, one or more header tables and one or more text tables. The insurance claims processing system may display information from located help table entries in order of relevance. In one embodiment, entries in the index table may include a relevance value for the occurrence of the term in the help database. In one embodiment, the relevance values for the entries in the index table may be calculated and stored in the index table prior to a user accessing the help database. In another embodiment, the relevance value for an entry in the index table may be calculated dynamically when the entry is identified as an occurrence of a search term or of a step or step element code in context-sensitive help. In one embodiment, relevance values for the entries in the index table may be calculated using the position of the term in the text object (header or text section), the number of words in the term, the number of words in the text object, and the type of text object for the entry (header or text section). In one embodiment, occurrences in headers may be considered generally more relevant than occurrences in text sections, and therefore a different mechanism may be used to calculate the relevance of occurrences in headers than the mechanism used to calculate the relevance of occurrences in text sections.


Claims

What is claimed is:

1. A method for determining relevance values of terms in a help database in a computer-based insurance claims processing system, the method comprising:

determining a word position of an occurrence of a term in a portion of a document in the help database, wherein the portion of the document comprises one or more words;

determining a total word count of the portion of the document;

determining a relevance value for the occurrence of the term in the portion of the document using the word position of the occurrence and the total word count of the portion of the document, wherein determining the relevance value for the occurrence comprises:

numbering the one or more words in the portion of the document from N down to 1, wherein N is the total word count of the portion of the document;

determining the word number of a first word of the term in the one or more words in the portion of the document; and

dividing the word position by the total word count to produce the relevance value for the occurrence.

2. The method of claim 1, further comprising:

multiplying the relevance value by a first scaling factor to produce a scaled relevance value.

3. The method of claim 1, further comprising:

rounding the relevance value to a number of significant digits.

4. The method of claim 1, further comprising:

storing the determined relevance value for the occurrence in an entry in a table in the help database.

5. The method of claim 1, wherein determining the relevance value for the occurrence further comprises:

numbering the one or more words in the portion of the document from 1 up to N, wherein N is the total word count of the portion of the document;

determining a word number of a first word of the term in the one or more words in the portion of the document, wherein the word number of the first word of the term is used as the word position of the occurrence;

subtracting the word position from the total word count to produce a first results;

adding one to the first results to produce a second results; and

dividing the second results by the total word count to produce the relevance value for the occurrence.

6. The method of claim 1, wherein the portion of the document is a text section.

7. The method of claim 1, wherein the portion of the document is a header.

8. A method for determining relevance values of terms in a help database in a computer-based insurance claims processing system, the method comprising:

determining a word position of an occurrence of a term in a portion of a document in the help database, wherein the portion of the document comprises one or more words;

determining a total word count of the portion of the document;

determining a relevance value for the occurrence of the term in the portion of the document using the word position of the occurrence and the total word count of the portion of the document:

wherein determining the relevance value for the occurrence comprises:

dividing the word position by the total word count to produce a positional relevance value for the occurrence;

dividing a number of words in the term by the total word count of the portion to produce a percentage relevance value for the occurrence; and

combining the positional relevance value and the percentage relevance value to produce the relevance value for the occurrence.

9. The method of claim 8, further comprising:

multiplying the relevance value by a second scaling factor to produce a scaled relevance value.

10. The method of claim 8, further comprising:

rounding the relevance value to a number of significant digits.

11. The method of claim 8, further comprising:

storing the determined relevance value for the occurrence in an entry in a table in the help database.

12. The method of claim 8, wherein combining the positional relevance value and the percentage relevance value to produce the relevance value for the occurrence comprises:

multiplying the positional relevance value by a third scaling factor to produce a scaled positional relevance value;

multiplying the percentage relevance value by a fourth scaling factor to produce a scaled percentage relevance value; and

adding the scaled positional relevance value and the scaled percentage relevance value to produce the relevance value for the occurrence.

13. The method of claim 12, wherein the third scaling factor is substantially equal to (1-the fourth scaling factor).

14. A method for determining relevance values of terms in a help database in a computer-based insurance claims processing system, the method comprising:

determining a word position of an occurrence of a term in a portion of a document in the help database, wherein the portion of the document comprises one or more words;

determining a total word count of the portion of the document;

determining if the portion of the document is a header or a text section; and

determining a relevance value for the occurrence of the term in the portion of the document using the word position of the occurrence and the total word count of the portion of the document;

wherein, if the portion of the document is a text section, determining the relevance value for the occurrence comprises:

dividing the word position by the total word count to produce the relevance value for the occurrence; and

wherein, if the portion of the document is a header, determining the relevance value for the occurrence comprises:

dividing the word position by the total word count to produce a positional relevance value for the occurrence;

dividing a number of words in the term by the total word count of the portion to produce a percentage relevance value for the occurrence; and

combining the positional relevance value and the percentage relevance value to produce the relevance value for the occurrence.

15. The method of claim 14, further comprising:

providing a first scaling factor for occurrences in text sections;

wherein, if the portion of the document is a text section, the method further comprises:

multiplying the relevance value by the first scaling factor to produce a text section relevance value.

16. The method of claim 15, further comprising:

providing a second scaling factor for occurrences in headers;

wherein, if the portion of the document is a header, the method further comprises:

multiplying the relevance value by the second scaling factor to produce a header relevance value.

17. The method of claim 16, wherein the second scaling factor is substantially equal to (1-the first scaling factor).

18. The method of claim 16, wherein, if the portion of the document is a header, the method further comprises:

adjusting the header relevance value by adding the first scaling factor to the header relevance value.

19. The method of claim 14, further comprising:

rounding the relevance value to a number of significant digits.

20. The method of claim 14, further comprising:

storing the determined relevance value for the occurrence in an entry in a table in the help database.

21. The method of claim 14,

wherein combining the positional relevance value and the percentage relevance value to produce the relevance value for the occurrence comprises:

multiplying the positional relevance value by a third scaling factor to produce a scaled positional relevance value;

multiplying the percentage relevance value by a fourth scaling factor to produce a scaled percentage relevance value; and

adding the scaled positional relevance value and the scaled percentage relevance value to produce the relevance value for the occurrence.

22. The method of claim 21, wherein the third scaling factor is substantially equal to (1-the fourth scaling factor).

23. An insurance claims processing system comprising:

a computer system including a memory medium;

a help database for the insurance claims processing system stored in the memory medium, wherein the help database comprises one or more documents related to the processing of insurance claims in the insurance claims processing system and one or more tables configured for use in locating occurrences of terms in the help database;

program instructions stored in the memory medium and executable within the computer system, wherein the program instructions are executable to:

determine a word position of an occurrence of a term in a portion of a first document in the help database, wherein the portion of the first document comprises one or more words;

determine a total word count of the portion of the first document; and

determine a relevance value for the occurrence of the term in the portion of the first document using the word position of the occurrence and the total word count of the portion of the first document, wherein determining the relevance value comprises:

dividing the word position by the total word count to produce a positional relevance value for the occurrence;

dividing a number of words in the term by the total word count of the portion to produce a percentage relevance value for the occurrence; and

combining the positional relevance value and the percentage relevance value to produce the relevance value for the occurrence.

24. The system of claim 23, wherein, in determining the relevance value for the occurrence, the program instructions are further executable to:

divide the word position by the total word count to produce the relevance value for the occurrence.

25. The system of claim 23, wherein the program instructions are further executable to:

multiply the relevance value by a first scaling factor to produce a scaled relevance value.

26. The system of claim 23, wherein the program instructions are further executable to:

round the relevance value to a number of significant digits.

27. The system of claim 23, wherein the program instructions are further executable to:

store the determined relevance value for the occurrence in an entry in a first table in the help database.

28. The system of claim 23, wherein the program instructions are further executable to:

number the one or more words in the portion of the document from N down to 1, wherein N is the total word count of the portion of the document;

wherein, in determining the word position of the occurrence, the program instructions are further executable to:

determine the word number of a first word of the term in the one or more words in the portion of the document; and

wherein, in determining the relevance value for the occurrence, the program instructions are further executable to:

divide the word position by the total word count to produce the relevance value for the occurrence.

29. The system of claims, wherein the program instructions are further executable to:

number the one or more words in the portion of the document from 1 up to N, wherein N is the total word count of the portion of the document;

wherein, in determining the word position of the occurrence, the program instructions are further executable to:

determine a word number of a first word of the term in the one or more words in the portion of the document, wherein the word number of the first word of the term is used as the word position of the occurrence; and

wherein, in determining the relevance value for the occurrence, the program instructions are further executable to:

subtract the word position from the total word count to produce a first results;

add one to the first results to produce a second results; and

divide the second results by the total word count to produce the relevance value for the occurrence.

30. The system of claim 23, wherein the portion of the document is a text section.

31. The system of claim 23, wherein the portion of the document is a header.

32. The system of claim 23,

wherein, in combining the positional relevance value and the percentage relevance value to produce the relevance value for the occurrence, the program instructions are further executable to:

multiply the positional relevance value by a third scaling factor to produce a scaled positional relevance value;

multiply the percentage relevance value by a fourth scaling factor to produce a scaled percentage relevance value; and

add the scaled positional relevance value and the scaled percentage relevance value to produce the relevance value for the occurrence.

33. The system of claim 32, wherein the third scaling factor is substantially equal to (1-the fourth scaling factor).

34. An insurance claims processing system comprising:

a computer system including a memory medium;

a help database for the insurance claims processing system stored in the memory medium, wherein the help database comprises one or more documents related to the processing of insurance claims in the insurance claims processing system and one or more tables configured for use in locating occurrences of terms in the help database;

program instructions stored in the memory medium and executable within the computer system, wherein the program instructions are executable to:

determine a word position of an occurrence of a term in a portion of a document in the help database, wherein the portion of the document comprises one or more words;

determine a total word count of the portion of the document;

determine if the portion of the document is a header or a text section; and

determine a relevance value for the occurrence of the term in the portion of the document using the word position of the occurrence and the total word count of the portion of the document;

wherein, if the portion of the document is a text section, in determining the relevance value for the occurrence, the program instructions are further executable to:

divide the word position by the total word count to produce the relevance value for the occurrence; and

wherein, if the portion of the document is a header, in determining the relevance value for the occurrence, the program instructions are further operable to:

divide the word position by the total word count to produce a positional relevance value for the occurrence;

divide a number of words in the term by the total word count of the portion to produce a percentage relevance value for the occurrence; and

combine the positional relevance value and the percentage relevance value to produce the relevance value for the occurrence.

35. The system of claim 34, wherein, if the portion of the document is a text section, the program instructions are further operable to:

multiply the relevance value by a first scaling factor to produce a text section relevance value;

wherein, if the portion of the document is a header, the program instructions are further operable to:

multiply the relevance value by a second scaling factor to produce a header relevance value; and

wherein the second scaling factor is substantially equal to (1-the first scaling factor).

36. The system of claim 35, wherein, if the portion of the document is a header, the program instructions are further operable to:

adjust the header relevance value by adding the first scaling factor to the header relevance value.

37. The system of claim 34, wherein the program instructions are further operable to:

store the determined relevance value for the occurrence in an entry in a first table in the help database.

38. The system of claim 34,

wherein, in combining the positional relevance value and the percentage relevance value to produce the relevance value for the occurrence, the program instructions are further operable to:

multiply the positional relevance value by a third scaling factor to produce a scaled positional relevance value;

multiply the percentage relevance value by a fourth scaling factor to produce a scaled percentage relevance value; and

add the scaled positional relevance value and the scaled percentage relevance value to produce the relevance value for the occurrence; and

wherein the third scaling factor is substantially equal to (1-the fourth scaling factor).

39. A carrier medium comprising program instructions, wherein the program instructions are computer-executable to implement:

determining a word position of an occurrence of a term in a portion of a document in a help database in a computer-based insurance claims processing system, wherein the portion of the document comprises one or more words;

determining a total word count of the portion of the document; and

determining a relevance value for the occurrence of the term in the portion of the document using the word position of the occurrence and the total word count of the portion of the document, wherein determining the relevance value comprises:

numbering the one or more words in the portion of the document from N down to 1, wherein N is the total word count of the portion of the document;

determining the word number of a first word of the term in the one or more words in the portion of the document; and

dividing the word position by the total word count to produce the relevance value for the occurrence.

40. The carrier medium of claim 39, wherein the program instructions are further computer-executable to implement:

multiplying the relevance value by a first scaling factor to produce a scaled relevance value.

41. The carrier medium of claim 39, wherein the program instructions are further computer-executable to implement:

storing the determined relevance value for the occurrence in an entry in a table in the help database.

42. The carrier medium of claim 39, wherein determining the relevance value comprises:

numbering the one or more words in the portion of the document from 1 up to N, wherein N is the total word count of the portion of the document;

determining a word number of a first word of the term in the one or more words in the portion of the document, wherein the word number of the first word of the term is used as the word position of the occurrence; subtracting the word position from the total word count to produce a first results;

adding one to the first results to produce a second results; and

dividing the second results by the total word count to produce the relevance value for the occurrence.

43. The carrier medium of claim 39, wherein the portion of the document is a text section.

44. The carrier medium of claim 39, wherein the portion of the document is a header.

45. A carrier medium comprising program instructions, wherein the program instructions are computer-executable to implement:

determining a word position of an occurrence of a term in a portion of a document in a help database in a computer-based insurance claims processing system, wherein the portion of the document comprises one or more words;

determining a total word count of the portion of the document; and

determining a relevance value for the occurrence of the term in the portion of the document using the word position of the occurrence and the total word count of the portion of the document;

wherein, in determining the relevance value for the occurrence, the program instructions are further computer-executable to implement:

dividing the word position by the total word count to produce a positional relevance value for the occurrence;

dividing a number of words in the term by the total word count of the portion to produce a percentage relevance value for the occurrence;

combining the positional relevance value and the percentage relevance value to produce the relevance value for the occurrence;

multiplying the relevance value by a second scaling factor to produce a scaled relevance value; and

storing the determined relevance value for the occurrence in an entry in a table in the help database.

46. The carrier medium of claim 45,

wherein, in combining the positional relevance value and the percentage relevance value to produce the relevance value for the occurrence, the program instructions are further computer-executable to implement:

multiplying the positional relevance value by a third scaling factor to produce a scaled positional relevance value;

multiplying the percentage relevance value by a fourth scaling factor to produce a scaled percentage relevance value; and

adding the scaled positional relevance value and the scaled percentage relevance value to produce the relevance value for the occurrence;

wherein the third scaling factor is substantially equal to (1-the fourth scaling factor).

47. A carrier medium comprising program instructions, wherein the program instructions are computer-executable to implement:

determining a word position of an occurrence of a term in a portion of a document in a help database in a computer-based insurance claims processing system, wherein the portion of the document comprises one or more words;

determining a total word count of the portion of the document;

determining if the portion of the document is a header or a text section; and

determining a relevance value for the occurrence of the term in the portion of the document using the word position of the occurrence and the total word count of the portion of the document;

wherein, if the portion of the document is a text section, determining the relevance value for the occurrence comprises:

dividing the word position by the total word count to produce the relevance value for the occurrence; and

wherein, if the portion of the document is a header, determining the relevance value for the occurrence comprises:

dividing the word position by the total word count to produce a positional relevance value for the occurrence;

dividing a number of words in the term by the total word count of the portion to produce a percentage relevance value for the occurrence; and

combining the positional relevance value and the percentage relevance value to produce the relevance value for the occurrence.

48. The carrier medium of claim 47, wherein the program instructions are further computer-executable to implement:

wherein, if the portion of the document is a text section, the program instructions are further computer-executable to implement:

multiplying the relevance value by a first scaling factor to produce a text section relevance value;

wherein, if the portion of the document is a header, the program instructions are further computer-executable to implement:

multiplying the relevance value by a second scaling factor to produce a header relevance value; and

adjusting the header relevance value by adding the first scaling factor to the header relevance value; and

wherein the second scaling factor is substantially equal to (1-the first scaling factor).

49. The carrier medium of claim 47, wherein the program instructions are further computer-executable to implement:

storing the determined relevance value for the occurrence in an entry in a table in the help database.

50. The carrier medium of claim 47,

wherein, in combining the positional relevance value and the percentage relevance value to produce the relevance value for the occurrence, the program instructions are further computer-executable to implement:

multiplying the positional relevance value by a third scaling factor to produce a scaled positional relevance value;

multiplying the percentage relevance value by a fourth scaling factor to produce a scaled percentage relevance value; and

adding the scaled positional relevance value and the scaled percentage relevance value to produce the relevance value for the occurrence;

wherein the third scaling factor is substantially equal to (1-the fourth scaling factor).

51. A method for determining relevance values of terms in a help database in a computer-based insurance claims processing system, the method comprising:

numbering one or more words in a portion of a document from N down to 1, wherein N is a total word count of the portion of the document;

determining a word number of a first word of a term in the one or more words in the portion of the document; and

dividing the word number of the first word by the total word count to produce a relevance value for the occurrence of the term in the portion of the document.

52. The method of claim 51, further comprising:

multiplying the relevance value by a first scaling factor to produce a scaled relevance value.

53. The method of claim 51, further comprising:

rounding the relevance value to a number of significant digits.

54. The method of claim 51, further comprising:

storing the determined relevance value for the occurrence in an entry in a table in the help database.

55. The method of claim 51, wherein the portion of the document is a text section.

56. The method of claim 51, wherein the portion of the document is a header.

57. A method for determining relevance values of terms in a help database in a computer-based insurance claims processing system, the method comprising:

numbering one or more words in a portion of a document from 1 up to N, wherein N is a total word count of the portion of the document;

determining a word number of a first word of a term in the portion of the document;

subtracting the word number from the total word count to produce a first results;

adding one to the first results to produce a second results; and

dividing the second results by the total word count to produce a relevance value of the term in the portion of the document.

58. The method of claim 57, further comprising:

multiplying the relevance value by a first scaling factor to produce a scaled relevance value.

59. The method of claim 57, further comprising:

rounding the relevance value to a number of significant digits.

60. The method of claim 57, further comprising:

storing the determined relevance value for the occurrence in an entry in a table in the help database.

61. The method of claim 57, wherein the portion of the document is a text section.

62. The method of claim 57, wherein the portion of the document is a header.

63. A method for determining relevance values of terms in a help database in a computer-based insurance claims processing system, the method comprising:

determining a word position of an occurrence of a term in a portion of a document in a help database, wherein the portion of the document comprises one or more words;

determining a total word count of the portion of the document;

dividing the word position by the total word count to produce a positional relevance value for the occurrence;

dividing a number of words in the term by the total word count of the portion to produce a percentage relevance value for the occurrence; and

combining the positional relevance value and the percentage relevance value to produce a relevance value for the occurrence.

64. The method of claim 63, further comprising:

multiplying the relevance value by a first scaling factor to produce a scaled relevance value.

65. The method of claim 63, further comprising:

rounding the relevance value to a number of significant digits.

66. The method of claim 63, further comprising:

storing the relevance value for the occurrence in an entry in a table in the help database.

67. The method of claim 63,

wherein combining the positional relevance value and the percentage relevance value to produce the relevance value for the occurrence comprises:

multiplying the positional relevance value by a first scaling factor to produce a scaled positional relevance value;

multiplying the percentage relevance value by a second scaling factor to produce a scaled percentage relevance value; and

adding the scaled positional relevance value and the scaled percentage relevance value to produce the relevance value for the occurrence.

68. The method of claim 67,

wherein the first scaling factor is substantially equal to (1-the second scaling factor).

69. A method for determining relevance values of terms in a computer-based insurance claims processing system comprising a help database, wherein the help database comprises one or more documents, the method comprising:

determining a location of one or more occurrences of one or more terms used in one or more documents of a help database of an insurance claims processing system, wherein the one or more documents comprise one or more text sections;

determining a text section relevance value of an occurrence of a term using N and X, wherein the text section comprises N words, wherein the occurrence of the term is at an Xth word in the text section, and wherein the text section relevance value is higher the closer the occurrence is to the beginning of the text section; and

storing the determined relevance value for the occurrence in an entry in a table in the help database.

70. The method of claims 69, further comprising:

rounding the relevance value to a number of significant digits.

71. The method of claim 69,

wherein the one or more documents comprise headers and text sections;

wherein determining the relevance value for each of the one or more occurrences located in the one or more documents comprises:

determining a header relevance value for an occurrence if the occurrence is in a header; and

determining a text section relevance value for the occurrence if the occurrence is in a text section.

72. The method of claim 71,

wherein the text section comprises N words;

wherein the occurrence of the term is at an Xth word in the text section, wherein X is from 1 to N, and wherein 1 is a location of a first word in the text section;

wherein determining the text section relevance value for the occurrence if the occurrence is in the text section comprises:

determining the text section relevance value using N and X, wherein the text section relevance value is higher the closer the occurrence is to the beginning of the text section.

73. The method of claim 71,

wherein the header comprises N words;

wherein the occurrence of the term is at an Xth word in the header, wherein X is from 1 to N, and wherein 1 is a location of a first word in the header;

wherein the term comprises T words, wherein T is from 1 to N;

wherein determining the header relevance value for the occurrence if the occurrence is in a header comprises:

determining a positional relevance value using N and X, wherein the determined positional relevance value is higher the closer the occurrence is to the beginning of the header;

determining a percentage relevance value using T and N, wherein the percentage relevance value is the percentage of the header occupied by the term; and

combining the positional relevance value and the percentage relevance value to produce the header relevance value.

74. A method for determining relevance values of terms in a computer-based insurance claims processing system comprising a help database, wherein the help database comprises one or more documents, the method comprising:

determining a location of one or more occurrences of one or more terms used in one or more documents of a help database of an insurance claims processing system, wherein the one or more documents comprise one or more headers;

determining a positional relevance value of an occurrence of a term in a header using N and X, wherein the header comprises N words, wherein the occurrence of the term is at an Xth word in the header, and wherein the determined positional relevance value is higher the closer the occurrence is to the beginning of the header;

determining a percentage relevance value of the occurrence of the term in the header using T and N, wherein the term comprises T words, wherein the percentage relevance value is the percentage of the header occupied by the term; and

combining the positional relevance value and the percentage relevance value to produce the header relevance value.

75. The method of claim 74, further comprising:

multiplying the relevance value by a first scaling factor to produce a scaled relevance value.

76. The method of claims further comprising:

rounding the relevance value to a number of significant digits.

77. The method of claim 74, further comprising:

storing the determined relevance value for the occurrence in an entry in a table in the health database.

78. The method of claim 74, wherein the portion of the document is a text section.

79. The method of claim 74, wherein the portion of the document is a header.

80. The method of claim 74,

wherein combining the positional relevance value and the percentage relevance value to produce the relevance value for the occurrence comprises:

multiplying the positional relevance value by a first scaling factor to produce a scaled positional relevance value;

multiplying the percentage relevance value by a second scaling factor to produce a scaled percentage relevance value; and

adding the scaled positional relevance value and the scaled percentage relevance value to produce the relevance value for the occurrence.

81. The method of claim 80, wherein the first scaling factor is substantially equal to (1-the second scaling factor).

82. An insurance claims processing system comprising:

a computer system including a memory medium;

a help database for the insurance claims processing system stored in the memory medium, wherein the help database comprises one or more documents related to processing of insurance claims in the insurance claims processing system and one or more tables configured for use in locating occurrences of terms in the help database; and

program instructions stored in the memory medium and executable within the computer system, wherein the program instructions are executable to:

determine a word position of an occurrence of a term in a portion of a document in the help database, wherein the portion of the document comprises one or more words;

determine a total word count of the portion of the document;

divide the word position by the total word count to produce a positional relevance value for the occurrence;

divide a number of words in the term by the total word count of the portion to produce a percentage relevance value for the occurrence; and

combine the positional relevance value and the percentage relevance value to produce a relevance value for the occurrence.

83. The system of claim 82, wherein the program instructions are further executable to:

multiply the relevance value by a first scaling factor to produce a scaled relevance value.

84. The system of claim 82, wherein the program instructions are further executable to:

round the relevance value to a number of significant digits.

85. The system of claim 82, wherein the program instructions are further executable to:

store the determined relevance value for the occurrence in an entry in a table in the help database.

86. The system of claim 82,

wherein, in combining the positional relevance value and the percentage relevance value to produce the relevance value for the occurrence, the program instructions are further executable to:

multiply the positional relevance value by a first scaling factor to produce a scaled positional relevance value;

multiply the percentage relevance value by a second scaling factor to produce a scaled percentage relevance value; and

add the scaled positional relevance value and the scaled percentage relevance value to produce the relevance value for the occurrence.

87. The system of claim 86, wherein the first scaling factor is substantially equal to (1-the second scaling factor).

88. An insurance claims processing system comprising:

a computer system including a memory medium;

a help database for the insurance claims processing system stored in the memory medium, wherein the help database comprises one or more documents related to processing of insurance claims in the insurance claims processing system and one or more tables configured for use in locating occurrences of terms in the help database;

program instructions stored in the memory medium and executable within the computer system, wherein the program instructions are executable to:

determine a location of an occurrence of a term used in a text section of one or more documents of a help database of an insurance claims processing system, wherein the one or more documents comprise one or more text sections;

determine a text section relevance value using N and X, wherein the text section comprises N words, wherein the occurrence of the term is at an Xth word in the text section, and wherein the text section relevance value is higher the closer the occurrence is to the beginning of the text section; and

store the determined relevance value for the occurrence in an entry in a first table in the help database.

89. The system of claim 88, wherein the program instructions are further executable to:

multiply the relevance value by a first scaling factor to produce a scaled relevance value.

90. The system of claim 88, wherein the program instructions are further executable to:

round the relevance value to a number of significant digits.

91. The system of claim 88, wherein the program instructions are further executable to:

number the one or more words in the portion of the document from N down to 1, wherein N is the total word count of the portion of the document;

wherein, in determining the word position of the occurrence, the program instructions are further executable to:

determine the word number of a first word of the term in the one or more words in the portion of the document; and

wherein, in determining the relevance value for the occurrence, the program instructions are further executable to:

divide the word position by the total word count to produce the relevance value for the occurrence.

92. The system of claim 88, wherein the program instructions are further executable to:

number the one or more words in the portion of the document from 1 up to N, wherein N is the total word count of the portion of the document;

wherein, in determining the word position of the occurrence, the program instructions are further executable to:

determine a word number of a first word of the term in the one or more words in the portion of the document, wherein the word number of the first word of the term is used as the word position of the occurrence; and

wherein, in determining the relevance value for the occurrence, the program instructions are further executable to:

subtract the word position from the total word count to produce a first results;

add one to the first results to produce a second results; and

divide the second results by the total word count to produce the relevance value for the occurrence.

93. An insurance claims processing system comprising:

a computer system including a memory medium;

a help database for the insurance claims processing system stored in the memory medium, wherein the help database comprises one or more documents related to processing of insurance claims in the insurance claims processing system and one or more tables configured for use in locating occurrences of terms in the help database;

program instructions stored in the memory medium and executable within the computer system, wherein the program instructions are executable to:

determine a position of one or more occurrences of one or more terms used in a header of one or more documents of a help database of an insurance claims processing system, wherein the one or more documents comprise one or more headers;

determine a positional relevance value using N and X, wherein the header comprises N words, wherein the occurrence of the term is at an Xth word in the header, and wherein the determined positional relevance value is higher the closer the occurrence is to the beginning of the header;

determine a percentage relevance value using T and N, wherein the term comprises T words, wherein the percentage relevance value is a percentage of the header occupied by the term; and

combine the positional relevance value and the percentage relevance value to produce a header relevance value.

94. The system of claim 93, wherein the program instructions are further executable to:

multiply the relevance value by a first scaling factor to produce a scaled relevance value.

95. The system of claim 93, wherein the program instructions are further executable to:

round the relevance value to a number of significant digits.

96. The system of claim 93, wherein the program instructions are further executable to:

store the determined relevance value for the occurrence in an entry in a first table in the help database.

97. The system of claim 93, wherein the program instructions are further executable to:

number the one or more words in the portion of the document from N down to 1, wherein N is the total word count of the portion of the document;

wherein, in determining the word position of the occurrence, the program instructions are further executable to:

determine the word number of a first word of the term in the one or more words in the portion of the document; and

wherein, in determining the relevance value for the occurrence, the program instructions are further executable to:

divide the word position by the total word count to produce the relevance value for the occurrence.

98. The system of claim 93, wherein the program instructions are further executable to:

number the one or more words in the portion of the document from 1 up to N, wherein N is the total word count of the portion of the document;

wherein, in determining the word position of the occurrence, the program instructions are further executable to:

determine a word number of a first word of the term in the one or more words in the portion of the document, wherein the word number of the first word of the term is used as the word position of the occurrence; and

wherein, in determining the relevance value for the occurrence, the program instructions are further executable to:

subtract the word position from the total word count to produce a first results;

add one to the first results to produce a second results; and

divide the second results by the total word count to produce the relevance value for the occurrence.

99. A carrier medium comprising program instructions, wherein the program instructions are computer-executable to implement:

numbering one or more words in a portion of a document from N down to 1, wherein N is a total word count of the portion of the document;

determining a word number of a first word of a term in the portion of the document; and

dividing the word number of the first word by the total word count to produce a relevance value for the term in the portion of the document.

100. The carrier medium of claim 99, wherein the program instructions are further computer-executable to implement:

multiplying the relevance value by a first scaling factor to produce a scaled relevance value.

101. The carrier medium of claim 99, wherein the program instructions are further computer-executable to implement:

storing the determined relevance value for the occurrence in an entry in a table in the help database.

102. The carrier medium of claim 99, wherein the portion of the document is a text section.

103. The carrier medium of claim 99, wherein the portion of the document is a header.

104. A carrier medium comprising program instructions, wherein the program instructions are computer-executable to implement:

numbering one or more words in a portion of a document from 1 up to N, wherein N is a total word count of the portion of the document;

determining a word number of a first word of a term in the portion of the document;

subtracting the word number from the total word count to produce a first results;

adding one to the first results to produce a second results; and

dividing the second results by the total word count to produce a relevance value.

105. The carrier medium of claim 104, wherein the program instructions are further computer-executable to implement:

multiplying the relevance value by a first scaling factor to produce a scaled relevance value.

106. The carrier medium of claim 104, wherein the program instructions are further computer-executable to implement:

storing the determined relevance value for the occurrence in an entry in a table in the help database.

107. The carrier medium of claim 104, wherein the portion of the document is a text section.

108. The carrier medium of claim 104, wherein the portion of the document is a header.

109. A carrier medium comprising program instructions, wherein the program instructions are computer-executable to implement:

determining a word position of an occurrence of a term in a portion of a document in a help database, wherein the portion of the document comprises one or more words;

determining a total word count of the portion of the document;

dividing the word position by the total word count to produce a positional relevance value for the occurrence;

dividing a number of words in the term by the total word count of the portion to produce a percentage relevance value for the occurrence; and

combining the positional relevance value and the percentage relevance value to produce a relevance value for the occurrence.

110. The carrier medium of claim 109,

wherein, combining the positional relevance value and the percentage relevance value to produce the relevance value for the occurrence, comprises:

multiplying the positional relevance value by a first scaling factor to produce a scaled positional relevance value;

multiplying the percentage relevance value by a second scaling factor to produce a scaled percentage relevance value; and

adding the scaled positional relevance value and the scaled percentage relevance value to produce the relevance value for the occurrence;

wherein the first scaling factor is substantially equal to (1-the second scaling factor).

111. The carrier medium of claim 109, wherein the program instructions are further computer-executable to implement:

multiplying the relevance value by a first scaling factor to produce a scaled relevance value.

112. The carrier medium of claim 109, wherein the program instructions are further computer-executable to implement:

storing the determined relevance value for the occurrence in an entry in a table in the help database.

113. The carrier medium of claim 109, wherein the portion of the document is a text section.

114. The carrier medium of claim 109, wherein the portion of the document is a header.

115. The carrier medium of claim 109,

wherein, in combining the positional relevance value and the percentage relevance value to produce the relevance value for the occurrence, the program instructions are further computer-executable to implement;

multiplying the positional relevance value by a third scaling factor to produce a scaled positional relevance value;

multiplying the percentage relevance value by a fourth scaling factor to produce a scaled percentage relevance value; and

adding the scaled positional relevance value and the scaled percentage relevance value to produce the relevance value for the occurrence;

wherein the third scaling factor is substantially equal to (1-the fourth scaling factor).

116. A carrier medium comprising program instructions, wherein the program instructions are computer-executable to implement:

determining a location of one or more occurrences of one or more terms used in a text section of one or more documents of a help database of an insurance claims processing system, wherein the one or more documents comprise one or more text sections;

determining a text section relevance value using N and X, wherein the text section comprises N words, wherein the occurrence of the term is at an Xth word in the text section, and wherein the text section relevance value is higher the closer the occurrence is to the beginning of the text section; and

rounding the relevance value to a number of significant digits.

117. The carrier medium of claim 116, wherein the computer instructions are computer-executable to implement:

storing the determined relevance value for the occurrence in an entry in a table in the help database.

118. The carrier medium of claim 116,

wherein the one or more documents comprise headers and text sections;

wherein determining the relevance value for each of the one or more occurrences located in the one or more documents comprises:

determining a header relevance value for an occurrence if the occurrence is in a header; and

determining a text section relevance value for the occurrence if the occurrence is in a text section.

119. The carrier medium of claim 116,

wherein the text section comprises N words;

wherein the occurrence of the term is at an Xth word in the text section, wherein X is from 1 to N, and wherein 1 is a location of a first word in the text section;

wherein determining the text section relevance value for the occurrence if the occurrence is in the text section comprises:

determining the text section relevance value using N and X, wherein the text section relevance value is higher the closer the occurrence is to the beginning of the text section.

120. The carrier medium of claim 116,

wherein the header comprises N words;

wherein the occurrence of the term is at an Xth word in the header, wherein X is from 1 to N, and wherein 1 is a location of a first word in the header;

wherein the term comprises T words, wherein T is from 1 to N;

wherein determining the header relevance value for the occurrence if the occurrence is in a header comprises:

determining a positional relevance value using N and X, wherein the determined positional relevance value is higher the closer the occurrence is to the beginning of the header;

determining a percentage relevance value using T and N, wherein the percentage relevance value is the percentage of the header occupied by the term; and

combining the positional relevance value and the percentage relevance value to produce the header relevance value.

121. A carrier medium comprising program instructions, wherein the program instructions are computer-executable to implement:

determining a location of one or more occurrences of one or more terms used in a header of one or more documents of a help database of an insurance claims processing system, wherein the one or more documents comprise one or more headers;

determining a positional relevance value using N and X, wherein the header comprises N words, wherein the occurrence of the term is at an Xth word in the header, and wherein the determined positional relevance value is higher the closer the occurrence is to the beginning of the header;

determining a percentage relevance value using T and N, wherein the term comprises T words, wherein the percentage relevance value is the percentage of the header occupied by the term; and

combining the positional relevance value and the percentage relevance value to produce a header relevance value.

122. The carrier medium of claim 121,

wherein, combining the positional relevance value and the percentage relevance value to produce the relevance value for the occurrence, comprises:

multiplying the positional relevance value by a first scaling factor to produce a scaled positional relevance value;

multiplying the percentage relevance value by a second scaling factor to produce a scaled percentage relevance value; and

adding the scaled positional relevance value and the scaled percentage relevance value to produce the relevance value for the occurrence;

wherein the first scaling factor is substantially equal to (1-the second scaling factor).

123. The carrier medium of claim 121, wherein the program instructions are further computer-executable to implement:

multiplying the relevance value by a first scaling factor to produce a scaled relevance value.

124. The carrier medium of claim 121, wherein the program instructions are further computer-executable to implement:

storing the determined relevance value for the occurrence in an entry in a table in the help database.

125. The carrier medium of claim 121, wherein the portion of the document is a text section.

126. The carrier medium of claim 121, wherein the portion of the document is a header.

127. The carrier medium of claim 121,

wherein, in combining the positional relevance value and the percentage relevance value to produce the relevance value for the occurrence, the program instructions are further computer-executable to implement:

multiplying the positional relevance value by a third scaling factor to produce a scaled positional relevance value;

multiplying the percentage relevance value by a fourth scaling factor to produce a scaled percentage relevance value; and

adding the scaled positional relevance value and the scaled percentage relevance value to produce the relevance value for the occurrence;

wherein the third scaling factor is substantially equal to (1-the fourth scaling factor).

128. The system of claim 34, wherein the program instructions are further operable to:

round the relevance value to a number of significant digits.

129. The carrier medium of claim 39, wherein the program instructions are further computer-executable to implement:

rounding the relevance value to a number of significant digits.

130. The carrier medium of claim 47, wherein the program instructions are further computer-executable to implement:

rounding the relevance value to a number of significant digits.

131. The carrier medium of claim 99, wherein the program instructions are further computer-executable to implement:

rounding the relevance value to a number of significant digits.

132. The carrier medium of claim 104, wherein the program instructions are further computer-executable to implement:

rounding the relevance value to a number of significant digits.

133. The carrier medium of claim 109, wherein the program instructions are further computer-executable to implement:

rounding the relevance value to a number of significant digits.

134. The carrier medium of claim 121, wherein the program instructions are further computer-executable to implement:

rounding the header relevance value to a number of significant digits.

135. A method for determining relevance values of terms in a help database in a computer-based insurance claims processing system, the method comprising:

determining a word position of an occurrence of a term in a portion of a document in the help database, wherein the portion of the document comprises one or more words;

determining a total word count of the portion of the document;

determining a relevance value for the occurrence of the term in the portion of the document using the word position of the occurrence and the total word count of the portion of the document;

numbering the one or more words in the portion of the document from 1 up to N, wherein N is the total word count of the portion of the document;

wherein determining the word position of the occurrence comprises:

determining a word number of a first word of the term in the one or more words in the portion of the document, wherein the word number of the first word of the term is used as the word position of the occurrence;

wherein determining the relevance value for the occurrence comprises:

subtracting the word position from the total word count to produce a first results;

adding one to the first results to produce a second results; and

dividing the second results by the total word count to produce the relevance value for the occurrence.

136. The method of claim 135, further comprising multiplying the relevance value by a first scaling factor to produce a scaled relevance value.

137. The method of claim 135, further comprising storing the determined relevance value for the occurrence in an entry in a table in the help database.

138. The method of claim 135, wherein the portion of the document is a header.

139. The method of claim 135, further comprising rounding the relevance value to a number of significant digits.

140. A carrier medium comprising program instructions, wherein the program instructions are computer-executable to implement:

determining a word position of an occurrence of a term in a portion of a document in a help database in a computer-based insurance claims processing system, wherein the portion of the document comprises one or more words;

determining a total word count of the portion of the document;

determining a relevance value for the occurrence of the term in the portion of the document using the word position of the occurrence and the total word count of the portion of the document;

numbering the one or more words in the portion of the document from 1 up to N, wherein N is the total word count of the portion of the document;

wherein, in determining the word position of the occurrence, the program instructions are further computer-executable to implement:

determining a word number of a first word of the term in the one or more words in the portion of the document, wherein the word number of the first word of the term is used as the word position of the occurrence;

wherein, in determining the relevance value for the occurrence, the program instructions are further computer-executable to implement:

subtracting the word position from the total word count to produce a first results;

adding one to the first results to produce a second results; and

dividing the second results by the total word count to produce the relevance value for the occurrence.

141. The carrier medium of claim 140, further comprising:

multiplying the relevance value by a first scaling factor to produce a scaled relevance value.

142. The carrier medium of claim 140, further comprising:

storing the determined relevance value for the occurrence in an entry in a table in the help database.

143. The carrier medium of claim 140,

wherein the portion of the document is a header.

144. The carrier medium of claim 140, further comprising:

rounding the relevance value to a number of significant digits.

145. A carrier medium comprising program instructions, wherein the program instructions are computer-executable to implement:

determining a word position of an occurrence of a term in a portion of a document in a help database in a computer-based insurance claims processing system, wherein the portion of the document comprises one or more words;

determining a total word count of the portion of the document;

determining a relevance value for the occurrence of the term in the portion of the document using the word position of the occurrence and the total word count of the portion of the document;

wherein determining the relevance value for the occurrence comprises:

dividing the word position by the total word count to produce a positional relevance value for the occurrence;

dividing a number of words in the term by the total word count of the portion to produce a percentage relevance value for the occurrence; and

combining the positional relevance value and the percentage relevance value to produce the relevance value for the occurrence.

146. The carrier medium of claim 145, further comprising:

multiplying the relevance value by a second scaling factor to produce a scaled relevance value.

147. The carrier medium of claim 145, further comprising:

rounding the relevance value to a number of significant digits.

148. The carrier medium of claim 145, further comprising:

storing the determined relevance value for the occurrence in an entry in a table in the help database.

149. The carrier medium of claim 145, wherein combining the positional relevance value and the percentage relevance value to produce the relevance value for the occurrence comprises:

multiplying the positional relevance value by a third scaling factor to produce a scaled positional relevance value;

multiplying the percentage relevance value by a fourth scaling factor to produce a scaled percentage relevance value; and

adding the scale positional relevance value and the scaled percentage relevance value to produce the relevance value for the occurrence.

150. The carrier medium of claim 149, wherein the third scaling factor is substantially equal to (1-the fourth scaling factor).


Description

BACKGROUND OF THE INVENTION

1. Field of the Invention

The present invention generally relates to the field of insurance claims. More particularly, the present invention relates to a system and method for relevance ranking of occurrences of context-sensitive help items and interactive search results.

2. Description of the Related Art

Insurance companies have been processing and settling claims associated with bodily injury for a long time. The task of evaluating, analyzing or estimating the amount of damage associated with one or more types of bodily injuries, especially trauma-induced bodily injuries, can be very complex. Complexity in the evaluation process often arises out of the fact that concurrent expertise in legal, medical and insurance fields is often required to arrive at a particular decision involving a bodily injury claim.

Several factors can affect the estimated amount of the claim associated with a bodily injury. Every accident is different and every injury is unique. Arriving at a customized evaluation of a bodily injury claim, which is unique for a specific accident, injury, etc. is desirable. Applying across-the-board standards may tend to result in an inequitable solution for one or more parties involved. External environmental factors, such as the experience level of a claims adjuster, record of accomplishment of the legal professionals, post-injury quality of life for the injured party, etc., all can affect the valuation of a claim.

During the past several years, many insurance companies have been using computer-based and knowledge-based claim-processing systems to process, evaluate, analyze and estimate thousands of claims in a fair and consistent manner. A knowledge-based claim-processing system includes an expert system which utilizes and builds a knowledge base to assist the user in decision making. It may allow the insurance companies to define new rules and/or use previously defined rules, in real-time. The business rules are generally written by industry experts to evaluate legal, medical, insurance conditions before arriving at a valuation of a claim.

In knowledge-based systems, to estimate a claim for bodily injury, the user may enter inputs on a display screen and step through a series of displays or screens to complete the data input process. The knowledge-based claim processing system may then utilize the user-provided inputs to generate a claim report.

The complexity of analyzing or estimating the amount of damage associated with one or more types of bodily injuries may create difficulties to a user of the knowledge-based systems. Help information in the form of documents such as manuals and guidebooks may be provided by the knowledge-based systems to help the user in completing the data input process. The help information may be provided in printed form or, in some systems, in electronic form. The volume and complexity of the supplied help information may make it difficult for the user to locate a portion or portions of the information pertinent to a current step or screen that the user is working on in the data input process.

It may therefore be desirable to develop an electronic, on-line help system to provide context-sensitive help for the current step or screen that the user is working on in a knowledge-based system. It may also be desirable to provide a method for the user to interactively search the on-line help system for one or more terms relevant to the processing of a current claim. It may also be desirable to calculate a relevance of items in the on-line help system and to rank the items, when displayed, in an order of relevance.

SUMMARY OF THE INVENTION

The present invention provides various embodiments of a mechanism for providing context-sensitive help and the ability to interactively search a help database in insurance claims processing systems. One or more index tables may be provided for locating terms and codes for context-sensitive help and for interactively searching for terms in the help database. Each entry in the one or more index tables may represent an occurrence of a term or code in a document included in the help database for the insurance claims processing system. Examples of documents that may be included in the help database for the insurance claims processing system include, but are not limited to: medical journals, textbooks and/or manuals, insurance claims processing manuals or guidebooks, medical glossaries and/or dictionaries, and documents including context sensitive help entries for the insurance claims processing steps, and elements of the steps, in the insurance claims processing system.

An entry in the index table may include an object ID. The object ID may indicate a unique entry in a help information table in the help database. An entry in the index table may also include a term field. In one embodiment, a term field may include a term located in the one or more documents in the help database, or alternatively a term field may include a code representing a step or an element in a step in the insurance claims processing system. As used herein, a "term" may include one or more words, abbreviations, numerical values, or other types of alphanumeric strings that may appear in documents in an insurance claims processing help database. An entry in the index table may also include a Soundex field for locating words that are misspelled. In one embodiment, the entries in the index table may include a relevance value for the occurrence of the term in the help database. As used herein, a relevance value may be defined as an estimated measure of the significance of the occurrence of a term to the text object (header or text section) in which the occurrence is located.

In one embodiment, the relevance values for the entries in the index table may be calculated and stored in the index table prior to a user accessing the help database. In another embodiment, the relevance value for an entry in the index table may be calculated dynamically when the entry is identified as an occurrence of a search term or of a step or step element code in context-sensitive help. In one embodiment, relevance values for the entries in the index table may be calculated using the position of the term in the text object (header or text section), the number of words in the term, the number of words in the text object, and the type of text object for the entry (header or text section?). In one embodiment, occurrences in headers may be considered generally more relevant than occurrences in text sections, and therefore a different mechanism may be used to calculate the relevance of occurrences in headers than the mechanism used to calculate the relevance of occurrences in text sections.

In one embodiment, the help information database may include one or more header tables and one or more text tables. A header table may include a plurality of records, also referred to as entries, with one entry for each header element from the one or more documents to be included in the help database for the insurance claims processing system. Each entry may comprise a plurality of fields or elements. An index table may include a plurality of entries, with one entry for each text section from the one or more documents to be included in the help database for the insurance claims processing system. Each entry may comprise a plurality of fields or elements. In one embodiment, the fields may be substantially similar to the fields in embodiments of the header table.

An entry in a header or text table may include an object identifier (object ID). In one embodiment, the object ID for the entry may be unique in the help database. In one embodiment, the object ID may include information that may be used to identify the document including the entry, and the location in the document of the entry. In one embodiment, an entry may include the object identifier of the parent entry for the entry. An entry in a header or text table may also include fields with information on the location in the document of the entry. An entry in a header or text table may also include alphanumeric text from the document. When the entry is located during context sensitive help or a search, the alphanumeric text may be read from the entry and displayed on the display screen for a user to view. Alternatively, the entry may not store the actual text, but may instead include information for locating the text for the entry in the document. In this case, when the entry is located, the actual text for the entry may be read from the document itself and displayed for the user.

A user may initiate processing of an insurance claim in the insurance claims processing system. The insurance claims processing may begin at a first processing step, and may continue through a number of processing steps until the insurance claim processing is complete. A next processing step may be determined by user input at a current processing step, or alternatively may be predetermined (i.e. step B always follows step A). In one embodiment, a processing step may be divided into one or more screens or pages, wherein one screen or page at a time is displayed on display screen.

The insurance claims processing system may enter a processing step and display a page for the processing step. In one embodiment, the context-sensitive help for the step may be automatically invoked when entering the step. Alternatively, the user may interactively invoke context-sensitive help once the page is displayed. Context-sensitive help for each processing step may be unique, although some content may appear in the context-sensitive help for two or more processing steps. Context-sensitive help may also be unique for each of the one or more pages within a processing step. The page for the processing step may be displayed with the context-sensitive help for the page. In one embodiment, a display page may be divided into two or more panes, the context-sensitive help may be displayed in one or more panes on the page, and the processing step contents may appear in one or more panes on the page.

In one embodiment, each step or each page in a step in the insurance claims processing system may have a unique code, which may be referred to as a page ID. A page may also include one or more step elements that have associated codes. In one embodiment, step elements may include interface items that a user of the system interacts with in performing the step. In one embodiment, the step elements on the page may include system-supplied "answers" to questions posed to the user during the claims processing. In one embodiment, the step elements may include lists of injury codes selectable by the user. In one embodiment, the step elements may include lists of treatments for injuries selectable by the user.

The insurance claims processing system may search one or more index tables for entries including the page ID. The index table may also be searched for entries including the codes from one or more elements of the page. The search may result in the insurance claims processing system locating one or more entries in the one or more index tables. In one embodiment, there will be at least one entry located for the page ID in the one or more index tables. In one embodiment, if elements of the page have an associated code, there will be at least one entry located for each code in the one or more index tables. In one embodiment, each entry in the one or more index tables may indicate an occurrence in the one or more documents included in the help database for the insurance claims processing system of the page ID, code, or term included in the index table entry.

The insurance claims processing system may then locate entries in the one or more help tables using information from the entries located in the one or more index tables for the page ID and any elements of the page. The one or more help tables may be searched for occurrences of the object ID from each located entry in the index table.

In one embodiment, the insurance claims processing system may then rank the located help table entries by relevance value. The located help table entries may be ranked from highest relevance to lowest relevance. In one embodiment, the located help table entries may be listed without being ranked by relevance. In one embodiment, any entries found for a page code may be displayed at the top of the list regardless of the relevance ranking of the entry. Entries for other codes in the page may then be ranked below the page code entry or entries in order of relevance. In one embodiment, when there is more than one term being searched for, located entries may be first ranked on the number of search terms the entries include. Entries that include more search terms may be ranked higher than entries with fewer search terms. The entries within the ranking categories may then be ranked by relevance within the category.

The insurance claims processing system may then display information from the located help table entries. In one embodiment, the entries may be displayed in the order of relevance of the entries. The help table entries may include portions of text from one or more documents related to insurance claims processing. Some help table entries may include section headers from the one or more documents. Some help table entries may include text from the bodies of sections of the one or more documents. Some help entries may include glossary information from the one or more documents. Other entries may include text from other portions of the one or more documents. In one embodiment, the relevance value may also be displayed.

The insurance claims processing system may also display information describing the location of the displayed portions of text in the one or more documents. This information may allow the user to look up (electronically or manually) located occurrences in the one or more documents.

In one embodiment, a search interface may be provided to the user of the insurance claims processing system. The user may enter in the search interface one or more terms to be searched for in the help database for the insurance claims processing system. The user may then initiate the search for the one or more terms. The insurance claims processing system may then search the one or more index tables for entries including at least one of the one or more terms. The insurance claims processing system may locate one or more entries in the one or more index tables that include at least one of the one or more terms. The located entries in the index table may be used to locate help entries in the one or more help tables that include at least one of the one or more terms. The one or more help tables may be searched for occurrences of the object ID from each of the located entries.

The located help table entries may be ranked by relevance. The located help table entries may be ranked from highest relevance to lowest relevance. In one embodiment, when there is more than one term being searched for, located entries may be first ranked on the number of search terms the entries include. Entries that include more search terms may be ranked higher than entries with fewer search terms. The entries within the ranking categories may then be ranked by relevance within the category. Thus, entries with lower relevance, but more search terms, may appear higher in the overall ranking than entries with higher relevance, but fewer search terms.

The insurance claims processing system may then display information from the located help table entries. In one embodiment, the entries may be displayed in the order of relevance of the entries. The help table entries may include portions of text from one or more documents related to insurance claims processing. Some help table entries may include section headers from the one or more documents. Some help table entries may include text from the bodies of sections of the one or more documents. Some help entries may include glossary information from the one or more documents. Other entries may include text from other portions of the one or more documents. In one embodiment, the relevance value may also be displayed.

The insurance claims processing system may also display information describing the location of the displayed portions of text in the one or more documents. This information may allow the user to look up (electronically or manually) located occurrences in the one or more documents.

BRIEF DESCRIPTION OF THE DRAWINGS

FIG. 1a is a block diagram illustrating the architecture of one embodiment of an insurance claims processing system;

FIG. 1b illustrates one embodiment of a networked insurance claim processing system;

FIG. 2 illustrates a structure for an insurance claims processing help database that may be used for context sensitive help and for searching for terms according to one embodiment of an insurance claim processing system;

FIG. 3 illustrates a table including document header information according to one embodiment of an insurance claim processing system;

FIG. 4 illustrates a table including document text information according to one embodiment of an insurance claim processing system;

FIG. 5 illustrates an index table including terms and codes and cross-references to other tables according to one embodiment of an insurance claim processing system;

FIG. 6a is a flow diagrams illustrating a method for generating the various tables in an insurance claims processing help database according to one embodiment of an insurance claim processing system;

FIGS. 6b through 6c are flow diagrams illustrating a mechanism for generating relevance values for occurrences in an insurance claims processing help database according to one embodiment of an insurance claims processing system;

FIGS. 7a-7c are flow diagrams illustrating a mechanism for providing contextsensitive help according to one embodiment of an insurance claim processing system;

FIG. 8 illustrates a display screen showing multiple panes, wherein two of the panes comprise context sensitive help information, according to one embodiment of an insurance claim processing system;

FIG. 9 is a flow diagram illustrating a mechanism for searching for insurance claims processing terms according to one embodiment of an insurance claim processing system;

FIG. 10 illustrates a display screen showing multiple panes, wherein two of the panes comprise search results information, according to one embodiment of an insurance claim processing system; and

FIG. 11 shows the display screen of FIG. 10, with one of the search results panes hidden to provide more display area for claims processing information, according to one embodiment of an insurance claim processing system.

While the invention is susceptible to various modifications and alternative forms, specific embodiments thereof are shown by way of example in the drawings and will herein be described in detail. It should be understood, however, that the drawings and detailed description thereto are not intended to limit the invention to the particular form disclosed, but on the contrary, the intention is to cover all modifications, equivalents, and alternatives falling within the spirit and scope of the present invention as defined by the appended claims.

DETAILED DESCRIPTION OF SEVERAL EMBODIMENTS

FIG. 1a—The Architecture of an Insurance Claims Processing System

In FIG. 1a, an embodiment of an insurance claims processing system 10 may include a computer system 20. The term "computer system" as used herein generally includes the hardware and software components that in combination allow the execution of computer programs. The computer programs may be implemented in software, hardware, or a combination of software and hardware. A computer system's hardware generally includes a processor, memory media, and Inpu/Output (I/O) devices. As used herein, the term "processor" generally describes the logic circuitry that responds to and processes the basic instructions that operate a computer system. The term "memory" is used synonymously with "memory medium" herein. The term "memory medium" is intended to include an installation medium, e.g., a CD-ROM, or floppy disks, a volatile computer system memory such as DRAM, SRAM, EDO RAM, Rambus RAM, etc., or a non-volatile memory such as optical storage or a magnetic medium, e.g., a hard drive. The memory medium may comprise other types of memory as well, or combinations thereof. In addition, the memory medium may be located in a first computer in which the programs are executed, or may be located in a second different computer that connects to the first computer over a network. In the latter instance, the second computer provides the program instructions to the first computer for execution. In addition, the computer system may take various forms, including a personal computer system, mainframe computer system, workstation, network appliance, Internet appliance, personal digital assistant (PDA), television system or other device. In general, the term "computer system" can be broadly defined to encompass any device having a processor that executes instructions from a memory medium.

The memory medium preferably stores a software program or programs for processing insurance claims as described herein. The software program(s) may be implemented in any of various ways, including procedure-based techniques, component-based techniques, and/or object-oriented techniques, among others. For example, the software programs may be implemented using a rule-based development tool such as PLATINUM Aion™ available from Computer Associates International, Inc. In one embodiment, PLATINUM Aion™ may combine business rule and object-oriented technologies to create and maintain complex, knowledge-intensive applications. Software developed with PLATINUM Aion™ may employ an Aion™ programming language for automation of processes which may use hundreds or thousands of business rules from a knowledge base. An Aion™ inference engine may automatically determine which rules to execute, when, and in what order. In various other embodiments, the software program may be implemented using other technologies, languages, or methodologies, as desired. A CPU, such as the host CPU, executing code and data from the memory medium includes a means for creating and executing the software program or programs according to the methods, flowcharts, and/or block diagrams described below.

A computer system's software generally includes at least one operating system, a specialized software program that manages and provides services to other software programs on the computer system. Software may also include one or more programs to perform various tasks on the computer system and various forms of data to be used by the operating system or other programs on the computer system. The data may include but are not limited to databases, text files, and graphics files. A computer system's software generally is stored in non-volatile memory or on an installation medium. A program may be copied into a volatile memory when running on the computer system. Data may be read into volatile memory as required by a program.

A server may be defined as a computer program that, when executed, provides services to other computer programs executing in the same or other computer systems. The computer system on which a server program is executing may also be referred to as a server, though it may contain a number of server and client programs. In the client/server model, a server is a program that awaits and fulfills requests from client programs in the same or other computer systems.

The insurance claims processing system 10 may further include a display screen 50 connected to the computer system 20 and an insurance database 40 residing on an internal or external storage. The database may also be referred to as a repository. As used herein, a "database" may include a collection of information from which a computer program may select a desired piece of data. As used herein, an "insurance database" is used as a synonym for a "database" when included in or coupled to an insurance claims processing system 10. System 20 includes memory 30 configured to store computer programs for execution on system 20, and a central processing unit (not shown) configured to execute instructions of computer programs residing on system 20. Claims processing program 60, also referred to as application program software 60, may be stored in memory 30. As used herein, an "insurance claims processing program" 60 may include a software program which is configured to conduct transactions regarding insurance claims, such as by estimating the value of the insurance claims, for example.

The insurance claims processing system 10 may be used by an Insurance Company for various embodiments of a system and method for processing insurance claims. As used herein, an Insurance Company (IC) includes a business organization that provides insurance products and/or services to customers. More particularly, the insurance products may pertain to providing insurance coverage for accidents and the trauma-induced bodily injuries that may result due to the accident. Examples of trauma-induced bodily injuries may include, but are not limited to: loss of limb(s); bone fractures; head, neck and/or spinal injury, etc.

In one embodiment, on receiving a trauma-induced bodily injury, a customer may file an insurance claim (IC) with his/her insurance organization to cover medical and other accident-related expenses. An IC may utilize a computer-based insurance claim processing system to process insurance claims. In one embodiment, the processing may include estimating a value associated with the filed insurance claim.

As used herein, an IC business transaction may be defined as a service of an IC. Examples of business transactions include, but are not limited to: insurance transactions such as filing of claims, payment of claims, application for insurance coverage, and customized benefits, etc. Business transactions may also include services related to customers, insurance providers, employers, insurance agents, investigators, etc.

As used herein, an IC insurance claim processing includes a series of instructions executed by a computer system for processing an IC's business transactions. A claim processing system may include one or more processing tasks. A processing task may include a sequence of one or more processing steps or an ordered list or a structured list of one or more processing steps, associated with the business transaction to be processed by the claim processing system. In one embodiment, the sequence of steps may be fixed. In another embodiment the sequence of steps may be established dynamically, in real-time. In one embodiment, the sequence of one or more steps may include an initial step, a final step, one or more intermediary steps, etc. In one embodiment, an IC user may select steps to process an insurance claim in a sequential manner. In another embodiment, the IC user may select steps to process an insurance claim in a random or arbitrary manner. Examples of processing steps may include, but are not limited to: receiving an input from a user of the IC insurance claim processing system, reading a value from a database, updating a field in a database, displaying the results of a business transaction on a computer screen, etc.

In one embodiment, the insurance claim processing system utilizes object oriented technology to process insurance claims. In another embodiment, processing of insurance claims may utilize traditional programming languages and databases to achieve the same result. Insurance objects may be defined to represent or model real-world business features of insurance products and services. Examples of insurance objects may include, but are not limited to, objects representing the following: an insurance claim; an accident report; a settlement; an estimated claim; IC service facilities, customers, and employees; business process such as a new insurance application and calculation of a premium; interfaces to external insurance organizations; work tasks such as calculations, decisions, and assignments; temporal objects such as calendars, schedulers, and timers; and elemental data necessary to accomplish work tasks such as medical costs, risk factors, etc.

An insurance object may be represented on the computer screen by a graphical icon or by a display listing the properties of the insurance object in graphic and/or alphanumeric format. An insurance claim object may be configured to gather and evaluate data for processing a filed insurance claim and to automatically make decisions about the insurance claim. The one or more processing steps associated with the processing of an insurance claim may also be configured as one or more processing step objects. In one embodiment, a display screen, which also may be referred to as a page, may be associated with a processing step. The display screen may also be represented as an object. Each display screen object may include a property to point to a previous display and another property to point to a next display screen. Each property, e.g. the next display pointer on a display screen object, may be changed dynamically by using methods associated with the display screen object. One display screen object may serve as the starting point for processing insurance claims. In one embodiment, the starting point for processing insurance claims may include acquiring an insurance claim identification number from an IC system user.

In one embodiment, during the processing of an insurance claim, a business rule and/or an IC system user input may determine that the insurance claim processing needs the execution of additional steps or tasks to continue the processing of the claim. The IC system user may provide inputs to the insurance claims processing program 60 at any display screen associated with a step included in the Table of Contents. The insurance claim processing software may dynamically modify the number of steps and/or the sequence of their execution to complete the claim processing transaction. An IC system user working at a client system may then iterate through the claim processing steps and arrive at an estimated value for the insurance claim.

In one embodiment, upon startup, the program 60 may provide a graphical user interface to display claims processing related information on display screen 50. It may collect user inputs, entered by using user input devices 52, and associated with insurance claims. It may process the user inputs, access an insurance database 40, use the contents of the insurance database 40 to estimate the insurance claim, and store it in memory 30 and/or insurance database 40. The program 60 may display a value of the estimated insurance claim on display screen 50. A user may view the display of the estimated insurance claim on display screen 50, and may interactively make modifications, additions, and deletions to the estimated insurance claim.

System 20 may also include one or more user input devices 52, such as a keyboard, for entering data and commands into the insurance claim program 60. It may also include one or more cursor control devices 54 such as a mouse for using a cursor to modify an insurance claim viewed on display screen 50. In response to the updating of the estimated insurance claim, the insurance claim program 60 may store the updated insurance claim in the insurance database 40.

In one embodiment, the insurance claims processing system may provide contextsensitive help for the processing steps. In one embodiment, the context-sensitive help for the step may be automatically invoked and displayed on display screen 50 when entering the step. In one embodiment, the user may interactively invoke context-sensitive help for the step by selecting one or more interface items on the display screen 50 with a cursor control device 54 such as a mouse. In one embodiment, the user may interactively invoke context-sensitive help for the step by using an input device 52. For example, the user may select one or more keys or a combination of keys on a keyboard to activate context-sensitive help. The context-sensitive help for each processing step may be unique, although content may appear in the context-sensitive help for two or more processing steps.

In one embodiment, information for the context sensitive help may be accessed from help database 400. Help database 400 may include one or more one or more documents including information that may be useful to a user in performing the various processing steps associated with insurance claims processing. Help database 400 may also include one or more tables that provide access to the information in the documents. Each table may include a plurality of records or entries that may be used to locate help information about processing steps and/or the elements in processing steps in the one or more documents in the help database 400.

In one embodiment, a search interface may be provided in the insurance claims processing system. A user may enter in the search interface one or more terms to be searched for in help database 400 for the insurance claims processing system. The user may then initiate the search for the one or more terms. The insurance claims processing system may then search the help database 400 for entries including at least one of the one or more terms. The insurance claims processing system may locate one or more entries in the help database 400 that include at least one of the one or more terms. The insurance claims processing system may then display information on display screen 50 from the located help database 400 entries.

FIG. 1b—One Embodiment of a Networked Insurance Claim Processing System

FIG. 1b illustrates one embodiment of a networked system, configured for processing insurance claims. In this embodiment, the system is shown as a client/server system with the server systems and client systems connected by a network 62. Network 62 may be a local area network or wide area network, and may include communications links including, but not limited to: Ethernet, token ring, Internet, satellite, and modem. Insurance claims processing system 10 as illustrated in FIG. 1a may be connected to network 62. The insurance claims processing system software and insurance database 40 may be distributed among the one or more servers 70 to provide a distributed processing system for insurance claim transactions. In other words, an insurance claim processing transaction being processed by the insurance claim processing system may be routed to any server based upon the workload distribution among servers 70 at the time of the transaction. Insurance claim processing system servers 70 may be located on a local area network or may be geographically dispersed in a wide area network.

One or more client systems 80 may also be connected to network 62. Client systems 80 may reside at one or more claim processing units within the insurance company. In a wide area network, client systems 80 may be geographically dispersed. Client systems 80 may be used to access insurance claim processing system servers 70, insurance database 40 and help database 400. An insurance claim processing employee may use a client system 80 to access the insurance claim processing system and execute insurance transactions. An employee may also use a client system 80 to enter insurance claim inputs into the insurance claim processing system. One or more printers 90 may also be connected to network 62 for printing documents associated with insurance claim transactions.

Various embodiments further include receiving or storing instructions and/or data implemented in accordance with the description herein upon a carrier medium. Suitable carrier media include memory media or storage media such as magnetic or optical media, e.g., disk or CD-ROM, as well as transmission media or signals such as electrical, electromagnetic, or digital signals, conveyed via a communication medium such as networks and/or a wireless link.

FIG. 2—An Insurance Claims Processing Help Database Structure

FIG. 2 illustrates one embodiment of an insurance claims processing help database 400 that may be used for context sensitive help and for searching for terms in an insurance claim processing system. Help database may include one or more index tables 402, one or more header tables 404, one or more text tables 406, and one or more documents 408. One embodiment may include one index table 402, one header table 404, and one text table 406. In another embodiment, the header table 404 and text table 406 may be combined into one master table comprising entries for header portions and text portions of the one or more documents 408.

Index tables 402, header tables 404, and text tables 406 may each include one or more records or entries. The entries in index tables 402 may each include a field comprising one or more terms or codes that may be used as keys for locating entries in header tables 404 and/or text tables 406. The entries in index tables 402 may each also include information for locating an entry in one of the one or more header tables 404 or text tables 406. In one embodiment, an identification number may be used to identify each entry in the one or more header tables 404 and text tables 406. The identification number may be referred to herein as an object ID. In one embodiment, each entry in the index tables 402 may include an object ID that identifies, and that may be used to locate, one entry in one of the header tables 404 or text tables 406. In one embodiment, index tables 402 may include two or more entries that include the same object ID. In other words, two or more index table 402 entries may indicate, or point to, the same entry in a header table 404 or text table 406. Each entry in index tables 402 may be referred to as an occurrence of the term or code included in the index table 402 entry in the help database 400.

In one embodiment, each entry in the header tables 404 and text tables 406 may include a unique object ID that may be used to locate the entry. In one embodiment, each entry in the header tables 404 may include a field containing a header or a portion of a header from one of the one or more documents 408. Alternatively, each entry in the header tables 404 may include information that may be used to locate a header or a portion of a header in one of the one or more documents 408. In one embodiment, each entry in the text tables 404 may include a field containing a text section or a portion of a text section from one of the one or more documents 408. Alternatively, each entry in the text tables 406 may include information that may be used to locate a text section or a portion of a text section in one of the one or more documents 408.

An example of locating headers and text in documents 408 using index tables 402, header tables 404 and text tables 406 follows. Index table may include index entries 410 and 412. Index entry 410 may include a term or code included in a header of one of the documents 408. Index entry 410 may include an object ID that may be used to locate header entry 414 in one of the header tables 404. Header entry 414 may include a portion or all of header 418 from one of the one or more documents 408. Alternatively, header entry 414 may include information that may be used to locate header 418 in one of the one or more documents 408. If index entry 410 includes a term, then the term may appear one or more times in header 418 and/or in the portion of header 418 included in header entry 414. If index entry 410 includes a code, then the code may indicate the index table entry 410 refers to a particular header or portion of a header in its entirity (i.e. this is not an occurrence of a term). In one embodiment, codes may be used to identify headers or sections of text in documents 408. In one embodiment, codes may be included as "hidden" text in one or more sections of documents 408, and may be used in constructing header tables 404 and text tables 406.

Index entry 412 may include a term or code included in a text section of one of the documents 408. Index entry 412 may include an object ID that may be used to locate text entry 416 in one of the text tables 406. Text entry 416 may include a portion or all of text section 420 from one of the one or more documents 408. Alternatively, text entry 416 may include information that may be used to locate text 420 in one of the one or more documents 408. If index entry 412 includes a term, then the term may appear one or more times in text section 420 and/or in the portion of text section 420 included in text entry 416. If index entry 412 includes a code, then the code may indicate the index table entry 412 refers to a particular text section or portion of a text section (i.e. this is not an occurrence of a term).

Embodiments of index tables 402, header tables 404 and text tables 406 are further described in FIGS. 3, 4, and 5, respectively.

FIG. 3—A Table Including Document Header Information

FIG. 3 illustrates one embodiment of a table including header information from one or more documents 408 related to insurance claims processing. The header table 404 may include a plurality of records, also referred to as entries, with one entry for each header element from the one or more documents 408 to be included in a help database 400 for the insurance claims processing system. Each entry may comprise a plurality of fields, which also may be referred to as elements of the entry.

An entry may include an object identifier (object ID) 100 for the entry. In one embodiment, the object ID 100 for the entry may be unique in the help database 400. In one embodiment, the object ID 100 may include information that may be used to identify the document that includes the header, and the location in the document of the header. For example, the object ID 100 of the first entry in the header table 404 of FIG. 3 may indicate that the entry is for the header of the first chapter of a first document included in the help database 400, the object ID 100 of the second entry may indicate that the entry is for the header of the first section of the first chapter of the first document, and so on.

An entry may also include the object identifier of a parent entry (parent ID 102) for the entry. For example, the parent ID 102 of the entries for the headers of several sections in the first chapter of a document may be the object ID 100 of the entry for the header of the chapter.

An entry in the header table 404 may also include information on the location in the document of the header. For example, byte count 104 may represent the byte (character) location in the document of the start of the header. For example, the header of the first entry in the header table 404 illustrated in FIG. 3 may start at the first byte of the document, the header of the second entry may start at the 26th byte of the document, etc.

In one embodiment, an entry in the header table 404 may also include the alphanumeric text of the header from the document in name field 106. When the entry is located during context sensitive help or a search, the header text in name 106 may be read from the header table and displayed on the display screen for the user to view. In another embodiment, the entry may not store the actual text for the header, but may instead include information for locating the text for the header in the document. In this embodiment, when the entry is located, the actual text of the header may be read from the document itself and displayed for the user.

The order of the columns and rows in the header table 404 as illustrated in FIG. 3 is exemplary and is not intended to be limiting.

FIG. 4—A Table Including Document Text Information

FIG. 4 illustrates one embodiment of a table including text information from one or more documents 408 related to insurance claims processing. The text table 406 may include a plurality of entries, with one entry for each text section from the one or more documents 408 to be included in the help database 400 for the insurance claims processing system. Each entry may comprise a plurality of fields, which also may be referred to as elements of the entry. In one embodiment, the fields may be substantially similar to the fields in embodiments of the header table 404 as illustrated in FIG. 3.

An entry may include an object identifier 110 (object ID), for the entry. In one embodiment, the object ID 110 for the entry may be unique in the help database 400. In one embodiment, the object ID 10 may include information that may be used to identify the document including the text section and the location in the document of the text section. Object ID 110 may also include information to distinguish a text table 406 entry from a header table 404 entry. For example, a non-zero last digit in the object ID 110 may indicate that the entry is a text table 406 entry and not a header table 404 entry. The entry may also include the object identifier of a parent entry (parent ID 112) for the entry. The parent ID 112 may point to an entry in the text table 406 as the parent of the entry. The entry may also include a text field 116 that may include some or all of the text from a section of one of the one or more documents 408 in the help database 400. When the entry is located during context sensitive help or a search, the text in text field 116 may be read from the text table and displayed on the display screen for the user to view. Alternatively, the entry may not store the actual text, but may instead include information for locating the text in the document. In this case, when the entry is located, the actual text may be read from the document itself and displayed for the user.

The order of the columns and rows in the text table illustrated in FIG. 4 is exemplary and is not intended to be limiting.

FIG. 5—An Index Table

FIG. 5 illustrates one embodiment of an index table 402 for locating terms and/or codes for context-sensitive help and for interactively searching for terms in the help database 400. Each entry in the index table 402 may represent an occurrence of a term or code in the one or more documents 408 included in the help database 400 for the insurance claims processing system. Examples of documents that may be included in the help database 400 for the insurance claims processing system include, but are not limited to: medical journals, textbooks and/or manuals, insurance claims processing manuals or guidebooks, medical glossaries and/or dictionaries, and documents including context sensitive help entries for the insurance claims processing steps, and elements of the steps, in the insurance claims processing system.

An entry in the index table 402 may include an object ID 140. The object ID 140 may indicate a unique entry in a help information table in the help database. In one embodiment, the help information database may include one or more header tables 404 as illustrated in FIG. 3 and one or more text tables 406 as illustrated in FIG. 4.

An entry in the index table may also include a term field 142. In one embodiment, term field 142 may include one or more terms located in the one or more documents 408 in the help database 400. In one embodiment, term field 142 may include a code representing a step or page in the insurance claims processing system or an element in a step in the insurance claims processing system. The codes may be used in invoking context-sensitive help in the insurance claims processing system. One embodiment may include one or more entries with one or more terms in term field 142 and one or more entries with codes in term field 142.

An entry in the index table 402 may also include a Soundex field 144. Soundex is a commonly used algorithm for encoding words so that similar sounding words encode the same. In one embodiment, the first letter of a word to be converted to a Soundex equivalent may be copied unchanged, and then subsequent letters may be encoded as follows:

b,f,p,v->"1"

c,g,j,k,q,s,x,z,ç->"2"

d,t->"3"

1->"4"

m,n,ñ->"5"

r->"6"

Other characters may be ignored and repeated characters may be encoded as though they were a single character. Encoding may stop when the resulting string is four characters long, adding trailing "0"s if it is shorter. As an example, "SMITH" or "SMYTHE" may both be encoded as "S530". The Soundex equivalent may be used for locating entries in index table when a user mistypes or misspells a word when initiating a search. In one embodiment, codes for steps and step elements are not given a Soundex equivalent, as a Soundex equivalent of a code is not generally useful.

Columns 146, 148, and 150 may be used during calculation of the relevance of an entry. For each entry in the index table 402, column 146 may indicate the position of the term or code in the text section or header in which this occurrence of the term or code appears. Column 148 may indicate the total count of words in the text section or header. For example, in the first entry of the index table 402 as illustrated in FIG. 5, the position column 146 indicates that the term "System" appears as the fifth word of the 54 words (from the total words column 148) in the text section indicated by the object ID column 140. Examining the second entry, the term "System" appears again as the ninth word of the same text section.

In one embodiment, the word count column 150 may be used with entries for headers in calculating the relevance value 152. Different information and methods may be used for calculating the relevance of occurrences of terms and codes appearing in headers than the information and methods used to calculate the relevance for terms and codes appearing in text sections. In calculating the relevance for headers, the percent of the total word count indicated in column 150 may be used as part of the calculation. The word count 150 indicates how many words make up the one or more words (or words represented by a code) as represented in column 142. For example, in the header entry in the seventh row of the index table as illustrated in FIG. 5, the term "Anatomy" is in the third position (as indicated by column 146) of three words (as indicated by column 148) and includes one word. Thus, when calculating the relevance, "Anatomy" is approximately 33% of the header.

The last column of the index table 402 illustrated in FIG. 5 may hold a calculated relevance 152 for the occurrence. The relevance may be calculated in advance for all occurrences. Alternatively, the relevance for occurrences may not be calculated in advance and stored in the index table 402, but instead may be calculated dynamically as needed. In one embodiment, columns 146, 148, and 150 may not be stored in the index table 402. Instead, the information may be used to calculate the relevance and then discarded. One embodiment of the index table 402 may include only an object ID 140, a term 142, and a relevance value 152. Another embodiment of an index table 402 may only include an object ID 140 and a term 142, and the relevance may be calculated dynamically.

In one embodiment, occurrences in headers may be considered of higher relevance than occurrences in text sections. Therefore, different methods may be applied to calculate the relevance of occurrences in headers than are applied to calculate the relevance of occurrences in text sections. In one embodiment, relevance values may be scaled to be between 0.0 and 1.0, with 1.0 being the highest relevance. In one embodiment, the relevance may be calculated so that a relevance value of 0.0 does not occur. Note that any scale may be used for the relevance calculation, as it may be the ordering of the relevance values that is useful, and not necessarily the scale on which the relevance values are calculated.

In one embodiment, a maximum relevance value may be provided for occurrences in text sections. This maximum value may be applied as a weight or scaling factor during the relevance calculation. In one embodiment, the maximum relevance value for occurrences in text sections may also serve as the minimum value for occurrences in headers. In this embodiment, header occurrences may always have at least as high a relevance value as the highest relevance text occurrences. In another embodiment, header occurrences may always have a higher relevance value than the highest relevance text occurrences.

The following is an example of using the tables in FIGS. 3, 4 and 5 for contextsensitive help in an insurance claims processing system. A user of the insurance claims processing system may begin processing of an insurance claim. The system may enter the first step in the processing of the claim. The first step may be displayed in a "page" on the display screen for the user. Information about the first step and the display page for the first step may be stored in the computer executing the insurance claims processing system. In this information, a code for the step, which may also be viewed as a code for the page, may be stored. When the step is entered, the code may be read from the information, and the context-sensitive help system may search the index table 402 for one to or more entries with a code in term field 142 matching the code for the step. Upon locating the one or more entries in the index table 402, the context-sensitive help system may locate one or more entries in the header tables 404 and/or text tables 406 in the help database 400 corresponding to the object IDs 140 in the entries in the index table 402. The header and text from the located one or more entries in the header tables 404 and/or text tables 406 may then be displayed as help information items on the display screen for the user. There may be one help information item displayed for each located entry in the index table 402. In one embodiment, the help information items may be displayed in an order of relevance using the relevance values 152 for the located entries in the index table 402.

Elements within a step may also be given a code, and the code may be included in one or more entries in the index table 402. When a step in insurance claims processing is entered, one or more codes for one or elements of the step may also be read from stored information about the step. Occurrences of help information for the one or more codes may be searched for, ranked by relevance, and displayed similarly to, and along with, the code for the step as described above.

The order of the columns and rows in the index table 402 illustrated in FIG. 5 is exemplary and is not intended to be limiting.

FIGS. 6a-6h—Generating a Help Database

FIG. 6a is a flow diagram illustrating one embodiment of a mechanism for generating an insurance claims processing help database 400. In step 430, one or more documents may be processed into header tables 404 and text tables 406. In one embodiment, one entry is added to a header table 404 for each header in the one or more documents 408 in the help database 400. In one embodiment, one entry may be added to a text table 406 for each text section in the one or more documents 408 in the help database 400. An object ID may be assigned to each entry added to a header table 404 or text table 406. A parent ID of each entry may also be identified. The number of bytes in the section of text or header for the entry may also be determined. In one embodiment, the entry for each occurrence may include the object ID, parent ID, byte count and text section for text table 406 entries or header text for header table 404 entries.

In step 432, one or more index tables 402 may be generated. In one embodiment, a plurality of terms may be searched for in the header text of the entries in the one or more header tables 404 and in the text section of the entries in the one or more text tables 406. Each located occurrence of each term may be recorded as an entry in an index table 402. In one embodiment, one or more codes may be associated with headers and/or text sections in the one or more documents, and the one or more codes may be searched for in the header tables 404 and text tables 406. Each located occurrence of each code may be recorded as an entry in an index table 402. In one embodiment, a code may be used to identify a particular section of text or header in the one or more documents 408. For example, a code may be used to identify a section of text that may be displayed as the context sensitive help for a step in the insurance claims processing step. In one embodiment, an entry may be added to the index table for each occurrence of a term or code located in the name field 106 of an entry in a header table 404 or in the text field 116 of an entry in a text table 406. In step 434, the object ID of the header table 404 entry or text table 406 entry where each occurrence was located may be inserted in the object ID field 140 of the index table 402 entry for the occurrence.

In step 436, one or more other fields may be added to the entries in the index table 402. In one embodiment, a Soundex equivalent 144 may be added to entries that include a term in the term field 142. In one embodiment, a Soundex equivalent 144 may not be added for entries with a code in the term field 142. In one embodiment, for each entry in the index table 402, the position of the term or code in the text section or header in which this occurrence of the term or code appears may be entered in a position field 146. In one embodiment, the total count of words in the text section or header may be entered in a total words field 148. In one embodiment, for each header table 404 entry in the index table 402, a word count 150 may be entered that indicates the number of words in the term 142 for this occurrence. In one embodiment, for occurrences in text tables 406, a word count of zero may be entered.

In step 438, the relevance value 152 for each occurrence may be calculated and entered in index table 402. In one embodiment, the relevance value 152 for each occurrence may be calculated up front, when the help database tables are generated. In another embodiment, the relevance value 152 for an occurrence may be calculated dynamically when the occurrence is located for display in the insurance claims processing system. In this embodiment, the index table 402 may not include a relevance value 152 for each occurrence.

FIGS. 6b through 6h expand on step 438 of FIG. 6a and further describe several embodiments of a mechanism for calculating the relevance values 152 of occurrences in the help database. In FIG. 6b, the relevance values 152 for occurrences in text sections of the one or more documents may be calculated in step 450. In step 452, the relevance values 152 for occurrences in headers of the one or more documents may be calculated. In one embodiment, a different mechanism may be used to calculate the relevance values 152 for occurrences in headers than the mechanism used to calculate the relevance values 152 for occurrences in text sections.

FIG. 6c expands on step 450 of FIG. 6b and further describes one embodiment of a mechanism for calculating relevance values 152 for occurrences in text sections of the one or more documents in the help database. In step 460, the position 146 of the occurrence in the text section may be subtracted from the total words 148 for the text section. In one embodiment, the words in the text section may be numbered in a sequence from a first word to a last word. In one embodiment, the first word may be numbered as word 0, and the last word as word (N-1), where N is the total number of words in the text section. In another embodiment, the first word may be numbered as word 1, and the last word as word N, where N is the total number of words in the text section. In this embodiment, in step 462, the results of step 460 may be incremented by one, which may be effective to prevent the relevance value from being zero. For example, applying step 460 to word 10 in a section with 10 words produces (10-10)=0. Incrementing by one thus may assure that a relevance of zero is not produced. One skilled in the art will recognize that there may be various other methods for assuring that a relevance of zero is not produced. In yet another embodiment, the words may be numbered in reverse order, with the first word in the text section being numbered as word N, and the last word as word 1. In this embodiment, steps 460 and 462 may not be performed.

In step 464, the results of step 462, or the results of step 460 in embodiments in which step 482 is not performed, may be divided by the total words 148 for the text section to produce a ratio R1 that may represent the relevance value 152 for the text occurrence. In embodiments where steps 460 and 462 are not performed, in step 464, the word number of the term in the text section may be divided by the total words 148 to produce the ration R1. In one embodiment, the ratio R1 may be in the range (0<R1<=1.0). In one embodiment, occurrences in headers may be considered more relevant than occurrences in text sections. In this embodiment, in step 466, R1 may be multiplied by a first scaling factor S1 to lower the relevance values of text section occurrences in relation to occurrences in headers. For example, a scaling factor S1 of 0.33 may be applied to R1. Thus, in on embodiment, after step 466, R may be in the range (0<R1<=S1).

In one embodiment, in step 467, the output of step 466, or the output of step 464 in embodiments where step 466 is not performed, may be rounded to a number of significant digits. Various rounding methods may be used including rounding up, rounding down, and rounding to the nearest value. For example, if two sign