Skip to content

Commit d840d53

Browse files
committed
docs: revise ML method summaries
1 parent 68ed458 commit d840d53

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

PPT_Overleaf/ml_methods_by_module.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@ Training scripts produce the shipped `models/*.joblib` artifacts.
134134
| `training.train_ranker` | Standardized handcrafted ranking features + linear logistic SGD | `models/ranker.joblib` |
135135
| `training.train_typo_linker` | Dict features + linear logistic SGD | `models/typo_linker.joblib` |
136136

137-
## 8. Short Presentation Summary
137+
## 8. Summary
138138

139-
If asked "What ML methods does the project use?", the short answer is:
140-
141-
> The core system uses classical, explainable ML: sparse n-gram features with linear logistic SGD classifiers for text classification, CRF for entity boundary detection, handcrafted feature-based linear classifiers for clarification, typo linking, source planning, and ranking, plus TF-IDF/cosine methods for retrieval and deduplication. Transformer models are only downstream exceptions: FinBERT for document sentiment and LLMs for final answer and next-question JSON generation over already retrieved evidence.
139+
The core system uses classical, explainable ML: sparse n-gram features with linear logistic SGD classifiers for text classification, CRF for entity boundary detection, handcrafted feature-based linear classifiers for clarification, typo linking, source planning, and ranking, plus TF-IDF/cosine methods for retrieval and deduplication. Transformer models are downstream exceptions: FinBERT handles document sentiment, and LLMs generate final answer and next-question JSON over already retrieved evidence.

PPT_Overleaf/ml_methods_by_module_cn.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@ Retrieval 中的辅助非 ML 方法:
134134
| `training.train_ranker` | 标准化人工排序特征 + 线性 logistic SGD | `models/ranker.joblib` |
135135
| `training.train_typo_linker` | 字典特征 + 线性 logistic SGD | `models/typo_linker.joblib` |
136136

137-
## 8. 答辩简短总结
137+
## 8. 总结
138138

139-
如果被问到“这个项目用了哪些 ML 方法”,可以这样回答:
140-
141-
> 项目的核心系统使用传统、可解释机器学习:文本分类主要是稀疏 n-gram 特征加线性 logistic SGD 分类器,实体边界识别使用 CRF,澄清判断、错别字链接、source planning 和排序使用人工特征加线性分类器,文档检索和去重使用 TF-IDF / cosine similarity。Transformer 模型只作为下游例外:FinBERT 用于文档情感分析,LLM 用于在已有证据基础上生成最终回答和追问 JSON。
139+
项目的核心系统使用传统、可解释机器学习:文本分类主要是稀疏 n-gram 特征加线性 logistic SGD 分类器,实体边界识别使用 CRF,澄清判断、错别字链接、source planning 和排序使用人工特征加线性分类器,文档检索和去重使用 TF-IDF / cosine similarity。Transformer 模型是下游例外:FinBERT 用于文档情感分析,LLM 用于在已有证据基础上生成最终回答和追问 JSON。

0 commit comments

Comments
 (0)