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

Adding ECIR 2019 axiomatic reranking reproducibility runbook #535

Merged
merged 11 commits into from Jan 12, 2019

Conversation

Projects
None yet
2 participants
@Peilin-Yang
Copy link
Collaborator

Peilin-Yang commented Dec 21, 2018

This is mainly for parameter sensitivity results of axiom.beta

@lintool

This comment has been minimized.

Copy link
Member

lintool commented Jan 8, 2019

hi @Peilin-Yang we discussed on Slack, but I still don't think we should check in the duplicate qrels into the repo... why not just add something like this?

filenames = ['file1.txt', 'file2.txt', ...]
with open('path/to/output/file', 'w') as outfile:
    for fname in filenames:
        with open(fname) as infile:
            outfile.write(infile.read())

ref: https://stackoverflow.com/questions/13613336/python-concatenate-text-files

That is, if the concatenated qrels doesn't exist, create them...

Peilin Yang and others added some commits Jan 12, 2019

lintool and others added some commits Jan 12, 2019

Peilin Yang

@lintool lintool merged commit 7b41ae3 into master Jan 12, 2019

2 checks passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details

@lintool lintool deleted the ecir2019_runbook branch Jan 12, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment