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 15f446f941
publish doc updates
2 years ago
f1083188ce
fix url
4 years ago
1afa2c2845
cache rust stuff
2 years ago
18756774fb
Output data set statistics
2 years ago
18756774fb
Output data set statistics
2 years ago
ee11f9fb8f
include name documentation
2 years ago
bx
18756774fb
Output data set statistics
2 years ago
2927e1ff9b
Remove RDF code and infrastructure
2 years ago
1324076b37
Book Data Tools version 2.0
2 years ago
18756774fb
Output data set statistics
2 years ago
2 years ago
3c33f7f7e9
Simplify schema JSON
2 years ago
src
9fc1e0149b
improve name docs
2 years ago
ee11f9fb8f
include name documentation
2 years ago
0ffc7b5cc2
Add Windows command support
4 years ago
b540b1261b
no stripout
2 years ago
d39a85a8c2
render html reports
2 years ago
a087ac22ad
Use stdlib mpsc
2 years ago
a087ac22ad
Use stdlib mpsc
2 years ago
58ac08a671
rerun notebooks
2 years ago
470cafa056
try pyproject specification
2 years ago
e67aa5e364
Cluster statistics and exploration
4 years ago
e082850240
a number of documentation changes for rust
2 years ago
58ac08a671
rerun notebooks
2 years ago
470cafa056
try pyproject specification
2 years ago
dcd6885a48
Update conda-lock
2 years ago
e337d7a87c
start scanning some banks
2 years ago
d37c2070ff
bump processes
2 years ago
556d09da77
Fix bad locking
2 years ago
556d09da77
Fix bad locking
2 years ago
556d09da77
Fix bad locking
2 years ago
556d09da77
Fix bad locking
2 years ago
0bb59d1c01
fix doc reqs
2 years ago
2 years ago
48c68450b1
Merge branch 'datafusion'
2 years ago
556d09da77
Fix bad locking
2 years ago
7f4d95b46b
more run.py docs
2 years 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 to orchestrate things and and implement analyses, and DataFusion SQL for some integration steps.

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.

Running Everything

The dependencies are declared in pyproject.toml, 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 pyproject.toml

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...