Jay-v2 commited on
Commit
8394a48
·
verified ·
1 Parent(s): 7e51080

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -8
README.md CHANGED
@@ -9,16 +9,32 @@ tags:
9
  base_model:
10
  - BAAI/bge-large-zh-v1.5
11
  ---
12
- ## 💡 技术来源 (Technical Background)
13
 
14
- 本项目基于以下专利技术实现:
15
- - **专利名称**:一种基于局部特征投影的招聘场景语义匹配方法及其系统
16
- - **申请号/专利号**:2025108424429
17
- - **状态**:已公开(实审中)
18
- - **主要发明人**:焦英浩 等
19
 
20
- CRE:A recruitment domain embedding Model. Used for encoding resume or job description texts, serving as the foundation for retrieval, RAG, and Agent. CRE:个招聘领域的嵌入模型。用于对简历或岗位描述文本进行编码,作为检索、RAG检索增强生成和智能体(Agent)基础
21
- 2025/3/28 Released the CRE0.5.0 model and technical report. By means of CNN, a local feature-aware inductive bias is introduced to make local features more prominent in text encoding for human resource scenarios. Specifically, this is an auxiliary fine-tuning method. It improves the encoding quality of the base model by adding some model parameters for joint training during fine-tuning, and is essentially a projection layer. 借助CNN,以引入一种局部特征感知的归纳偏好,使在人力资源场景的文本编码中,局部特征更为突出。具体而言,这是一种在辅助微调的方法,通过在微调训练中增加一些模型参数共同训练,从而提高基座模型的编码质量,本质上是一种投影层设计。
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
 
23
  ![CRE-0.5 introduction](photos/cre_0_5_introduction.jpg)
24
 
@@ -55,3 +71,6 @@ If you find our work helpful, please cite this patent:
55
 
56
  ```text
57
  焦英浩,王广智,刘之. (2025). 一种基于局部特征投影的招聘场景语义匹配方法及其系统. 中国专利申请号: 2025108424429.
 
 
 
 
9
  base_model:
10
  - BAAI/bge-large-zh-v1.5
11
  ---
 
12
 
13
+ # CRE v1.1: Recruitment Domain Embedding Model 🚀
 
 
 
 
14
 
15
+ > **CRE (CNN-based Recruitment Embedding)** 款专为人力资源场景打造生成式嵌入模型。通过引入局部特征感知(Local Feature-aware)的归纳偏好,显著提升了简历与职位描述(JD)的语义对齐精度
16
+
17
+ ---
18
+
19
+ ### 💡 技术来源 (Technical Background)
20
+
21
+ | 维度 | 详细信息 |
22
+ | :--- | :--- |
23
+ | **专利名称** | 一种基于局部特征投影的招聘场景语义匹配方法及其系统 |
24
+ | **申请号** | 2025108424429 |
25
+ | **当前状态** | 已公开(实审中) |
26
+ | **主要发明人** | 焦英浩 等 |
27
+
28
+ ---
29
+
30
+ ### 核心特性 (Key Features)
31
+
32
+ * **局部特征提取 (Local Feature-aware)**: 借助 **CNN** 结构引入归纳偏好,使模型在文本编码过程中对人力资源场景下的“技能词”、“职级”等局部核心特征更为敏锐。
33
+ * **投影层设计 (Projection Layer)**: 本质上是一种精巧的辅助微调方法。通过在微调阶段增加特定的投影参数进行协同训练,在不破坏基座模型通用能力的前提下,大幅提高编码质量。
34
+ * **全场景覆盖**: 完美适配 **检索 (Retrieval)**、**RAG (检索增强生成)** 以及 **智能体 (Agent)** 等多种下游任务。
35
+
36
+ ### 更新日志 (Release Notes)
37
+ * **2025/03/28**: 发布 **CRE v0.5.0** 初始版本及技术报告。
38
 
39
  ![CRE-0.5 introduction](photos/cre_0_5_introduction.jpg)
40
 
 
71
 
72
  ```text
73
  焦英浩,王广智,刘之. (2025). 一种基于局部特征投影的招聘场景语义匹配方法及其系统. 中国专利申请号: 2025108424429.
74
+
75
+ ---
76
+ *Stay hungry, Stay foolish. 推进招聘场景的 AI 变革。*