Author: torontoai
Data Architect – Chisel AI – Toronto, ON
From Chisel AI – Tue, 18 Jun 2019 12:10:03 GMT – View all Toronto, ON jobs
[D] How can I encode positional information of sentences in a text in a BERT model?
I am trying to train a BERT model for a certain form of text classification and I realized that it might be useful to know whether a sentence is on the same line or on a newline in a pdf document. Is there any way to encode the newline distance in BERT? My idea was using a different customized positional encoding but I am not sure whether it is the correct approach, and if it is, what continuous function to use. Would love to hear any suggestions on this.
submitted by /u/radcapbill
[link] [comments]
Does someone research instrument simulation? [Discussion]
I think of something that’s modelled like a GAN but one side is a real instrument (like a midi controlled organ) as discrimination and the other network as generation.
In that way the network could learn from the real instrument, to generate perfect real sounding midi instruments.
Just an idea – some thoughts about the implementation?
submitted by /u/fimari
[link] [comments]
[D] Are there any Python libraries that allow byte-pair encoding that splits on something other than space?
I have a large corpus of source code, and space matters in certain languages (like Python). It seems that https://github.com/rsennrich/subword-nmt splits on space. Are there other packages that will split on ”?
submitted by /u/shamoons
[link] [comments]
[D] Stumbled upon this interesting use of AI while doing my research
I was actually looking to start my own project on forecasting cryptocurrency prices and stumbled upon this.
Their top AI is predicting at around 63%, i found it rather impressive for it to be predicting at such a high rate.
Does anyone have any idea on what they are doing? Was trying to dive further but the language is quite terrible.
submitted by /u/sonofmoutain
[link] [comments]
[D] Distilling BERT — How to achieve BERT performance using Logistic Regression
Few days ago, in this post, I asked about a way to make BERT smaller. I got some interesting results and found some relevant papers. The basic idea is, given a relatively small labelled dataset, and another much bigger unlabelled set:
- Train BERT on the labeled set
- Predict values of the unlabelled set
- Train a much smaller model using the now the labelled big set
I tried it with Logistic Regression and got some interesting results here:
submitted by /u/sudo_su_
[link] [comments]