locker
Australia has been hesitant – but could robots soon be delivering your pizza?
Robots zipping down footpaths may sound futuristic, but they are increasingly being put to work making deliveries around the world – though a legal minefield and cautious approach to new tech means they are largely absent in Australia. Retail and food businesses have been using robots for a variety of reasons, with hazard detection robots popping up in certain Woolworths stores and virtual waiters taking dishes from kitchens in understaffed restaurants to hungry diners in recent years. Overseas, in jurisdictions such as California, robots are far more visible in everyday life. Following on from the first wave of self-driving car trials in cities such as San Francisco, humans now also share footpaths with robots. Likened to lockers on wheels, companies including Serve Robotics and Coco have partnered with Uber Eats and Doordash, which have armies of robots travelling along footpaths in Los Angeles delivering takeaway meals and groceries.
- North America > United States > California > San Francisco County > San Francisco (0.25)
- North America > United States > California > Los Angeles County > Los Angeles (0.25)
- Oceania > Australia > Queensland (0.05)
- (3 more...)
- Transportation (1.00)
- Consumer Products & Services > Food, Beverage, Tobacco & Cannabis (0.89)
- Information Technology > Services (0.70)
- Consumer Products & Services > Restaurants (0.70)
Self-Training Large Language Models for Tool-Use Without Demonstrations
Luo, Ne, Gema, Aryo Pradipta, He, Xuanli, van Krieken, Emile, Lesci, Pietro, Minervini, Pasquale
Large language models (LLMs) remain prone to factual inaccuracies and computational errors, including hallucinations and mistakes in mathematical reasoning. Recent work augmented LLMs with tools to mitigate these shortcomings, but often requires curated gold tool-use demonstrations. In this paper, we investigate whether LLMs can learn to use tools without demonstrations. First, we analyse zero-shot prompting strategies to guide LLMs in tool utilisation. Second, we propose a self-training method to synthesise tool-use traces using the LLM itself. We compare supervised fine-tuning and preference fine-tuning techniques for fine-tuning the model on datasets constructed using existing Question Answering (QA) datasets, i.e., TriviaQA and GSM8K. Experiments show that tool-use enhances performance on a long-tail knowledge task: 3.7% on PopQA, which is used solely for evaluation, but leads to mixed results on other datasets, i.e., TriviaQA, GSM8K, and NQ-Open. Our findings highlight the potential and challenges of integrating external tools into LLMs without demonstrations.
- North America > United States > Hawaii (0.04)
- North America > United States > Florida > Miami-Dade County > Miami (0.04)
- North America > Mexico > Mexico City > Mexico City (0.04)
- (9 more...)
Dynamic Demand Management for Parcel Lockers
Sailer, Daniela, Klein, Robert, Steinhardt, Claudius
In pursuit of a more sustainable and cost-efficient last mile, parcel lockers have gained a firm foothold in the parcel delivery landscape. To fully exploit their potential and simultaneously ensure customer satisfaction, successful management of the locker's limited capacity is crucial. This is challenging as future delivery requests and pickup times are stochastic from the provider's perspective. In response, we propose to dynamically control whether the locker is presented as an available delivery option to each incoming customer with the goal of maximizing the number of served requests weighted by their priority. Additionally, we take different compartment sizes into account, which entails a second type of decision as parcels scheduled for delivery must be allocated. We formalize the problem as an infinite-horizon sequential decision problem and find that exact methods are intractable due to the curses of dimensionality. In light of this, we develop a solution framework that orchestrates multiple algorithmic techniques rooted in Sequential Decision Analytics and Reinforcement Learning, namely cost function approximation and an offline trained parametric value function approximation together with a truncated online rollout. Our innovative approach to combine these techniques enables us to address the strong interrelations between the two decision types. As a general methodological contribution, we enhance the training of our value function approximation with a modified version of experience replay that enforces structure in the value function. Our computational study shows that our method outperforms a myopic benchmark by 13.7% and an industry-inspired policy by 12.6%.
- Oceania > Australia (0.14)
- North America > Canada > Alberta (0.14)
- North America > United States > New York > New York County > New York City (0.04)
- (7 more...)
- Transportation > Freight & Logistics Services (1.00)
- Transportation > Ground > Road (0.67)
Geofence Warrants Ruled Unconstitutional--but That's Not the End of It
The 2024 US presidential election is entering its final stretch, which means state-backed hackers are slipping out of the shadows to meddle in their own special way. That includes Iran's APT42, a hacker group affiliated with Iran's Islamic Revolutionary Guard Corps, which Google's Threat Analysis Group says targeted nearly a dozen people associated with Donald Trump's and Joe Biden's (now Kamala Harris') campaigns. The rolling disaster that is the breach of data broker and background-check company National Public Data is just beginning. While the breach of the company happened months ago, the company only acknowledged it publicly on Monday after someone posted what they claimed was "2.9 billion records" of people in the US, UK, and Canada, including names, physical addresses, and Social Security numbers. Ongoing analysis of the data, however, shows the story is far messier--as are the risks.
- Asia > Middle East > Iran (0.76)
- North America > Canada (0.25)
- Oceania > New Zealand (0.06)
- (4 more...)
Faithful Logical Reasoning via Symbolic Chain-of-Thought
Xu, Jundong, Fei, Hao, Pan, Liangming, Liu, Qian, Lee, Mong-Li, Hsu, Wynne
While the recent Chain-of-Thought (CoT) technique enhances the reasoning ability of large language models (LLMs) with the theory of mind, it might still struggle in handling logical reasoning that relies much on symbolic expressions and rigid deducing rules. To strengthen the logical reasoning capability of LLMs, we propose a novel Symbolic Chain-of-Thought, namely SymbCoT, a fully LLM-based framework that integrates symbolic expressions and logic rules with CoT prompting. Technically, building upon an LLM, SymbCoT 1) first translates the natural language context into the symbolic format, and then 2) derives a step-by-step plan to solve the problem with symbolic logical rules, 3) followed by a verifier to check the translation and reasoning chain. Via thorough evaluations on 5 standard datasets with both First-Order Logic and Constraint Optimization symbolic expressions, SymbCoT shows striking improvements over the CoT method consistently, meanwhile refreshing the current state-of-the-art performances. We further demonstrate that our system advances in more faithful, flexible, and explainable logical reasoning. To our knowledge, this is the first to combine symbolic expressions and rules into CoT for logical reasoning with LLMs. Code is open at https://github.com/Aiden0526/SymbCoT.
- Europe > Belgium (0.05)
- North America > United States > Oregon > Multnomah County > Portland (0.04)
- Oceania > New Zealand > North Island > Auckland Region > Auckland (0.04)
- (2 more...)
- Information Technology > Artificial Intelligence > Representation & Reasoning > Logic & Formal Reasoning (1.00)
- Information Technology > Artificial Intelligence > Representation & Reasoning > Constraint-Based Reasoning (1.00)
- Information Technology > Artificial Intelligence > Natural Language > Large Language Model (1.00)
Zero, Finite, and Infinite Belief History of Theory of Mind Reasoning in Large Language Models
Large Language Models (LLMs) have recently shown a promise and emergence of Theory of Mind (ToM) ability and even outperform humans in certain ToM tasks. To evaluate and extend the boundaries of the ToM reasoning ability of LLMs, we propose a novel concept, taxonomy, and framework, the ToM reasoning with Zero, Finite, and Infinite Belief History and develop a multi-round text-based game, called $\textit{Pick the Right Stuff}$, as a benchmark. We have evaluated six LLMs with this game and found their performance on Zero Belief History is consistently better than on Finite Belief History. In addition, we have found two of the models with small parameter sizes outperform all the evaluated models with large parameter sizes. We expect this work to pave the way for future ToM benchmark development and also for the promotion and development of more complex AI agents or systems which are required to be equipped with more complex ToM reasoning ability.
- Asia > Singapore (0.04)
- Europe > Monaco (0.04)
- Asia > Middle East > Jordan (0.04)
- (2 more...)
Amazon Locker Capacity Management
Sethuraman, Samyukta, Bansal, Ankur, Mardan, Setareh, Resende, Mauricio G. C., Jacobs, Timothy L.
Amazon Locker is a self-service delivery or pickup location where customers can pick up packages and drop off returns. A basic first-come-first-served policy for accepting package delivery requests to lockers results in lockers becoming full with standard shipping speed (3-5 day shipping) packages, and leaving no space left for expedited packages which are mostly Next-Day or Two-Day shipping. This paper proposes a solution to the problem of determining how much locker capacity to reserve for different ship-option packages. Yield management is a much researched field with popular applications in the airline, car rental, and hotel industries. However, Amazon Locker poses a unique challenge in this field since the number of days a package will wait in a locker (package dwell time) is, in general, unknown. The proposed solution combines machine learning techniques to predict locker demand and package dwell time, and linear programming to maximize throughput in lockers. The decision variables from this optimization provide optimal capacity reservation values for different ship options. This resulted in a year-over-year increase of 9% in Locker throughput worldwide during holiday season of 2018, impacting millions of customers.
- North America > United States > Washington > King County > Seattle (0.28)
- North America > United States > Washington > King County > Bellevue (0.04)
- Europe > Italy (0.04)
- (17 more...)
- Research Report (1.00)
- Overview (1.00)
- Transportation > Freight & Logistics Services (1.00)
- Retail (1.00)
- Consumer Products & Services > Travel (1.00)
- Transportation > Passenger (0.89)
STREET: A Multi-Task Structured Reasoning and Explanation Benchmark
Ribeiro, Danilo, Wang, Shen, Ma, Xiaofei, Zhu, Henry, Dong, Rui, Kong, Deguang, Burger, Juliette, Ramos, Anjelica, Wang, William, Huang, Zhiheng, Karypis, George, Xiang, Bing, Roth, Dan
Unlike most existing question-answering (QA) datasets, we expect models to not only answer questions, but also produce step-by-step structured explanations describing how premises in the question are used to produce intermediate conclusions that can prove the correctness of a certain answer. We perform extensive evaluation with popular language models such as few-shot prompting GPT-3 and fine-tuned T5. We find that these models still lag behind human performance when producing such structured reasoning steps. We believe this work will provide a way for the community to better train and test systems on multi-step reasoning and explanations in natural language. A long-term pursuit in Artificial Intelligence is to endow machines with the ability to reason and manipulate premises to reach conclusions and perform tasks. Some recent works in the field of question-answering (QA) have demonstrated that language models can bypass some of these issues and learn to reason directly over natural language (Clark et al., 2020), allowing for more flexible and adaptable reasoning capabilities. Another advantage of performing multi-step reasoning over natural language is that it allows for more inspectable outputs, improving the explainability of models that are otherwise regarded as black box systems (Jain & Wallace, 2019; Rajani et al., 2019a; Danilevsky et al., 2020). Despite the recent progress, we notice that there is still a gap in resources for training and evaluating general reasoning capabilities over natural language. We build upon existing QA datasets by adding multi-premise, multi-step, structured explanations in the form of reasoning graphs, as depicted in Figure 1. When combined, all reasoning graphs contain a total of 151.1k reasoning steps (or textual entailments), of which 14.7k were created by our expert annotators.
- North America > United States > Minnesota > Hennepin County > Minneapolis (0.14)
- Europe > Belgium > Brussels-Capital Region > Brussels (0.04)
- North America > United States > Washington > King County > Seattle (0.04)
- (10 more...)
- Overview (0.66)
- Research Report (0.64)
Route Planning for Last-Mile Deliveries Using Mobile Parcel Lockers: A Hybrid Q-Learning Network Approach
Liu, Yubin, Ye, Qiming, Escribano-Macias, Jose, Feng, Yuxiang, Candela, Eduardo, Angeloudis, Panagiotis
Mobile parcel lockers have been recently proposed by logistics operators as a technology that could help reduce traffic congestion and operational costs in urban freight distribution. Given their ability to relocate throughout their area of deployment, they hold the potential to improve customer accessibility and convenience. In this study, we formulate the Mobile Parcel Locker Problem (MPLP) , a special case of the Location-Routing Problem (LRP) which determines the optimal stopover location for MPLs throughout the day and plans corresponding delivery routes. A Hybrid Q Learning Network based Method (HQM) is developed to resolve the computational complexity of the resulting large problem instances while escaping local optima. In addition, the HQM is integrated with global and local search mechanisms to resolve the dilemma of exploration and exploitation faced by classic reinforcement learning methods. We examine the performance of HQM under different problem sizes (up to 200 nodes) and benchmarked it against the exact approach and Genetic Algorithm (GA). Our results indicate that HQM achieves better optimisation performance with shorter computation time than the exact approach solved by the Gurobi solver in large problem instances. Additionally, the average reward obtained by HQM is 1.96 times greater than GA, which demonstrates that HQM has a better optimisation ability. Further, we identify critical factors that contribute to fleet size requirements, travel distances, and service delays. Our findings outline that the efficiency of MPLs is mainly contingent on the length of time windows and the deployment of MPL stopovers. Finally, we highlight managerial implications based on parametric analysis to provide guidance for logistics operators in the context of efficient last-mile distribution operations.
- Europe (0.67)
- North America > United States (0.27)
- Transportation > Ground > Road (1.00)
- Transportation > Freight & Logistics Services (1.00)
- Information Technology (1.00)
- (6 more...)
A recent news- AI will hack human brains !
It was an odd article I read today, that AI shall hack human brains. Well what will hack human brains is the devises to measure the MRI signals and brain activity and these DONOT USE AI. THESE ARE MECHANICAL DEVISES NOT AI DEVISES. One must understand AI first, then human brains and then humans. Understand what each is what each functions as.