Giter Club home page Giter Club logo

span_oie's People

Contributors

zhanjunlang 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

Watchers

 avatar

span_oie's Issues

如何测试?

您好,我现在已经训练完一轮,该怎么测试呢?模型的预测结果格式什么?有无现成测试过程样例可以参考?

Running evaluation. Where is the head of entity passed?

Hello,
I am attempting to run evaluations on the dataset for my own version but can not understand a part of the script:
In the general reader:
`arg1 = data[3]
rel = data[2]
arg_else = data[4:]
confidence = data[1]
text = data[0]

curExtraction = Extraction(pred = rel, head_pred_index=-1, sent = text, confidence = float(confidence))
curExtraction.addArg(arg1)
for arg in arg_else:
curExtraction.addArg(arg)
d[text] = d.get(text, []) + [curExtraction]`

Why do we add the head as arg1? Or is the head passed using this head_pred_index?

Questions for reproducing the performance

Hi,
I trained the model with the uploaded code, but couldn't reproduce the performance on the paper.
Is the settings in the code, such as random seed, hyper-parameters, and model architecture, the same as that shown in the paper?

I revised some settings like pos_dim and syntax_flag following the paper configurations.
Is there additional things for me to consider to train the model?
or could you release the trained model for future research?

Thank you.

请问代码能上传吗

你好,最近读了你的论文,顺着论文的github找到这列,想继续阅读一下源码。请问可以上传代码吗。

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.