RECCON icon indicating copy to clipboard operation
RECCON copied to clipboard

This repository contains the dataset and the PyTorch implementations of the models from the paper Recognizing Emotion Cause in Conversations.

Results 3 RECCON issues
Sort by recently updated
recently updated
newest added

Hello, is the reasoning code for this model the same as the code for validating the test set, and does the reasoning code need to enter additional information besides the...

# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...

when i load model, something wrong. config = RecconEmotionEntailmentConfig.from_pretrained( "https://storage.googleapis.com/sgnlp/models/reccon_emotion_entailment/config.json" ) tokenizer = RecconEmotionEntailmentTokenizer.from_pretrained("roberta-base") model = RecconEmotionEntailmentModel.from_pretrained( "https://storage.googleapis.com/sgnlp/models/reccon_emotion_entailment/pytorch_model.bin", config=config, ) wrong: 403 Forbidden: None. Cannot access content at: https://storage.googleapis.com/sgnlp/models/reccon_emotion_entailment/config.json. If...