From f29d7064ef07234b87caa13b928851021e4b8a3f Mon Sep 17 00:00:00 2001 From: kgresearch Date: Thu, 13 Feb 2020 10:19:03 +0800 Subject: [PATCH] modify README format --- PaddleKG/DuIE_Baseline/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PaddleKG/DuIE_Baseline/README.md b/PaddleKG/DuIE_Baseline/README.md index 8e10001c..46580942 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. -- GitLab