Replies: 5 comments 6 replies
|
Did you use the instruct models? The models are the same. The difference should mainly came from how you run the model. |
0 replies
我试过,可以抽取知识图谱的关系节点,可能需要修改下提示词,并且修改下返回内容的解析函数就可以了。这部分需要自己适配。 |
0 replies
|
#>Did you use the instruct models? The models are the same. The difference should mainly came from how you run the model. |
0 replies
|
@monkeywl2020 ,我用的graph_transformers默认的提示词。开源模型换成qwen2-7b-instruct竟然抽取实体比qwen2.5-72b-instruct效果好。但是几个开源模型抽取关系始终是空值。 |
0 replies
|
langchain? what did you actually use? |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Has this been raised before?
Description
对比了一下阿里云百炼平台和开源的qwen2.5-72B。使用两个模型分别抽取知识图谱,开源的只能抽取出节点,关系一条都没抽取出来,而百炼平台的模型可以抽取出节点和关系。是不是说明开源的qwen2.5-72B做了简化处理?
All reactions