Papers HuggingFace & arXiv
Accede y analiza papers de investigacion en IA directamente desde la API publica de HuggingFace. Metadatos estructurados, contenido en markdown, modelos y datasets vinculados.
Como funciona la skill
🔗
1. Parsear ID
Extrae el arXiv ID de cualquier URL (HF, arXiv abs/pdf) o ID directo
2502.09601
📑
2. Obtener Markdown
Descarga el paper completo como Markdown desde HF Papers
/papers/{ID}.md
📊
3. Metadatos JSON
Autores, upvotes, GitHub, resumen de IA, keywords
/api/papers/{ID}
🤖
4. Analisis final
Resumen ejecutivo, implicaciones practicas y recursos vinculados
models + datasets
📄 arXiv:2502.09601 • Feb 2025 • Daily Papers HF
CoT-Valve: Length-Compressible Chain-of-Thought Tuning
XM
Xinyin Ma •
GW
Guangnian Wan •
RY
Runpeng Yu •
GF
Gongfan Fang •
Xinchao Wang
14
upvotes
Abstract
Chain-of-Thought significantly enhances a model's reasoning capability, but it also comes with a considerable increase in inference costs due to long chains. With the observation that the reasoning path can be easily compressed under easy tasks but struggle on hard tasks, we explore the feasibility of elastically controlling the length of reasoning paths with only one model, thereby reducing the inference overhead of reasoning models dynamically based on task difficulty. We introduce a new tuning and inference strategy named CoT-Valve, designed to allow models to generate reasoning chains of varying lengths. To achieve this, we propose to identify a direction in the parameter space that, when manipulated, can effectively control the length of generated CoT.
✨
Resumen IA (Qwen2.5-Coder-32B)
A new strategy called CoT-Valve dynamically controls and compresses reasoning chains in models based on task difficulty, reducing inference costs with minimal performance impact.
Chain-of-Thought
inference costs
reasoning paths
CoT-Valve
parameter space
length-compressible CoT tuning
progressive chain length compression
GSM8K
AIME
Modelos HF
Ninguno publicado aun en Hub. Los checkpoints se distribuyen via GitHub.
Datasets HF
Datasets sinteticos GSM8K/AIME usados para entrenamiento; no publicados en HF.
Spaces vinculados
yashu2000/ReasoningEconomicsEnv_Blog — ReasonEconEnv Blog para OpenEnv Comp at AgentX. (activo)
| Benchmark |
Tokens originales |
Tokens comprimidos |
Reduccion |
Accuracy base |
Accuracy comprimido |
Impacto |
| GSM8K |
|
|
-69.6% |
95.07% |
94.92% |
-0.15% |
| AIME |
|
|
-32.2% |
ver paper |
-1 resp. |
minimal |
SkillOpt: Executive Strategy for Self-Evolving Agent Skills
SkillOpt introduces a systematic text-space optimizer for agent skills that trains skills as external agent state with stable updates and zero deployment inference overhead, achieving superior performance across multiple benchmarks.
agent skills
text-space optimizer
rollouts
Microsoft
GitHub
TradingAgents: Multi-Agents LLM Financial Trading Framework
A multi-agent framework using large language models for stock trading simulates real-world trading firms, improving performance across market conditions through specialized agent collaboration.
multi-agent
finance
LLM trading
simulation
FastContext: Training Efficient Repository Explorer for Coding Agents
FastContext separates repository exploration from code solving in LLM agents using specialized exploration models that reduce token consumption and improve resolution rates in coding tasks.
coding agents
repo exploration
token efficiency
SWE-bench
A Decoder-Only Foundation Model for Time-Series Forecasting
A large language model adapted for time-series forecasting achieves near-optimal zero-shot performance on diverse datasets by treating temporal sequences as tokenized inputs.
time-series
zero-shot
forecasting
Google
GET
/papers/{PAPER_ID}.md
Contenido completo del paper en Markdown
✔
GET
/api/papers/{PAPER_ID}
Metadatos JSON: autores, upvotes, resumen IA, keywords
✔
GET
/api/models?filter=arxiv:{ID}
Modelos HuggingFace vinculados al paper
✔
GET
/api/datasets?filter=arxiv:{ID}
Datasets HuggingFace vinculados al paper
✔
GET
/api/daily_papers?sort=trending&limit=20
Feed de papers diarios en tendencia
✔
GET
/api/papers/search?q={query}
Busqueda semantica hibrida sobre titulos y contenido
✔
POST
/api/papers/index
Indexar paper nuevo desde arXiv (requiere HF_TOKEN)
□