lihuigu commited on
Commit
ee34fde
·
1 Parent(s): dd32c6e

disable filter by cluster

Browse files
Files changed (1) hide show
  1. 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: True # 过滤器中使用聚类算法
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