aleversn commited on
Commit
78fd5db
Β·
verified Β·
1 Parent(s): 275a48e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -1,6 +1,16 @@
 
 
 
 
 
 
 
 
 
 
1
  # Improving Low-Resource Sequence Labeling with Knowledge Fusion and Contextual Label Explanations
2
 
3
- ![workflow](docs/assets/workflow.png)
4
 
5
  ## 🌍 Overview
6
 
@@ -53,7 +63,7 @@ Due to the large number of experiments, the architectural differences between th
53
 
54
  ## 🧩 KnowFREE Framework
55
 
56
- ![KnowFREE](docs/assets/knowfree.png)
57
 
58
  **Architecture**: A Biaffine-based span model that supports **nested entity** annotation.
59
 
@@ -346,4 +356,4 @@ for entities in pred(['εΆθ΅Ÿθ‘†οΌšε…¨ηƒζ—Άε°šθ΄’θΏζ»šζ»šθ€Œζ₯ι’±', 'ζˆ‘θ¦
346
  primaryClass={cs.CL},
347
  url={https://arxiv.org/abs/2501.19093},
348
  }
349
- ```
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - zh
5
+ metrics:
6
+ - f1
7
+ base_model:
8
+ - hfl/chinese-bert-wwm
9
+ pipeline_tag: token-classification
10
+ ---
11
  # Improving Low-Resource Sequence Labeling with Knowledge Fusion and Contextual Label Explanations
12
 
13
+ ![workflow](https://github.com/aleversn/KnowFREE/blob/main/docs/assets/workflow.png?raw=true)
14
 
15
  ## 🌍 Overview
16
 
 
63
 
64
  ## 🧩 KnowFREE Framework
65
 
66
+ ![KnowFREE](https://github.com/aleversn/KnowFREE/blob/main/docs/assets/knowfree.png?raw=true)
67
 
68
  **Architecture**: A Biaffine-based span model that supports **nested entity** annotation.
69
 
 
356
  primaryClass={cs.CL},
357
  url={https://arxiv.org/abs/2501.19093},
358
  }
359
+ ```