--- license: cc-by-4.0 # 📚 ACL & NeurIPS Dataset ## 📦 Dataset Details ### 🔍 Dataset Description This dataset includes: - `ACL_2012.csv` to `ACL_2024.csv`: Tabular data where each row is a paper and each column represents a paper section. - `NeurIPS_2021.csv`, `NeurIPS_2022.csv`: Similar format as ACL `.csv` files. - `ACL_2023.json`, `ACL_2024.json`: Each file contains paper-wise parsed output including section headers and content. Each record is either a paper (in `.csv`) or a structured section-by-section breakdown of a paper (in `.json`). - **Languages:** English - **Total Papers (after filtering):** Varies by year (see `Statistics` section on HF for breakdown) - **Data format:** `.csv`, `.json` ## 📑 Dataset Structure ### For `.csv` Files: Each file contains: - Columns: `'title'`, `'abstract'`, `'introduction'`, `'related work'`, ..., `'future work'` - Rows: One paper per row - Year-specific files (`ACL_2012.csv` to `ACL_2024.csv`)