IP Library Granted Patent US 12,008,322
Granted Patent B2
US 12,008,322 · App. 17/385,563 · Granted Jun 11, 2024

Machine learning techniques for semantic processing of structured natural language documents to detect action items

Inventors: Karthik Muralidharan (Bangalore, IN); Shashank Prasad Rao (Bengaluru, IN); Krishna Sai (Bangalore, IN); Sri Vardhamanan A (Chennai, IN); Bailur Arjun Kini (Bangalore, IN)
Assignees: ATLASSIAN PTY LTD; ATLASSIAN US, INC.
G06F40/30G06F40/205G06N20/00
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 12,008,322
App. No.
17/385,563
Granted
Jun 11, 2024
Kind
B2
Abstract

Various embodiments of the present invention provide methods, apparatuses, systems, computing devices, and/or the like that are configured to accurately and concisely generate one or more action item logs of one or more document data objects. For example, certain embodiments of the present invention provide methods, apparatuses, systems, computing devices, and/or the like that are configured to generate an action item log of a document data object comprising one or more semantically complete or incomplete units of text data, by generating content segmentation units, determining action item presence predictions, generating action item sets from each content segmentation unit within a candidate action item subset, aggregating the action item sets to create an action item log, and storing the action item log.

Claims (39)

1. An apparatus for generating action item log user interface data for a webpage that displays content data associated with a document data object, the apparatus comprising at least one processor and at least one memory including program code, the at least one memory and the program code configured to, with the processor, cause the apparatus to at least:

parse the content data to identify a plurality of content segmentation units based on one or more of semantically complete unit of text data associated with the content data, semantically incomplete unit of text data associated with the content data, or a content hierarchy associated with the content data;

for each content segmentation unit, process the content segmentation unit using an action item classification machine learning model to determine an action item presence prediction for the content segmentation unit, wherein the action item presence prediction for each content segmentation unit comprises one of an affirmative action item presence detection indicating that the content segmentation unit comprises one or more action items or a negative action item presence detection indicating that the content segmentation unit fails to comprise an action item;

determine, based on each action item presence prediction, a candidate action item subset of the plurality of content segmentation units;

for each content segmentation unit in the candidate action item subset, process the content segmentation unit using an action item extraction machine learning model to generate an action item set for the content segmentation unit, wherein the action item extraction machine learning model comprises: (i) a part-of-speech tagger model that is configured to generate a part-of-speech tag sequence for the content segmentation unit, and (ii) a sequence processing model that is configured to generate the action item set based on the part-of-speech tag sequence; and

generate an action item log based on each action item set for the candidate action item subset, wherein the action item log is configured to be used to generate the action item log user interface data for an action item log user interface element, and wherein the action item log user interface element is configured to be displayed to an end user of a computing device.

2. The apparatus of claim 1 , wherein the plurality of content segmentation units comprise one or more sentences of the document data object.

3. The apparatus of claim 1 , wherein the document data object is a structured document data object that is associated with a structural scheme, and wherein the plurality of content segmentation units comprise one or more predefined structural elements of the document data object that are determined based on the structural scheme, and wherein the one or more predefined structural elements comprise action item declarations.

4. The apparatus of claim 1 , wherein the action item classification machine learning model is a bidirectional attention-based text processing machine learning model.

5. The apparatus of claim 1 , wherein the sequence processing model is a long-short term memory machine learning model.

6. The apparatus of claim 1 , wherein the sequence processing model is a bidirectional attention-based text processing machine learning model.

7. The apparatus of claim 1 , wherein the sequence processing model is characterized by one or more action item detection regular expression rules.

8. The apparatus of claim 1 , wherein generating the action item log based on each action item set for the candidate action item subset comprises:

performing operations of a sequential machine learning model that is configured to process, at each timestep of a plurality of timesteps, the action item set for a content segmentation unit of the plurality of content segmentation units to generate a hidden state for the timestamp; and

generating the action item presence prediction based on the hidden state for a terminal timestep of the plurality of timesteps.

9. A computer-implemented method for generating action item log user interface data for a webpage that displays content data associated with a document data object, the computer-implemented method comprising:

parsing the content data to identify a plurality of content segmentation units based on one or more of semantically complete unit of text data associated with the content data, semantically incomplete unit of text data associated with the content data, or a content hierarchy associated with the content data;

for each content segmentation unit, processing the content segmentation unit using an action item classification machine learning model to determine an action item presence prediction for the content segmentation unit, wherein the action item presence prediction for each content segmentation unit comprises one of an affirmative action item presence detection indicating that the content segmentation unit comprises one or more action items or a negative action item presence detection indicating that the content segmentation unit fails to comprise an action item;

