minstar

Results 8 issues of minstar

In converting examples to features function (```convert_examples_to_features```), we set ```valid.append(1)``` at [PAD] position. Why do we have to use [PAD] position? Can anyone explain this to me?

In supplementary section 1.2 (Gold Standard NER pre-training), the authors described that the training sets are built by taking **the union of the HUNER train and test splits of each...

question
wontfix

there are various labels (e.g., "ORG", "LOC", "MISC" etc.). Is there any way to evaluate separately? ```evaluate.py``` always shows overall results I think.

Hi, this is a really cool search engine tool on COVID-19! However, in the search engine, is there any way that we could get more metadata such as **cord_id** (document_id),...

Is there any way that we could measure variable ```MAX_NB```? While pretraining the code with our new dataset, we get below scores during training, ```[2100] Beta: 0.000, KL: 548.74, Word:...

This library contributes to facilitating further work in the biomedical domain! However, I cannot find how to reproduce the zero-shot performance of prompted language models. Could anyone help me?

bug

Your abbreviation module is pretty good! However, I have a question about this module. Is there any way that I can know what index is abbreviated in the input text?...

Hi, First of all, thank you for sharing your wonderful work! I was searching for efficient ways of mining instructions used in instruction-tuning LLMs. While reading the manuscript and investigating...