HINT GENERATION
Recently working mostly in NLP related task and was involved in the project where we had to generate hint for the short questions. Here I will be discussing the approach rather than solution, What went wrong and how was it corrected. So, as fast as you think about the task your mind will get clicked with Context aware answer generation approach, where we provide the answer and context as the input to the encoder and decoder outputs the hint as the answer.(like Using typically BERT model will cost you time, and computation as, BERT itself is around 1gb in hugging face and average inference time is around 2–4 second, which is far more. So, we should think of the other approach rather than this.
Aug-20-2022, 23:41:10 GMT
- Technology: