4). Effective of AI on High Skilled Work – studies the impact of generative AI on software developers; reveals a 26.08% increase in the number of completed tasks among the developers that use AI tools like GitHub Copilot; also shows that less experienced developers are likely to
@dair_ai
-
Strategic Chain-of-Thought Refines LLM Performance by 21%
By
–
3). Strategic Chain-of-Thought – a method to refine LLM performance by incorporating strategic knowledge before the intermediate CoT reasoning steps; the problem-solving strategy helps to guide the generation of the CoT paths and final answers; claims to achieve a 21.05% increase
-
RAG Systems Address Long-Context LLM Focus Limitations
By
–
2). RAG in the Era of Long-Context LLMs – reports that longer-context LLMs suffer from a diminished focus on relevant information, which is one of the primary issues that a RAG system addresses (i.e., uses more relevant information); they propose an order-preserving RAG mechanism
-
PEDAL: Hybrid Self-Ensembling Approach for LLM Performance
By
–
9). PEDAL – uses a hybrid self-ensembling approach (based on diverse exemplars) to improve the overall performance of LLMs; specifically, it uses diverse exemplars to generate multiple candidate responses and then aggregates them using an LLM to generate a final response.
-

LLM Challenges: Infrastructure, Architecture, Data and Applications
By
–
10). Challenges and Responses in the Practice of LLMs – curates a set of important questions with insightful answers; questions are categorized across topics such as infrastructure, software architecture, data, application, and brain science.
-

Controllable Text Generation Methods for Large Language Models Survey
By
–
8). Controllable Text Generation for LLMs – provides a comprehensive survey on methods for controllable text generation in LLMs; discusses issues like safety, consistency, style, and helpfulness.
-
MagicDec: Speculative Decoding Enhances LLM Throughput and Latency
By
–
7). MagicDec – shows how speculative decoding can enhance throughput, reduce latency, and maintain accuracy in long context generation scenarios; it finds that as sequence length and batch size increase, bottlenecks shift from compute-bound to memory-bound…
-

Two-Stage Prompting Technique Enhances LLM Robustness
By
–
5). Enhancing Robustness in LLMs – proposes a two-stage prompting technique to remove irrelevant information from context; it serves as a self-mitigation process that first identifies the irrelevant information and then filters it out…
-

GraphRAG Methods: Graph-Based Indexing and Enhanced Retrieval Techniques
By
–
6). A Comprehensive Overview of GraphRAG Methods – focuses on techniques applied to the GraphRAG workflow (graph-based indexing, graph-guided retrieval, and graph-enhanced generation).
-

Language Modeling Techniques for Tabular Data Survey
By
–
4). Language Modeling on Tabular Data – presents a comprehensive survey of language modeling techniques for tabular data.