JensCS/top-ml-conference-papers-2023
Top ML Conference Papers 2023 A dataset of 7,035 papers from ACL 2023, CVPR 2023, ICLR 2023, and NeurIPS 2023, processed with KNOWHERE. Series This collection of KNOWHERE-processed paper datasets is continuously expanding. New datasets and editions will be released — stay tuned! Top ML Conference Papers 2023 (this) https://huggingface.co/datasets/JensCS/top-ml-conference-papers-2023… See the full description on the dataset page: https://huggingface.co/datasets/JensCS/top-ml-conference-papers-2023.
Top ML Conference Papers 2023
A dataset of 7,035 papers from ACL 2023, CVPR 2023, ICLR 2023, and NeurIPS 2023, processed with **KNOWHERE**.
Series
This collection of KNOWHERE-processed paper datasets is continuously expanding. New datasets and editions will be released — stay tuned!
Top ML Conference Papers
- 2023 (this)
- https://huggingface.co/datasets/JensCS/top-ml-conference-papers-2023
- https://www.kaggle.com/datasets/chenxing365/top-ml-conference-papers-2023
- 2024
- https://huggingface.co/datasets/JensCS/top-ml-conference-papers-2024
- https://www.kaggle.com/datasets/chenxing365/top-ml-conference-papers-2024
Embodied AI Conference Papers
- 2023–2025
- https://huggingface.co/datasets/JensCS/embodied-ai-conference-papers-2023-2025
- https://www.kaggle.com/datasets/chenxing365/embodied-ai-conference-papers-2023-2025
About KNOWHERE
<p align="center"> <img src="https://github.com/user-attachments/assets/896e64d2-e50e-4158-b71c-bc69e11c7c65" alt="KNOWHERE" width="800"/> </p>
<h2 align="center"><strong>Prepare unstructured data for AI Agents</strong></h2>
<p align="center"><strong>KNOWHERE is the memory layer between complex, dirty documents and AI agents.</strong></p>
<p align="center">It ingests unstructured documents and produces persistent, navigable memory: parsing, hierarchy extraction, multi-modal structuring, and graph construction in a single pipeline. Every chunk retains full semantic context, making the output a natural fit for Agentic RAG, vector-based RAG, or any LLM workflow.</p>
<p align="center"><strong>GitHub Repo:</strong> <a href="https://github.com/Ontos-AI/knowhere">https://github.com/Ontos-AI/knowhere</a></p>
Construction
Built with KNOWHERE:
- PDF Parsing — KNOWHERE parses each PDF into structured chunks (
chunks.json): text blocks with section paths. The dataset retains each chunk'scontentandpath. - Hierarchy Extraction — KNOWHERE outputs a
doc_nav.jsonsection tree per paper, with title, path, level, summary, chunk_count, and recursive children. - Agentic Extraction — An LLM pipeline classifies papers into 4 types and extracts fields from KNOWHERE's parsed chunks and section hierarchy.
- Assembly — Extraction fields + KNOWHERE chunks + hierarchy merge into unified records.
Applications
- Literature analysis and survey support — structured extraction fields (method, results, baselines) enable systematic literature review, cross-conference trend tracking, and automated survey generation
- Benchmark for PDF parsing & scientific understanding — evaluate document parsing pipelines and information extraction models on real academic papers with ground-truth hierarchy and typed fields
- Foundation for AI for Science experiments — structured paper representations serve as input for downstream tasks such as paper generation, research idea proposal, and citation-aware knowledge construction
Field Schema
All 24 extraction fields appear in every record. Fields not applicable to a paper's type are empty strings (or empty lists).
Common (all papers)
model_architecture (1,004 papers)
methodandpipeline (5,196 papers)
theoryandanalysis (798 papers)
agent_system (37 papers)
Structural & Metadata
Formats
- JSONL — Nested hierarchy tree with recursive
children, human-readable. - Parquet — Columnar format, Zstd compression; hierarchy flattened to depth-first list.
Pipeline
KNOWHERE → Parse → Structure → Build Memory → Agentic extraction → Dataset assembly.
License
CC BY 4.0. Original papers retain their respective copyrights.
