GithubHelp home page GithubHelp logo

Comments (3)

antct avatar antct commented on September 28, 2024 1

这也是个历史遗留问题了。
对于NYT10这些老数据集,在opennre里面你可以发现他的做法经历了从(1)以test集合作为dev集合 -> (2)手动划分出dev集(9/1划分) -> (3)回归以test集合作为dev集合的历程。这主要的原因是因为这些数据集当时都是比较早的并无dev集,而一些早期的文章也就直接沿用了test集合作为dev集合,opennre最后的回归也是为了让pcnn这些基线的指标能对标那些早期的论文。
关于这个问题我的建议是:
(1)如果你仍然需要使用这些无dev的老数据集合,我建议你要么遵循9/1的比例将训练集随机划分,或者直接用test集合作为dev集合,两者都可以。只要你check一下你所有需要compare的baselines在相同的设置下即可,并且附加说明,这些老数据集的做法其实并没有一个统一的标准。
(2)更好的方案应该是选取opennre释放出来的两个新的数据集,NYT10m和Wiki20m,这两个新的数据集更完善。

from cil.

antct avatar antct commented on September 28, 2024

对,你可以自己写个脚本将这些原始论文数据转换成opennre的数据格式。

from cil.

ShellingFord221 avatar ShellingFord221 commented on September 28, 2024

另外看了下只有gds的数据是有dev的,其他的都只有train和test,想问下这个要怎么划分出来呢?(比如多少比例,怎么选取数据),谢谢

from cil.

Related Issues (5)

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.