US20140379657A1 - Document Provenance Scoring Based On Changes Between Document Versions - Google Patents

Document Provenance Scoring Based On Changes Between Document Versions Download PDF

Info

Publication number
US20140379657A1
US20140379657A1 US14/483,784 US201414483784A US2014379657A1 US 20140379657 A1 US20140379657 A1 US 20140379657A1 US 201414483784 A US201414483784 A US 201414483784A US 2014379657 A1 US2014379657 A1 US 2014379657A1
Authority
US
United States
Prior art keywords
document
section
changes
computer
change
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US14/483,784
Inventor
Kenytt D. Avery
Edward L. Bader
Jean-Marc Costecalde
Chi M. Nguyen
Kevin N. Trinh
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Priority to US14/483,784 priority Critical patent/US20140379657A1/en
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: AVERY, KENYTT D., BADER, EDWARD L., COSTECALDE, JEAN-MARC, NGUYEN, CHI M., TRINH, KEVIN N.
Publication of US20140379657A1 publication Critical patent/US20140379657A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/31Indexing; Data structures therefor; Storage structures
    • G06F16/313Selection or weighting of terms for indexing
    • G06F17/30309
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/3331Query processing
    • G06F16/3332Query translation
    • G06F16/3334Selection or weighting of terms from queries, including natural language queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/338Presentation of query results
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/93Document management systems
    • G06F17/30424
    • G06F17/30663
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/101Collaborative creation, e.g. joint development of products or services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/14Details of searching files based on file metadata
    • G06F16/148File search processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/34Browsing; Visualisation therefor
    • G06F16/345Summarisation for human users

