fix
This commit is contained in:
parent
f7f74e3e1b
commit
0df0a64a23
@ -1,7 +1,7 @@
|
||||
#### 一、RUN
|
||||
|
||||
1. git clone https://github.com/loujie0822/DeepIE.git ,同时切换到 jielou 的分支上
|
||||
2. 安装所依赖的虚拟环境
|
||||
1. git clone https://github.com/loujie0822/DeepIE.git .
|
||||
2. 安装所依赖的环境
|
||||
3. 上传数据:创建data/BaiduIE_2019/或data/BaiduIE_2020/,将数据集上传到这里
|
||||
4. 上传预训练模型:创建transformer_cpt/bert/,将模型相关参数上传到这里,如需要roberta则创建transformer_cpt/chinese_roberta_wwm_large_ext_pytorch/
|
||||
5. 运行
|
||||
@ -38,7 +38,7 @@ DeepIE中的relation_extraction共提供了四种方法
|
||||
|
||||
#### 三、结果展示
|
||||
|
||||
- 2019语言与智能技术竞赛:关系抽取任务
|
||||
- **2019语言与智能技术竞赛:关系抽取任务**
|
||||
|
||||
| 方法 | f(dev) | p(dev) | r(dev) |
|
||||
| ------------------------------------------ | ---------- | ---------- | ---------- |
|
||||
@ -51,7 +51,11 @@ DeepIE中的relation_extraction共提供了四种方法
|
||||
|
||||
⚠️:ETL-Span + BERT将max_len改为256,f1达到**82.1**,使用ETL-Span + ROBERTa-large,f1为**82.6+**
|
||||
|
||||
- 2020语言与智能技术竞赛:关系抽取任务
|
||||
TODO:将多种词向量进行拼接(bigram+word2vec+BERT)
|
||||
|
||||
- **2020语言与智能技术竞赛:关系抽取任务**
|
||||
|
||||
(**目前只是个baseline**)
|
||||
|
||||
⚠️要改变原有数据的标注模式,详见code说明。
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user