Industry
MIRAGE: A Benchmark for Multimodal Information-Seeking and Reasoning in Agricultural Expert-Guided Conversations
We introduce MIRAGE, a new benchmark for multimodal expert-level reasoning and decision-making in consultative interaction settings. Designed for the domain of agriculture, MIRAGE captures the full complexity of expert consultations by combining natural user queries, expert-authored responses, and image-based context, offering a high-fidelity benchmark for evaluating models on grounded reasoning, clarification strategies, and long-form generation in a real-world, knowledge-intensive domain. Grounded in over 35,000 real user-expert interactions, and curated through a carefully designed multi-step pipeline, MIRAGE spans diverse crop health, pest diagnosis, and crop management scenarios. The benchmark includes more than 7,000 unique biological entities, covering plant species, pests, and diseases, making it one of the most taxonomically diverse benchmarks available for vision-language models in real-world expert-guided domains. Unlike existing benchmarks that rely on well-specified user inputs, MIRAGE features underspecified, context-rich scenarios, requiring models to infer latent knowledge gaps and either proactively guide the interaction or respond. Our benchmark comprises two core components. The Single-turn Challenge to reason over a single user turn and image set, identify relevant entities, infer causal explanations, and generate actionable recommendations; and a Multi-Turn challenge for dialogue state tracking, goal-driven generation, and expert-level conversational decision-making. We evaluate more than 20 closed and open-source frontier vision-language models (VLMs), using three reasoning language models as evaluators, highlighting the significant challenges posed by MIRAGE in both single-turn and multi-turn interaction settings. Even the advanced GPT4.1 and GPT4o models achieve 44.6% and 40.9% accuracy, respectively, indicating significant room for improvement.
In Japan, Nepali students navigate a growing study-to-work pathway
Dipu Tamang from Nepal is among more than 400,000 international students in Japan. When Dipu Tamang arrived in Japan from Nepal in 2024, he joined a growing stream of young people who see the country less as a traditional study destination and more as a structured route into work and long-term opportunity. The 22-year-old graduated from Shinjuku Heiwa Japanese Language School in March and now studies international business at a vocational college in Tokyo. He juggles part-time work as a convenience store clerk and hotel housekeeper to help cover his living expenses. "At first, I was interested in Japanese pop culture," he said. "Then I wanted to learn the language.
North Korea will 'never' get nuclear recognition, EU and South Korea say
North Korea will'never' get nuclear recognition, EU and South Korea say European Commission President Ursula von der Leyen shakes hands with South Korean President Lee Jae Myung next to European Council President Antonio Costa on the day of an EU-South Korea summit in Brussels on Wednesday. South Korea and the European Union have said that North Korea will "never" be recognized as a nuclear-weapon state, reaffirming their commitment to denuclearization days after China and North Korea pledged closer ties at a summit that made no public mention of the issue. South Korean President Lee Jae Myung held talks with European Commission President Ursula von der Leyen and European Council President Antonio Costa on Wednesday in Brussels, where they agreed to step up defense ties, including efforts to facilitate the exchange of classified information. "The DPRK will never be accepted as a nuclear-weapon state," the EU and South Korea said in a joint statement, referring to North Korea's formal name, the Democratic People's Republic of Korea. In a time of both misinformation and too much information, quality journalism is more crucial than ever. By subscribing, you can help us get the story right.
Canada moves to ban social media for children under 16 and regulate AI chatbots
Several countries have been considering tightening rules around AI use as well as social media use for children. OTTAWA - The Canadian government introduced a digital safety bill on Wednesday that would ban social media for children under 16 with exemptions for platforms that meet certain safety standards, months after Australia enacted the world's first social media ban for young people. The bill also aims to make AI chatbots safer by setting up a digital regulator to establish safety standards, a government official said. Companies could face penalties of 3% of global revenue or up to 10 million Canadian dollars ($7.2 million), whichever is more, for failing to comply. "Social media platforms and AI chatbots are designed to capture attention. They do not support healthy childhood development and have become a source of anxiety, isolation, depression and a range of other mental health challenges for many young Canadians," said Marc Miller, minister of Canadian identity and culture.
ImageSentinel: Protecting Visual Datasets from Unauthorized Retrieval-Augmented Image Generation
The widespread adoption of Retrieval-Augmented Image Generation (RAIG) has raised significant concerns about the unauthorized use of private image datasets. While these systems have shown remarkable capabilities in enhancing generation quality through reference images, protecting visual datasets from unauthorized use in such systems remains a challenging problem. Traditional digital watermarking approaches face limitations in RAIG systems, as the complex feature extraction and recombination processes fail to preserve watermark signals during generation. To address these challenges, we propose ImageSentinel, a novel framework for protecting visual datasets in RAIG. Our framework synthesizes sentinel images that maintain visual consistency with the original dataset. These sentinels enable protection verification through randomly generated character sequences that serve as retrieval keys. To ensure seamless integration, we leverage vision-language models to generate the sentinel images. Experimental results demonstrate that ImageSentinel effectively detects unauthorized dataset usage while preserving generation quality for authorized applications.
BO4Mob: Bayesian Optimization Benchmarks for High-Dimensional Urban Mobility Problem
We introduce BO4Mob, a new benchmark framework for high-dimensional Bayesian Optimization (BO), driven by the challenge of origin-destination (OD) travel demand estimation in large urban road networks. Estimating OD travel demand from limited traffic sensor data is a difficult inverse optimization problem, particularly in real-world, large-scale transportation networks. This problem involves optimizing over high-dimensional continuous spaces where each objective evaluation is computationally expensive, stochastic, and non-differentiable. BO4Mob comprises five scenarios based on real-world San Jose, CA road networks, with input dimensions scaling up to 10,100. These scenarios utilize high-resolution, open-source traffic simulations that incorporate realistic nonlinear and stochastic dynamics. We demonstrate the benchmark's utility by evaluating five optimization methods: three state-of-the-art BO algorithms and two non-BO baselines. This benchmark is designed to support both the development of scalable optimization algorithms and their application for the design of data-driven urban mobility models, including high-resolution digital twins of metropolitan road networks.
Renewable Lasso without Batch-Number Constraints: A Gradient-Enhanced Approach
Gao, Junzhuo, Peng, Ling, Guo, Xu, Lian, Heng
We study online estimation for high-dimensional generalized linear models with streaming data. First, for the non-distributed setting, we propose a gradient-enhanced surrogate loss that approximates the cumulative loss using only historical summaries, which modifies and improves upon the existing renewable estimation approach for the same model in the high-dimensional setting, and removes the batch-number constraint in previous studies. We then extend the method to distributed streaming data under the master-client architecture, where batches are partitioned across sites and only summaries (gradient vectors) are exchanged. Instead of directing applying the popular method of Jordan et al. (2019) to the surrogate quadratic loss, our adjusted approach does not require the clients to compute the full surrogate loss. We derive non-asymptotic error bounds under the high-dimensional scaling, without the stringent constraint on the number of batches in the previous studies. Simulation results under linear and logistic models, together with a real-data application, show improved accuracy over existing renewable estimators.
Fixed-Parameter Tractability of Private Synthetic Data Generation
Ghazi, Badih, Guzmán, Cristóbal, Kamath, Pritish, Knop, Alexander, Kumar, Ravi, Manurangsi, Pasin
We study the problem of generating synthetic data under differential privacy. We establish fixed-parameter tractability (FPT) for this problem where the parameter is the treewidth of the query family's incidence graph. Our algorithms attain optimal error rates across all regimes and are realized by two different approaches: the first is based on linear programming (LP) and the FPT of the separation problem for the LP dual; the second is based on a subsampled private multiplicative weights method, where we obtain FPT for sampling from Gibbs distributions. Both approaches are unified by a dynamic programming framework over a tree decomposition.