ConstructingNEEG_IJCAI_2018 icon indicating copy to clipboard operation
ConstructingNEEG_IJCAI_2018 copied to clipboard

The data and code for our IJCAI-ECAI 2018 paper: Constructing Narrative Event Evolutionary Graph for Script Event Prediction

Results 11 ConstructingNEEG_IJCAI_2018 issues
Sort by recently updated
recently updated
newest added

事件的参数,除了主角,是如何确定的 And how to determine the arguments of those five events , p(a0, a1, a2) , other than the protagonist.

When I try to print out the scores, coming from the 'compute_scores()' function, this is what I get : ```Scores 1 : tensor([[-1.0152, -1.0266, -1.0691, -1.0257, -1.0003], [-0.8766, -0.8788, -0.8806,...

Thanks for your wonderful code and paper. How to use 'generate_data.py' and embedding methods (e.g., DeepWalk, Skpgram) to build inputs (i.e., files in data such as 'corpus_index_xxxxxxx_with_args_all_chain.data', 'data2.csv', 'test_index.pickle') to...

代码中似乎没有找到构建NEEG的代码,想请教是否能实现输入文本,输出基于输入构建的叙事事件图谱?是基于Granroth-Wilding发布的代码去做的么

由于是通过Granroth-wilding的代码重新生成了测试集,需要重新预处理数据。请问test_index.pickle的文件内容是什么?

data2.csv deepwalk_128_unweighted_with_args.txt encoding_with_args.csv 您好,请问这三个文件是怎么得到的

请问大家原始数据在哪里下载呢,作者给的链接里好像没有找到

could you elaborate the format of corpus_index_*.txt, I load it with pickle and see a struture of lists, [ "gives", "give", "obj", "surplus", "city", null ], what are the meanings...

When I run the event_chain.py, I encountered the run time error problem "RuntimeError: CUDA out of memory. Tried to allocate 474.75 MiB (GPU 0; 5.93 GiB total capacity; 4.39 GiB...

We note that the data you provide is already processed data. If I want to train my own data, what do I need to do