Definitions

  • Present invention embodiments relate to scoring changes in a document, and more specifically, to generating a provenance score for changes between document versions by weighting various document sections.
  • CMS document or content management system
  • changes in the contents of a document are measured based on the number of words changed, where each word is treated equally, and is generally expressed as a numeric “provenance” value, e.g., based on a number of words that changed horn one version of the document to the next.
  • documents may contain various sections with different levels of importance. For example, changes in a document's introduction section may not be as significant as changes in a document's body, summary or abstract sections.
  • a system for indicating a degree of changes within a document and includes at least one processor.
  • the system partitions the document into a plurality of sections. Each section of the document is assigned a corresponding weight value. A quantity of changes within each section is determined and the corresponding weight values are applied to the quantity of changes to produce a section value for each section. A change value is determined for the document indicating the degree of changes based on the section values.
  • Embodiments of the present invention further include a method and program product for indicating a degree of changes substantially in the same manner described above.
  • FIG. 1 is a diagrammatic illustration of an example computing environment for use with an embodiment of the present invention
  • FIG. 2 is a flow chart diagram illustrating a manner in which example document sections are weighted and scored based on changes in insignificant sections according to an embodiment of the present invention.
  • FIG. 3 is a flow chart diagram illustrating a manner in which example document sections are weighted according to a second example and scored based on changes in significant sections according to an embodiment of the present invention.
  • FIGS. 4A and 4B are a procedural flow chart illustrating a manner in which changes in document versions are scored according to an embodiment of the present invention.
  • Present invention embodiments provide a document change or provenance scoring system.
  • the provenance score is determined by weighting sections of a document, scoring the changes for each section, and then combining the change scores for each section to generate an overall change score or weighted change score.
  • An associated report may also be generated that catalogs all of the various scoring elements.
  • the change score is forwarded to a document management system and/or to a human reviewer and provides a mechanism to evaluate document changes.
  • the change score is stored in a document management system and provides a human document reviewer a level of detail to evaluate document changes. Accordingly, the change score reveals whether a document's changes require a brief or detailed review before the document's changes are approved for a next document version.
  • FIG. 1 An example environment for use with present invention embodiments is illustrated in FIG. 1 .
  • the environment includes one or more server systems 10 , and one or more client or end-user systems 14 .
  • Server systems 10 and client systems 14 may be remote from each other and communicate over a network 12 .
  • the network may be implemented by any number of any suitable communications media (e.g., wide area network (WAN), local area network (LAN), Internet, intranet, etc.).
  • server systems 10 and client systems 14 may be local to each other, and communicate via any appropriate local communication medium (e.g., local area network (LAN), hardwire, wireless link, intranet, etc.).
  • Client systems 14 enable users to provide request information related to desired documents (e.g., documents, web sites, news stories, etc.) to server systems 10 .
  • desired documents e.g., documents, web sites, news stories, etc.
  • the server systems include a weighting module 16 to generate and assign weights to various sections of a document (e.g., the introduction, body, abstract, etc.), and a scoring module 20 to score the document based on changes in the document from one version of the document to the next.
  • a database system 18 may store various information for weighting and scoring documents (e.g., collections of documents, document section weight values, and change scores, etc.).
  • the database system may be implemented by any conventional or other database or storage unit, may be local to or remote from server systems 10 and client systems 14 , and may communicate via any appropriate communication medium (e.g., local area network (LAN), wide area network (WAN), Internet, hardwire, wireless link, intranet, etc.).
  • the client systems may present a graphical user (e.g., GUI, etc.) or other interface (e.g., command line prompts, menu screens, etc.) to solicit information from users pertaining to document scoring, and may provide reports including document change scores (e.g., document links, document version change history, etc.)
  • Server systems 10 and client systems 14 may be implemented by any conventional or other computer systems preferably equipped with a display or monitor, a base (e.g., including at least one processor 15 , one or more memories 35 and/or internal or external network interfaces or communications devices 25 (e.g., modem, network cards, etc.)), optional input devices (e.g., a keyboard, mouse or other input device), and any commercially available and custom software (e.g., server/communications software, weighting module, scoring module, browser/interface software, etc.).
  • a base e.g., including at least one processor 15 , one or more memories 35 and/or internal or external network interfaces or communications devices 25 (e.g., modem, network cards, etc.)
  • optional input devices e.g., a keyboard, mouse or other input device
  • any commercially available and custom software e.g., server/communications software, weighting module, scoring module, browser/interface software, etc.
  • one or more client systems 14 may perform document change scoring when operating as a stand-alone unit.
  • the client system stores or has access to the data (e.g., document links, document section weight values, etc.), and includes weighting module 16 and scoring module 20 to perform document change scoring.
  • the graphical user e.g., GUI, etc.
  • other interface e.g., command line prompts, menu screens, etc.
  • search results e.g., document links, document relevance scores, etc.
  • Weighting module 16 and scoring module 20 may include one or more modules or units to perform the various functions of present invention embodiments described below.
  • the various modules e.g., weighting module, scoring module, etc.
  • FIG. 2 A first example of a manner in which weighting module 16 and scoring module 20 (e.g., via a server system 10 and/or client system 14 ) performs document change scoring for a document with changes to insignificant sections according to an embodiment of the present invention is illustrated in FIG. 2 .
  • FIG. 2 there is a document section 205 , a weighting section 240 , and a scoring section 270 .
  • a test plan document revised from an original test plan is depicted in abstract form at 205 .
  • the document has four sections, an introduction 210 , a schedule and resources section 215 , a feature tests section 220 , and an appendix 225 .
  • the introduction 210 has 50% changes, schedule and resources section 215 and feature tests section 220 both have 0% changes, while appendix 225 has 40% changes.
  • Many techniques are available for determining changes between documents versions. For example, lines or words from a document may be added, removed, or changed. Given that an original document starts with 10 lines and then the original document is edited by removing three lines to produce a second version, changes can be determined in a number of ways.
  • a second technique is to produce a change percentage relative to the second version.
  • the same calculations apply when the number of original words and changed/deleted words are used instead of a number of lines. Since the techniques described herein contemplate tracking a document across plural revisions (e.g., original, version 2, version 3, etc.) scoring based on a previous version or sections thereof, or across several pervious versions, provides a consistent and intuitive scoring technique.
  • a simple change score may be calculated or generated at 230 .
  • the change percentages from introduction 210 and appendix 225 are averaged across all four document sections, i.e., introduction 210 , schedule and resources section 215 , feature tests section 220 , and appendix 225 .
  • the 50% and 40% changes from introduction 210 and appendix 225 respectively add up to 90% changes that are divided by four (sections) to yield and average change of 22.5% per section as indicated at 230 .
  • Document changes and change percentages may be determined at the time of version storage in advance and stored on one of server systems 10 or client systems 14 . Alternatively, documents change percentages may be generates as part of executing weighting module 16 and/or scoring module 20 at run time.
  • the weighting section 240 provides a relative weight for each section of a particular document, i.e., weights 245 , 250 , 255 , and 260 , for document sections, 210 , 215 , 220 , and 225 , respectively.
  • the weights may be those entered at step 410 or generated automatically (e.g., as generated by weighting module 16 ) using known characteristics of the terms employed within a document (e.g., using linguistic analysis).
  • introduction 210 is given a weight 245 of 0.1
  • scheduling section 215 is given a weight 250 of 1.0
  • feature test section 220 is given a weight 255 of 10.0
  • appendix 225 is given a weight 260 of 0.5.
  • the range of weights from weight 255 of 10.0 to weight 245 of 0.1 indicates that changes in the feature test section 220 is considered to be one hundred times more relevant than changes in introduction 210 (i.e., weight 255 of 10.0 divided by a weight 245 of 0.1 is equal to 100(10.0/0.1)).
  • the weights can be applied to each document section 210 , 215 , 220 , and 225 in document 205 in weighting section 240 .
  • Potential change scores are calculated by scoring section 270 (e.g., by way of scoring module 20 ). Scoring section 270 shows two possible change scoring values, The first is a raw change score of 25% or 25 as calculated in the lower part of scoring section 270 . The upper score in section 270 is the same score of 25 divided by the number of document sections, in this case 4, to yield a score of 6.25% changes or 6.25.
  • FIG. 3 A second example of a manner in which weighting module 16 and scoring module 20 (e.g., via a server system 10 and/or client system 14 ) performs document change scoring for a document with changes to significant sections according to an embodiment of the present invention is illustrated in FIG. 3 .
  • a document section 305 there is a document section 305 , a weighting section 340 , and a scoring section 370 .
  • a test plan document revised from an original test plan (e.g., like that shown in FIG. 2 ) is depicted in abstract form at 305 .
  • the document has four sections, an introduction 310 , a schedule and resources section 315 , a feature tests section 320 , and an appendix 325 .
  • the introduction 310 has 0% changes, schedule and resources section 315 has 0% changes, feature tests section 320 has 10% changes, while appendix 325 has 0% changes.
  • changes between document versions e.g., number of words or lines changed
  • recorded as a document history or provenance value that is typically presented to a user as a percentage.
  • the provenance percentage value may be recorded as a provenance or document lineage metadata attribute. Accordingly, data differences between an original document and future document versions, as well as between document versions, may be recorded as lineage and/or provenance data and any additional ancillary data or document attributes (e.g., document change metadata) in order to record the entire change history of a document. In this manner, a document's complete history can be presented to a user.
  • ancillary data or document attributes e.g., document change metadata
  • results of the document change or difference processing can also be presented in other ways than a percentage value or numerical figure.
  • various types of “intelligent reporting” of the changes that triggered the provenance and lineage changes such as denoting which user made which changes (e.g., an engineer making changes may be of more import that changes made by a documents standards clerk to ensure a proper document format).
  • a simple change percentage may be calculated or generated at 330 .
  • the change percentages from feature tests section 320 is averaged across all four document sections, i.e., introduction 310 , schedule and resources section 315 , feature tests section 320 , and appendix 325 .
  • the 10% change from feature tests section 320 is divided by four (sections) to yield an average change of 2.5% per section as indicated at 330 .
  • weighting section 340 that provides a relative weight for each corresponding document section, i.e., weights 345 , 350 , 355 , and 360 , for document sections, 310 , 315 , 320 , and 325 , respectively (e.g., as executed by weighting module 16 and scoring module 20 ).
  • the document sections are given the same weights as those given in FIG. 2 .
  • Introduction 310 is given a weight 345 of 0.1
  • scheduling section 315 is given a weight 350 of 1.0
  • feature test section 320 is given a weight 355 of 10.0
  • appendix 325 is given a weight 360 of 0.5.
  • FIGS. 4A and 4B A more generalized manner in which weighting module 16 and scoring module 20 (e.g., via a server system 10 and/or client system 14 ) performs document change scoring according to an embodiment of the present invention is further illustrated in FIGS. 4A and 4B .
  • a client device or user saves a new or original document to a storage device or server at step 405 .
  • a newly created document is stored and catalogued into content management system (CMS).
  • CMS content management system
  • An administrative user defines both document sections (e.g., sections like those described for test documents 205 and 305 above) and the weights to be assigned to the various sections at step 410 .
  • the definition of sections and weights may be used by all subsequent users editing subsequent versions of the document.
  • the assigned weights may be automatically assigned by the CMS based on known characteristics of documents within the CMS.
  • design documents, test documents, and device version release documents may be part of a CMS for a company's product line.
  • these types of documents will each have a similar structure and a document section weight may be automatically assigned by weighting module 16 by parsing any given document based on known or learned document structures and/or document sections.
  • any given organization may trigger a document review process at step 415 .
  • the document review process determines whether the content in the new document meets organizational standards, and that the associated section and weight definitions are appropriate prior to releasing the new document an original document version (or subsequent document version).
  • a server e.g., a CMS server as one of server systems 10 ) saves the document content and section weight definitions at step 420 .
  • a user retrieves the document (e.g., via client systems 14 ) at step 425 .
  • the server e.g., server systems 10
  • the server returns the document at step 430 .
  • the user updates the document content at step 435 .
  • the server receives a document save request from the user at step 440 .
  • the server uses the section definitions stored at step 420 to split the new document version into sections at step 445 (e.g., by weighting module 16 ).
  • the server compares the new document version (or subsequent document version) sections to the corresponding sections of the document's previously approved version at step 450 .
  • the server combines differences in each section with the defined weight for each section to calculate a weighted provenance value at step 455 (e.g., by scoring module 20 ). For example, if a previous document revision had a small change score that did not trigger a document review, that revision may not be considered an approved version for the purposes of an organizational review, but may be a conditionally approved document for which additional modifications may be based until a review is warranted (e.g., a formal review). Only the most recent revision that had gone through a review process and had been approved will be used to compare against.
  • the environment of the present invention embodiments may include any number of computer or other processing systems (e.g., client or end-user systems, server systems, etc.) and databases or other repositories arranged in any desired fashion, where the present invention embodiments may be applied to any desired type of computing environment (e.g., cloud computing, client-server, network computing, mainframe, stand-alone systems, etc.).
  • the computer or other processing systems employed by the present invention embodiments may be implemented by any number of any personal or other type of computer or processing system (e.g., desktop, laptop, PDA, mobile devices, etc.), and may include any commercially available operating system and any combination of commercially available and custom software (e.g., browser software, communications software, server software, weighting module, scoring module, etc.).
  • These systems may include any types of monitors and input devices (e.g., keyboard, mouse, voice recognition, etc.) to enter and/or view information.
  • the software e.g., weighting module, scoring module, etc.
  • the software may be implemented in any desired computer language and could be developed by one of ordinary skill in the computer arts based on the functional descriptions contained in the specification and flow diagrams and charts illustrated in the drawings. Further, any references herein of software performing various functions generally refer to computer systems or processors performing those functions under software control. The computer systems of the present invention embodiments may alternatively be implemented by any type of hardware and/or other processing circuitry.
  • the software of the present invention embodiments may be available on a recordable or computer useable medium (e.g., magnetic or optical mediums, magneto-optic mediums, floppy diskettes, CD-ROM, DVD, memory devices, etc.) for use on stand-alone systems or systems connected by a network or other communications medium.
  • a recordable or computer useable medium e.g., magnetic or optical mediums, magneto-optic mediums, floppy diskettes, CD-ROM, DVD, memory devices, etc.
  • the database systems and/or storage structures may be remote from or local to the computer or other processing systems, and may store any desired data (e.g., documents, document collections, document section weight values, provenance values, and change scores, etc.).
  • the various tables e.g., section lists, weighting tables, provenance or scoring values, etc.
  • Present invention embodiments may be utilized for determining any desired provenance information (e.g., change determination functions, etc.) from any type of document or other object (e.g., speech transcript, web or other pages, word processing files, spreadsheet files, presentation files, electronic mail, multimedia, etc.).
  • the document may contain text in any written language (e.g. English, Spanish, French, Japanese, etc.).
  • the partitioning of documents may be based on a logical sectioning of the document by the author, by paragraphs, or by a concentration of known keywords of interest (e.g., according to a technology or based an organizations keyword priority). For example, a medical document may be partitioned based on key medical terms or mechanical design document may be portioned based on terms of the mechanical arts.
  • the present invention embodiments are not limited to the specific tasks or algorithms described above, but may be utilized for computing Change scores or provenance values based on weights assigned to various sections of document or other objects.
  • a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
  • a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof.
  • a computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
  • Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
  • Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C++ or the like and conventional procedural programming languages, such as the “C” programming language or similar programming languages.
  • the program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
  • the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
  • LAN local area network
  • WAN wide area network
  • Internet Service Provider for example, AT&T, MCI, Sprint, EarthLink, MSN, GTE, etc.
  • These computer program instructions may also be stored in a computer readable medium that can direct a computer, other programmable data processing apparatus, or other devices to function in a particular manner, such that the instructions stored in the computer readable medium produce an article of manufacture including instructions which implement the function/act specified in the flowchart and/or block diagram block or blocks.
  • the computer program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide processes for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s).
  • the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved.

