ECPE icon indicating copy to clipboard operation
ECPE copied to clipboard

Results 10 ECPE issues
Sort by recently updated
recently updated
newest added

比如all_data_pair.txt 中缺少doc_id编号为9等等一些语料

I have a question about lambda parameter. In your paper, the lambda refers tradeoff parameter applied to loss function. But in this code, cause_lambda is 1 and also pos_lambda is...

The paper mentions distance to be used in filtering the candidate emotion cause pairs. What is this distance that has been used ? ![Screenshot_2020-04-09-00-48-12-448_com google android apps docs](https://user-images.githubusercontent.com/13498049/78824470-03c23480-79fc-11ea-8334-3fd4c7ddeaa1.png)

Trying to find the English version of the Emotion Cause dataset, but couldn't. Do you have any information of English version dataset?

error: No such file or directory: 'pair_data/P_emotion_1/fold1_train.txt' when i execute the second step: python pair.py, this problem happened. if i need to put some file to this folder like the...

w_cause = tf_funcs.get_weight_varible('softmax_w_cause', [2 * FLAGS.n_hidden, FLAGS.n_class]) b_cause = tf_funcs.get_weight_varible('softmax_b_cause', [FLAGS.n_class])

Hello, I am a graduate student in Computer Science of South China Normal University. Does your team have a PPT for this paper report, and is it convenient for disclosure?...