Chitrank Gupta
Chitrank Gupta
**Relevant library versions**- 1. transformers==4.16.2 2. PyTorch==1.10.1 3. Python==3.7.0 **Task**- Paper-Label(L2) classification task **Dataset**: CS subset **Observation** Results mentioned in the paper (avg across 5 runs)- (NDCG) 0.403±.041 (MRR) 0.439±.078...
I am running the code on LAMA data (Fact-retreival dataset) and am facing following issue- I ran this command-- ``` python -m autoprompt.create_trigger --train data/train.jsonl --dev data/dev.jsonl --template ' {sub_label}...
**Description** A clear and concise description of what the bug is. I'm instantiating chatgpt bot via following API-- chatbot = Chatbot({ "email": "", "password": "", "captcha": "" }, conversation_id=None, parent_id=None)...
For eg given the sentence, "the acting was good but direction was poor", I want to infer the (aspect, aspects-sentiment) pairs such as (acting,good), (direction,poor). How can I do that?...
Hi, since you have retrained Glove embeddings on the corpus different from the original implementation, can you provide us with those new embeddings? It would be helpful in reproducing your...
consider sent1="X drives too fast" and sent2="X is pulled over by a cop" Now we know "sent1 "happens before" sent2" is true. Is there any zero-shot way of finding out...