A fine-tuned 7B LLM with AST-guided prompting generates HLS code that is near 100% synthesizable and 75% functionally correct, according to the abstract.
rerankers: A Lightweight Python Library to Unify Ranking Methods
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
This paper presents rerankers, a Python library which provides an easy-to-use interface to the most commonly used re-ranking approaches. Re-ranking is an integral component of many retrieval pipelines; however, there exist numerous approaches to it, relying on different implementation methods. rerankers unifies these methods into a single user-friendly interface, allowing practitioners and researchers alike to explore different methods while only changing a single line of Python code. Moreover ,rerankers ensures that its implementations are done with the fewest dependencies possible, and re-uses the original implementation whenever possible, guaranteeing that our simplified interface results in no performance degradation compared to more complex ones. The full source code and list of supported models are updated regularly and available at https://github.com/answerdotai/rerankers.
citation-role summary
citation-polarity summary
fields
cs.PL 1years
2025 1verdicts
UNVERDICTED 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
SAGE-HLS: Syntax-Aware AST-Guided LLM for High-Level Synthesis Code Generation
A fine-tuned 7B LLM with AST-guided prompting generates HLS code that is near 100% synthesizable and 75% functionally correct, according to the abstract.