Giter VIP home page Giter VIP logo

sciner's Introduction

SciNER: A Novel Scientific Named Entity Recognizing Framework

This supplementary material contains code for the article: SciNER: A Novel Scientific Named Entity Recognizing Framework

Before start

We preset a lot of configurations containing the hyper-parameters we used in config directory.

Please download the corresponding model parameters or embeddings in advance. Save them in embeddings directory.

Download the SCIERC dataset and save it to data/scierc directory.

For other datasets, we use as the same as SciBERT.

For example:

.
├── embeddings
│   └── scibert_scivocab_uncased
│       ├── vocab.txt
│       ├── config.json
│       └── pytorch_model.bin
├── data
│   └── scierc
│       ├── dev.json
│       ├── test.json
│       └── train.json
...

Requirements are listed in requirements.txt.

Training

python train.py -c config/sept.json -d <gpu>

Test

python test.py -r <saved_checkpoint_path> -d <gpu>

Citing

If you use SciNER in your research, please cite our paper:

@InProceedings{10.1007/978-3-030-60450-9_65,
author="Yan, Tan
and Huang, Heyan
and Mao, Xian-Ling",
editor="Zhu, Xiaodan
and Zhang, Min
and Hong, Yu
and He, Ruifang",
title="SciNER: A Novel Scientific Named Entity Recognizing Framework",
booktitle="Natural Language Processing and Chinese Computing",
year="2020",
publisher="Springer International Publishing",
address="Cham",
pages="828--839",
isbn="978-3-030-60450-9"
}

sciner's People

Contributors

ethan-yt avatar

Stargazers

Gaspard Charles avatar Jay avatar Joe Judge avatar  avatar  avatar  avatar cin-hubert avatar Hung Ngo avatar  avatar Mohamed Radwan avatar qhd0081 avatar Cong Sun avatar J_J avatar liuyu avatar Gin avatar HUSTHY avatar GMFTBY avatar HuYong avatar

Watchers

James Cloos avatar Ibrahim Musa avatar  avatar paper2code - bot avatar

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.