Coder Social home page Coder Social logo

biosyn's People

Contributors

jhyuklee avatar mjeensung 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  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  avatar  avatar

biosyn's Issues

Request for preprocessing script

Dear Respected Sir,
I need your preprocessing script. would you please provide me that? i shall be thankful.

Regards,
Haseeb Younas

Data inaccessible

Thank you for your work. It's been very useful to me
When I access the data: NCbi-Disease, BC5CDR-Disease, bC5CDR-Chemical, the web page will prompt "no preview, the file is in the owner's recycle bin", can you provide other data download methods

handle miss spelled words

If there are any misspelled words in the input, our model is unable to predict the correct ones; moreover, it may predict some random CUI keys.
To address this on our med terms ,can we utilize a high-quality spellchecker. please suggest some

Composite identifier predictions meaning

Hi, thank you so much for your work!

I have a question about the composite predictions from the model - in your README example, the model predicts multiple identifiers "D001260|208900" in the top 5. Does this mean that the model found both terms to be similar to the mention text based on probabilities or it is providing alternate possible identifiers? Just want to understand what predicting multiple identifiers implies in BioSyn predictions. Thanks!

Preprocessing dictionary

Hello
I am opening this issue to get access to your dictionary pre-processing code.

Regards
Shyama

Reproducibility of results on the NCBI Disease corpus

Hi,

Thanks to your Git repo, I was able to make 10 runs on the NCBI corpus with BioSyn.
I only did a single parsing of the data, then 10 independent preprocessing + training + prediction.
My results (with your evaluation script) are Acc1=89.89 with a standard deviation of 0.64 (the variability of the results coming almost exclusively from the preprocessing, from Ab3P I guess).

I understand from your article that your Acc1=91.1 result is obtained on a single run, right?
If so, it seems consistent.

If not, would you have an idea where the small difference could come from? (in this case, I could provide my bash commands, but they are basically a copy of the ones in your readme, without any modification of the options)

Kind regards

Original filenames info in the predictions file

Hi

Thank you for your work!

Would it be possible to include information relative to the original filenames of the evaluation dataset in the predictions_eval.json file? I.e. to associate a given list of mentions in the predictions file to the original filename (through a key or something)?

What's the role of "class" field in query files?

In the following example, "SpecificDisease", "Modifier" and "CompositeMention" are playing any role in the algorithm?

10441573||444|459||SpecificDisease||ovarian cancers||D010051
10441573||492|498||Modifier||cancer||D009369
10441573||655|683||CompositeMention||breast cancer|ovarian cancer||D001943|D010051

Input/Output clarification

If I understood correctly, we have a dictionary which maps "aliases"/"synonyms" to a list of corresponding cuis.
The input of the algorithm is a string (mention) and the output is some items in the dictionary:

{
  "mention": "ataxia telangiectasia", 
  "predictions": [
    {"name": "ataxia telangiectasia", "id": "D001260|208900"}, 
    {"name": "ataxia telangiectasia syndrome", "id": "D001260|208900"}, 
    {"name": "ataxia telangiectasia variant", "id": "C566865"}, 
    {"name": "syndrome ataxia telangiectasia", "id": "D001260|208900"}, 
    {"name": "telangiectasia", "id": "D013684"}
  ]
}

Since our target is to map the mention to a CUI, I'm wondering if there is any functionality that map the above output to a single CUI?

Request for preprocessing script

Hi,

I would like to reproduce the BioSyn results on the NCBI Disease Corpus (and to do an ablation study).
I was able to use your core method (+lowercased) on this corpus (and some others), but without the resolution of composite mentions and acronyms, I only get around 0.801 of top 1 accuracy on your published 0.911.

Could you please send me a pre-processing script?

Kind regards,
Arnaud

what if there is no word in topk is correct? the loss could be infinite?

Hello, there. After read the related paper, I got a question about the loss calculation. Formula 7 in the paper pointed out the definition of the marginal probability of the positive synonyms of a mention m. What if all of the top-k synonyms don't satisfy
EQUAL(m, n) = 1
then the marginal probability could be zero. And in formula 8, log 0 could be infinite, which seems like problematic.
Looking forward to your reply ~~

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.