Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
General:  academic Type:  dataset Data Domain:  nlp Integration:  dvc git github
Michael Ekstrand fa02a3ec35
use knitr for cluster stats
7 months ago
c858f3e0d2
fix region
1 year ago
b4d036dde4
workflow on main branch
11 months ago
7697aa9e44
rerun results
11 months ago
7697aa9e44
rerun results
11 months ago
91e711be9f
commit with stats change
11 months ago
bfd1c6f25a
clean up old logging
1 year ago
bx
7697aa9e44
rerun results
11 months ago
7609b8d70e
update to new viaf & openlib
11 months ago
9b7aa6584a
update gender change report
11 months ago
7697aa9e44
rerun results
11 months ago
7697aa9e44
rerun results
11 months ago
7697aa9e44
rerun results
11 months ago
src
7970614e5d
info not debug
11 months ago
7697aa9e44
rerun results
11 months ago
c67d187741
change rust indent
1 year ago
2 years ago
5b0f5fb6c9
add r packages
7 months ago
b240912b36
start using the plumber
11 months ago
223a1c766f
update lockfile
11 months ago
4c9af99fde
finish dep udpates
11 months ago
3001ffb24d
finish PEG repro
2 years ago
fa02a3ec35
use knitr for cluster stats
7 months ago
fa02a3ec35
use knitr for cluster stats
7 months ago
bfd1c6f25a
clean up old logging
1 year ago
e082850240
a number of documentation changes for rust
2 years ago
a1824f6e72
re-enable ipynb output
7 months ago
a1824f6e72
re-enable ipynb output
7 months ago
877a57c3af
document plumber DSL
11 months ago
e337d7a87c
start scanning some banks
2 years ago
8154900ba4
render linkage stats with knitr
7 months ago
110d485e22
slurm options
1 year ago
400540ccae
lock with r-jsonlite
7 months ago
400540ccae
lock with r-jsonlite
7 months ago
400540ccae
lock with r-jsonlite
7 months ago
400540ccae
lock with r-jsonlite
7 months ago
11 months ago
fa02a3ec35
use knitr for cluster stats
7 months ago
a1824f6e72
re-enable ipynb output
7 months ago
99f2cd6df6
linkage stats in R
7 months ago
a1824f6e72
re-enable ipynb output
7 months ago
96a057b16a
clean up data thingies
2 years ago
Storage Buckets
Data Pipeline
Legend
DVC Managed File
Git Managed File
Metric
Stage File
External File

README.md

You have to be logged in to leave a comment. Sign In

This repository contains the code to import and integrate the book and rating data that we work with. It imports and integrates data from several sources in a homogenous tabular outputs; import scripts are primarily Rust, with Python implement analyses.

If you use these scripts in any published research, cite our paper (PDF):

Michael D. Ekstrand and Daniel Kluver. 2021. Exploring Author Gender in Book Rating and Recommendation. User Modeling and User-Adapted Interaction (February 2021) DOI:10.1007/s11257-020-09284-2.

We also ask that you contact Michael Ekstrand to let us know about your use of the data, so we can include your paper in our list of relying publications.

Note: the limitations section of the paper contains important information about the limitations of the data these scripts compile. Do not use the gender information in this data data or tools without understanding those limitations. In particular, VIAF's gender information is incomplete and, in a number of cases, incorrect.

In addition, several of the data sets integrated by this project come from other sources with their own publications. If you use any of the rating or interaction data, cite the appropriate original source paper. For each data set below, we have provided a link to the page that describes the data and its appropriate citation.

See the documentation site for details on using and extending these tools.

This project uses submodules — clone with git clone --recursive.

Running Everything

The dependencies are declared in environment.yml, in a format suitable for use with conda-lock. We provide lockfiles for Windows, macOS, and Linux; to create a Conda environment, run:

conda-lock install -n bookdata conda-lock.yml

You can run the entire import process with:

dvc repro

To regenerate or update the lockfiles, run:

conda-lock lock --mamba -f environment.yml -f dev-environment.yml -f audit-environment.yml

Copyright ⓒ 2020–2022 Boise State University. Distributed under the MIT License; see LICENSE.md. This material is based upon work supported by the National Science Foundation under Grant No. IIS 17-51278. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.

Tip!

Press p or to see the previous file or, n or to see the next file

About

This repository contains the code to import and integrate the book and rating data that we work with. It imports and integrates data from several sources in a homogenous tabular outputs; import scripts are primarily Rust, with Python implement analyses.

Collaborators 1

Comments

Loading...