The dataset viewer is not available for this subset.
Exception: SplitsNotFoundError
Message: The split names could not be parsed from the dataset config.
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 290, in _generate_tables
pa_table = paj.read_json(
io.BytesIO(batch), read_options=paj.ReadOptions(block_size=block_size)
)
File "pyarrow/_json.pyx", line 342, in pyarrow._json.read_json
File "pyarrow/error.pxi", line 155, in pyarrow.lib.pyarrow_internal_check_status
return check_status(status)
File "pyarrow/error.pxi", line 92, in pyarrow.lib.check_status
raise convert_status(status)
pyarrow.lib.ArrowInvalid: JSON parse error: Column(/summary/top_cross_links/[]/[]) changed from string to number in row 0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 286, in get_dataset_config_info
for split_generator in builder._split_generators(
~~~~~~~~~~~~~~~~~~~~~~~~~^
StreamingDownloadManager(base_path=builder.base_path, download_config=download_config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 101, in _split_generators
pa_table = next(iter(self._generate_tables(**splits[0].gen_kwargs, allow_full_read=False)))[1]
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 304, in _generate_tables
batch = json_encode_fields_in_json_lines(original_batch, json_field_paths)
File "/usr/local/lib/python3.14/site-packages/datasets/utils/json.py", line 111, in json_encode_fields_in_json_lines
examples = [ujson_loads(line) for line in original_batch.splitlines()]
~~~~~~~~~~~^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/utils/json.py", line 20, in ujson_loads
return pd.io.json.ujson_loads(*args, **kwargs)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
ValueError: Expected object or value
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/split_names.py", line 71, in compute_split_names_from_streaming_response
for split in get_dataset_split_names(
~~~~~~~~~~~~~~~~~~~~~~~^
path=dataset,
^^^^^^^^^^^^^
config_name=config,
^^^^^^^^^^^^^^^^^^^
token=hf_token,
^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 340, in get_dataset_split_names
info = get_dataset_config_info(
path,
...<6 lines>...
**config_kwargs,
)
File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 291, in get_dataset_config_info
raise SplitsNotFoundError("The split names could not be parsed from the dataset config.") from err
datasets.inspect.SplitsNotFoundError: The split names could not be parsed from the dataset config.Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
- Run metadata
- Corpus summary
- Papers
- 2412.19437: DeepSeek-V3 Technical Report
- 2307.09288: Llama 2: Open Foundation and Fine-Tuned Chat Models
- 2407.21783: The Llama 3 Herd of Models
- 2501.12948: DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via Reinforcement Learning
- 2005.14165: Language Models are Few-Shot Learners
- 2505.09388: Qwen3 Technical Report
- 2203.02155: Training language models to follow instructions with human feedback
- 2502.12962: Infinite Retrieval: Attention Enhanced LLMs in Long-Context Processing
- 1706.03762: Attention Is All You Need
- 2401.04088: Mixtral of Experts
- 2303.08774: GPT-4 Technical Report
- 2410.21276: GPT-4o System Card
- 2412.19437: DeepSeek-V3 Technical Report
- Recurring themes
- Files
Meituan LongCat Multi-Instance Paper Analysis
Generated: 2026-07-31T08:24:24.520521+00:00
Run metadata
- Parents (workers): 8
- Child fan-out per paper: 2
- Model: LongCat-2.0
- Paper source: orx|arxiv|ar5iv
- Depth: heavy
Corpus summary
- Papers analyzed: 12 (valid: 12, failed: 0)
- Child focus jobs: 24
- Total claims / methods: 54 / 35
- Mean scientific score: 8.291666666666666
Papers
2412.19437: DeepSeek-V3 Technical Report
DeepSeek-V3 is a 671B-parameter Mixture-of-Experts language model with 37B activated parameters that achieves state-of-the-art open-source performance through novel auxiliary-loss-free load balancing, multi-token prediction training, and FP8 mixed-precision training, all at a remarkably economical cost of $5.576M.
- Score: 9 | Impact: Very High. The combination of auxiliary-loss-free balancing, MTP, and FP8 training provides a blueprint for economical frontier model development. The $5.576M training cost demonstrates that frontier
- Claims: 5 | Methods: 5 | Children: 2
2307.09288: Llama 2: Open Foundation and Fine-Tuned Chat Models
Llama 2 is a family of open-source pretrained and fine-tuned large language models up to 70B parameters, with Llama 2-Chat optimized via RLHF and safety-specific techniques, achieving competitive performance with closed-source chat models on human evaluations while providing detailed methodology for reproducibility and responsible development.
- Score: 8 | Impact: High. By releasing strong open-source foundation and chat models with comprehensive safety analysis, the work lowers the barrier for LLM research and promotes responsible development.
- Claims: 5 | Methods: 3 | Children: 2
2407.21783: The Llama 3 Herd of Models
Llama 3 is a herd of dense Transformer foundation models (8B, 70B, 405B parameters) pre-trained on 15.6T tokens and aligned via iterative SFT and DPO, achieving performance comparable to GPT-4 on a wide range of benchmarks while supporting multilinguality, coding, reasoning, and tool usage.
- Score: 8.5 | Impact: High. The public release of the 405B model and the detailed engineering insights (4D parallelism, RoCE tuning, reliability at scale) provide a strong foundation for industrial LLM development and open
- Claims: 3 | Methods: 3 | Children: 2
2501.12948: DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via Reinforcement Learning
DeepSeek-R1-Zero and DeepSeek-R1 demonstrate that large-scale reinforcement learning (RL) without supervised fine-tuning (SFT) can elicit strong reasoning capabilities in LLMs, with DeepSeek-R1 matching OpenAI o1-1217 on reasoning benchmarks through a multi-stage pipeline incorporating cold-start data and iterative RL.
- Score: 9 | Impact: Very High. Demonstrates a viable, open-source alternative to OpenAI o1, popularizes RL-first training for LLM reasoning, and provides highly capable distilled models to the community.
- Claims: 4 | Methods: 3 | Children: 2
2005.14165: Language Models are Few-Shot Learners
This paper demonstrates that scaling language models to 175 billion parameters (GPT-3) dramatically improves task-agnostic few-shot performance, enabling competitive results across diverse NLP tasks without gradient updates or fine-tuning.
- Score: 9 | Impact: Very High. Establishes scaling as a viable path toward task-agnostic NLP. Demonstrates that in-context learning can rival fine-tuning without gradient updates. Influences subsequent research on prompt
- Claims: 5 | Methods: 4 | Children: 2
2505.09388: Qwen3 Technical Report
Qwen3 is a family of open-weight large language models that unifies thinking and non-thinking modes with a thinking budget mechanism, achieving state-of-the-art performance across code, math, and agent tasks while supporting 119 languages.
- Score: 8 | Impact: High. The open-source release of state-of-the-art models with efficient MoE designs and unified thinking modes can significantly influence both research and industry applications.
- Claims: 4 | Methods: 2 | Children: 2
2203.02155: Training language models to follow instructions with human feedback
This paper demonstrates that fine-tuning large language models with reinforcement learning from human feedback (RLHF) significantly improves their ability to follow instructions, with a 1.3B parameter model outperforming the 175B GPT-3 on human preference evaluations.
- Score: 9 | Impact: Very High. Established RLHF as standard alignment approach; directly enabled ChatGPT and subsequent aligned LLMs; demonstrated that alignment can be more cost-effective than scaling.
- Claims: 6 | Methods: 3 | Children: 2
2502.12962: Infinite Retrieval: Attention Enhanced LLMs in Long-Context Processing
The paper proposes InfiniRetri, a training-free method that leverages the LLM's own attention allocation patterns to retrieve relevant tokens across infinitely long contexts, achieving 100% accuracy on the Needle-in-a-Haystack test over 1M tokens with a 0.5B model and significant gains on LongBench.
- Score: 7 | Impact: High. If the method generalizes, it offers a low-cost, training-free solution for infinite-context retrieval, with immediate practical applications. However, limitations in summarization and parameter
- Claims: 4 | Methods: 2 | Children: 2
1706.03762: Attention Is All You Need
The Transformer, a novel sequence transduction architecture based solely on self-attention mechanisms, achieves state-of-the-art results on machine translation tasks while significantly reducing training time compared to recurrent or convolutional models.
- Score: 9 | Impact: Very High. The architecture is fundamentally more parallelizable, achieves SOTA results, and the self-attention mechanism is broadly applicable across modalities and tasks.
- Claims: 3 | Methods: 3 | Children: 2
2401.04088: Mixtral of Experts
Mixtral 8x7B is a sparse mixture-of-experts language model that uses 13B active parameters per token to outperform Llama 2 70B and GPT-3.5 across multiple benchmarks, while offering faster inference and reduced compute cost.
- Score: 8 | Impact: High; the model sets a new state-of-the-art for open-weight models and demonstrates a cost-effective scaling path via sparsity.
- Claims: 4 | Methods: 2 | Children: 2
2303.08774: GPT-4 Technical Report
GPT-4 is a large-scale multimodal Transformer model that exhibits human-level performance on various professional and academic benchmarks, developed with a focus on predictable scaling and improved safety alignment via RLHF and rule-based reward models.
- Score: 8 | Impact: Very High. GPT-4 represents a significant leap in multimodal capability and safety alignment, with broad implications for AI applications, safety research, and society.
- Claims: 5 | Methods: 2 | Children: 2
2410.21276: GPT-4o System Card
The GPT-4o System Card details the capabilities, limitations, safety evaluations, and societal impact assessments of GPT-4o, an omni model that accepts text, audio, image, and video inputs and generates text, audio, and image outputs, with a focus on speech-to-speech safety.
- Score: 7 | Impact: High; GPT-4o is a frontier omni model with broad applications, and the system card informs safe deployment and future research.
- Claims: 6 | Methods: 3 | Children: 2
Recurring themes
scale(6)attention(4)reasoning(4)context(3)distill(3)rlhf(2)instruction(2)alignment(1)moe(1)efficiency(1)
Files
aggregate.json— full structured corpusanalyses.jsonl— one analysis per linepapers_meta.json— fetched paper metadatatoken_usage.json— LongCat token accounting
Pipeline: ORX/alphaXiv/arXiv paper fetch → 8-parent LongCat workers with child fan-out → merge → Hugging Face Hub.
- Downloads last month
- 31