Event argument extraction method, event argument extraction apparatus and electronic device

US11880397B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-11880397-B2
Application numberUS-202017036833-A
CountryUS
Kind codeB2
Filing dateSep 29, 2020
Priority dateMar 20, 2020
Publication dateJan 23, 2024
Grant dateJan 23, 2024

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

An event argument extraction (EAE) method, an EAE apparatus and an electronic device, relates to the technical field of knowledge graphs. A specific implementation scheme includes acquiring a to-be-extracted event content; and performing argument extraction on the to-be-extracted event content based on a trained EAE model, to obtain a target argument of the to-be-extracted event content; where the trained EAE model is obtained by training a pre-trained model with event news annotation data and a weight of each argument annotated in the event news annotation data.

First claim

Opening claim text (preview).

What is claimed is: 1. An event argument extraction (EAE) method, comprising: acquiring a to-be-extracted event content; and performing argument extraction on the to-be-extracted event content based on a trained EAE model, to obtain a target argument of the to-be-extracted event content; wherein the trained EAE model is obtained by training a pre-trained model with event news annotation data and a weight of each argument annotated in the event news annotation data, wherein the trained EAE model is obtained at least in following manner: training the pre-trained model in accordance with the event news annotation data and a loss function, to obtain the trained EAE model, wherein the loss function is associated with a predicted probability value, predicted by the pre-trained model, of each argument annotated in the event news annotation data and the weight of each argument annotated in the event news annotation data, wherein the performing argument extraction on the to-be-extracted event content based on a trained EAE model, to obtain a target argument of the to-be-extracted event content comprises: predicting an event type of the to-be-extracted event content using a trained event type categorization model; predicting an event descriptive sentence of the to-be-extracted event content using a trained event sentence discriminator model; constructing to-be-extracted question answering (QA) data corresponding to the to-be-extracted event content based on the event type, the event descriptive sentence, an argument role corresponding to the event type, and a preset QA format, wherein a format of the to-be-extracted QA data matches the preset QA format, and the to-be-extracted QA data comprises the event descriptive sentence of the to-be-extracted event content, the event type of the to-be-extracted event content, and the argument role corresponding to the event type; and inputting the to-be-extracted QA data to the trained EAE model, and performing argument extraction using the trained EAE model, to obtain the target argument. 2. The EAE method according to claim 1 , wherein the loss function is a weighted sum of negative log-likelihoods of predicted probability values, predicted by the pre-trained model, of all arguments annotated in the event news annotation data. 3. The EAE method according to claim 1 , wherein the performing argument extraction on the to-be-extracted event content based on the trained EAE model, to obtain the target argument of the to-be-extracted event content comprises: performing argument extraction on the to-be-extracted event content based on the trained EAE model, to obtain a predicted probability value of at least one argument in the to-be-extracted event content; and determining an argument with a maximum predicted probability value and an argument with a predicted probability value greater than a probability threshold in the at least one argument as the target argument; wherein the probability threshold is equal to the maximum predicted probability value multiplied by a preset coefficient, and the preset coefficient is a positive number less than or equal to 1. 4. The EAE method according to claim 1 , wherein the training the pre-trained model in accordance with the event news annotation data and the loss function, to obtain the trained EAE model comprises: performing a format transformation on the event news annotation data in accordance with a preset question answering (QA) format, to obtain news QA data; and training the pre-trained model in accordance with the news QA data and the loss function, to obtain the trained EAE model. 5. An electronic device, comprising: at least one processor; and a memory communicatively connected to the at least one processor, wherein the memory stores therein instructions configured to be executed by the at least one processor, and the at least one processor is configured to: acquire a to-be-extracted event content; and perform argument extraction on the to-be-extracted event content based on a trained EAE model, to obtain a target argument of the to-be-extracted event content; wherein the trained EAE model is obtained by training a pre-trained model with event news annotation data and a weight of each argument annotated in the event news annotation data, wherein the trained EAE model is obtained at least in following manner: training the pre-trained model in accordance with the event news annotation data and a loss function, to obtain the trained EAE model, wherein the loss function is associated with a predicted probability value, predicted by the pre-trained model, of each argument annotated in the event news annotation data and the weight of each argument annotated in the event news annotation data, wherein the processor is further configured to: predict an event type of the to-be-extracted event content using a trained event type categorization model; predict an event descriptive sentence of the to-be-extracted event content using a trained event sentence discriminator model; construct to-be-extracted question answering (QA) data corresponding to the to-be-extracted event content based on the event type, the event descriptive sentence, an argument role corresponding to the event type, and a preset QA format, wherein a format of the to-be-extracted QA data matches the preset QA format, and the to-be-extracted QA data comprises the event descriptive sentence of the to-be-extracted event content, the event type of the to-be-extracted event content, and the argument role corresponding to the event type; and input the to-be-extracted QA data to the trained EAE model, and perform argument extraction using the trained EAE model, to obtain the target argument. 6. The electronic device according to claim 5 , wherein the loss function is a weighted sum of negative log-likelihoods of predicted probability values, predicted by the pre-trained model, of all arguments annotated in the event news annotation data. 7. The electronic device according to claim 5 , wherein the processor is further configured to perform argument extraction on the to-be-extracted event content based on the trained EAE model, to obtain a predicted probability value of at least one argument in the to-be-extracted event content; and determine an argument with a maximum predicted probability value and an argument with a predicted probability value greater than a probability threshold in the at least one argument as the target argument; wherein the probability threshold is equal to the maximum predicted probability value multiplied by a preset coefficient, and the preset coefficient is a positive number less than or equal to 1. 8. The electronic device according to claim 5 , wherein the training the pre-trained model in accordance with the event news annotation data and the loss function, to obtain the trained EAE model comprises: performing a format transformation on the event news annotation data in accordance with a preset QA format, to obtain news QA data; and training the pre-trained model in accordance with the news QA data and the loss function, to obtain the trained EAE model. 9. A non-transitory computer readable storage medium storing therein computer instructions, wherein the computer instructions are configured to cause a computer to implement the EAE method comprising: acquiring a to-be-extracted event content; and performing argument extraction on the to-be-extracted event content based on a trained EAE model, to obtain a target argument of the to-be-extracted event content; wherein the trained EAE model is obtained by training a pre-trained model with event news annotation data and a weight of each argument annotated in the event news annotation data, wherein the t

Assignees

Inventors

Classifications

  • using natural language analysis · CPC title

  • Generating training patterns; Bootstrap methods, e.g. bagging or boosting · CPC title

  • based on parametric or probabilistic models, e.g. based on likelihood ratio or false acceptance rate versus a false rejection rate · CPC title

  • in augmented reality scenes · CPC title

  • of news video content · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US11880397B2 cover?
An event argument extraction (EAE) method, an EAE apparatus and an electronic device, relates to the technical field of knowledge graphs. A specific implementation scheme includes acquiring a to-be-extracted event content; and performing argument extraction on the to-be-extracted event content based on a trained EAE model, to obtain a target argument of the to-be-extracted event content; where …
Who is the assignee on this patent?
Beijing Baidu Netcom Sci & Tech Co Ltd, Beijing Baidu Netcom Sci & Tech Co Ltd
What technology area does this patent fall under?
Primary CPC classification G06F16/3344. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue Jan 23 2024 00:00:00 GMT+0000 (Coordinated Universal Time) (B2). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 4 related publications on this page (citations in our corpus or others sharing the same primary CPC).