doccano 关于"跨度和关系"的自动标注(Sequence Labeling)有没有相关示例?

iqjalb3h  于 2个月前  发布在  其他
关注(0)|答案(3)|浏览(50)

hello,is there any example for Auto Labeling --> "Sequence Labeling" about "Labels --> span " and "Labels --> Relation "
for example ,my flask serving result is :
[
{
"思维模型": [
{
"end": 220,
"probability": 0.44249538834508684,
"start": 218,
"text": "承诺"
},
{
"end": 178,
"probability": 0.6102734098790492,
"relations": {
"关联模型": [
{
"end": 165,
"probability": 0.925864408949618,
"start": 160,
"text": "帕累托法则"
}
]
},
"start": 174,
"text": "二八定律"
},
{
"end": 249,
"probability": 0.4878372061543246,
"relations": {
"关联模型": [
{
"end": 242,
"probability": 0.9873120719339603,
"start": 238,
"text": "定期评估"
}
],
"所属用途": [
{
"end": 242,
"probability": 0.6598692713587653,
"start": 238,
"text": "定期评估"
}
]
]
},
"start": 245,
"text": "损失规避"
}
]
}
]
how can i write Mapping template for Labels 's span and Relation?

oogrdqng

oogrdqng1#

你会写你的环境吗?谢谢!

i5desfxk

i5desfxk2#

任何人都可以帮我吗?

slwdgvem

slwdgvem3#

我也有同样的问题...。

相关问题