Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Topics Directory #4

Open
jaidevshriram opened this issue Oct 23, 2021 · 2 comments
Open

Missing Topics Directory #4

jaidevshriram opened this issue Oct 23, 2021 · 2 comments

Comments

@jaidevshriram
Copy link

Hey!

Thanks for making this project public. I'm trying to run the pipeline mentioned in code/run-pipeline.sh but ran into some errors when executing run_topic_cv.py. The files required in lines 77-78 are unavailable in the repo or on the project webpage:

../working-dir/topics/citance.doc-topics.txt

Could you share the topics folder if available?

Further, if you have the trained model file on hand and an evaluation script, that would be of great help - I'm currently trying to evaluate the performance of this model.

@jaidevshriram jaidevshriram changed the title Missing topics Directory Missing Topics Directory Oct 23, 2021
@davidjurgens
Copy link
Owner

Hi Jaidev,

The run-pipeline.sh will generate those files for you if you uncomment this line:

#python generate_mallet_corpus.py ../working-files/

The pipeline script has a bunch of "big" steps commented out because they're only run once and take a while to do. If you're starting from scratch to replicate everything, you'll want to uncomment the relevant commands, which are indicated in the script's comment notes.

The paper used leave-one-paper-out cross validation, so I don't have a script handy at the moment but it should be replicable. I think we later tested it on an 80/20 split and the performance was statistically equivalent.

@jaidevshriram
Copy link
Author

Thanks! Will try that out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants