Code Monkey home page Code Monkey logo

Comments (5)

MavisJin avatar MavisJin commented on July 21, 2024 2

已解决,最后发现其实已正确识别出了实体,但是最后一步输出作者用的result_to_json是针对IBOES标注方式的,而我的数据是IBO,因此不能根据标签筛选出实体,改一改就可以了

from information-extraction-chinese.

shenman163 avatar shenman163 commented on July 21, 2024

我也是用IBO标注的,测试时没有结果,改result_to_json函数出错,请问你是如何改的啊?

from information-extraction-chinese.

forconz avatar forconz commented on July 21, 2024

@MavisJin 请教一下,你是如何标注的数据,能不能知道下?

我这边标注的实体,只是记录了实体的位置,类似下面的JSON
而今天,DR钻戒的圣诞暖心礼物,就是想让忙碌的年轻人们,放慢脚步,好好陪伴一次身边的Ta,对爱的人说一声“我爱你”。

像这个,我想识别出:DR钻戒,如何改进呢?求给个方向。

from information-extraction-chinese.

forconz avatar forconz commented on July 21, 2024

{"string": "近日,腾讯以近18亿美元入股特斯拉成第五大股东的消息引发了外界大量猜测和热议。", "entities": [{"word": "特斯拉", "start": 14, "end": 17, "type": "LOC"}]}

识别机构,应该识别腾讯和特斯拉。

@MavisJin 能不能知道一下,如何改善这个数据集。用什么工具来做标注,生成这个标注方式的语料。

from information-extraction-chinese.

bluesky632 avatar bluesky632 commented on July 21, 2024

@MavisJin 您好,想问一下您怎么修改的result_to_json函数的,我把数据集更换训练后, 不能识别出实体,不知道是哪一步出问题了

from information-extraction-chinese.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.