Abstract

A computer-implemented method, system and computer program product is provided for optimizing a document change or provenance scoring system by weighting sections of a document, scoring the changes for each section, and then combining the change scores for each section to generate an overall change score. An associated report may also be generated that catalogs all of the various scoring elements. The weighted score is stored in a document management system and provides a human document reviewer a level of detail to evaluate document changes. Accordingly, the weighted score reveals whether a document's changes require a brief or detailed review before the document's changes are approved for a next document version.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • This application is a continuation of U.S. patent application Ser. No. 13/804,862, entitled “DOCUMENT PROVENANCE SCORING BASED ON CHANGES BETWEEN DOCUMENT VERSIONS” and filed Mar. 14, 2013, the disclosure of Which is incorporated herein by reference in its entirety.
  • BACKGROUND
  • 1. Technical Field
  • Present invention embodiments relate to scoring changes in a document, and more specifically, to generating a provenance score for changes between document versions by weighting various document sections.
  • 2. Discussion of the Related Art
  • In a document or content management system (CMS), tracking changes between versions of a document is relevant for a reviewer in the document approval process. Typically, changes in the contents of a document are measured based on the number of words changed, where each word is treated equally, and is generally expressed as a numeric “provenance” value, e.g., based on a number of words that changed horn one version of the document to the next. However, in many circumstances, documents may contain various sections with different levels of importance. For example, changes in a document's introduction section may not be as significant as changes in a document's body, summary or abstract sections.
  • One current solution is to review a document manually. When a change is made to the document, the reviewer reviews the document, and evaluates the significance of the changes. A manual review process is both costly and time consuming since many changes are to merely fix spelling and grammar errors. In other cases, document editing merely changes words in the table of contents or the introduction, yet these changes still require the reviewer to read and approve all of these minor document changes.
  • BRIEF SUMMARY
  • According to one embodiment of the present invention, a system is provided for indicating a degree of changes within a document and includes at least one processor. The system partitions the document into a plurality of sections. Each section of the document is assigned a corresponding weight value. A quantity of changes within each section is determined and the corresponding weight values are applied to the quantity of changes to produce a section value for each section. A change value is determined for the document indicating the degree of changes based on the section values. Embodiments of the present invention further include a method and program product for indicating a degree of changes substantially in the same manner described above.
  • BRIEF DESCRIPTION OF THE SEVERAL VIEWS OF THE DRAWINGS
  • Generally, like reference numerals in the various figures are utilized to designate like components.
  • FIG. 1 is a diagrammatic illustration of an example computing environment for use with an embodiment of the present invention,
  • FIG. 2 is a flow chart diagram illustrating a manner in which example document sections are weighted and scored based on changes in insignificant sections according to an embodiment of the present invention.
  • FIG. 3 is a flow chart diagram illustrating a manner in which example document sections are weighted according to a second example and scored based on changes in significant sections according to an embodiment of the present invention.
  • FIGS. 4A and 4B are a procedural flow chart illustrating a manner in which changes in document versions are scored according to an embodiment of the present invention.
  • DETAILED DESCRIPTION
  • Present invention embodiments provide a document change or provenance scoring system. The provenance score is determined by weighting sections of a document, scoring the changes for each section, and then combining the change scores for each section to generate an overall change score or weighted change score. An associated report may also be generated that catalogs all of the various scoring elements. The change score is forwarded to a document management system and/or to a human reviewer and provides a mechanism to evaluate document changes. The change score is stored in a document management system and provides a human document reviewer a level of detail to evaluate document changes. Accordingly, the change score reveals whether a document's changes require a brief or detailed review before the document's changes are approved for a next document version.
  • An example environment for use with present invention embodiments is illustrated in FIG. 1. Specifically, the environment includes one or more server systems 10, and one or more client or end-user systems 14. Server systems 10 and client systems 14 may be remote from each other and communicate over a network 12. The network may be implemented by any number of any suitable communications media (e.g., wide area network (WAN), local area network (LAN), Internet, intranet, etc.). Alternatively, server systems 10 and client systems 14 may be local to each other, and communicate via any appropriate local communication medium (e.g., local area network (LAN), hardwire, wireless link, intranet, etc.).
  • Client systems 14 enable users to provide request information related to desired documents (e.g., documents, web sites, news stories, etc.) to server systems 10. In another example, the information and requests may be provided directly to the server. The server systems include a weighting module 16 to generate and assign weights to various sections of a document (e.g., the introduction, body, abstract, etc.), and a scoring module 20 to score the document based on changes in the document from one version of the document to the next. A database system 18 may store various information for weighting and scoring documents (e.g., collections of documents, document section weight values, and change scores, etc.). The database system may be implemented by any conventional or other database or storage unit, may be local to or remote from server systems 10 and client systems 14, and may communicate via any appropriate communication medium (e.g., local area network (LAN), wide area network (WAN), Internet, hardwire, wireless link, intranet, etc.). The client systems may present a graphical user (e.g., GUI, etc.) or other interface (e.g., command line prompts, menu screens, etc.) to solicit information from users pertaining to document scoring, and may provide reports including document change scores (e.g., document links, document version change history, etc.)
  • Server systems 10 and client systems 14 may be implemented by any conventional or other computer systems preferably equipped with a display or monitor, a base (e.g., including at least one processor 15, one or more memories 35 and/or internal or external network interfaces or communications devices 25 (e.g., modem, network cards, etc.)), optional input devices (e.g., a keyboard, mouse or other input device), and any commercially available and custom software (e.g., server/communications software, weighting module, scoring module, browser/interface software, etc.).
  • Alternatively, one or more client systems 14 may perform document change scoring when operating as a stand-alone unit. In a stand-alone mode of operation, the client system stores or has access to the data (e.g., document links, document section weight values, etc.), and includes weighting module 16 and scoring module 20 to perform document change scoring. The graphical user (e.g., GUI, etc.) or other interface (e.g., command line prompts, menu screens, etc.) solicits information from a corresponding user pertaining to database searches, and may provide reports including search results (e.g., document links, document relevance scores, etc.)
  • Weighting module 16 and scoring module 20 may include one or more modules or units to perform the various functions of present invention embodiments described below. The various modules (e.g., weighting module, scoring module, etc.) may be implemented by any combination of any quantity of software and/or hardware modules or units, and may reside within memory 35 of the server and/or client systems for execution by processor 15
  • A first example of a manner in which weighting module 16 and scoring module 20 (e.g., via a server system 10 and/or client system 14) performs document change scoring for a document with changes to insignificant sections according to an embodiment of the present invention is illustrated in FIG. 2. As viewed in FIG. 2, there is a document section 205, a weighting section 240, and a scoring section 270. A test plan document revised from an original test plan is depicted in abstract form at 205. The document has four sections, an introduction 210, a schedule and resources section 215, a feature tests section 220, and an appendix 225.
  • The introduction 210 has 50% changes, schedule and resources section 215 and feature tests section 220 both have 0% changes, while appendix 225 has 40% changes. Many techniques are available for determining changes between documents versions. For example, lines or words from a document may be added, removed, or changed. Given that an original document starts with 10 lines and then the original document is edited by removing three lines to produce a second version, changes can be determined in a number of ways. A first possible technique is to produce changes relative to the original document. For example, the percentage of change could be 3 lines out of 10 or 30% ((3 lines/10 lines*100%)=30%). in another example, the change could be a percentage of original content remaining in the second version or 7 lines. The percent of the original content is computed to be 70% ((7 lines/10 lines*100%)=70%).
  • A second technique is to produce a change percentage relative to the second version. For example, the change percentage could be 3 lines out of 7 remaining lines or approximately 43% ((3 lines/7 lines*100%)=˜43%). in another example, the change percentage could be a percentage of original. content remaining in the second version or 70% ((7 lines/10 lines*100%)=70%). The same calculations apply when the number of original words and changed/deleted words are used instead of a number of lines. Since the techniques described herein contemplate tracking a document across plural revisions (e.g., original, version 2, version 3, etc.) scoring based on a previous version or sections thereof, or across several pervious versions, provides a consistent and intuitive scoring technique.
  • At this point, a simple change score may be calculated or generated at 230. The change percentages from introduction 210 and appendix 225 are averaged across all four document sections, i.e., introduction 210, schedule and resources section 215, feature tests section 220, and appendix 225. The 50% and 40% changes from introduction 210 and appendix 225, respectively add up to 90% changes that are divided by four (sections) to yield and average change of 22.5% per section as indicated at 230. Document changes and change percentages may be determined at the time of version storage in advance and stored on one of server systems 10 or client systems 14. Alternatively, documents change percentages may be generates as part of executing weighting module 16 and/or scoring module 20 at run time.
  • However, in order to provide a more complete score according to the techniques described herein, the weighting section 240 provides a relative weight for each section of a particular document, i.e., weights 245, 250, 255, and 260, for document sections, 210, 215, 220, and 225, respectively. The weights may be those entered at step 410 or generated automatically (e.g., as generated by weighting module 16) using known characteristics of the terms employed within a document (e.g., using linguistic analysis). In this example, introduction 210 is given a weight 245 of 0.1, scheduling section 215 is given a weight 250 of 1.0, feature test section 220 is given a weight 255 of 10.0, and appendix 225 is given a weight 260 of 0.5. Thus, the range of weights from weight 255 of 10.0 to weight 245 of 0.1 indicates that changes in the feature test section 220 is considered to be one hundred times more relevant than changes in introduction 210 (i.e., weight 255 of 10.0 divided by a weight 245 of 0.1 is equal to 100(10.0/0.1)).
  • Once changes in the various document sections 205 are determined or identified, the weights can be applied to each document section 210, 215, 220, and 225 in document 205 in weighting section 240. Potential change scores are calculated by scoring section 270 (e.g., by way of scoring module 20). Scoring section 270 shows two possible change scoring values, The first is a raw change score of 25% or 25 as calculated in the lower part of scoring section 270. The upper score in section 270 is the same score of 25 divided by the number of document sections, in this case 4, to yield a score of 6.25% changes or 6.25.
  • A second example of a manner in which weighting module 16 and scoring module 20 (e.g., via a server system 10 and/or client system 14) performs document change scoring for a document with changes to significant sections according to an embodiment of the present invention is illustrated in FIG. 3. As viewed in FIG. 3, there is a document section 305, a weighting section 340, and a scoring section 370. A test plan document revised from an original test plan (e.g., like that shown in FIG. 2) is depicted in abstract form at 305. The document has four sections, an introduction 310, a schedule and resources section 315, a feature tests section 320, and an appendix 325.
  • The introduction 310 has 0% changes, schedule and resources section 315 has 0% changes, feature tests section 320 has 10% changes, while appendix 325 has 0% changes. As described above, many techniques are available for determining changes between document versions (e.g., number of words or lines changed) and recorded as a document history or provenance value that is typically presented to a user as a percentage.
  • The provenance percentage value, whether a percent change or a percent of original content remaining, may be recorded as a provenance or document lineage metadata attribute. Accordingly, data differences between an original document and future document versions, as well as between document versions, may be recorded as lineage and/or provenance data and any additional ancillary data or document attributes (e.g., document change metadata) in order to record the entire change history of a document. In this manner, a document's complete history can be presented to a user.
  • The results of the document change or difference processing (e.g., as executed by weighting module 16 and scoring module 20) can also be presented in other ways than a percentage value or numerical figure. For example, for text documents, there can be various types of “intelligent reporting” of the changes that triggered the provenance and lineage changes, such as denoting which user made which changes (e.g., an engineer making changes may be of more import that changes made by a documents standards clerk to ensure a proper document format).
  • At this point, a simple change percentage may be calculated or generated at 330. The change percentages from feature tests section 320 is averaged across all four document sections, i.e., introduction 310, schedule and resources section 315, feature tests section 320, and appendix 325. The 10% change from feature tests section 320 is divided by four (sections) to yield an average change of 2.5% per section as indicated at 330.
  • As described in connection with FIG. 2, a more complete score according to the techniques described herein is provided by weighting section 340 that provides a relative weight for each corresponding document section, i.e., weights 345, 350, 355, and 360, for document sections, 310, 315, 320, and 325, respectively (e.g., as executed by weighting module 16 and scoring module 20). In this example, the document sections are given the same weights as those given in FIG. 2. Introduction 310 is given a weight 345 of 0.1, scheduling section 315 is given a weight 350 of 1.0, feature test section 320 is given a weight 355 of 10.0, and appendix 325 is given a weight 360 of 0.5.
  • Once changes in the various document sections 305 are determined or identified, the weights can be applied to each document section 310, 315, 320, and 325 using weights in weighting section 340. Potential change scores are calculated by scoring section 370 (e.g., by way of scoring module 20). Scoring section 370 shows two possible change scoring values. The first is a raw change score of 100% or 100 as calculated in the lower part of scoring section 370. The upper score in section 370 is the same score of 100 divided by the number of document sections, in this case 4, to yield a score of 25% changes or 25.
  • Two examples of documents change scoring have been described in connection with FIGS. 2 and 3. Even though the example in FIG. 3 had 10% changes when compared to the 90% changes for the example shown in FIG. 2, the example in FIG. 3 generated a raw score of 100, which is four times greater than the raw score of 25 generated for FIG. 2, since the changes occurred in a section having a much greater significance (as indicated by the corresponding weight).
  • A more generalized manner in which weighting module 16 and scoring module 20 (e.g., via a server system 10 and/or client system 14) performs document change scoring according to an embodiment of the present invention is further illustrated in FIGS. 4A and 4B. A client device or user saves a new or original document to a storage device or server at step 405. For example, a newly created document is stored and catalogued into content management system (CMS).
  • In a CMS, data or content can be defined as documents, movies, pictures, phone numbers, scientific data, and the like. CMSs are frequently used for storing, controlling, revising, and publishing documents. CMSs may enable a large number of people to collaborate, contribute to and share stored data. The CMS controls access to data based on user roles that define which information users or user groups can view, edit, publish, etc. The CMS manages storage and retrieval of data, reduces repetitive or duplicate input, improves communication between users, and assists in report generation (e.g., document change reports). Serving as a central repository, the CMS typically increases the version level of new updates to an already existing file (e.g., the CMS has the ability to collect and track data for content in the CMS, which may include authors, change dates and file versions, as well a document change metrics).
  • An administrative user (e.g., by way of client systems 14) defines both document sections (e.g., sections like those described for test documents 205 and 305 above) and the weights to be assigned to the various sections at step 410. The definition of sections and weights may be used by all subsequent users editing subsequent versions of the document. Alternatively, the assigned weights may be automatically assigned by the CMS based on known characteristics of documents within the CMS. By way of example, in any given environment such as for a device test environment, design documents, test documents, and device version release documents may be part of a CMS for a company's product line. As such, these types of documents will each have a similar structure and a document section weight may be automatically assigned by weighting module 16 by parsing any given document based on known or learned document structures and/or document sections.
  • At this point in a document's history, any given organization may trigger a document review process at step 415. The document review process determines whether the content in the new document meets organizational standards, and that the associated section and weight definitions are appropriate prior to releasing the new document an original document version (or subsequent document version). A server (e.g., a CMS server as one of server systems 10) saves the document content and section weight definitions at step 420.
  • When a document revision or update is needed, a user retrieves the document (e.g., via client systems 14) at step 425. The server (e.g., server systems 10) returns the document at step 430. The user updates the document content at step 435. The server receives a document save request from the user at step 440. At this point, the server uses the section definitions stored at step 420 to split the new document version into sections at step 445 (e.g., by weighting module 16).
  • Referring the FIG. 4B, the server compares the new document version (or subsequent document version) sections to the corresponding sections of the document's previously approved version at step 450. The server combines differences in each section with the defined weight for each section to calculate a weighted provenance value at step 455 (e.g., by scoring module 20). For example, if a previous document revision had a small change score that did not trigger a document review, that revision may not be considered an approved version for the purposes of an organizational review, but may be a conditionally approved document for which additional modifications may be based until a review is warranted (e.g., a formal review). Only the most recent revision that had gone through a review process and had been approved will be used to compare against.
  • At this point in a document's history, the organization may trigger a document review process at step 465. The document review process is triggered based on the weighted provenance calculated at step 455. If the new provenance value indicates that substantial changes have been made to the new version (e.g., the change score or provenance value exceeds a threshold), then the organization's procedures may indicate that review of the new document version is in order. The server saves the new document version and the calculated weighted provenance value at step 470.
  • It will be appreciated that the embodiments described above and illustrated in the drawings represent only a few of the many ways of implementing document provenance scoring based on changes between document versions.
  • The environment of the present invention embodiments may include any number of computer or other processing systems (e.g., client or end-user systems, server systems, etc.) and databases or other repositories arranged in any desired fashion, where the present invention embodiments may be applied to any desired type of computing environment (e.g., cloud computing, client-server, network computing, mainframe, stand-alone systems, etc.). The computer or other processing systems employed by the present invention embodiments may be implemented by any number of any personal or other type of computer or processing system (e.g., desktop, laptop, PDA, mobile devices, etc.), and may include any commercially available operating system and any combination of commercially available and custom software (e.g., browser software, communications software, server software, weighting module, scoring module, etc.). These systems may include any types of monitors and input devices (e.g., keyboard, mouse, voice recognition, etc.) to enter and/or view information.
  • It is to be understood that the software (e.g., weighting module, scoring module, etc.) of the present invention embodiments may be implemented in any desired computer language and could be developed by one of ordinary skill in the computer arts based on the functional descriptions contained in the specification and flow diagrams and charts illustrated in the drawings. Further, any references herein of software performing various functions generally refer to computer systems or processors performing those functions under software control. The computer systems of the present invention embodiments may alternatively be implemented by any type of hardware and/or other processing circuitry.
  • The various functions of the computer or other processing systems may be distributed in any manner among any number of software and/or hardware modules or units, processing or computer systems and/or circuitry, where the computer or processing systems may be disposed locally or remotely of each other and communicate via any suitable communications medium (e.g., LAN, WAN, intranet, Internet, hardwire, modem connection, wireless, etc.). For example, the functions of the present invention embodiments may be distributed in any manner among the various end-user/client and server systems, and/or any other intermediary processing devices. The software and/or algorithms described above and illustrated in the flow diagrams and charts may be modified in any manner that accomplishes the functions described herein. In addition, the functions in the flow diagrams and charts or description may be performed in any order that accomplishes a desired operation.
  • The software of the present invention embodiments (e.g., weighting module, scoring module, etc.) may be available on a recordable or computer useable medium (e.g., magnetic or optical mediums, magneto-optic mediums, floppy diskettes, CD-ROM, DVD, memory devices, etc.) for use on stand-alone systems or systems connected by a network or other communications medium.
  • The communication network may be implemented by any number of any type of communications network (e.g., LAN, WAN, Internet, intranet, VPN, etc.). The computer or other processing systems of the present invention embodiments may include any conventional or other communications devices to communicate over the network via any conventional or other protocols. The computer or other processing systems may utilize any type of connection (e.g., wired, wireless, etc.) for access to the network. Local communication media may be implemented by any suitable communication media (e.g., local area network (LAN), hardwire, wireless link, intranet, etc.).
  • The system may employ any number of any conventional or other databases, data stores or storage structures (e.g., files, databases, data structures, data or other repositories, etc.) to store information (e.g., documents, documents collection, document section weight values, provenance values, and change scores, etc.). The database system may be implemented by any number of any conventional or other databases, data stores or storage structures (e.g., files, databases, data structures or tables, data or other repositories, etc.) to store information (e.g., documents, document collections, document section weight values, provenance values, change scores, etc.). The database system may be included within or coupled to the server and/or client systems. The database systems and/or storage structures may be remote from or local to the computer or other processing systems, and may store any desired data (e.g., documents, document collections, document section weight values, provenance values, and change scores, etc.). Further, the various tables (e.g., section lists, weighting tables, provenance or scoring values, etc.) may be implemented by any conventional or other data structures (e.g., files, arrays, lists, stacks, queues, etc.) to store information, and may be stored in any desired storage unit (e.g., database, data or other repositories, etc.).
  • Present invention embodiments may be utilized for determining any desired provenance information (e.g., change determination functions, etc.) from any type of document or other object (e.g., speech transcript, web or other pages, word processing files, spreadsheet files, presentation files, electronic mail, multimedia, etc.). the document may contain text in any written language (e.g. English, Spanish, French, Japanese, etc.). The partitioning of documents may be based on a logical sectioning of the document by the author, by paragraphs, or by a concentration of known keywords of interest (e.g., according to a technology or based an organizations keyword priority). For example, a medical document may be partitioned based on key medical terms or mechanical design document may be portioned based on terms of the mechanical arts.
  • Change percentages may be developed using any manner of analysis (e.g., linguistic semantic, statistical, number of lines changes, number of words changed, etc.) and may be expressed in any values or units (e.g., raw score, quantity of change, percentage, etc.). The weighting values may be computed in any manner. For example, the weight values be normalized such that the total of all weights is 1.0 (or 100%), or may be given any real number such as those weights describe above in connection with FIGS. 2 and 3.
  • The present invention embodiments may employ any number of any type of user interface (e.g., Graphical User interface (GUI), command-line, prompt, etc.) for obtaining or providing information (e.g., documents, document collections, sections for partitioning, weights values, change reports, etc.), where the interface may include any information arranged in any fashion. The interface may include any number of any types of input or actuation mechanisms (e.g., buttons, icons, fields, boxes, links, etc.) disposed at any locations to enter/display information and initiate desired actions via any suitable input devices (e.g., mouse, keyboard, etc.). The interface screens may include any suitable actuators (e.g., links, tabs, etc.) to navigate between the screens in any fashion.
  • The present invention embodiments are not limited to the specific tasks or algorithms described above, but may be utilized for computing Change scores or provenance values based on weights assigned to various sections of document or other objects.
  • The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used herein, the singular forms “a” “an” and “the” are intended to include the plural forms as well, unless the context Clearly indicates otherwise. It will be further understood that the terms “comprises”, “comprising”, “includes”, “including”, “has”, “have”, “having”, “with” and the like, when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
  • The corresponding structures, materials, acts, and equivalents of all means or step plus function elements in the claims below are intended to include any structure, material, or act for performing the function in combination with other claimed elements as specifically claimed. The description of the present invention has been presented for purposes of illustration and description, but is not intended to be exhaustive or limited to the invention in the form disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the invention. The embodiment was chosen and described in order to best explain the principles of the invention and the practical application, and to enable others of ordinary skill in the art to understand the invention for various embodiments with various modifications as are suited to the particular use contemplated.
  • As will be appreciated by one skilled in the art, aspects of the present invention may be embodied as a system, method or computer program product. Accordingly, aspects of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, micro-code, etc.) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a “circuit,” “module” or “system.” Furthermore, aspects of the present invention may take the form of a computer program product embodied in one or more computer readable medium(s) having computer readable program code embodied thereon.
  • Any combination of one or more computer readable medium(s) may be utilized. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
  • A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
  • Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
  • Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C++ or the like and conventional procedural programming languages, such as the “C” programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
  • Aspects of the present invention are described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • These computer program instructions may also be stored in a computer readable medium that can direct a computer, other programmable data processing apparatus, or other devices to function in a particular manner, such that the instructions stored in the computer readable medium produce an article of manufacture including instructions which implement the function/act specified in the flowchart and/or block diagram block or blocks.
  • The computer program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide processes for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • The flowchart and block diagrams in the Figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.

