disable filter by cluster
Browse files- configs/datasets.yaml +1 -1
configs/datasets.yaml
CHANGED
@@ -18,7 +18,7 @@ RETRIEVE:
|
|
18 |
# retriever_name: "SN"
|
19 |
SN_field_name: "background"
|
20 |
use_cocite: True
|
21 |
-
use_cluster_to_filter:
|
22 |
cite_type: "cite_id_list"
|
23 |
limit_num: 100 # 限制entity对应的paper数量
|
24 |
sn_num_for_entity: 5 # SN搜索的文章数量,扩充entity
|
|
|
18 |
# retriever_name: "SN"
|
19 |
SN_field_name: "background"
|
20 |
use_cocite: True
|
21 |
+
use_cluster_to_filter: False # 过滤器中使用聚类算法
|
22 |
cite_type: "cite_id_list"
|
23 |
limit_num: 100 # 限制entity对应的paper数量
|
24 |
sn_num_for_entity: 5 # SN搜索的文章数量,扩充entity
|