paper-with-me

홈 › Papers

Cross-Lingual Token Arbitrage: Optimizing Code Agent Context Windows via Local LLM Preprocessing

2026-06-02 · Mehmet Utku Colak arxiv

AI-assisted coding agents are bottlenecked by input-token cost. Two pathologies of raw human input drive much of this overhead: tokenization inefficiency for non-English text and structural entropy in conversational prompts. Existing approaches act reactively by compressing already-bloated contexts or intervening after failures occur. We introduce a pre-flight, edge-side prompt-rewriting middleware that operates between the developer and the cloud agent. A local Llama 3.2 (3B) model performs cross-lingual translation into English, structural rewriting into a compact task-oriented format, and regex-validated rewrite-with-fallback safeguards to ensure the optimized prompt is never larger than the original. We evaluate on OMH-Polyglot, a multilingual coding benchmark spanning Turkish, Arabic, Chinese, and code-switched specifications. Across three commercial LLM backends, the middleware reduces prompt tokens by 34-47 percent and total tokens by up to 18.8 percent while preserving or improving task accuracy. Ablation studies show that gains arise primarily from the rewriting stage rather than simple function-name extraction. Compared with LLMLingua-2 at matched compression rates, our method consistently achieves superior OckScore performance across all evaluated backends. These results demonstrate that proactive prompt optimization can substantially reduce inference costs without sacrificing coding quality.

📄 PDF Abstract BibTeX arXiv:2606.03618

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Multilingual Arbitrage: Optimizing Data Pools to Accelerate Multilingual Progress

2024-08-27 · Ayomide Odumakinde, Daniel D'souza, Pat Verga, Beyza Ermis 외

The use of synthetic data has played a critical role in recent state-of-art breakthroughs. However, overly relying on a single oracle teacher model to generate data has been shown to lead to model collapse and invite pro…

An Improved Algorithm to Identify More Arbitrage Opportunities on Decentralized Exchanges

2024-06-24 · Yu Zhang, Tao Yan, Jianhong Lin, Benjamin Kraner 외

In decentralized exchanges (DEXs), the arbitrage paths exist abundantly in the form of both arbitrage loops (e.g. the arbitrage path starts from token A and back to token A again in the end, A, B,..., A) and non-loops (e…

Profit Maximization In Arbitrage Loops

2024-06-24 · Yu Zhang, Zichen Li, Tao Yan, Qianyu Liu 외

Cyclic arbitrage chances exist abundantly among decentralized exchanges (DEXs), like Uniswap V2. For an arbitrage cycle (loop), researchers or practitioners usually choose a specific token, such as Ether as input, and op…

Why Better Cross-Lingual Alignment Fails for Better Cross-Lingual Transfer: Case of Encoders

2026-03-19 · Yana Veitsman, Yihong Liu, Hinrich Schütze arxiv

Better cross-lingual alignment is often assumed to yield better cross-lingual transfer. However, explicit alignment techniques -- despite increasing embedding similarity -- frequently fail to improve token-level downstre…

Sentence ClassificationCross-Lingual TransferPOS Tagging

Learning Cross-Lingual IR from an English Retriever

2021-12-15 · NAACL 2022 7 · Yulong Li, Martin Franz, Md Arafat Sultan, Bhavani Iyer 외

We present DR.DECR (Dense Retrieval with Distillation-Enhanced Cross-Lingual Representation), a new cross-lingual information retrieval (CLIR) system trained using multi-stage knowledge distillation (KD). The teacher of …

Cross-Lingual Information RetrievalInformation RetrievalKnowledge DistillationMachine Translation+2