Source author record

Fatemeh Haji

Fatemeh Haji appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

2works
3topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

2 published item(s)

preprint2026arXiv

Memory-Guided Tree Search with Cross-Branch Knowledge Transfer for LLM Solver Synthesis

Combinatorial optimization (CO) underlies decision-making from logistics to chip design, where infeasible solutions are operationally unusable and small quality gains translate into substantial economic value. Recent work uses large language models (LLMs) to automate solver synthesis: generating executable solver programs from natural-language specifications. However, existing tree-search and evolutionary agents refine candidate trajectories in parallel without explicit knowledge transfer, reintroducing the same constraint violations and converging on similar algorithm families. We introduce MEMOIR, a memory-guided tree-search framework with a two-level memory hierarchy: branch-local memory preserves execution-grounded refinement details within a branch as it iterates on a single algorithmic design, while global memory stores compressed algorithmic and failure-mode summaries across branches. A reflection step at branch termination distills these summaries, enabling cross-branch transfer without polluting future contexts with low-level debugging traces. Across seven CO problems spanning scheduling, routing, packing, and geometric design, MEMOIR achieves 96.7% solution validity (a 9.2 point gap over the strongest baseline) and improves the average normalized score by 7.3 points at matched per-method execution budget. Over three independent runs on four problems, MEMOIR's run-to-run validity standard deviation is more than an order of magnitude below that of every baseline we evaluated in this setting, suggesting that memory-guided exploration yields consistent improvements rather than reflecting sampling variance.

preprint2022arXiv

Data Visualization of Traffic Violations in Maryland, U.S

Nowadays, car use has become so common and inevitable that with a high approximation, it can be said that every family has at least one car. This has caused an increase in accidents and, subsequently, road injuries. About 1.2 million people die from road injuries yearly, and 20 to 50 million live with non-fatal injuries. Investigation of this issue is essential, considering that traffic violations have become a global concern. There, a dataset published by the Montgomery County government was analyzed using R and Python, only Maryland crimes. The highest number of deaths is in young men, which shows an increase in traffic accident injuries in the third decade of life, and a reduction of victims of different ages was observed as a result. Factors affecting the occurrence of injuries caused by road traffic were also extracted. This can be useful in providing programs to reduce traffic violations.