CoolFace
20 results

parser

KuoKuoYeah /pdf-parser-benchmark-exchange PDF Parser Benchmark Exchange 这个 HuggingFace dataset repo 是 PDF 解析工具评测的协作中转仓,用来完成下面这条流程: 解析工具同事上传解析结果 -> agent 下载到本地评测 -> 生成中文 benchmark/badcase 报告 -> agent 上传报告结果 请把这个 repo 当作“交接目录”,不要把它当作单一报告文件仓。新的解析结果、评测结果和历史归档分别放在不同目录,避免互相覆盖。 快速入口 如何阅读 MinerU 3.1.2 OmniDocBench Badcase Report:给解析工具同事的图文导读,解释报告返回什么、重点看哪些区块、如何把 badcase 转成优化任务。 OmniDocBench 全量 PDF 待评测输入:解析工具同事下载这些 PDF 后运行自己的 parser,再把解析结果上传到 submissions/。 MinerU 3.1.2 OmniDocBench baseline 最新索引:包含 benchmark report… See the full description on the dataset page: https://huggingface.co/datasets/KuoKuoYeah/pdf-parser-benchmark-exchange.document0 likes258 downloads5mo agoHugging Facejugalgajjar /MultiLang-Code-Parser-Dataset MultiLang Code Parser Dataset (MLCPD) MultiLang-Code-Parser-Dataset (MLCPD) provides a large-scale, unified dataset of parsed source code across 10 major programming languages, represented under a universal schema that captures syntax, semantics, and structure in a consistent format. Each entry corresponds to one parsed source file and includes: Language metadata Code-level statistics (lines, errors, AST nodes) Universal Schema JSON (normalized structural representation) MLCPD… See the full description on the dataset page: https://huggingface.co/datasets/jugalgajjar/MultiLang-Code-Parser-Dataset.tabular1M<n<10M2 likes217 downloads11mo agoHugging Facebuild-small-hackathon /agenda-parser-tool-traces Agenda Parser — tool-calling reasoning traces ReAct tool-calling traces for the Agenda Parser agents: each row is one agent step — a {system, user, assistant} chat example where the assistant emits a single JSON action {"thought", "tool", "args"}. Two agents are covered (tagged by meta.domain): agenda — the uploaded-packet research agent, over real public-meeting agenda packets (tools: list/read items, semantic + exact search, summarize, report). Each agenda row's meta.unit_id… See the full description on the dataset page: https://huggingface.co/datasets/build-small-hackathon/agenda-parser-tool-traces.documenttext-generation1K<n<10K0 likes204 downloads3mo agoHugging Facegg676 /ParserV1-modelstextn<1K0 likes165 downloads10mo agoHugging FaceinNexus /parser_dataset parser_dataset Parser training and evaluation data for multi-hop QA with long concatenated document contexts. Derived from HotpotQA and 2WikiMultihopQA. Contents Path Split Samples Notes train/hotpotqa_train_process_emb-select_llm-unable.parquet train HotpotQA processed train VERL / ParserRLHFDataset format 2wiki_val/eval_{N}.json eval 128 per file 2WikiMultihopQA, N documents per example hqa_val/eval_{N}.json eval 128 per file HotpotQA, N documents… See the full description on the dataset page: https://huggingface.co/datasets/inNexus/parser_dataset.textquestion-answering10K<n<100K1 likes108 downloads16d agoHugging Facesfd-anonymous /sec-parser SEC Filings Dataset Parser This repository contains the core parser used to convert SEC EDGAR filings into layout-faithful Markdown-style text for downstream dataset construction and evaluation. Contents sec_parser/sec_parser.py: main parser implementation sec_parser/special_chars.py: special-character normalization tables sec_parser/hardcodes.py: filing cleanup hardcodes sec_parser/config.py: parser configuration pdf_table_fastpath.py, table_ocr_backends.py… See the full description on the dataset page: https://huggingface.co/datasets/sfd-anonymous/sec-parser.0 likes89 downloads5mo agoHugging Face