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 95173d5f05
remove simple interaction scanning
3 months ago
09ac7d2ad9
remove piret remote
7 months ago
fef637d370
Use dedicated doc environment for doc build
5 months ago
802b483996
rerun with updated GR book links
3 months ago
802b483996
rerun with updated GR book links
3 months ago
83aa3e69cf
rerun with reviews
5 months ago
d78d78cff5
update pipeline to drop goodreads
3 months ago
bx
7af73abb37
disable BX by default
5 months ago
35ea0d084c
delete gr simple files
3 months ago
39b82af529
update documentation for public file download
4 months ago
f12cbd627a
move exploration
6 months ago
95173d5f05
remove simple interaction scanning
3 months ago
5f1b7c5a2c
Merge branch 'datafusion' into review-fusion
2 years ago
802b483996
rerun with updated GR book links
3 months ago
802b483996
rerun with updated GR book links
3 months ago
5f1b7c5a2c
Merge branch 'datafusion' into review-fusion
2 years ago
src
95173d5f05
remove simple interaction scanning
3 months ago
8f732becc8
update ol & viaf
5 months ago
6fb8097826
implement pipeline in jsonnet
6 months ago
2 years ago
b51674928e
Merge branch 'main' into R
5 months ago
3ade0c2a2d
drop plumber TCL
6 months ago
4cd9f26b56
add OpenLibrary subject types
3 months ago
4cd9f26b56
add OpenLibrary subject types
3 months ago
802b483996
rerun with updated GR book links
3 months ago
f871998d58
abstract notebook and re-introduce irkernel
5 months ago
e082850240
a number of documentation changes for rust
2 years ago
802b483996
rerun with updated GR book links
3 months ago
dc46269865
Better chart labels
6 months ago
6 months ago
2704b764ad
no freeze
5 months ago
940a9c63fe
reloack environment
4 months ago
204fd8e5b7
reviews vs ratings on az18
3 months ago
1839b4f2b0
Remove separate full & simple GoodReads data
3 months ago
802b483996
rerun with updated GR book links
3 months ago
d78d78cff5
update pipeline to drop goodreads
3 months ago
4bca769625
perl version
5 months ago
e7c9a8c921
fix jsonnet
5 months ago
b7f1e72822
fix bogus cli change
6 months 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 also provide a lockfile for reproducible dependencies; to install the 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 -f 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...