GithubHelp home page GithubHelp logo

tony-hong / activebaby Goto Github PK

View Code? Open in Web Editor NEW

This project forked from asayeed/activebaby

0.0 0.0 0.0 131 KB

BabyLM challenge code

License: Apache License 2.0

Python 10.28% Jupyter Notebook 89.72%

activebaby's Introduction

README

ActiveBaby

Repo for BabyLM challenge

step by step process

BASELINE

  1. RoBERTa over entire corpus.

  2. Longformer over entire corpus.

  3. Evaluation metrics.

FANCIER

  1. RoBERTa over entire corpus.

  2. Trigram (?) surprisals over entire corpus.

2.1 Construct/rescale surprisals into surprisal vectors (SurprisalSpace)

    • via some external HMM tool (like hmmlearn)
  1. Split into Initial and Pool

  2. Longformer over Initial

  3. Per-sentence perplexity over Initial.

  4. top-k perplexity sentences (Centroids)

  5. kNN in SurprisalSpace of Pool -> add to Initial

  6. Goto 2.

  7. Evaluation metrics.

Monitor of training process

https://wandb.ai/tony-xudong-hong/huggingface/runs/v9l8f6mg/overview?workspace=user-tony-xudong-hong

Timeline

January 2023: Training data released

March 2023: Shared evaluation pipeline released

July 15, 2023: Models and results due

August 1, 2023: Paper submissions due

Date TBA: Shared task presented at CoNLL

activebaby's People

Contributors

tony-hong avatar asayeed 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.