determining, based on each action item presence prediction, a candidate action item subset of the plurality of content segmentation units;

for each content segmentation unit in the candidate action item subset, processing the content segmentation unit using an action item extraction machine learning model to generate an action item set for the content segmentation unit, wherein the action item extraction machine learning model comprises: (i) a part-of-speech tagger model that is configured to generate a part-of-speech tag sequence for the content segmentation unit, and (ii) a sequence processing model that is configured to generate the action item set based on the part-of-speech tag sequence; and

generating an action item log based on each action item set for the candidate action item subset, wherein the action item log is configured to be used to generate the action item log user interface data for an action item log user interface element, and wherein the action item log user interface element is configured to be displayed to an end user of a computing device.

10. The computer-implemented method of claim 9 , wherein the plurality of content segmentation units comprise one or more sentences of the document data object.

11. The computer-implemented method of claim 9 , wherein the document data object is a structured document data object that is associated with a structural scheme, and wherein the plurality of content segmentation units comprise one or more predefined structural elements of the document data object that are determined based on the structural scheme.

12. The computer-implemented method of claim 9 , wherein the action item classification machine learning model is a bidirectional attention-based text processing machine learning model.

13. The computer-implemented method of claim 9 , wherein the sequence processing model is a long-short term memory machine learning model.

14. The computer-implemented method of claim 9 , wherein the sequence processing model is a bidirectional attention-based text processing machine learning model.

15. The computer-implemented method of claim 9 , wherein the sequence processing model is characterized by one or more action item detection regular expression rules.

16. The computer-implemented method of claim 9 , wherein generating the action item log based on each action item set for the candidate action item subset comprises:

performing operations of a sequential machine learning model that is configured to process, at each timestep of a plurality of timesteps, the action item set for a content segmentation unit of the plurality of content segmentation units to generate a hidden state for the timestamp; and

generating the action item presence prediction based on the hidden state for a terminal timestep of the plurality of timesteps.

17. A computer program product for generating action item log user interface data for a webpage that displays content data associated with a document data object, the computer program product comprising at least one non-transitory computer-readable storage medium having computer-readable program code portions stored therein, the computer-readable program code portions configured to:

parse the content data to identify a plurality of content segmentation units based on one or more of semantically complete unit of text data associated with the content data, semantically incomplete unit of text data associated with the content data, or a content hierarchy associated with the content data;

for each content segmentation unit, process the content segmentation unit using an action item classification machine learning model to determine an action item presence prediction for the content segmentation unit, wherein the action item presence prediction for each content segmentation unit comprises one of an affirmative action item presence detection indicating that the content segmentation unit comprises one or more action items or a negative action item presence detection indicating that the content segmentation unit fails to comprise an action item;

determine, based on each action item presence prediction, a candidate action item subset of the plurality of content segmentation units;

for each content segmentation unit in the candidate action item subset, process the content segmentation unit using an action item extraction machine learning model to generate an action item set for the content segmentation unit, wherein the action item extraction machine learning model comprises: (i) a part-of-speech tagger model that is configured to generate a part-of-speech tag sequence for the content segmentation unit, and (ii) a sequence processing model that is configured to generate the action item set based on the part-of-speech tag sequence; and

generate an action item log based on each action item set for the candidate action item subset, wherein the action item log is configured to be used to generate the action item log user interface data for an action item log user interface element, and wherein the action item log user interface element is configured to be displayed to an end user of a computing device.

18. The computer program product of claim 17 , wherein the plurality of content segmentation units comprise one or more sentences of the document data object.

19. The computer program product of claim 17 , wherein the document data object is a structured document data object that is associated with a structural scheme, and wherein the plurality of content segmentation units comprise one or more predefined structural elements of the document data object that are determined based on the structural scheme, and wherein the one or more predefined structural elements comprise action item declarations.

20. The computer program product of claim 17 , wherein the action item classification machine learning model is a bidirectional attention-based text processing machine learning model.

Assignments (2)
CHANGE OF NAME Recorded May 7, 2024
From: ATLASSIAN, INC.
To: ATLASSIAN US, INC.
Reel/Frame 067330/0336 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Sep 22, 2021
From: MURALIDHARAN, KARTHIK; RAO, SHASHANK PRASAD; SAI, KRISHNA; A, SRI VARDHAMANAN; KINI, BAILUR ARJUN
To: ATLASSIAN PTY LTD.; ATLASSIAN, INC.
Reel/Frame 057557/0982 →
Continuity (1)
Related Publication 20230024040A1 · Jan 26, 2023