GithubHelp home page GithubHelp logo

vlomme / find-dataset-from-text Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 227 KB

Find the dataset from the text of the article. Solution Kaggle Coleridge Initiative - Show US the Data

Python 55.63% Jupyter Notebook 44.37%

find-dataset-from-text's Introduction

Find the dataset from the text of the article.

5th place solution Kaggle Coleridge Initiative - Show US the Data

Train BERT

  • Download the competition data
  • edit coleridge2.py
  • run python coleridge2.py

My solution

I tried two approaches (no dataset label string matching)

  • Regular expression - 0.5/0.56
  • BERT NER - 0.37/0.52

Ensemble, searching among known datasets and other approaches with BERT did not improve the results

Regular expressions

  • Looking for uppercase letters
  • Looking for nearby words with these letters
  • Just looking for words beginning with uppercase letters
  • I memorize all found and search among other documents

BERT NER

  • I divide the document into sentences of 200-400 characters
  • Select potential candidates
  • I take 90% of sentences with tags and 10% without tags
  • Use 3 classes - no class, first word and last word of dataset name
  • Predict and select good candidates

find-dataset-from-text's People

Contributors

vlomme avatar

Watchers

 avatar  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.