TY - THES A1 - Ehlers, Christoph T1 - Top-k Semantic Caching N2 - The subject of this thesis is the intelligent caching of top-k queries in an environment with high latency and low throughput. In such an environment, caching can be used to reduce network traffic and improve response time. Slow database connections of mobile devices and to databases, which have been offshored, are practical use cases. A semantic cache is a query-based cache that caches query results and maintains their semantic description. It reuses partial matches of previous query results. Each query that is processed by the semantic cache is split into two disjoint parts: one that can be completely answered with tuples of the cache probe query, and another that requires tuples to be transferred from the server (remainder query). Existing semantic caches do not support top-k queries, i.e., ordered and limited queries. In this thesis, we present an innovative semantic cache that naturally supports top-k queries. The support of top-k queries in a semantic cache has considerable effects on cache elements, operations on cache elements -- like creation, difference, intersection, and union -- and query answering. Hence, we introduce new techniques for cache management and query processing. They enable the semantic cache to become a true top-k semantic cache. In addition, we have developed a new algorithm that can estimate the lower bounds of query results of sorted queries using multidimensional histograms. Using this algorithm, our top-k semantic cache is able to pipeline partial query results of top-k queries. Thereby, query execution performance can be significantly increased. We have implemented a prototype of a top-k semantic cache called IQCache (Intelligent Query Cache). An extensive and thorough evaluation with various benchmarks using our prototype demonstrates the applicability and performance of top-k semantic caching in practice. The experiments prove that the top-k semantic cache invariably outperforms simple hash-based caching strategies and scales very well. KW - Database KW - Caching KW - Semantic Caching KW - Top-k KW - Mobile KW - Semantisches Caching KW - Abfrageverarbeitung Y1 - 2015 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:bvb:739-opus4-3055 ER - TY - THES A1 - Braun, Bastian T1 - Web-based Secure Application Control N2 - The world wide web today serves as a distributed application platform. Its origins, however, go back to a simple delivery network for static hypertexts. The legacy from these days can still be observed in the communication protocol used by increasingly sophisticated clients and applications. This thesis identifies the actual security requirements of modern web applications and shows that HTTP does not fit them: user and application authentication, message integrity and confidentiality, control-flow integrity, and application-to-application authorization. We explore the other protocols in the web stack and work out why they can not fill the gap. Our analysis shows that the underlying problem is the connectionless property of HTTP. However, history shows that a fresh start with web communication is far from realistic. As a consequence, we come up with approaches that contribute to meet the identified requirements. We first present impersonation attack vectors that begin before the actual user authentication, i.e. when secure web interaction and authentication seem to be unnecessary. Session fixation attacks exploit a responsibility mismatch between the web developer and the used web application framework. We describe and compare three countermeasures on different implementation levels: on the source code level, on the framework level, and on the network level as a reverse proxy. Then, we explain how the authentication credentials that are transmitted for the user login, i.e. the password, and for session tracking, i.e. the session cookie, can be complemented by browser-stored and user-based secrets respectively. This way, an attacker can not hijack user accounts only by phishing the user's password because an additional browser-based secret is required for login. Also, the class of well-known session hijacking attacks is mitigated because a secret only known by the user must be provided in order to perform critical actions. In the next step, we explore alternative approaches to static authentication credentials. Our approach implements a trusted UI and a mutually authenticated session using signatures as a means to authenticate requests. This way, it establishes a trusted path between the user and the web application without exchanging reusable authentication credentials. As a downside, this approach requires support on the client side and on the server side in order to provide maximum protection. Another approach avoids client-side support but can not implement a trusted UI and is thus susceptible to phishing and clickjacking attacks. Our approaches described so far increase the security level of all web communication at all time. This is why we investigate adaptive security policies that fit the actual risk instead of permanently restricting all kinds of communication including non-critical requests. We develop a smart browser extension that detects when the user is authenticated on a website meaning that she can be impersonated because all requests carry her identity proof. Uncritical communication, however, is released from restrictions to enable all intended web features. Finally, we focus on attacks targeting a web application's control-flow integrity. We explain them thoroughly, check whether current web application frameworks provide means for protection, and implement two approaches to protect web applications: The first approach is an extension for a web application framework and provides protection based on its configuration by checking all requests for policy conformity. The second approach generates its own policies ad hoc based on the observed web traffic and assuming that regular users only click on links and buttons and fill forms but do not craft requests to protected resources. N2 - Das heutige World Wide Web ist eine verteilte Plattform für Anwendungen aller Art: von einfachen Webseiten über Online Banking, E-Mail, multimediale Unterhaltung bis hin zu intelligenten vernetzten Häusern und Städten. Seine Ursprünge liegen allerdings in einem einfachen Netzwerk zur Übermittlung statischer Inhalte auf der Basis von Hypertexten. Diese Ursprünge lassen sich noch immer im verwendeten Kommunikationsprotokoll HTTP identifizieren. In dieser Arbeit untersuchen wir die Sicherheitsanforderungen moderner Web-Anwendungen und zeigen, dass HTTP diese Anforderungen nicht erfüllen kann. Zu diesen Anforderungen gehören die Authentifikation von Benutzern und Anwendungen, die Integrität und Vertraulichkeit von Nachrichten, Kontrollflussintegrität und die gegenseitige Autorisierung von Anwendungen. Wir untersuchen die Web-Protokolle auf den unteren Netzwerk-Schichten und zeigen, dass auch sie nicht die Sicherheitsanforderungen erfüllen können. Unsere Analyse zeigt, dass das grundlegende Problem in der Verbindungslosigkeit von HTTP zu finden ist. Allerdings hat die Geschichte gezeigt, dass ein Neustart mit einem verbesserten Protokoll keine Option für ein gewachsenes System wie das World Wide Web ist. Aus diesem Grund beschäftigt sich diese Arbeit mit unseren Beiträgen zu sicherer Web-Kommunikation auf der Basis des existierenden verbindungslosen HTTP. Wir beginnen mit der Beschreibung von Session Fixation-Angriffen, die bereits vor der eigentlichen Anmeldung des Benutzers an der Web-Anwendung beginnen und im Erfolgsfall die temporäre Übernahme des Benutzerkontos erlauben. Wir präsentieren drei Gegenmaßnahmen, die je nach Eingriffsmöglichkeiten in die Web-Anwendung umgesetzt werden können. Als nächstes gehen wir auf das Problem ein, dass Zugangsdaten im WWW sowohl zwischen den Teilnehmern zu Authentifikationszwecken kommuniziert werden als auch für jeden, der Kenntnis dieser Daten erlangt, wiederverwendbar sind. Unsere Ansätze binden das Benutzerpasswort an ein im Browser gespeichertes Authentifikationsmerkmal und das sog. Session-Cookie an ein Geheimnis, das nur dem Benutzer und der Web-Anwendung bekannt ist. Auf diese Weise kann ein Angreifer weder ein gestohlenes Passwort noch ein Session-Cookie allein zum Zugriff auf das Benutzerkonto verwenden. Darauffolgend beschreiben wir ein Authentifikationsprotokoll, das vollständig auf die Übermittlung geheimer Zugangsdaten verzichtet. Unser Ansatz implementiert eine vertrauenswürdige Benutzeroberfläche und wirkt so gegen die Manipulation derselben in herkömmlichen Browsern. Während die bisherigen Ansätze die Sicherheit jeglicher Web-Kommunikation erhöhen, widmen wir uns der Frage, inwiefern ein intelligenter Browser den Benutzer - wenn nötig - vor Angriffen bewahren kann und - wenn möglich - eine ungehinderte Kommunikation ermöglichen kann. Damit trägt unser Ansatz zur Akzeptanz von Sicherheitslösungen bei, die ansonsten regelmäßig als lästige Einschränkungen empfunden werden. Schließlich legen wir den Fokus auf die Kontrollflussintegrität von Web-Anwendungen. Bösartige Benutzer können den Zustand von Anwendungen durch speziell präparierte Folgen von Anfragen in ihrem Sinne manipulieren. Unsere Ansätze filtern Benutzeranfragen, die von der Anwendung nicht erwartet wurden, und lassen nur solche Anfragen passieren, die von der Anwendung ordnungsgemäß verarbeitet werden können. KW - Computersicherheit KW - Datensicherung KW - Internet Y1 - 2015 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:bvb:739-opus4-3048 ER - TY - THES A1 - Tran, Nguyen Khanh Linh T1 - Kaehler Differential Algebras for 0-Dimensional Schemes and Applications N2 - The aim of this dissertation is to investigate Kaehler differential algebras and their Hilbert functions for 0-dimensional schemes in P^n. First we give relations between Kaehler differential 1-forms of fat point schemes and another fat point schemes. Then we determine the Hilbert polynomial and give a sharp bound for the regularity index of the module of Kaehler differential m-forms, for 05%) better results than all other publicly available disambiguation algorithms on 7 of 9 datasets without data set specific tuning. Moreover, we discuss the influence of the quality of the knowledge base on the disambiguation accuracy and indicate that our algorithm achieves better results than non-publicly available state-of-the-art algorithms. KW - Entity Linking KW - Entity Disambiguation KW - Neuronal Networks KW - Embeddings Y1 - 2016 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:bvb:739-opus4-3704 ER - TY - BOOK A1 - Wehner, Stefanie ED - Wehner, Stefanie ED - Kurfürst, Sandra T1 - Southeast Asian Transformations N2 - Southeast Asia is one of the most dynamic regions in the world. This volume offers a timely approach to Southeast Asian Studies, covering recent transitions in the realms of urbanism, rural development, politics, and media. While most of the contributions deal with the era of post-independence, some tackle the colonial period and the resulting developments. The volume also includes insights from Southern India. As a tribute to the interdisciplinary project of Southeast Asian Studies, this book brings together authors from disciplines as diverse as area studies, sociology, history, geography, and journalism. KW - Südostasien KW - sozialer Wandel Y1 - 2020 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:bvb:739-opus4-10406 SN - 978-3-8394-5171-7 PB - Transcript CY - Bielefeld ER - TY - THES A1 - Beierl, Stefan T1 - Public Works Programmes: Review of their effectiveness and empirical essays on their contribution to climate resilience and social cohesion N2 - Poverty, underemployment, lack of infrastructure, low agricultural productivity, degradation of natural resources, climate change, and eroding social cohesion are among the biggest challenges that many low and lower-middle income countries are facing. Objectives linked to addressing these pressing challenges have been ascribed to public works programmes (PWPs). These are social protection instruments which offer remuneration (in cash or kind) for vulnerable people in exchange for temporary work on labour-intensive low-skill activities with social benefits. PWPs are being implemented in around two out of three developing countries. Given the substantial amounts spent on PWPs, it is critical to know to what extent the expectations towards them are backed by evidence. This dissertation sheds light on this overarching question with three self-contained essays. The first essay synthesises the evidence from PWPs in Sub-Saharan Africa, guided by three questions: First, what can we infer from the available impact evaluations regarding the effectiveness of PWPs as a social protection instrument? Second, what do we know about the role of the wage vector, asset vector, and skills vector in this respect? Third, what can we infer about the role of design features in explaining differences in outcomes? The other two essays use empirical evidence from Malawi to address more specific questions regarding the potential of PWPs to strengthen climate resilience and the relationship between PWPs and social cohesion. What sets the evidence synthesis in my first essay apart from existing reviews of PWPs is that it accounts for their heterogeneity by systematically differentiating results by PWP type and outcome area (income, consumption and expenditures, labour supply, food security, nutrition, asset holdings, agricultural production and techniques, and education). Programmes that offer short-term ad-hoc employment (Type 1) are distinguished from programmes that offer more predictable employment over longer periods (Type 2). For the review of impacts, this paper relies solely on (quasi-)experimental studies, but for the analysis of the role of design factors also on other literature. In line with existing reviews, my results suggest that Type 1 programmes can effectively enable consumption smoothing in the wake of acute crises, whereas in contexts of chronic poverty, Type 2 programmes perform, on balance, better. Offering complementary access to extension services in Type 2 programmes can boost impacts further. However, in all cases, evidence is too scant and mixed to safely conclude whether the higher benefits of costlier PWP types justify the cost premium. The second essay investigates the potential of PWPs to strengthen climate resilience. Among the main social protection instruments, the biggest potential to strengthen climate resilience is often ascribed to PWPs if they create climate-smart community assets and transfer knowledge of climate-smart practices. Yet, there is a lack of evidence whether design changes to this end can indeed enhance the contribution of an existing PWP to climate resilience. I use a difference-in-differences approach based on two-period panel data to analyse how a modified PWP model performs compared to the standard model of Malawi’s largest PWP after 24 months. The key modification is to embed public works in a communal watershed management plan with a strong emphasis on collective action and capacity building. I find that the modified approach considerably increased communal watershed management activities through voluntary labour contributions on top of the paid public works labour. While this increase was mainly driven by PWP participants, non-participants also made substantial contributions. I also find a small increase in the adoption of soil and water conservation practices on respondents’ private land, especially by non-PWP participants. These findings imply that such modest changes can make PWPs climate-smarter. In particular, they can broaden the engagement in and adoption of climate-smart activities beyond the group of PWP participants. The co-authored third essay investigates the relationship between Malawi’s MASAF PWP and social cohesion, specifically within-community cooperation for the common good. Like the existing studies, we face the challenge that neither the assignment of the programme to communities nor the selection of individual participants is randomised. We try to mitigate the endogeneity concerns by triangulating fixed effects panel analyses for a set of outcomes and sectors using two datasets with different units of analysis (households and communities). We find that public works are positively associated with coordination activities and voluntary (unpaid) contributions to public goods, along both vertical ties (between community members and local leaders) and horizontal ties (among community members). Especially for school-building activities, voluntary inputs in the form of labour and other in-kind contributions are higher in the presence of the public works programme. Our results contribute to a better understanding of the link between social protection programmes with community-driven features and social cohesion. Overall, the findings of the three essays in this dissertation contribute to the knowledge base regarding effectiveness and potential of PWPs across a broad range of outcome areas. Specifically, they offer new insights how to harness the potential of PWP to strengthen climate resilience and into the seemingly positive relationship between PWPs and social cohesion. The findings can help researchers and policy makers who are interested specifically in PWPs or in any of the many objectives that can be pursued through PWPs. KW - Public Works KW - Social Protection KW - Social cohesion KW - Review KW - Climate resilience Y1 - 2022 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:bvb:739-opus4-10491 ER - TY - JOUR A1 - Augsten, Pauline A1 - Glassner, Sebastian A1 - Rall, Jenni T1 - The Myth of Responsibility: Colonial Cruelties and Silence in German Political Discourse JF - Global Studies Quarterly N2 - Germany is considered a role model for dealing with past mass atrocities. In particular, the social reappraisal of the Holocaust is emblematic of this. However, when considering the genocide on the Herero and Nama in present-day Namibia, it is puzzling that an official recognition was only pronounced after almost 120 years, in May 2021. For a long time, silence surrounded this colonial cruelty in German political discourse. Although the discourse on German responsibility toward Namibia emerged after the end of World War II, it initially appeared detached from the genocide. That silence on colonial atrocities is to be considered a cruelty itself. Studies on silence have been expanding and becoming richer. Building on these works, the paper sets two goals: First, it advances the theorization of silence by producing a new typology, which is then integrated into discourse-bound identity theory. Second, it applies this theory to the analysis of the silencing and later acknowledging of the genocide on the Herero and Nama by German political elites. To this end, Bundestag debates, official documents, and statements by relevant political actors are analyzed in the period from 1980 to 2021. The results reveal the dynamics between hegemonic and counter-hegemonic discursive formations, how those are shifting in a period of 40 years, and what role silence plays in it. Beyond our emphasis on the genocide on the Herero and Nama, our findings might benefit future studies as the approach proposed in this paper can make silence a tangible research object for global studies. Y1 - 2022 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:bvb:739-opus4-10437 SP - 1 EP - 12 ER - TY - JOUR A1 - Caspari-Sadeghi, Sima T1 - Applying Learning Analytics in Online Environments: Measuring Learners’ Engagement Unobtrusively JF - Frontiers in Education N2 - Prior to the emergence of Big Data and technologies such as Learning Analytics (LA), classroom research focused mainly on measuring learning outcomes of a small sample through tests. Research on online environments shows that learners’ engagement is a critical precondition for successful learning and lack of engagement is associated with failure and dropout. LA helps instructors to track, measure and visualize students’ online behavior and use such digital traces to improve instruction and provide individualized support, i.e., feedback. This paper examines 1) metrics or indicators of learners’ engagement as extracted and displayed by LA, 2) their relationship with academic achievement and performance, and 3) some freely available LA tools for instructors and their usability. The paper concludes with making recommendations for practice and further research by considering challenges associated with using LA in classrooms. Y1 - 2022 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:bvb:739-opus4-10440 SP - 1 EP - 6 ER - TY - THES A1 - Alshawish, Ali T1 - Risk-based Security Management in Critical Infrastructure Organizations N2 - Critical infrastructure and contemporary business organizations are experiencing an ongoing paradigm shift of business towards more collaboration and agility. On the one hand, this shift seeks to enhance business efficiency, coordinate large-scale distribution operations, and manage complex supply chains. But, on the other hand, it makes traditional security practices such as firewalls and other perimeter defenses insufficient. Therefore, concerns over risks like terrorism, crime, and business revenue loss increasingly impose the need for enhancing and managing security within the boundaries of these systems so that unwanted incidents (e.g., potential intrusions) can still be detected with higher probabilities. To this end, critical infrastructure organizations step up their efforts to investigate new possibilities for actively engaging in situational awareness practices to ensure a high level of persistent monitoring as well as on-site observation. Compliance with security standards is necessary to ensure that organizations meet regulatory requirements mostly shaped by a set of best practices. Nevertheless, it does not necessarily result in a coherent security strategy that considers the different aims and practical constraints of each organization. In this regard, there is an increasingly growing demand for risk-based security management approaches that enable critical infrastructures to focus their efforts on mitigating the risks to which they are exposed. Broadly speaking, security management involves the identification, assessment, and evaluation of long-term (or overall) objectives and interests as well as the means of achieving them. Due to the critical role of such systems, their decision-makers tend to enhance the system resilience against very unpleasant outcomes and severe consequences. That is, they seek to avoid decision options associated with likely extreme risks in the first place. Practically speaking, this risk attitude can significantly influence the decision-making process in such critical organizations. Towards incorporating the aversion to extreme risks into security management decisions, this thesis investigates thoroughly the capabilities of a recently emerged theory of games with payoffs that are probability distributions. Unlike traditional optimization techniques, this theory provides an alternative decision technique that is more robust to extreme risks and uncertainty. Furthermore, this thesis proposes a new method that gives a decision maker more control over the decision-making process through defining loss regions with different importance levels according to people's risk attitudes. In this way, the static decision analysis used in the distribution-valued games is transformed into a dynamic process to adapt to different subjective risk attitudes or account for future changes in the decision caused by a learning process or other changes in the context. Throughout their different parts, this thesis shows how theoretical models, simulation, and risk assessment models can be combined into practical solutions. In this context, it deals with three facets of security management: allocating limited security resources, prioritizing security actions, and tweaking decision making. Finally, the author discusses experiences and limitations distilled from this research and from investigating the new theory of games, which can be taken into account in future approaches. KW - Security Management KW - Game Theory KW - Critical Infrastructures KW - Risk Attitude KW - Uncertainty KW - Spieltheorie KW - Risikomanagement Y1 - 2021 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:bvb:739-opus4-10026 ER - TY - THES A1 - Luck, Nathalie T1 - Transformation towards a more sustainable agricultural system in Indonesia: Empirical essays on the role of information and endorsement N2 - In many cases, transitioning towards sustainable agricultural production requires farmers to change their practices. These changes can include the adoption of sustainable agricultural practices, water-saving, or the disadoption of excessive chemical input use or land burning. Policy makers interested in making agricultural production more sustainable need to understand what encourages the uptake of sustainable practices and what is effective in reducing unsustainable practices. This thesis seeks to understand whether and how information provision and endorsement can contribute to the transition towards more sustainable agricultural systems. The thesis consists of three self-contained papers. The first paper explores the potential of religious endorsement for inducing pro-environmental behaviour and encouraging the disadoption of fire as an agricultural practice, thereby preventing forest fires. The paper analyses the impact of a fatwa (an Islamic religious ruling) on reducing fire incidence in Indonesia. Results indicate that fire incidence decreased in Muslim majority villages following the issuing of the fatwa. For the post-fatwa period from August 2016 to December 2019, the average monthly effect amounts to around 2.2 prevented fire events per village. This is a considerable effect. The paper concludes that fire prevention efforts, and potentially other environmental conservation efforts, could benefit significantly from support by religious institutions and stakeholders. The second paper investigates the role of information provision and training for the adoption of organic farming practices in Java, Indonesia. We use a randomised controlled trial (RCT) to identify the impact of a three-day hands-on training in organic farming for smallholder farmers. We find that the training intervention increased the adoption of organic inputs and had a positive and statistically significant effect on farmers’ knowledge and perceptions of organic farming. Overall, our findings suggest that information constraints are a barrier to the adoption of organic farming, as information provision increased the use of organic farming practices. The third paper investigates whether urban and suburban Indonesian consumers are willing to pay a price premium for organic food. We use an incentive-compatible auction based on the Becker-DeGroot-Marschak (BDM) approach to elicit consumers’ WTP. We further study the effect of income and a randomised information treatment about the benefits of organic food on respondents’ WTP. Estimates suggest that consumers are willing to pay a price premium for organic rice, on average 20 percent more than what they paid for conventional rice outside of our experiment. However, our results also indicate that raising consumers’ WTP further is complex. Showing participants a video about the health or, alternatively, environmental benefits of organic food was not effective in further raising WTP. Exposure to the environmental benefits video was, however, effective in raising stated organic food consumption intentions. KW - technology adoption, religion, organic farming, WTP KW - Landwirtschaft KW - Nachhaltigkeit KW - Entwicklungsökonomie Y1 - 2021 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:bvb:739-opus4-10037 ER - TY - JOUR A1 - Maletzky de García, Martina T1 - Bridging the state and market logics of refugee labour market inclusion – a comparative study on the inclusion activities of German professional chambers JF - Comparative Migration Studies N2 - Due to their high numbers, refugees’ labour market inclusion has become an important topic for Germany in recent years. Because of a lack of research on meso-level actors’ influences on labour market inclusion and the transcendent role of organizations in modern societies, the article focuses on the German professional chambers’ role in the process of refugee inclusion. The study shows that professional chambers are intermediaries between economic actors, the government and refugees, which all follow their own logics and ideas of labour market inclusion (the state, the market and the community logic). The measures taken by professional chambers mainly reflect a governmental logic (to reduce refugee unemployment) combined with a market logic (to provide human resources to economic actors). A community logic (altruism) only comes into play as a rather unintended consequence of measures addressing the other two logics. The measures of two types of professional chambers are compared. Close similarities between them reveal that the organization type is of theoretical relevance to explain the type of measures organizations opt for. Y1 - 2021 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:101:1-2021100821553693088701 ER - TY - JOUR A1 - Fritsch, Markus T1 - Data for modeling nitrogen dioxide concentration levels across Germany JF - Data in Brief N2 - The described secondary data provide a comprehensive basis for modeling conditional mean nitrogen dioxide (NO2) concentration levels across Germany. Besides concentration levels, meta data on monitoring sites from the German air quality monitoring network, geocoordinates, altitudes, and data on land use and road lengths for different types of roads are provided. The data are based on a grid of resolution 1 × 1 km, which is also included. The underlying raw data are open access and were retrieved from different sources. The statistical software R was used for (pre-)processing the data and all codes are provided in an online repository. The data were employed for modeling mean annual NO2 concentration levels in the paper "Agglomeration and infrastructure effects in land use regression models for air pollution - Specification, estimation, and interpretations" by Fritsch and Behm (2021). KW - Air pollution; Corine land cover; EEA air quality data; Nitrogen dioxide Y1 - 2021 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:bvb:739-opus4-10086 ER - TY - THES A1 - Csizmadia, Bence T1 - The EUrope of Differentiated Territorial Integration? Regional Cross-Border Governance in the Multi-Level Governance System of the EU. A Case Study of the EUSALP and the EUSDR N2 - Netzwerke der Regional Cross-Border Governance haben in der EU insbesondere in den vergangenen zwei Jahrzehnten einen spürbaren Bedeutungszuwachs erfahren. Sie stellen hochkomplexe Governancestrukturen dar und bieten für beteiligte Akteure einen großen Mehrwert. Die EUSDR und EUSALP sind eine weitere Fortentwicklung von RCBG und können in verschiedenen Bereichen nachweisbare Erfolge vorweisen, werden jedoch der hohen im Vorfeld postulierten Erwartungshaltung nicht gerecht. RCBG-Netzwerke und insbesondere die Makroregionalen Strategien tragen in gewisser Weise zu einer territorialen Differenzierung der EU bei, diese sind jedoch noch weit davon entfernt, dass die zum Teil postulierte Erwartungshaltung bezüglich einer „(Makro-)Regionalisierung der EU“ erfüllt wird. KW - Multi-Level-Governance KW - Regional Cross-Border Governance KW - EUSALP KW - EUSDR KW - Macro-regional strategies KW - EUSDR KW - EUSALP KW - Regionalentwicklung Y1 - 2021 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:bvb:739-opus4-9959 ER - TY - THES A1 - Silva, Vivian dos Santos T1 - A Composite Syntactic-Semantic Interpretable Text Entailment Approach Exploring Commonsense Knowledge Graphs N2 - Natural Language Processing has an important role in Artificial Intelligence for easing human-machine interaction. Processing human language, though, poses many challenges, among which is the semantics-related phenomenon known as language variability, the fact that the same thing can be said in several ways. NLP applications' inputs and outputs can be expressed in different forms, whose equivalence can be verified through inference. The textual entailment paradigm was established to enable the creation of a unifying framework for applied inference, providing a means of delivering other NLP task from handling inference issues in an ad-hoc manner, using instead the outputs of an inference-dedicated mechanism. Text entailment, the task of determining whether a piece of text logically follows from another piece of text, involves different scenarios, which can range from a simple syntactic variation to more complex semantic relationships between sentences. However, most approaches try a one-size-fits-all solution that usually favors some scenario to the detriment of another. The commonsense world knowledge necessary to support more complex inferences is also usually employed in a limited way, with most approaches sticking to shallow semantic information, leaving more elaborate semantic relationships aside. Furthermore, most systems still work as a "black box", providing a yes/no answer that does not explain the underlying reasoning process. This thesis aims at addressing these issues by proposing a composite interpretable approach for recognizing text entailment where the entailment pair is analyzed so the most relevant phenomenon is detected and the suitable method can be used to solve it. Syntactic variations are dealt with through the analysis of the sentences' syntactic structures, and semantic relationships are detected with the aid of a knowledge graph built from natural language dictionary definitions. Also, if a semantic matching is involved, the answer is made interpretable through the generation of natural language justifications that explain the semantic relationship between the pieces of text. The result is the XTE - Explainable Text Entailment - a system that outperforms well-established tools based on single-technique entailment algorithms, and that also gives an important step towards Explainable AI, allowing the inference model interpretation, making the semantic reasoning process explicit and understandable. KW - Textual Entailment KW - Knowledge Graph KW - Semantic Interpretability Y1 - 2022 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:bvb:739-opus4-10706 ER - TY - THES A1 - Opris, Andre T1 - Holomorphic Extensions in the Structure R_{an,exp} N2 - In this thesis we consider real analytic functions, i.e. functions which can be described locally as convergent power series and ask the following: Which real analytic functions definable in R_{an,exp} have a holomorphic extension which is again definable in R_{an,exp}? Finding a holomorphic extension is of course not difficult simply by power series expansion. The difficulty is to construct it in a definably way. We will not answer the question above completely, but introduce a large non trivial class of definable functions in R_{an,exp} where for example functions which are iterated compositions from either side of globally subanalytic functions and the global logarithm are contained. We call them restricted log-exp-analytic. After giving some preliminary results like preparation theorems and Tamm's Theorem for this class of functions we are able to show that real analytic restricted log-exp-analytic functions have a holomorphic extension which is again restricted log-exp-analytic. KW - O-Minimality KW - Preparation Theorems KW - Restricted Log-Exp-Analytic Functions KW - Complexification KW - Tamm's Theorem KW - O-Minimalität Y1 - 2022 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:bvb:739-opus4-10691 ER -