Coder Social home page Coder Social logo

bootstrapping_pre-train's Introduction

Global Bootstrapping Neural Network for Entity Set Expansion

The source codes for EMNLP:fingdings(2020) paper:Global Bootstrapping Neural Network for Entity Set Expansion

Dataset

the bootstrapping dataset can be downloaded from the yan et al.(2020)End-to-end bootstrapping neural network for entity set expansion or directly from Google Driver.

the pre-training dataset can be find here

Pre-training and Fine-tuning

pre-training

self-supervised

python pretrain_self.py --output_model_file models/xxx1

supervised

python pretrain_sup.py --input_model_file models/xxx1 --output_model_file models/xxx2

fine-tuing

to run the model please input like

python fine_tune.py --input_model_file models/xxx2

Citation

Please cite the following paper if you find our code is helpful, please cite:

@inproceedings{yan-etal-2020-global,
    title = "Global Bootstrapping Neural Network for Entity Set Expansion",
    author = "Yan, Lingyong  and
      Han, Xianpei  and
      He, Ben  and
      Sun, Le",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2020",
    month = nov,
    year = "2020",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/2020.findings-emnlp.331",
    doi = "10.18653/v1/2020.findings-emnlp.331",
    pages = "3705--3714"
}

bootstrapping_pre-train's People

Contributors

chaoannricardo avatar lingyongyan avatar

Watchers

James Cloos 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.