Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 678 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 678 Bytes

docetl-examples

This repository contains examples of DocETL pipelines. Currently, it includes:

ICLR 2024 Review Analysis

Analyzes reviews from ICLR 2024 conference submissions to identify common themes in reviewer feedback, particularly focusing on strengths and weaknesses mentioned across papers.

Data

The review data is stored using Git LFS (Large File Storage) due to its size. To work with the data:

  1. Install Git LFS if you haven't already:
brew install git-lfs
git lfs install
  1. Clone the repository with LFS support:
git clone https://github.com/ucbepic/docetl-examples.git
  1. Pull the large files:
git lfs pull