iesl / box-embeddings

Box Embeddings as Modules
https://www.iesl.cs.umass.edu/box-embeddings
Apache License 2.0
100 stars 10 forks source link

Usage Documentation #23

Open mboratko opened 3 years ago

mboratko commented 3 years ago

Examples of the following:

  1. Train shallow box representations (can / should be on a simple toy dataset, eg. mammal, birds, etc. maybe do both BCE and max-margin)
  2. How you use it on the output of BERT (maybe NLI?)
  3. (Maybe more in the future) Probably do this in notebooks: https://mybinder.org/
dhruvdcoder commented 3 years ago

@trangtran72 I think we still need more work on all three points. 1. and 2. will be the main focus of the demo. So we need them with more comments and explanations.