Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inference 遇到错误 #114

Open
guantao18 opened this issue Mar 1, 2022 · 3 comments · May be fixed by #115
Open

inference 遇到错误 #114

guantao18 opened this issue Mar 1, 2022 · 3 comments · May be fixed by #115

Comments

@guantao18
Copy link

Given input: 这 里 的 身 体 包 括 身 体 物 质 、 身 体 部 位 、 器 官 名 称 等 。 第 九 节 二 尖 瓣 病 变 二 尖 瓣 装 置 由 瓣 环 、 瓣 叶 、 腱 索 和 乳 头 肌 等 结 构 组 成 , 任 何 一 个 或 数 个 组 成 结 构 异 常 均 可 产 生 二 尖 瓣 畸 形 , 表 现 为 瓣 膜 口 狭 窄 和 ( 或 ) 关 闭 不 全 。
Model predict: [(0, 40, '[CLS] 这 里 的 身 体 包 括 身 体 物 质 、 身 体 部 位 、 器 官 名 称 等 。 [SEP] 第 九 节 二 尖 瓣 病 变 二 尖 瓣 装 置 由 瓣', 'bod'), (0, 43, '[CLS] 这 里 的 身 体 包 括 身 体 物 质 、 身 体 部 位 、 器 官 名 称 等 。 [SEP] 第 九 节 二 尖 瓣 病 变 二 尖 瓣 装 置 由 瓣 环 、 瓣', 'bod'), (0, 46, '[CLS] 这 里 的 身 体 包 括 身 体 物 质 、 身 体 部 位 、 器 官 名 称 等 。 [SEP] 第 九 节 二 尖 瓣 病 变 二 尖 瓣 装 置 由 瓣 环 、 瓣 叶 、 腱', 'bod'), (0, 49, '[CLS] 这 里 的 身 体 包 括 身 体 物 质 、 身 体 部 位 、 器 官 名 称 等 。 [SEP] 第 九 节 二 尖 瓣 病 变 二 尖 瓣 装 置 由 瓣 环 、 瓣 叶 、 腱 索 和 乳', 'bod')]

@guantao18
Copy link
Author

@xiaoya-li @YuxianMeng @littlesulley
请问这可能是什么原因导致的?去年的issues就有这个提问。感谢!

@Josson
Copy link

Josson commented Mar 8, 2022

@guantao18 我也遇到这个问题,请问解决了吗

@andrwvrn andrwvrn linked a pull request Mar 18, 2022 that will close this issue
@bugface
Copy link

bugface commented Apr 25, 2022

with the pull request fix, I still have something generated from inference on the conll2003 dataset as

Model predict: [ (21, 107, 'marcello cuttitta , ivan francescato , leandro manteri , diego dominguez , francesco mazzariol , alessandro troncon , orazio arancio , andrea sgorlon , massimo giovanelli , carlo checchinato , walter cristofoletto , franco properzi curti , carlo orlandi , massimo cuttitta , giambatista croci', 'PER'), (27, 30, 'ivan francescato', 'PER') ...

where some predictions are still containing many words (only when a sentence contains many entities in the same type).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants