shinnosukeono commited on
Commit
5dd8e8d
·
verified ·
1 Parent(s): a9be72a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -13
README.md CHANGED
@@ -57,20 +57,15 @@ This model has not undergone any post-training including instruction fine-tuning
57
  **BibTeX:**
58
 
59
  ```
60
- @misc{sukeda_japanese_2025,
61
- title = {A {Japanese} {Language} {Model} and {Three} {New} {Evaluation} {Benchmarks} for {Pharmaceutical} {NLP}},
62
- url = {http://arxiv.org/abs/2505.16661},
63
- doi = {10.48550/arXiv.2505.16661},
64
- abstract = {We present a Japanese domain-specific language model for the pharmaceutical field, developed through continual pretraining on 2 billion Japanese pharmaceutical tokens and 8 billion English biomedical tokens. To enable rigorous evaluation, we introduce three new benchmarks: YakugakuQA, based on national pharmacist licensing exams; NayoseQA, which tests cross-lingual synonym and terminology normalization; and SogoCheck, a novel task designed to assess consistency reasoning between paired statements. We evaluate our model against both open-source medical LLMs and commercial models, including GPT-4o. Results show that our domain-specific model outperforms existing open models and achieves competitive performance with commercial ones, particularly on terminology-heavy and knowledge-based tasks. Interestingly, even GPT-4o performs poorly on SogoCheck, suggesting that cross-sentence consistency reasoning remains an open challenge. Our benchmark suite offers a broader diagnostic lens for pharmaceutical NLP, covering factual recall, lexical variation, and logical consistency. This work demonstrates the feasibility of building practical, secure, and cost-effective language models for Japanese domain-specific applications, and provides reusable evaluation resources for future research in pharmaceutical and healthcare NLP. Our model, codes, and datasets are released at https://github.com/EQUES-Inc/pharma-LLM-eval.},
65
- urldate = {2025-05-30},
66
- publisher = {arXiv},
67
- author = {Sukeda, Issey and Fujii, Takuro and Buma, Kosei and Sasaki, Shunsuke and Ono, Shinnosuke},
68
- month = may,
69
- year = {2025},
70
- note = {arXiv:2505.16661 [cs]},
71
- annote = {Comment: 15 pages, 9 tables, 5 figures}
72
  }
73
-
74
  ```
75
 
76
  ## More Information [optional]
 
57
  **BibTeX:**
58
 
59
  ```
60
+ @misc{ono2025japaneselanguagemodelnew,
61
+ title={A Japanese Language Model and Three New Evaluation Benchmarks for Pharmaceutical NLP},
62
+ author={Shinnosuke Ono and Issey Sukeda and Takuro Fujii and Kosei Buma and Shunsuke Sasaki},
63
+ year={2025},
64
+ eprint={2505.16661},
65
+ archivePrefix={arXiv},
66
+ primaryClass={cs.CL},
67
+ url={https://arxiv.org/abs/2505.16661},
 
 
 
 
68
  }
 
69
  ```
70
 
71
  ## More Information [optional]