Claims (7)

What is claimed is:
1. A computer-implemented method of indicating a degree of changes within a document comprising:
partitioning the document into a plurality of sections and assigning each section a corresponding weight value;
determining a quantity of changes within each section and applying the corresponding weight values to the quantity of changes to produce a section value for each section; and
determining a change value for the document indicating the degree of changes based on the section values.
2. The computer-implemented method of claim 1, further comprising:
identifying the document based on a comparison of the change value with a threshold.
3. The computer-implemented method of claim 1, further comprising:
determining the change value for a plurality of versions of the document; and
comparing the change values for the plurality of versions to identify a particular version.
4. The computer-implemented method of claim 1, wherein partitioning includes partitioning the document based on one or more of defined section labels and content of the document.
5. The computer-implemented method of claim 1, wherein assigning includes one or more of manually generating the corresponding weight for at least one section and automatically generating the corresponding weight for at least one section based on document content.
6. The computer-implemented method of claim 1, wherein determining a change value includes calculating the change value as one of:
a summation of the quantity of changes within each section multiplied by the corresponding weight values; and
a summation of the quantity of changes within each section multiplied by the corresponding weight values and divided by a quantity of the plurality of sections.
7. The computer-implemented method of claim 1, wherein each section is associated with a provenance value, and the method further comprising:
combining the section values of the document with provenance values of a previous version of the document to produce a new provenance value for each section; and
determining a current provenance value for the document based on the new provenance values for each section.
US14/483,784 2013-03-14 2014-09-11 Document Provenance Scoring Based On Changes Between Document Versions Abandoned US20140379657A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/483,784 US20140379657A1 (en) 2013-03-14 2014-09-11 Document Provenance Scoring Based On Changes Between Document Versions

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US13/804,862 US11429651B2 (en) 2013-03-14 2013-03-14 Document provenance scoring based on changes between document versions
US14/483,784 US20140379657A1 (en) 2013-03-14 2014-09-11 Document Provenance Scoring Based On Changes Between Document Versions

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US13/804,862 Continuation US11429651B2 (en) 2013-03-14 2013-03-14 Document provenance scoring based on changes between document versions

