226 research outputs found

    Building community : network within grey space

    Get PDF
    Buildings constitute the city, but at the same time isolate people from the action of the city by delimiting the activities within. Considering the relationship between buildings and public urban areas, is there a missing characteristic which could blur the boundary and create a smooth transition, a grey space gradually mediating between the outside and the inside, exterior and interior? Perhaps a type of connection within the city which contains more flexibility and accessibility would reduce the isolation of people from the activities of their own cities. Isolation of this type exists on the urban scale, but also affects institutions hidden within the urban landscape. One such institution is the Rhode Island School of Design. Although RISD buildings spread over most of the downtown area of Providence without a concrete division, there is no such grey space mediating between the private interior and streetscape, to the urban environment of Providence and activities of RISD. Beyond architectural divisions, student work habits intensify the effect of isolation and result in poor work-life balance. In order to break the negative effects of isolation created by RISD buildings both from their context in the city and from one another, it is necessary to build one solid connection between RISD and urban environment of Providence. Considering this, an additive, dependent network interlocking with the existing fabric is needed to encourage engagement between RISD students and citizens in Providence. A prototype of this network is placed at the center point of both the RISD campus and urban area of Providence. The network unites RISD buildings to define a community which contains multiple programs within grey space, providing opportunities for interaction between students and citizens of Providence. Through the unity of campus and city, isolation will be decreased and coherence between buildings and the overall fabric cityscape will be achieved

    Knowledge Distillation based Contextual Relevance Matching for E-commerce Product Search

    Full text link
    Online relevance matching is an essential task of e-commerce product search to boost the utility of search engines and ensure a smooth user experience. Previous work adopts either classical relevance matching models or Transformer-style models to address it. However, they ignore the inherent bipartite graph structures that are ubiquitous in e-commerce product search logs and are too inefficient to deploy online. In this paper, we design an efficient knowledge distillation framework for e-commerce relevance matching to integrate the respective advantages of Transformer-style models and classical relevance matching models. Especially for the core student model of the framework, we propose a novel method using kk-order relevance modeling. The experimental results on large-scale real-world data (the size is 6∼\sim174 million) show that the proposed method significantly improves the prediction accuracy in terms of human relevance judgment. We deploy our method to the anonymous online search platform. The A/B testing results show that our method significantly improves 5.7% of UV-value under price sort mode

    RCAgent: Cloud Root Cause Analysis by Autonomous Agents with Tool-Augmented Large Language Models

    Full text link
    Large language model (LLM) applications in cloud root cause analysis (RCA) have been actively explored recently. However, current methods are still reliant on manual workflow settings and do not unleash LLMs' decision-making and environment interaction capabilities. We present RCAgent, a tool-augmented LLM autonomous agent framework for practical and privacy-aware industrial RCA usage. Running on an internally deployed model rather than GPT families, RCAgent is capable of free-form data collection and comprehensive analysis with tools. Our framework combines a variety of enhancements, including a unique Self-Consistency for action trajectories, and a suite of methods for context management, stabilization, and importing domain knowledge. Our experiments show RCAgent's evident and consistent superiority over ReAct across all aspects of RCA -- predicting root causes, solutions, evidence, and responsibilities -- and tasks covered or uncovered by current rules, as validated by both automated metrics and human evaluations. Furthermore, RCAgent has already been integrated into the diagnosis and issue discovery workflow of the Real-time Compute Platform for Apache Flink of Alibaba Cloud

    CP-BCS: Binary Code Summarization Guided by Control Flow Graph and Pseudo Code

    Full text link
    Automatically generating function summaries for binaries is an extremely valuable but challenging task, since it involves translating the execution behavior and semantics of the low-level language (assembly code) into human-readable natural language. However, most current works on understanding assembly code are oriented towards generating function names, which involve numerous abbreviations that make them still confusing. To bridge this gap, we focus on generating complete summaries for binary functions, especially for stripped binary (no symbol table and debug information in reality). To fully exploit the semantics of assembly code, we present a control flow graph and pseudo code guided binary code summarization framework called CP-BCS. CP-BCS utilizes a bidirectional instruction-level control flow graph and pseudo code that incorporates expert knowledge to learn the comprehensive binary function execution behavior and logic semantics. We evaluate CP-BCS on 3 different binary optimization levels (O1, O2, and O3) for 3 different computer architectures (X86, X64, and ARM). The evaluation results demonstrate CP-BCS is superior and significantly improves the efficiency of reverse engineering.Comment: EMNLP 2023 Main Conferenc

    Robust Visual Imitation Learning with Inverse Dynamics Representations

    Full text link
    Imitation learning (IL) has achieved considerable success in solving complex sequential decision-making problems. However, current IL methods mainly assume that the environment for learning policies is the same as the environment for collecting expert datasets. Therefore, these methods may fail to work when there are slight differences between the learning and expert environments, especially for challenging problems with high-dimensional image observations. However, in real-world scenarios, it is rare to have the chance to collect expert trajectories precisely in the target learning environment. To address this challenge, we propose a novel robust imitation learning approach, where we develop an inverse dynamics state representation learning objective to align the expert environment and the learning environment. With the abstract state representation, we design an effective reward function, which thoroughly measures the similarity between behavior data and expert data not only element-wise, but also from the trajectory level. We conduct extensive experiments to evaluate the proposed approach under various visual perturbations and in diverse visual control tasks. Our approach can achieve a near-expert performance in most environments, and significantly outperforms the state-of-the-art visual IL methods and robust IL methods
    • …
    corecore