dgai91 / pytorch-acnn-model

code of Relation Classification via Multi-Level Attention CNNs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Files

Madhupriya6 opened this issue · comments

Hi,
I was trying to run the code, but the words.lst file and embedding file is not there and I see words.lst was deleted. I am new to this, could you please tell me how to get these files. Do I have to generate it?

you can find the embedding files from the project of ACNN mentioned in README

I used your embedding files and wordlist files and run the code, but, I gained very low accuracies...

I generated the words.lst from another (fasttext embeddings), however, when I run the code, it gives very low accuracies again.

I plan to run the code on Turkish data, however, I can not gain the accuracies that are given on the paper, when I run the code with your own English data.

Do you have any idea or advices that helps me get the similar scores that are given on the paper?