Skip to content (access key 's')
Logo of Technion
Logo of CS Department
Events

Colloquia and Seminars

To join the email distribution list of the cs colloquia, please visit the list subscription page.

Computer Science events calendar in HTTP ICS format for of Google calendars, and for Outlook.
Academic Calendar at Technion site.

Upcoming Colloquia & Seminars

event head separator Understanding Hallucinations in LLMs Through Hypothesis-Driven Research
event speaker icon
Zorik Gekhhman (Ph.D. Thesis Seminar)
event date icon
Thursday, 30.07.2026, 14:00
event location icon

Bloomfield 526

event speaker icon
Advisor:  Prof. Roi Reichart

Factual reliability remains a critical bottleneck for LLMs, whose tendency to hallucinate undermines user trust. To mitigate this problem, we need methods to scientifically measure what a model knows and why it makes factual mistakes. However, many fundamental research questions in this space are not trivial to test, demanding the design of dedicated, controlled experiments precisely tailored to isolate the relevant phenomenon. Using three recent papers as case studies, we will explore the full research cycle: from defining the research question and formulating a hypothesis, to designing a controlled study to test it. 

The papers we will discuss are:
[1] Does Fine-Tuning LLMs on New Knowledge Encourage Hallucinations? (EMNLP 2024)
[2] Inside-Out: Hidden Factual Knowledge in LLMs (COLM 2025)
[3] Thinking to Recall: How Reasoning Unlocks Parametric Knowledge in LLMs (COLM 2026)

event head separator Narrower is Better: Task-Aware API Transpiling for Software Agents
event speaker icon
Ido Ram (M.Sc. Thesis Seminar)
event date icon
Sunday, 02.08.2026, 12:30
event location icon

Taub 9

event speaker icon
Advisor:  Prof. Eran Yahav

Modern software engineering agents solve tasks by interleaving reasoning with API calls that observe and modify their environment. On long-horizon tasks this degrades performance: the context fills with API documentation, authentication flows, and parameter details, forcing the agent to interleave reasoning about the task with discovery of the interface used to solve it, a conflict that compounds into failure.

We introduce SCOPE, an approach that decouples task analysis from implementation by a method of API transpiling. A planner agent first reasons about the task in isolation, defines a focused set of environment interactions it requires, and transpiles the raw APIs into a compact, task-specific toolset, verifying each tool before handoff. A solver agent then operates over this narrowed
interface, free of extraneous API documentation and complicated workflows.

On the AppWorld Benchmark with Minimax-M2, SCOPE reaches 81% accuracy on test_normal, a 5-point gain over a vanilla ReAct baseline under identical conditions, and a 71% accuracy on test_challenge, a 6-point gain over the baseline, while shortening solver trajectories by 48% and collapsing the exposed API surface from 74 endpoints to 4 task-specific tools on average.

event head separator Interpretability in Multimodal Models
event speaker icon
Michael Toker (Ph.D. Thesis Seminar)
event date icon
Wednesday, 02.09.2026, 11:00
event location icon

Taub 601 & Zoom

event speaker icon
Advisor:  Prof. Yonatan Belinkov

My research focuses on mechanistic interpretability-understanding and improving multi-modal models by analyzing their internal computations. I will present recent studies, including Diffusion Lens (ACL 2024), Padding Tone (NAACL 2025), and Follow the Flow (ACL 2026), and DeLeaker (ICL 2026). These works propose methods to reveal what text-to-image models learn and how computations are performed internally. These insights are then applied to solve concrete problems, such as semantic leakage, paving the way for more reliable and transparent generative AI.