diff --git a/PaddleKG/DuIE_Baseline/README.md b/PaddleKG/DuIE_Baseline/README.md index 8e10001c95c624420a1d9be11731259cbe60fc27..46580942e6130728fd103916f58a3f9a8d8b4db2 100755 --- a/PaddleKG/DuIE_Baseline/README.md +++ b/PaddleKG/DuIE_Baseline/README.md @@ -19,10 +19,12 @@ Below is a visual illustration of our tagging strategy:
Tagging Strategy
+ For **complex relations** in the DuIE 2.0 task, we simply treat affiliated objects as independent instances (SPOs) which share the same subject. Anything else besides the tagging strategy is implemented in the most straightforward way. The model input is: - \ *input text* \, and the final hidden states are directly projected into classification probabilities. + *input text* , and the final hidden states are directly projected into classification probabilities. - - - + ### Environments Python3 + Paddle Fluid 1.5 for training/evaluation/prediction (please confirm your Python path in scripts). Python2 for official evaluation script.