Publications (1)

Publication Number Publication Date
US20140379657A1 true US20140379657A1 (en) 2014-12-25

Family

ID=51533184

Family Applications (2)

Application Number Title Priority Date Filing Date
US13/804,862 Active US11429651B2 (en) 2013-03-14 2013-03-14 Document provenance scoring based on changes between document versions
US14/483,784 Abandoned US20140379657A1 (en) 2013-03-14 2014-09-11 Document Provenance Scoring Based On Changes Between Document Versions

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US13/804,862 Active US11429651B2 (en) 2013-03-14 2013-03-14 Document provenance scoring based on changes between document versions

Country Status (1)

Country Link
US (2) US11429651B2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9286334B2 (en) 2011-07-15 2016-03-15 International Business Machines Corporation Versioning of metadata, including presentation of provenance and lineage for versioned metadata
US9384193B2 (en) 2011-07-15 2016-07-05 International Business Machines Corporation Use and enforcement of provenance and lineage constraints
US9418065B2 (en) 2012-01-26 2016-08-16 International Business Machines Corporation Tracking changes related to a collection of documents
US11429651B2 (en) 2013-03-14 2022-08-30 International Business Machines Corporation Document provenance scoring based on changes between document versions
US11594054B2 (en) 2021-02-19 2023-02-28 Capital One Services, Llc Document lineage management system

