paper-with-me

Papers

A Training Data Recipe to Accelerate A* Search with Language Models

2024-07-13 · Devaansh Gupta, Boyang Li

Combining Large Language Models (LLMs) with heuristic search algorithms like A* holds the promise of enhanced LLM reasoning and scalable inference. To accelerate training and reduce computational demands, we investigate the coreset selection problem for the training data of LLM heuristic learning. Few methods to learn the heuristic functions consider the interaction between the search algorithm and the machine learning model. In this work, we empirically disentangle the requirements of A* search algorithm from the requirements of the LLM to generalise on this task. Surprisingly, we find an overlap between their requirements; A* requires more accurate predictions on search nodes near the goal, and LLMs need the same set of nodes for effective generalisation. With these insights, we derive a data-selection distribution for learning LLM-based heuristics. On three classical planning domains, maze navigation, Sokoban and sliding tile puzzles, our technique reduces the number of iterations required to find the solutions by up to 15x, with a wall-clock speed-up of search up to 5x. The codebase is at https://github.com/devaansh100/a_star.

📄 PDF Abstract BibTeX arXiv:2407.09985

Code (1)

devaansh100/a_star 공식 구현 pytorch

Tasks

Heuristic SearchLanguage ModellingSokoban

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Text-to-Battery Recipe: A language modeling-based protocol for automatic battery recipe extraction and retrieval

2024-07-22 · Daeun Lee, Jaewoong Choi, Hiroshi Mizuseki, Byungju Lee

Recent studies have increasingly applied natural language processing (NLP) to automatically extract experimental research data from the extensive battery materials literature. Despite the complex process involved in batt…

Information RetrievalLanguage ModelingLanguage Modellingnamed-entity-recognition+2

dLLM: Simple Diffusion Language Modeling

2026-02-26 · Zhanhui Zhou, Lingjie Chen, Hanghang Tong, Dawn Song arxiv

Although diffusion language models (DLMs) are evolving quickly, many recent models converge on a set of shared components. These components, however, are distributed across ad-hoc research codebases or lack transparent i…

SLAM-LLM: A Modular, Open-Source Multimodal Large Language Model Framework and Best Practice for Speech, Language, Audio and Music Processing

2026-01-14 · Ziyang Ma, Guanrou Yang, Wenxi Chen, Zhifu Gao 외 arxiv

The recent surge in open-source Multimodal Large Language Models (MLLM) frameworks, such as LLaVA, provides a convenient kickoff for artificial intelligence developers and researchers. However, most of the MLLM framework…

parameter-efficient fine-tuningSpeech RecognitionAudio captioning

To 2:4 Sparsity and Beyond: Neuron-level Activation Function to Accelerate LLM Pre-Training

2026-02-05 · Meghana Madhyastha, Daniel Haziza, Jesse Cai, Newsha Ardalani 외 arxiv

Trainings of Large Language Models are generally bottlenecked by matrix multiplications. In the Transformer architecture, a large portion of these operations happens in the Feed Forward Network (FFN), and this portion in…

Cross-lingual Adaptation for Recipe Retrieval with Mixup

2022-05-08 · Bin Zhu, Chong-Wah Ngo, Jingjing Chen, Wing-Kwong Chan

Cross-modal recipe retrieval has attracted research attention in recent years, thanks to the availability of large-scale paired data for training. Nevertheless, obtaining adequate recipe-image pairs covering the majority…

Domain AdaptationRetrievalUnsupervised Domain Adaptation