11,229 research outputs found

    A declarative characterization of different types of multicomponent tree adjoining grammars

    Get PDF
    Multicomponent Tree Adjoining Grammars (MCTAGs) are a formalism that has been shown to be useful for many natural language applications. The definition of non-local MCTAG however is problematic since it refers to the process of the derivation itself: a simultaneity constraint must be respected concerning the way the members of the elementary tree sets are added. Looking only at the result of a derivation (i.e., the derived tree and the derivation tree), this simultaneity is no longer visible and therefore cannot be checked. I.e., this way of characterizing MCTAG does not allow to abstract away from the concrete order of derivation. In this paper, we propose an alternative definition of MCTAG that characterizes the trees in the tree language of an MCTAG via the properties of the derivation trees (in the underlying TAG) the MCTAG licences. We provide similar characterizations for various types of MCTAG. These characterizations give a better understanding of the formalisms, they allow a more systematic comparison of different types of MCTAG, and, furthermore, they can be exploited for parsing

    Lexicalized non-local MCTAG with dominance links is NP-complete

    Get PDF
    An NP-hardness proof for non-local Multicomponent Tree Adjoining Grammar (MCTAG) by Rambow and Satta (1st International Workshop on Tree Adjoining Grammers 1992), based on Dahlhaus and Warmuth (in J Comput Syst Sci 33:456–472, 1986), is extended to some linguistically relevant restrictions of that formalism. It is found that there are NP-hard grammars among non-local MCTAGs even if any or all of the following restrictions are imposed: (i) lexicalization: every tree in the grammar contains a terminal; (ii) dominance links: every tree set contains at most two trees, and in every such tree set, there is a link between the foot node of one tree and the root node of the other tree, indicating that the former node must dominate the latter in the derived tree. This is the version of MCTAG proposed in Becker et al. (Proceedings of the 5th conference of the European chapter of the Association for Computational Linguistics 1991) to account for German long-distance scrambling. This result restricts the field of possible candidates for an extension of Tree Adjoining Grammar that would be both mildly context-sensitive and linguistically adequate

    Actors that Unify Threads and Events

    Get PDF
    There is an impedance mismatch between message-passing concurrency and virtual machines, such as the JVM. VMs usually map their threads to heavyweight OS processes. Without a lightweight process abstraction, users are often forced to write parts of concurrent applications in an event-driven style which obscures control flow, and increases the burden on the programmer. In this paper we show how thread-based and event-based programming can be unified under a single actor abstraction. Using advanced abstraction mechanisms of the Scala programming language, we implemented our approach on unmodified JVMs. Our programming model integrates well with the threading model of the underlying VM

    BSML: A Binding Schema Markup Language for Data Interchange in Problem Solving Environments (PSEs)

    Full text link
    We describe a binding schema markup language (BSML) for describing data interchange between scientific codes. Such a facility is an important constituent of scientific problem solving environments (PSEs). BSML is designed to integrate with a PSE or application composition system that views model specification and execution as a problem of managing semistructured data. The data interchange problem is addressed by three techniques for processing semistructured data: validation, binding, and conversion. We present BSML and describe its application to a PSE for wireless communications system design

    Structure Unification Grammar: A Unifying Framework for Investigating Natural Language

    Get PDF
    This thesis presents Structure Unification Grammar and demonstrates its suitability as a framework for investigating natural language from a variety of perspectives. Structure Unification Grammar is a linguistic formalism which represents grammatical information as partial descriptions of phrase structure trees, and combines these descriptions by equating their phrase structure tree nodes. This process can be depicted by taking a set of transparencies which each contain a picture of a tree fragment, and overlaying them so they form a picture of a complete phrase structure tree. The nodes which overlap in the resulting picture are those which are equated. The flexibility with which information can be specified in the descriptions of trees and the generality of the combination operation allows a grammar writer or parser to specify exactly what is known where it is known. The specification of grammatical constraints is not restricted to any particular structural or informational domains. This property provides for a very perspicuous representation of grammatical information, and for the representations necessary for incremental parsing. The perspicuity of SUG\u27s representation is complemented by its high formal power. The formal power of SUG allows other linguistic formalisms to be expressed in it. By themselves these translations are not terribly interesting, but the perspicuity of SUG\u27s representation often allows the central insights of the other investigations to be expressed perspicuously in SUG. Through this process it is possible to unify the insights from a diverse collection of investigations within a single framework, thus furthering our understanding of natural language as a whole. This thesis gives several examples of how insights from investigations into natural language can be captured in SUG. Since these investigations come from a variety of perspectives on natural language, these examples demonstrate that SUG can be used as a unifying framework for investigating natural language

    Learning from complex networks

    Get PDF
    Graph Theory has proven to be a universal language for describing modern complex systems. The elegant theoretical framework of graphs drew the researchers' attention over decades. Therefore, graphs have emerged as a ubiquitous data structure in various applications where a relational characteristic is evident. Graph-driven applications are found, e.g., in social network analysis, telecommunication networks, logistic processes, recommendation systems, modeling kinetic interactions in protein networks, or the 'Internet of Things' (IoT) where modeling billions of interconnected web-enabled devices is of paramount importance. This thesis dives deep into the challenges of modern graph applications. It proposes a robustified and accelerated spectral clustering model in homogeneous graphs and novel transformer-driven graph shell models for attributed graphs. A new data structure is introduced for probabilistic graphs to compute the information flow efficiently. Moreover, a metaheuristic algorithm is designed to find a good solution to an optimization problem composed of an extended vehicle routing problem. The thesis closes with an analysis of trend flows in social media data. Detecting communities within a graph is a fundamental data mining task of interest in virtually all areas and also serves as an unsupervised preprocessing step for many downstream tasks. One most the most well-established clustering methods is Spectral Clustering. However, standard spectral clustering is highly sensitive to noisy input data, and the eigendecomposition has a high, cubic runtime complexity O(n^3). Tackling one of these problems often exacerbates the other. This thesis presents a new model which accelerates the eigendecomposition step by replacing it with a Nyström approximation. Robustness is achieved by iteratively separating the data into a cleansed and noisy part of the data. In this process, representing the input data as a graph is vital to identify parts of the data being well connected by analyzing the vertices' distances in the eigenspace. With the advances in deep learning architectures, we also observe a surge in research on graph representation learning. The message-passing paradigm in Graph Neural Networks (GNNs) formalizes a predominant heuristic for multi-relational and attributed graph data to learn node representations. In downstream applications, we can use the representations to tackle theoretical problems known as node classification, graph classification/regression, and relation prediction. However, a common issue in GNNs is known as over-smoothing. By increasing the number of iterations within the message-passing, the nodes' representations of the input graph align and become indiscernible. This thesis shows an efficient way of relaxing the GNN architecture by employing a routing heuristic in the general workflow. Specifically, an additional layer routes the nodes' representations to dedicated experts. Each expert calculates the representations according to their respective GNN workflow. The definitions of distinguishable GNNs result from k-localized views starting from a central node. This procedure is referred to as Graph Shell Attention (SEA), where experts process different subgraphs in a transformer-motivated fashion. Reliable propagation of information through large communication networks, social networks, or sensor networks is relevant to applications concerning marketing, social analysis, or monitoring physical or environmental conditions. However, social ties of friendship may be obsolete, and communication links may fail, inducing the notion of uncertainty in such networks. This thesis addresses the problem of optimizing information propagation in uncertain networks given a constrained budget of edges. A specialized data structure, called F-tree, addresses two NP-hard subproblems: the computation of the expected information flow and the optimal choice of edges. The F-tree identifies independent components of a probabilistic input graph for which the information flow can either be computed analytically and efficiently or for which traditional Monte-Carlo sampling can be applied independently of the remaining network. The next part of the thesis covers a graph problem from the Operations Research point of view. A new variant of the well-known vehicle routing problem (VRP) is introduced, where customers are served within a specific time window (TW), as well as flexible delivery locations (FL) including capacity constraints. The latter implies that each customer is scheduled in one out of a set of capacitated delivery service locations. Practically, the VRPTW-FL problem is relevant for applications in parcel delivery, routing with limited parking space, or, for example, in the scope of hospital-wide scheduling of physical therapists. This thesis presents a metaheuristic built upon a hybrid Adaptive Large Neighborhood Search (ALNS). Moreover, a backtracking mechanism in the construction phase is introduced to alter unsatisfactory decisions at early stages. In the computational study, hospital data is used to evaluate the utility of flexible delivery locations and various cost functions. In the last part of the thesis, social media trends are analyzed, which yields insights into user sentiment and newsworthy topics. Such trends consist of bursts of messages concerning a particular topic within a time frame, significantly deviating from the average appearance frequency of the same subject. This thesis presents a method to classify trend archetypes to predict future dissemination by investigating the dissemination of such trends in space and time. Generally, with the ever-increasing scale and complexity of graph-structured datasets and artificial intelligence advances, AI-backed models will inevitably play an important role in analyzing, modeling, and enhancing knowledge extraction from graph data.Die Graphentheorie hat sich zur einer universellen Sprache entwickelt, mit Hilfe derer sich moderne und komplexe Systeme und ZusammenhĂ€nge beschreiben lassen. Diese theoretisch elegante und gut fundierte Rahmenstruktur attrahierte ĂŒber Dekaden hinweg die Aufmerksamkeit von Wissenschaftlern/-innen. In der heutigen Informationstechnologie-Landschaft haben sich Graphen lĂ€ngst zu einer allgegenwĂ€rtigen Datenstruktur in Anwendungen etabliert, innerhalb derer charakteristische Zusammenhangskomponenten eine zentrale Rolle spielen. Anwendungen, die ĂŒber Graphen unterstĂŒtzt werden, finden sich u.a. in der Analyse von sozialen Netzwerken, Telekommunikationsnetwerken, logistische Prozessverwaltung, Analyse von Empfehlungsdiensten, in der Modellierung kinetischer Interaktionen von Proteinstrukturen, oder auch im "Internet der Dinge" (engl.: 'Internet Of Things' (IoT)), welches das Zusammenspiel von abermillionen web-unterstĂŒtzte EndgerĂ€te abbildet und eine prĂ€dominierende Rolle fĂŒr große IT-Unternehmen spielt. Diese Dissertation beleuchtet die Herausforderungen moderner Graphanwendungen. Im Bereich homogener Netzwerken wird ein beschleunigtes und robustes spektrales Clusteringverfahren, sowie ein Modell zur Untersuchung von Teilgraphen mittels Transformer-Architekturen fĂŒr attribuierte Graphen vorgestellt. Auf wahrscheinlichkeitsbasierten homogenen Netzwerken wird eine neue Datenstruktur eingefĂŒhrt, die es erlaubt einen effizienten Informationsfluss innerhalb eines Graphen zu berechnen. DarĂŒber hinaus wird ein Optimierungsproblem in Transportnetzwerken beleuchtet, sowie eine Untersuchung von TrendflĂŒssen in sozialen Medien diskutiert. Die Untersuchung von VerbĂŒnden (engl.: 'Clusters') von Graphdaten stellt einen Eckpfeiler im Bereich der Datengewinnung dar. Die Erkenntnisse sind nahezu in allen praktischen Bereichen von Relevanz und dient im Bereich des unĂŒberwachten Lernens als Vorverarbeitungsschritt fĂŒr viele nachgeschaltete Aufgaben. Einer der weit verbreitetsten Methodiken zur Verbundanalyse ist das spektrale Clustering. Die QualitĂ€t des spektralen Clusterings leidet, wenn die Eingabedaten sehr verrauscht sind und darĂŒber hinaus ist die Eigenwertzerlegung mit O(n^3) eine teure Operation und damit wesentlich fĂŒr die hohe, kubische LaufzeitkomplexitĂ€t verantwortlich. Die Optimierung von einem dieser Kriterien exazerbiert oftmals das verbleibende Kriterium. In dieser Dissertation wird ein neues Modell vorgestellt, innerhalb dessen die Eigenwertzerlegung ĂŒber eine Nyström AnnĂ€herung beschleunigt wird. Die Robustheit wird ĂŒber ein iteratives Verfahren erreicht, das die gesĂ€uberten und die verrauschten Daten voneinander trennt. Die Darstellung der Eingabedaten ĂŒber einen Graphen spielt hierbei die zentrale Rolle, die es erlaubt die dicht verbundenen Teile des Graphen zu identifizieren. Dies wird ĂŒber eine Analyse der Distanzen im Eigenraum erreicht. Parallel zu neueren Erkenntnissen im Bereich des Deep Learnings lĂ€sst sich auch ein Forschungsdrang im reprĂ€sentativen Lernen von Graphen erkennen. Graph Neural Networks (GNN) sind eine neue Unterform von kĂŒnstlich neuronalen Netzen (engl.: 'Artificial Neural Networks') auf der Basis von Graphen. Das Paradigma des sogenannten 'message-passing' in neuronalen Netzen, die auf Graphdaten appliziert werden, hat sich hierbei zur prĂ€dominierenden Heuristik entwickelt, um Vektordarstellungen von Knoten aus (multi-)relationalen, attribuierten Graphdaten zu lernen. Am Ende der Prozesskette können wir somit theoretische Probleme angehen und lösen, die sich mit Fragestellungen ĂŒber die Klassifikation von Knoten oder Graphen, ĂŒber regressive Ausdrucksmöglichkeiten bis hin zur Vorhersage von relationaler Verbindungen beschĂ€ftigen. Ein klassisches Problem innerhalb graphischer neuronaler Netze ist bekannt unter der Terminologie des 'over-smoothing' (dt.: 'ÜberglĂ€ttens'). Es beschreibt, dass sich mit steigender Anzahl an Iterationen des wechselseitigen Informationsaustausches, die KnotenreprĂ€sentationen im vektoriellen Raum angleichen und somit nicht mehr unterschieden werden können. In dieser Forschungsarbeit wird eine effiziente Methode vorgestellt, die die klassische GNN Architektur aufbricht und eine Vermittlerschicht in den herkömmlichen Verarbeitungsfluss einarbeitet. Konkret gesprochen werden hierbei KnotenreprĂ€sentationen an ausgezeichnete Experten geschickt. Jeder Experte verarbeitet auf idiosynkratischer Basis die Knoteninformation. Ausgehend von einem Anfrageknoten liegt das Kriterium fĂŒr die Unterscheidbarkeit von Experten in der restriktiven Verarbeitung lokaler Information. Diese neue Heuristik wird als 'Graph Shell Attention' (SEA) bezeichnet und beschreibt die Informationsverarbeitung unterschiedlicher Teilgraphen von Experten unter der Verwendung der Transformer-technologie. Eine zuverlĂ€ssige Weiterleitung von Informationen ĂŒber grĂ¶ĂŸere Kommunikationsnetzwerken, sozialen Netzwerken oder Sensorennetzwerken spielen eine wichtige Rolle in Anwendungen der Marktanalyse, der Analyse eines sozialen GefĂŒges, oder der Überwachung der physischen und umweltorientierten Bedingungen. Innerhalb dieser Anwendungen können FĂ€lle auftreten, wo Freundschaftsbeziehungen nicht mehr aktuell sind, wo die Kommunikation zweier Endpunkte zusammenbricht, welches mittels einer Unsicherheit des Informationsaustausches zweier Endpunkte ausgedrĂŒckt werden kann. Diese Arbeit untersucht die Optimierung des Informationsflusses in Netzwerken, deren Verbindungen unsicher sind, hinsichtlich der Bedingung, dass nur ein Bruchteil der möglichen Kanten fĂŒr den Informationsaustausch benutzt werden dĂŒrfen. Eine eigens entwickelte Datenstruktur - der F-Baum - wird eingefĂŒhrt, die 2 NP-harte Teilprobleme auf einmal adressiert: zum einen die Berechnung des erwartbaren Informationsflusses und zum anderen die Auswahl der optimalen Kanten. Der F-Baum unterscheidet hierbei unabhĂ€ngige Zusammenhangskomponenten der wahrscheinlichkeitsbasierten Eingabedaten, deren Informationsfluss entweder analytisch korrekt und effizient berechnet werden können, oder lokal ĂŒber traditionelle Monte-Carlo sampling approximiert werden können. Der darauffolgende Abschnitt dieser Arbeit befasst sich mit einem Graphproblem aus Sicht der Optimierungsforschung angewandter Mathematik. Es wird eine neue Variante der Tourenplanung vorgestellt, welches neben kundenspezifischer Zeitfenster auch flexible Zustellstandorte beinhaltet. DarĂŒber hinaus obliegt den Zielorten, an denen Kunden bedient werden können, weiteren KapazitĂ€tslimitierungen. Aus praktischer Sicht ist das VRPTW-FL (engl.: "Vehicle Routing Problem with Time Windows and Flexible Locations") eine bedeutende Problemstellung fĂŒr Paketdienstleister, Routenplanung mit eingeschrĂ€nkten StellplĂ€tzen oder auch fĂŒr die praktische Planung der Arbeitsaufteilung von behandelnden Therapeuten/-innen und Ärzten/-innen in einem Krankenhaus. In dieser Arbeit wird fĂŒr die BewĂ€ltigung dieser Problemstellung eine Metaheuristik vorgestellt, die einen hybriden Ansatz mit der sogenannten Adaptive Large Neighborhood Search (ALNS) impliziert. DarĂŒber hinaus wird als Konstruktionsheuristik ein 'Backtracking'-Mechanismus (dt.: RĂŒckverfolgung) angewandt, um initiale Startlösungen aus dem Lösungssuchraum auszuschließen, die weniger vielversprechend sind. In der Evaluierung dieses neuen Ansatz werden Krankenhausdaten untersucht, um auch die NĂŒtzlichkeit von flexiblen Zielorten unter verschiedenen Kostenfunktionen herauszuarbeiten. Im letzten Kapitel dieser Dissertation werden Trends in sozialen Daten analysiert, die Auskunft ĂŒber die Stimmung der Benutzer liefern, sowie Einblicke in tagesaktuelle Geschehnisse gewĂ€hren. Ein Kennzeichen solcher Trends liegt in dem Aufbraußen von inhaltsspezifischen Themen innerhalb eines Zeitfensters, die von der durchschnittlichen ErscheinungshĂ€ufigkeit desselben Themas signifikant abweichen. Die Untersuchung der Verbreitung solches Trends ĂŒber die zeitliche und örtliche Dimension erlaubt es, Trends in Archetypen zu klassifizieren, um somit die Ausbreitung zukĂŒnftiger Trends hervorzusagen. Mit der immerwĂ€hrenden Skalierung von Graphdaten und deren KomplexitĂ€t, und den Fortschritten innerhalb der kĂŒnstlichen Intelligenz, wird das maschinelle Lernen unweigerlich weiterhin eine wesentliche Rolle spielen, um Graphdaten zu modellieren, analysieren und schlussendlich die Wissensextraktion aus derartigen Daten maßgeblich zu fördern.La thĂ©orie des graphes s'est rĂ©vĂ©lĂ©e ĂȘtre une langue universel pour dĂ©crire les systĂšmes complexes modernes. L'Ă©lĂ©gant cadre thĂ©orique des graphes a attirĂ© l'attention des chercheurs pendant des dĂ©cennies. Par consĂ©quent, les graphes sont devenus une structure de donnĂ©es omniprĂ©sente dans diverses applications oĂč une caractĂ©ristique relationnelle est Ă©vidente. Les applications basĂ©es sur les graphes se retrouvent, par exemple, dans l'analyse des rĂ©seaux sociaux, les rĂ©seaux de tĂ©lĂ©communication, les processus logistiques, les systĂšmes de recommandation, la modĂ©lisation des interactions cinĂ©tiques dans les rĂ©seaux de protĂ©ines, ou l'"Internet des objets" (IoT) oĂč la modĂ©lisation de milliards de dispositifs interconnectĂ©s basĂ©s sur le web est d'une importance capitale. Cette thĂšse se penche sur les dĂ©fis posĂ©s par les applications modernes des graphes. Elle propose un modĂšle de regroupement spectral robuste et accĂ©lĂ©rĂ© dans les graphes homogĂšnes et de nouveaux modĂšles d'enveloppe de graphe pilotĂ©s par transformateur pour les graphes attribuĂ©s. Une nouvelle structure de donnĂ©es est introduite pour les graphes probabilistes afin de calculer efficacement le flux d'informations. De plus, un algorithme mĂ©taheuristique est conçu pour trouver une bonne solution Ă  un problĂšme d'optimisation composĂ© d'un problĂšme Ă©tendu de routage de vĂ©hicules. La thĂšse se termine par une analyse des flux de tendances dans les donnĂ©es des mĂ©dias sociaux. La dĂ©tection de communautĂ©s au sein d'un graphe est une tĂąche fondamentale d'exploration de donnĂ©es qui prĂ©sente un intĂ©rĂȘt dans pratiquement tous les domaines et sert Ă©galement d'Ă©tape de prĂ©traitement non supervisĂ© pour de nombreuses tĂąches en aval. L'une des mĂ©thodes de regroupement les mieux Ă©tablies est le regroupement spectral. Cependant, le regroupement spectral standard est trĂšs sensible aux donnĂ©es d'entrĂ©e bruitĂ©es, et l'eigendecomposition a une complexitĂ© d'exĂ©cution cubique Ă©levĂ©e O(n^3). S'attaquer Ă  l'un de ces problĂšmes exacerbe souvent l'autre. Cette thĂšse prĂ©sente un nouveau modĂšle qui accĂ©lĂšre l'Ă©tape d'eigendecomposition en la remplaçant par une approximation de Nyström. La robustesse est obtenue en sĂ©parant itĂ©rativement les donnĂ©es en une partie nettoyĂ©e et une partie bruyante. Dans ce processus, la reprĂ©sentation des donnĂ©es d'entrĂ©e sous forme de graphe est essentielle pour identifier les parties des donnĂ©es qui sont bien connectĂ©es en analysant les distances des sommets dans l'espace propre. Avec les progrĂšs des architectures de Deep Learning, nous observons Ă©galement une poussĂ©e de la recherche sur l'apprentissage de la reprĂ©sentation graphique. Le paradigme du passage de messages dans les rĂ©seaux neuronaux graphiques (GNN) formalise une heuristique prĂ©dominante pour les donnĂ©es graphiques multi-relationnelles et attribuĂ©es afin d'apprendre les reprĂ©sentations des nƓuds. Dans les applications en aval, nous pouvons utiliser les reprĂ©sentations pour rĂ©soudre des problĂšmes thĂ©oriques tels que la classification des nƓuds, la classification/rĂ©gression des graphes et la prĂ©diction des relations. Cependant, un problĂšme courant dans les GNN est connu sous le nom de lissage excessif. En augmentant le nombre d'itĂ©rations dans le passage de messages, les reprĂ©sentations des nƓuds du graphe d'entrĂ©e s'alignent et deviennent indiscernables. Cette thĂšse montre un moyen efficace d'assouplir l'architecture GNN en employant une heuristique de routage dans le flux de travail gĂ©nĂ©ral. Plus prĂ©cisĂ©ment, une couche supplĂ©mentaire achemine les reprĂ©sentations des nƓuds vers des experts spĂ©cialisĂ©s. Chaque expert calcule les reprĂ©sentations en fonction de son flux de travail GNN respectif. Les dĂ©finitions de GNN distincts rĂ©sultent de k vues localisĂ©es Ă  partir d'un nƓud central. Cette procĂ©dure est appelĂ©e Graph Shell Attention (SEA), dans laquelle les experts traitent diffĂ©rents sous-graphes Ă  l'aide d'un transformateur. La propagation fiable d'informations par le biais de grands rĂ©seaux de communication, de rĂ©seaux sociaux ou de rĂ©seaux de capteurs est importante pour les applications concernant le marketing, l'analyse sociale ou la surveillance des conditions physiques ou environnementales. Cependant, les liens sociaux d'amitiĂ© peuvent ĂȘtre obsolĂštes, et les liens de communication peuvent Ă©chouer, induisant la notion d'incertitude dans de tels rĂ©seaux. Cette thĂšse aborde le problĂšme de l'optimisation de la propagation de l'information dans les rĂ©seaux incertains compte tenu d'un budget contraint d'arĂȘtes. Une structure de donnĂ©es spĂ©cialisĂ©e, appelĂ©e F-tree, traite deux sous-problĂšmes NP-hard: le calcul du flux d'information attendu et le choix optimal des arĂȘtes. L'arbre F identifie les composants indĂ©pendants d'un graphe d'entrĂ©e probabiliste pour lesquels le flux d'informations peut ĂȘtre calculĂ© analytiquement et efficacement ou pour lesquels l'Ă©chantillonnage Monte-Carlo traditionnel peut ĂȘtre appliquĂ© indĂ©pendamment du reste du rĂ©seau. La partie suivante de la thĂšse couvre un problĂšme de graphe du point de vue de la recherche opĂ©rationnelle. Une nouvelle variante du cĂ©lĂšbre problĂšme d'acheminement par vĂ©hicule (VRP) est introduite, oĂč les clients sont servis dans une fenĂȘtre temporelle spĂ©cifique (TW), ainsi que des lieux de livraison flexibles (FL) incluant des contraintes de capacitĂ©. Ces derniĂšres impliquent que chaque client est programmĂ© dans l'un des emplacements de service de livraison Ă  capacitĂ©. En pratique, le problĂšme VRPTW-FL est pertinent pour des applications de livraison de colis, d'acheminement avec un espace de stationnement limitĂ© ou, par exemple, dans le cadre de la programmation de kinĂ©sithĂ©rapeutes Ă  l'Ă©chelle d'un hĂŽpital. Cette thĂšse prĂ©sente une mĂ©taheuristique construite sur une recherche hybride de grands voisinages adaptatifs (ALNS). En outre, un mĂ©canisme de retour en arriĂšre dans la phase de construction est introduit pour modifier les dĂ©cisions insatisfaisantes Ă  des stades prĂ©coces. Dans l'Ă©tude computationnelle, des donnĂ©es hospitaliĂšres sont utilisĂ©es pour Ă©valuer l'utilitĂ© de lieux de livraison flexibles et de diverses fonctions de coĂ»t. Dans la derniĂšre partie de la thĂšse, les tendances des mĂ©dias sociaux sont analysĂ©es, ce qui donne un aperçu du sentiment des utilisateurs et des sujets d'actualitĂ©. Ces tendances consistent en des rafales de messages concernant un sujet particulier dans un laps de temps donnĂ©, s'Ă©cartant de maniĂšre significative de la frĂ©quence moyenne d'apparition du mĂȘme sujet. Cette thĂšse prĂ©sente une mĂ©thode de classification des archĂ©types de tendances afin de prĂ©dire leur diffusion future en Ă©tudiant la diffusion de ces tendances dans l'espace et dans le temps. D'une maniĂšre gĂ©nĂ©rale, avec l'augmentation constante de l'Ă©chelle et de la complexitĂ© des ensembles de donnĂ©es structurĂ©es en graphe et les progrĂšs de l'intelligence artificielle, les modĂšles soutenus par l'IA joueront inĂ©vitablement un rĂŽle important dans l'analyse, la modĂ©lisation et l'amĂ©lioration de l'extraction de connaissances Ă  partir de donnĂ©es en graphe
    • 

    corecore