Papers with TSP

6 papers
Think-Search-Patch: A Retrieval-Augmented Reasoning Framework for Repository-Level Code Repair (2025.emnlp-industry)

Copied to clipboard

Challenge: Large language models suffer from multiple-file coding scenarios with strong inter-file dependencies . experimental results show that large language models exhibit inadequate performance in multi-file scenarios .
Approach: They propose a retrieval-augmented reasoning framework for repository-level code repair . they use a dataset to generate standardized patches based on the key snippets .
Outcome: The proposed framework improves retrieval accuracy and repair success on SWE-bench Lite . it surpasses models with larger size in managing extensive code contexts and fixing bugs spanning across multiple files.
Fast and Accurate Non-Projective Dependency Tree Linearization (2020.acl-main)

Copied to clipboard

Challenge: Existing methods for decoding dependency trees are 10 times faster than current ones.
Approach: They propose a graph-based method to tackle a dependency tree linearization task . they propose to solve a Traveling Salesman Problem and combine the solution into a projective tree .
Outcome: The proposed method outperforms the state-of-the-art linearizer while being 10 times faster in training and decoding.
Towards Better Non-Tree Argument Mining: Proposition-Level Biaffine Parsing with Task-Specific Parameterization (2020.acl-main)

Copied to clipboard

Challenge: Argument mining studies have advanced the ability to predict argument structures, but the technology for capturing non-tree-structured arguments is still in its infancy.
Approach: They propose a neural model that can predict proposition types and edges between propositions.
Outcome: The proposed model improves edge prediction performance compared to baseline models.
Towards Making the Most of ChatGPT for Machine Translation (2023.findings-emnlp)

Copied to clipboard

Challenge: Prior studies have shown that ChatGPT achieves comparable results to commercial systems for high-resource languages, but lags behind in complex tasks, e.g., low-resourced and distant-language-pairs translation.
Approach: They propose task-specific prompts and domain-specific prompts which are based on task information and domain information and a task-specific prompt.
Outcome: The proposed prompts improve the performance of ChatGPT in complex tasks and generate hallucinations for non-English-centric tasks.
Nested-Refinement Metamorphosis: Reflective Evolution for Efficient Optimization of Networking Problems (2025.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) excel in network algorithm design but suffer from inefficient iterative coding and high computational costs.
Approach: They propose a method to iteratively refine task descriptions and metamorphosis on algorithms to generate more effective solutions.
Outcome: Experimental results show that Nested-Refinement Metamorphosis outperforms state-of-the-art approaches in performance and efficiency.
FastKV: Decoupling of Context Reduction and KV Cache Compression for Prefill-Decoding Acceleration (2026.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) excel at handling long-context sequences, but require substantial prefill computation and key-value (KV) cache.
Approach: They propose a KV cache compression framework that decouples prefill computation from decoding KV budget.
Outcome: The proposed framework reduces latency in prefill and decoding by leveraging the stabilization of token importance in later layers.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations