Giter VIP home page Giter VIP logo

cleve's People

Contributors

bakser avatar wzq016 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cleve's Issues

Finetuned model for inference

Is the fine-tuned model shared? If not, could you kindly share it? I wanted to run an inference with it to check sample outputs.

我在Pre-training步骤中遇到了问题

您好,我正在尝试复现您的代码,在生成contrast_examples.pkl文件后我开始对模型进行预训练,这时程序utils_ee.py第197行:trigger_idx = (node[0],node[1]-1)报错:unsupported operand type(s) for -: 'str' and 'int'。我尝试使用这种方式修改:trigger_idx = (node[0],int(node[1])-1)。
之后第382行:assert arg_posi in entities抛出异常,还有一些类似的问题我无法解决。
我想请教一下应该如何解决这些问题,或是您是否有修改后的代码?

Event Structure Pre-training

请问对于amr图的编码工作代码是如何进行的?使用GCC应当如何调整输入?作者,这部分的代码可以发布一下吗?

the data processing format and the metrics of event detection

I used your model but cannot reproduce the same performance. Can you provide the processing data format?
The calculation process of the metrics uses the command "from sklearn.metrics import f1_score, precision_score," tha library recognizes events one token for one trigger. However, the definition of event detection is to identify and class the span of a trigger when the trigger consists of multi-tokens . Is it reasonable to use this library in this case?

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.