Open birdflyi opened 3 hours ago
GH_CoRE(GitHub_Collaboration_Relation_Extraction)是一个基于GitHub日志数据抽出协作信息的工具,其中协作信息包含EventAction和Reference两种类型。
EventAction
Reference
columns = ["src_entity_id", "src_entity_type", "tar_entity_id", "tar_entity_type", "relation_label_id", "relation_type", "relation_label_repr", "event_id", "event_trigger", "event_type", "event_time"]
columns_extend_field = ["tar_entity_match_text", "tar_entity_match_pattern_type", "tar_entity_objnt_prop_dict"]
"tar_entity_id", "tar_entity_type"
下游任务暂时未完全确定。 韩博似乎提到了检索增强生成,可能会有助于 #307 的融合领域知识和社区历史部分。
Description
GH_CoRE简介
GH_CoRE(GitHub_Collaboration_Relation_Extraction)是一个基于GitHub日志数据抽出协作信息的工具,其中协作信息包含
EventAction
和Reference
两种类型。Feature
EventAction
关联按event trigger细分,Reference
关联暂未划分子类型columns = ["src_entity_id", "src_entity_type", "tar_entity_id", "tar_entity_type", "relation_label_id", "relation_type", "relation_label_repr", "event_id", "event_trigger", "event_type", "event_time"]
,columns_extend_field = ["tar_entity_match_text", "tar_entity_match_pattern_type", "tar_entity_objnt_prop_dict"]
"tar_entity_id", "tar_entity_type"
的。Unsigned, Temporal, Attributed,Non-enbeddings]相关Issue
305