Families Citing this family (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070150138A1 (en) 2005-12-08 2007-06-28 James Plante Memory management in event recording systems
US10878646B2 (en) 2005-12-08 2020-12-29 Smartdrive Systems, Inc. Vehicle event recorder systems
US9201842B2 (en) 2006-03-16 2015-12-01 Smartdrive Systems, Inc. Vehicle event recorder systems and networks having integrated cellular wireless communications systems
US8996240B2 (en) 2006-03-16 2015-03-31 Smartdrive Systems, Inc. Vehicle event recorders with integrated web server
US8269617B2 (en) 2009-01-26 2012-09-18 Drivecam, Inc. Method and system for tuning the effect of vehicle characteristics on risk prediction
US8849501B2 (en) 2009-01-26 2014-09-30 Lytx, Inc. Driver risk assessment system and method employing selectively automatic event scoring
US8508353B2 (en) * 2009-01-26 2013-08-13 Drivecam, Inc. Driver risk assessment system and method having calibrating automatic event scoring
US8649933B2 (en) 2006-11-07 2014-02-11 Smartdrive Systems Inc. Power management systems for automotive video event recorders
US8989959B2 (en) 2006-11-07 2015-03-24 Smartdrive Systems, Inc. Vehicle operator performance history recording, scoring and reporting systems
US8868288B2 (en) 2006-11-09 2014-10-21 Smartdrive Systems, Inc. Vehicle exception event management systems
US8239092B2 (en) 2007-05-08 2012-08-07 Smartdrive Systems Inc. Distributed vehicle event recorder systems having a portable memory data transfer system
US8854199B2 (en) 2009-01-26 2014-10-07 Lytx, Inc. Driver risk assessment system and method employing automated driver log
US9015118B2 (en) 2011-07-15 2015-04-21 International Business Machines Corporation Determining and presenting provenance and lineage for content in a content management system
US9728228B2 (en) 2012-08-10 2017-08-08 Smartdrive Systems, Inc. Vehicle event playback apparatus and methods
EP2939104A4 (en) 2012-12-28 2016-09-07 Xsb Inc Systems and methods for creating, editing, storing and retrieving knowledge contained in specification documents
US9501878B2 (en) 2013-10-16 2016-11-22 Smartdrive Systems, Inc. Vehicle event playback apparatus and methods
US9610955B2 (en) 2013-11-11 2017-04-04 Smartdrive Systems, Inc. Vehicle fuel consumption monitor and feedback systems
US8892310B1 (en) 2014-02-21 2014-11-18 Smartdrive Systems, Inc. System and method to detect execution of driving maneuvers
US11809434B1 (en) * 2014-03-11 2023-11-07 Applied Underwriters, Inc. Semantic analysis system for ranking search results
US9663127B2 (en) 2014-10-28 2017-05-30 Smartdrive Systems, Inc. Rail vehicle event detection and recording system
US11069257B2 (en) 2014-11-13 2021-07-20 Smartdrive Systems, Inc. System and method for detecting a vehicle event and generating review criteria
US9679420B2 (en) 2015-04-01 2017-06-13 Smartdrive Systems, Inc. Vehicle event recording system and method
US9858420B2 (en) * 2015-07-28 2018-01-02 International Business Machines Corporation Transmission of trustworthy data
US10733363B1 (en) * 2015-10-20 2020-08-04 Imdb.Com, Inc. Edition difference visualization
US10102190B2 (en) * 2015-12-28 2018-10-16 Microsoft Technology Licensing, Llc. Memory conserving versioning of an electronic document
US9817806B1 (en) 2016-06-28 2017-11-14 International Business Machines Corporation Entity-based content change management within a document content management system
US10545646B2 (en) * 2017-02-22 2020-01-28 Foxwordy Inc. Enabling and disabling one-click clauses
US11544454B2 (en) * 2017-09-29 2023-01-03 Xsb, Inc. Method, apparatus and computer program product for document change management in original and tailored documents
US11269818B2 (en) * 2018-03-23 2022-03-08 Microsoft Technology Licensing, Llc Smart versioning for files
US20200226685A1 (en) * 2019-01-15 2020-07-16 Jpmorgan Chase Bank, N.A. Systems and methods for change in language-based textual analysis
JP2020154611A (en) * 2019-03-19 2020-09-24 富士ゼロックス株式会社 Electronic document management device and electronic document management program

Citations (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5890164A (en) * 1996-06-24 1999-03-30 Sun Microsystems, Inc. Estimating the degree of change of web pages
US20020049738A1 (en) * 2000-08-03 2002-04-25 Epstein Bruce A. Information collaboration and reliability assessment
US20030130993A1 (en) * 2001-08-08 2003-07-10 Quiver, Inc. Document categorization engine
US20040003352A1 (en) * 2002-06-27 2004-01-01 Bargeron David M. Notification of activity around documents
US20040010522A1 (en) * 2002-05-24 2004-01-15 Shulok Thomas Aaron Method and system for detecting significant changes in dynamic datasets
US20050071741A1 (en) * 2003-09-30 2005-03-31 Anurag Acharya Information retrieval based on historical data
US20050154761A1 (en) * 2004-01-12 2005-07-14 International Business Machines Corporation Method and apparatus for determining relative relevance between portions of large electronic documents
US20080134025A1 (en) * 2006-12-01 2008-06-05 Fujitsu Limited Computer-readable recording medium where document management program is recorded, document management apparatus, and document management method
US20090020459A1 (en) * 2007-05-07 2009-01-22 Stephen De Haan Ethylene furnace radiant coil decoking method
US20090063535A1 (en) * 2007-08-29 2009-03-05 John Edward Petri Apparatus and method for indicating review activity of a document in a content management system
US20090241198A1 (en) * 2008-03-18 2009-09-24 Fujitsu Shikoku Systems Limited Inappropriate content determination apparatus, content provision system, inappropriate content determination method, and computer program
US20090271450A1 (en) * 2008-04-29 2009-10-29 International Business Machines Corporation Collaborative Document Versioning
US20090276378A1 (en) * 2008-04-30 2009-11-05 International Business Machines Corporation System and Method for Identifying Document Structure and Associated Metainformation and Facilitating Appropriate Processing
US7987172B1 (en) * 2004-08-30 2011-07-26 Google Inc. Minimizing visibility of stale content in web searching including revising web crawl intervals of documents
US20120284344A1 (en) * 2011-05-06 2012-11-08 Microsoft Corporation Changes to documents are automatically summarized in electronic messages
US8386460B1 (en) * 2005-06-24 2013-02-26 Google Inc. Managing URLs
US8538989B1 (en) * 2008-02-08 2013-09-17 Google Inc. Assigning weights to parts of a document
US8555157B1 (en) * 2010-01-21 2013-10-08 Google Inc. Document update generation
US8587613B2 (en) * 2008-06-02 2013-11-19 Pricewaterhousecoopers Llp System and method for comparing and reviewing documents
US20140032513A1 (en) * 2008-02-19 2014-01-30 Adobe Systems Incorporated Determination of differences between electronic documents
US20140149857A1 (en) * 2012-11-27 2014-05-29 Google Inc. Detecting relationships between edits and acting on a subset of edits
US8839100B1 (en) * 2007-01-26 2014-09-16 The Mathworks, Inc. Updating information related to data set changes
US8943197B1 (en) * 2012-08-16 2015-01-27 Amazon Technologies, Inc. Automated content update notification
US8949242B1 (en) * 2010-01-21 2015-02-03 Google Inc. Semantic document analysis

Family Cites Families (68)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5806078A (en) 1994-06-09 1998-09-08 Softool Corporation Version management system
US5898836A (en) * 1997-01-14 1999-04-27 Netmind Services, Inc. Change-detection tool indicating degree and location of change of internet documents by comparison of cyclic-redundancy-check(CRC) signatures
US5999947A (en) 1997-05-27 1999-12-07 Arkona, Llc Distributing database differences corresponding to database change events made to a database table located on a server computer
US6108670A (en) 1997-11-24 2000-08-22 International Business Machines Corporation Checking and enabling database updates with a dynamic, multi-modal, rule based system
US6681369B2 (en) 1999-05-05 2004-01-20 Xerox Corporation System for providing document change information for a community of users
US6742001B2 (en) 2000-06-29 2004-05-25 Infoglide Corporation System and method for sharing data between hierarchical databases
US20020073138A1 (en) 2000-12-08 2002-06-13 Gilbert Eric S. De-identification and linkage of data records
US8001118B2 (en) 2001-03-02 2011-08-16 Google Inc. Methods and apparatus for employing usage statistics in document retrieval
US7051009B2 (en) 2002-03-29 2006-05-23 Hewlett-Packard Development Company, L.P. Automatic hierarchical classification of temporal ordered case log documents for detection of changes
US7171620B2 (en) 2002-07-24 2007-01-30 Xerox Corporation System and method for managing document retention of shared documents
WO2005013162A1 (en) * 2003-07-30 2005-02-10 Trialstat Corporation Systematic review system
US20050060281A1 (en) 2003-07-31 2005-03-17 Tim Bucher Rule-based content management system
US7690000B2 (en) 2004-01-08 2010-03-30 Microsoft Corporation Metadata journal for information technology systems
DE112005000509T5 (en) 2004-03-04 2007-01-18 Mathsoft Engineering & Education, Inc., Cambridge Method for automatically enabling traceability of engineering calculations
US8005792B2 (en) 2004-05-14 2011-08-23 Oracle International Corporation System and method for managing versions of metadata
JP2008511928A (en) 2004-08-31 2008-04-17 インターナショナル・ビジネス・マシーンズ・コーポレーション Metadata management
US20060085738A1 (en) 2004-09-01 2006-04-20 Frederic Chapus Method and system for automatic audit trail
US8005710B2 (en) * 2004-09-28 2011-08-23 Microsoft Corporation Methods and systems for caching and synchronizing project data
US7480654B2 (en) 2004-12-20 2009-01-20 International Business Machines Corporation Achieving cache consistency while allowing concurrent changes to metadata
US8438140B2 (en) 2004-12-23 2013-05-07 Business Objects Software Ltd. Apparatus and method for generating reports from versioned data
US20060206462A1 (en) * 2005-03-13 2006-09-14 Logic Flows, Llc Method and system for document manipulation, analysis and tracking
KR20060122672A (en) 2005-05-26 2006-11-30 삼성전자주식회사 Storage medium including application for obtaining meta data, apparatus for obtaining meta data, and method therefor
US7610545B2 (en) 2005-06-06 2009-10-27 Bea Systems, Inc. Annotations for tracking provenance
US7496588B2 (en) 2005-06-27 2009-02-24 Siperian, Inc. Method and apparatus for data integration and management
WO2007014325A2 (en) 2005-07-27 2007-02-01 Doug Carson & Associates, Inc. Verifying provenance data associated with digital content
US7721259B2 (en) 2005-11-15 2010-05-18 Oracle International Corporation Configurable and customizable software application system and metadata
EP1788493A1 (en) 2005-11-21 2007-05-23 Sap Ag Detecting changes in data
US7693864B1 (en) 2006-01-03 2010-04-06 Netapp, Inc. System and method for quickly determining changed metadata using persistent consistency point image differencing
US20070294246A1 (en) 2006-06-16 2007-12-20 Microsoft Corporation Associating metadata on a per-user basis
US20080126399A1 (en) 2006-06-29 2008-05-29 Macgregor Robert M Method and apparatus for optimizing data while preserving provenance information for the data
CN101110020B (en) 2006-07-21 2011-01-26 国际商业机器公司 Method and system for maintaining originality-related information about elements in an editable object
US20080040388A1 (en) 2006-08-04 2008-02-14 Jonah Petri Methods and systems for tracking document lineage
US8707459B2 (en) 2007-01-19 2014-04-22 Digimarc Corporation Determination of originality of content
WO2008046021A2 (en) * 2006-10-11 2008-04-17 Stewart Jeffrey A System and method for conveying content changes over a network
US7797335B2 (en) 2007-01-18 2010-09-14 International Business Machines Corporation Creation and persistence of action metadata
US8131606B2 (en) 2007-02-09 2012-03-06 International Business Machines Corporation Model, design rules and system for asset composition and usage
US20080201381A1 (en) 2007-02-16 2008-08-21 Aditya Abhay Desai Method and system for increasing data reliability using source characteristics
US20080270351A1 (en) 2007-04-24 2008-10-30 Interse A/S System and Method of Generating and External Catalog for Use in Searching for Information Objects in Heterogeneous Data Stores
US7953724B2 (en) 2007-05-02 2011-05-31 Thomson Reuters (Scientific) Inc. Method and system for disambiguating informational objects
US8793264B2 (en) 2007-07-18 2014-07-29 Hewlett-Packard Development Company, L. P. Determining a subset of documents from which a particular document was derived
US20090125382A1 (en) 2007-11-07 2009-05-14 Wise Window Inc. Quantifying a Data Source's Reputation
US8856313B2 (en) 2007-11-13 2014-10-07 International Business Machines Corporation Systems and methods for using provenance information for data retention in stream-processing
US20090199090A1 (en) 2007-11-23 2009-08-06 Timothy Poston Method and system for digital file flow management
US8886660B2 (en) 2008-02-07 2014-11-11 Siemens Enterprise Communications Gmbh & Co. Kg Method and apparatus for tracking a change in a collection of web documents
US8284198B1 (en) 2008-03-03 2012-10-09 Network Appliance, Inc. Method for visualizing space utilization in storage containers
US8392397B2 (en) 2008-03-12 2013-03-05 International Business Machines Corporation System and method for provenance function window optimization
US20090307137A1 (en) 2008-06-09 2009-12-10 Microsoft Corporation Managing provenance of digitally signed data in user editable records
US20090319910A1 (en) 2008-06-22 2009-12-24 Microsoft Corporation Automatic content and author emphasis for shared data
US20110047056A1 (en) 2008-10-11 2011-02-24 Stephen Overman Continuous measurement and independent verification of the quality of data and processes used to value structured derivative information products
US8443189B2 (en) 2008-10-24 2013-05-14 International Business Machines Corporation Trust event notification and actions based on thresholds and associated trust metadata scores
US20100114628A1 (en) 2008-11-06 2010-05-06 Adler Sharon C Validating Compliance in Enterprise Operations Based on Provenance Data
US8495736B2 (en) 2009-03-24 2013-07-23 Lockheed Martin Corporation Method and apparatus for providing information assurance attributes through a data providence architecture
US8250037B2 (en) 2009-03-27 2012-08-21 Bank Of America Corporation Shared drive data collection tool for an electronic discovery system
US9069808B2 (en) 2009-05-20 2015-06-30 International Business Machines Corporation Indexing provenance data and evaluating provenance data queries in data processing systems
US8825759B1 (en) * 2010-02-08 2014-09-02 Google Inc. Recommending posts to non-subscribing users
US8434134B2 (en) 2010-05-26 2013-04-30 Google Inc. Providing an electronic document collection
US9811835B2 (en) 2010-06-18 2017-11-07 Microsoft Technology Licensing, Llc Metadata-enabled dynamic updates of online advertisements
US20120254048A1 (en) 2011-03-30 2012-10-04 Chemsecure Llc System and method for regulatory security compliance management
US8548961B2 (en) 2011-03-30 2013-10-01 Splunk Inc. System and method for fast file tracking and change monitoring
US9015118B2 (en) 2011-07-15 2015-04-21 International Business Machines Corporation Determining and presenting provenance and lineage for content in a content management system
US9286334B2 (en) 2011-07-15 2016-03-15 International Business Machines Corporation Versioning of metadata, including presentation of provenance and lineage for versioned metadata
US9384193B2 (en) 2011-07-15 2016-07-05 International Business Machines Corporation Use and enforcement of provenance and lineage constraints
US9418065B2 (en) 2012-01-26 2016-08-16 International Business Machines Corporation Tracking changes related to a collection of documents
US20140013247A1 (en) * 2012-07-03 2014-01-09 salesforce.com,inc. Systems and methods for providing a customized user interface for publishing into a feed
US9195725B2 (en) 2012-07-23 2015-11-24 International Business Machines Corporation Resolving database integration conflicts using data provenance
US20140195312A1 (en) * 2012-09-06 2014-07-10 Locu, Inc. System and method for management of processing workers
US11429651B2 (en) 2013-03-14 2022-08-30 International Business Machines Corporation Document provenance scoring based on changes between document versions
US9465504B1 (en) * 2013-05-06 2016-10-11 Hrl Laboratories, Llc Automated collaborative behavior analysis using temporal motifs

Patent Citations (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5890164A (en) * 1996-06-24 1999-03-30 Sun Microsystems, Inc. Estimating the degree of change of web pages
US20020049738A1 (en) * 2000-08-03 2002-04-25 Epstein Bruce A. Information collaboration and reliability assessment
US20030130993A1 (en) * 2001-08-08 2003-07-10 Quiver, Inc. Document categorization engine
US20040010522A1 (en) * 2002-05-24 2004-01-15 Shulok Thomas Aaron Method and system for detecting significant changes in dynamic datasets
US20040003352A1 (en) * 2002-06-27 2004-01-01 Bargeron David M. Notification of activity around documents
US20050071741A1 (en) * 2003-09-30 2005-03-31 Anurag Acharya Information retrieval based on historical data
US20050154761A1 (en) * 2004-01-12 2005-07-14 International Business Machines Corporation Method and apparatus for determining relative relevance between portions of large electronic documents
US7987172B1 (en) * 2004-08-30 2011-07-26 Google Inc. Minimizing visibility of stale content in web searching including revising web crawl intervals of documents
US8386460B1 (en) * 2005-06-24 2013-02-26 Google Inc. Managing URLs
US20080134025A1 (en) * 2006-12-01 2008-06-05 Fujitsu Limited Computer-readable recording medium where document management program is recorded, document management apparatus, and document management method
US8839100B1 (en) * 2007-01-26 2014-09-16 The Mathworks, Inc. Updating information related to data set changes
US20090020459A1 (en) * 2007-05-07 2009-01-22 Stephen De Haan Ethylene furnace radiant coil decoking method
US20090063535A1 (en) * 2007-08-29 2009-03-05 John Edward Petri Apparatus and method for indicating review activity of a document in a content management system
US8538989B1 (en) * 2008-02-08 2013-09-17 Google Inc. Assigning weights to parts of a document
US20140032513A1 (en) * 2008-02-19 2014-01-30 Adobe Systems Incorporated Determination of differences between electronic documents
US20090241198A1 (en) * 2008-03-18 2009-09-24 Fujitsu Shikoku Systems Limited Inappropriate content determination apparatus, content provision system, inappropriate content determination method, and computer program
US20090271450A1 (en) * 2008-04-29 2009-10-29 International Business Machines Corporation Collaborative Document Versioning
US20090276378A1 (en) * 2008-04-30 2009-11-05 International Business Machines Corporation System and Method for Identifying Document Structure and Associated Metainformation and Facilitating Appropriate Processing
US8587613B2 (en) * 2008-06-02 2013-11-19 Pricewaterhousecoopers Llp System and method for comparing and reviewing documents
US8555157B1 (en) * 2010-01-21 2013-10-08 Google Inc. Document update generation
US8949242B1 (en) * 2010-01-21 2015-02-03 Google Inc. Semantic document analysis
US20120284344A1 (en) * 2011-05-06 2012-11-08 Microsoft Corporation Changes to documents are automatically summarized in electronic messages
US8943197B1 (en) * 2012-08-16 2015-01-27 Amazon Technologies, Inc. Automated content update notification
US20140149857A1 (en) * 2012-11-27 2014-05-29 Google Inc. Detecting relationships between edits and acting on a subset of edits

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9286334B2 (en) 2011-07-15 2016-03-15 International Business Machines Corporation Versioning of metadata, including presentation of provenance and lineage for versioned metadata
US9384193B2 (en) 2011-07-15 2016-07-05 International Business Machines Corporation Use and enforcement of provenance and lineage constraints
US9418065B2 (en) 2012-01-26 2016-08-16 International Business Machines Corporation Tracking changes related to a collection of documents
US11429651B2 (en) 2013-03-14 2022-08-30 International Business Machines Corporation Document provenance scoring based on changes between document versions
US11594054B2 (en) 2021-02-19 2023-02-28 Capital One Services, Llc Document lineage management system
US11935315B2 (en) 2021-02-19 2024-03-19 Capital One Services, Llc Document lineage management system

Also Published As

Publication number Publication date
US20140280204A1 (en) 2014-09-18
US11429651B2 (en) 2022-08-30

Similar Documents

Publication Publication Date Title
US11429651B2 (en) Document provenance scoring based on changes between document versions
Demner-Fushman et al. MetaMap Lite: an evaluation of a new Java implementation of MetaMap
CN111753198B (en) Information recommendation method and device, electronic equipment and readable storage medium
US10235358B2 (en) Exploiting structured content for unsupervised natural language semantic parsing
US20160042298A1 (en) Content discovery and ingestion
US9262506B2 (en) Generating mappings between a plurality of taxonomies
US20140114942A1 (en) Dynamic Pruning of a Search Index Based on Search Results
EP2441010A1 (en) Methods, apparatus and software for analyzing the content of micro-blog messages
Hutchinson Natural language processing and machine learning as practical toolsets for archival processing
US10083031B2 (en) Cognitive feature analytics
US9858344B2 (en) Searching content based on transferrable user search contexts
US9886480B2 (en) Managing credibility for a question answering system
US11275777B2 (en) Methods and systems for generating timelines for entities
US20230409294A1 (en) Adaptive user interfacing
US9135253B2 (en) Simulating accesses for archived content
US20230057706A1 (en) System and method for use of text analytics to transform, analyze, and visualize data
CN111368036B (en) Method and device for searching information
US11269860B2 (en) Importing external content into a content management system
US20120047128A1 (en) Open class noun classification
Dunn et al. Audiovisual Metadata Platform Pilot Development (AMPPD), Final Project Report
US10380163B2 (en) Domain similarity scores for information retrieval
Rajesh et al. Significance of natural language processing in data analysis using business intelligence
US11514007B1 (en) Dynamic data processing for a semantic data storage architecture
US20210157615A1 (en) Intelligent issue analytics
Zgurovsky et al. Technological Principles of Using Media Content for Evaluating Social Opinion

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:AVERY, KENYTT D.;BADER, EDWARD L.;COSTECALDE, JEAN-MARC;AND OTHERS;REEL/FRAME:033724/0573

Effective date: 20130311

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE AFTER FINAL ACTION FORWARDED TO EXAMINER

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION