Giter Club home page Giter Club logo

dygie's People

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  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

dygie's Issues

Preprocessing for Wet Lab

I see preprocessing scripts for ACE and ontonotes, but where are the scripts for the wet lab dataset?

What is head_word_emb?

I was reading the code and got confused what ``head_word_emb'' means, is it the embeddings of entity head? Is it used in NER? Thanks!

revised run.zsh for ACE 2004

The current run.zsh has issues for preprocessing in ace2004.

To fix it,

  1. change java -cp ".:../stanford-corenlp-full-2015-04-20/* to java -cp ".:../common/stanford-corenlp-full-2015-04-20/*
  2. delete &>! log & in adjust offsets

Inter-sentence relations

Can this model extract inter-sentence relations b/w two entities? If so, how should one prepare data for the same?

Is this project active? Does it work?

Hi @luanyi ,
Thank you for sharing this project. The paper is very interesting and the results are impressive.

I am trying to follow the README just to reproduce the results from the paper, but there are many errors and mistakes.
I am fixing some of them, but others always pop up.
Most issues are related to incorrect data paths.

I see that others experience similar issues and are usually not getting any responses.
So - is this project active and maintained? Can I ask more questions about running, training, etc?

Thanks!
Uri

how to run it with cuda-9.2?

Thank you for this program, it's really helpful.

I have upgrade the nvidia driver to cuda-9.2 long ago which is not supported by tensorflow 1.8. Is it possible to run these programs with newer tensorflow? I guess tensorflow 2.0 and python3 will be better than current version.

And there is a missing file 'scripts/get_char_vocab.py'. Not sure what it does though.

preprocessing issues

I preprocess the ACE2005 corpus through your code but found some issues. The first issue is that in ace2json.py line93 the print function is in python2. I manually change the print function and run ace2json.py file. But it shows that I miss some files. I found that in ace2005/text/CNN_IP_20030408.1600.04.txt.conll the Standford annotator would wrongly add one more period in line 87~88 the word "SR..". there are two periods. Can you check this issue? Thanks for your contribution.

Non standard Relation Extraction metric ?

Hello,

In your paper you only specify the criterion to consider an entity as correct, and not a relation.
As I understand by a quick look at your code in model1/relation_metrics.py you consider a relation as correct if the relation type is correct along with the spans of its two arguments.
That is without considering the predicted entity type of the arguments.

If so, you use what (Bekoulis 2018) refers to as the "Boundaries" evaluation setting.
You cannot directly compare to previous works that take into account the entity type in the "Strict" evaluation setting as defined by (Bekoulis 2018).
As far as I know, (Li and Ji 2014) is the only related work using this "Boundaries" evaluation setting.

FYI (Sanh 2019) also uses a different metric and its scores are already not comparable to previous work, as pointed out in this issue.

(Bekoulis 2018) = "Joint entity recognition and relation extraction as a multi-head selection problem"

Best regards,

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.