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 8bc1bac9ac
set version
2 months ago
25dd3172d2
no more unverified ssl
7 months ago
7a038ce95c
update setup-pixi
2 months ago
72a2d92680
auto-format yaml
2 months ago
2ddb23df1e
a bunch of nice docs and simplification
2 months ago
2ddb23df1e
a bunch of nice docs and simplification
2 months ago
2ddb23df1e
a bunch of nice docs and simplification
2 months ago
bx
2ddb23df1e
a bunch of nice docs and simplification
2 months ago
2ddb23df1e
a bunch of nice docs and simplification
2 months ago
f903daac1c
update audit reports
2 months ago
49be21b1e9
do a bunch of formatting
2 months ago
2ddb23df1e
a bunch of nice docs and simplification
2 months ago
5f1b7c5a2c
Merge branch 'datafusion' into review-fusion
3 years ago
2ddb23df1e
a bunch of nice docs and simplification
2 months ago
2ddb23df1e
a bunch of nice docs and simplification
2 months ago
5f1b7c5a2c
Merge branch 'datafusion' into review-fusion
3 years ago
src
174799c88d
fix name
2 months ago
2ddb23df1e
a bunch of nice docs and simplification
2 months ago
1b8bf5255d
add pre-commit
2 months ago
6fb8097826
implement pipeline in jsonnet
1 year ago
06a0965231
update to pixi dependencies
9 months ago
84273f529f
update notebook rendering
7 months ago
3ade0c2a2d
drop plumber TCL
1 year ago
706bac2f48
bump deps
2 months ago
8bc1bac9ac
set version
2 months ago
8b9f50d18b
rerun some things
2 months ago
22ffbe66d1
some cleanups
2 months ago
5c64172b9c
fix copyright owner
3 months ago
8b9f50d18b
rerun some things
2 months ago
9c7fd567fa
rerender linkage stats
5 months ago
dbbcec4015
README update
2 months ago
49be21b1e9
do a bunch of formatting
2 months ago
2ddb23df1e
a bunch of nice docs and simplification
2 months ago
e7e883936c
update viaf date
8 months ago
2ddb23df1e
a bunch of nice docs and simplification
2 months ago
8b9f50d18b
rerun some things
2 months ago
49be21b1e9
do a bunch of formatting
2 months ago
f9d0389b5f
auto-format
2 months ago
f9d0389b5f
auto-format
2 months ago
4c0655c833
move pipeline update into invoke
4 months ago
cf246ea777
fix dprint
2 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 managed with Pixi and declared in pixi.toml. To install the environment, run:

$ pixi install

The dev environment provides additional useful software for making modifications to the code, such as the Python linter.

You can run the entire import process with:

$ pixi run repro-all

[!NOTE]

If you are going to develop on the tools, set up pre-commit with:

$ pixi run -e dev pre-commit install

Copyright ⓒ 2023–2024 Drexel University, 2020–2023 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...