Code Monkey home page Code Monkey logo

Comments (4)

xiangrongzeng avatar xiangrongzeng commented on June 18, 2024

您理解的没错,无论训练还是测试,都只使用了实体的最后一个词。这篇文章的重点是关注实体重叠的问题,因此对多个词的实体进行了简化。真实情况中很多实体确实是包含多个词的,这也是这篇文章暂时不能解决的问题。

from copy_re.

twjiang avatar twjiang commented on June 18, 2024

感谢您的回复。那这么说来,那些针对实体多词问题来解决的模型,直接引用您论文的结果进行比较应当是不合理的,我就是因为看到近期的论文都直接引用您论文的58.7(F1值)进行比较,所以产生了这样的疑惑。

from copy_re.

xiangrongzeng avatar xiangrongzeng commented on June 18, 2024

是的,我也关注到了这个问题,直接对比不是很合理。但是,如果用抽取完整实体的p,r,f来对比我论文中的p,r,f,并且还超过了的话,确实能说明那个方法比我的方法更好。因为抽取完整实体的难度显然是不会低于只抽取一个词的难度。当然,论文中最好还是能有个脚注来说明评价标准的差异。

更进一步来说,如果考虑完整的实体了,其实数据集的统计情况也是会发生改变的。只考虑最后一个字时,两个实体相同,但是考虑完整的实体时,两个实体就未必相同了。比如“michael jordan”和“air jordan”在只考虑最后一个字时被认为是相同的,但是考虑完整实体时是不同的。从这个角度来说,由于实际上数据集不同了,就不应该跟我这篇文章进行对比了,而是重新给出完整实体情况下的统计结果和实验结果。

from copy_re.

twjiang avatar twjiang commented on June 18, 2024

感谢您的解答。谢谢!

from copy_re.

Related Issues (17)

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.