Papers.
Research connected to its authors, projects, companies, talks, events, and the rest of the graph.
Add a paper ↗Lexical Quality as a Measure for Textual Web Accessibility
Lecture notes in computer science · DOI 10.1007/978-3-642-31522-0_61 · 2 citations · Source: openalex+authoritative-profileRicardo Baeza-Yates, Luz Rello, Ricardo Baeza‐Yates · 3 authors totalTheory Presentation Combinators
Lecture notes in computer science · DOI 10.1007/978-3-642-31374-5_14 · 14 citations · Source: openalex+career-authorityRussell O'Connor, Jacques Carette, Russell O’Connor · 3 authors totalUsage Data in Web Search: Benefits and Limitations
Lecture notes in computer science · DOI 10.1007/978-3-642-31235-9_33 · 8 citations · Source: openalex+authoritative-profileRicardo Baeza-Yates, Ricardo Baeza‐Yates, Yoelle Maarek · 3 authors totalPause 'n' Play: Formalizing Asynchronous C#
Lecture notes in computer science · DOI 10.1007/978-3-642-31057-7_12 · 41 citations · Source: openalex+semantic-scholarErik Meijer, Gavin Bierman, Claudio Russo, Geoffrey Mainland, Mads Torgersen · 5 authors totalReducing the History in Decentralized Interaction-Based Reputation Systems
Lecture notes in computer science · DOI 10.1007/978-3-642-30054-7_19 · 4 citations · Source: openalex+orcid+dblp-identityJohan Pouwelse, Dimitra Gkorou, Tamás Vinkó, Nitin Chiluka, Dick Epema · 5 authors totalAdaptive Information Integration: Bridging the Semantic Gap between Numerical Simulations
Lecture notes in business information processing · DOI 10.1007/978-3-642-29958-2_4 · 15 citations · Source: openalex+career-authorityPhilipp Meisen, Tobias Meisen, Daniel Schilberg, Sabina Jeschke · 4 authors totalModeling Static Caching in Web Search Engines
Lecture notes in computer science · DOI 10.1007/978-3-642-28997-2_37 · 11 citations · Source: openalex+authoritative-profileRicardo Baeza-Yates, Ricardo Baeza‐Yates, Simon Jonassen · 3 authors totalAdvances in information retrieval : 34th European Conference on IR Research, ECIR 2012, Barcelona, Spain, April 1-5 2012 : proceedings
DOI 10.1007/978-3-642-28997-2 · 4 citations · Source: openalex+authoritative-profileRicardo Baeza-Yates, Ricardo Baeza‐Yates · 2 authors totalLinking Localisation and Language Resources
Linked Data in Linguistics · DOI 10.1007/978-3-642-28249-2_5 · Source: dblp+adapt-autodesk-authorityAlex O'Connor, David Lewis 0001, Alexander O'Connor, Sebastien Molines, Leroy Finn, Dominic Jones, Stephen Curran, Séamus Lawless · 8 authors totalTerminological Systems
Computers in health care · DOI 10.1007/978-1-4471-2816-8_9 · 0 citations · Source: openalex+first-party-career-authorityMark Samuel Tuttle, Peter L. Elkin, Mark S. Tuttle · 3 authors totalImplementations of Terminology
Computers in health care · DOI 10.1007/978-1-4471-2816-8_8 · 2 citations · Source: openalex+first-party-career-authorityMark Samuel Tuttle, Peter L. Elkin, Mark S. Tuttle, Marjorie Rallins, Jennifer Trajkovski, Elizabeth Lumakovska, Steven H. Brown · 7 authors totalHistory of Terminology and Terminological Logics
Computers in health care · DOI 10.1007/978-1-4471-2816-8_2 · 0 citations · Source: openalex+first-party-career-authorityMark Samuel Tuttle, Peter L. Elkin, Mark S. Tuttle · 3 authors totalConclusion
Computers in health care · DOI 10.1007/978-1-4471-2816-8_10 · 0 citations · Source: openalex+first-party-career-authorityMark Samuel Tuttle, Peter L. Elkin, Mark S. Tuttle · 3 authors totalIntroduction
Computers in health care · DOI 10.1007/978-1-4471-2816-8_1 · 0 citations · Source: openalex+first-party-career-authorityMark Samuel Tuttle, Peter L. Elkin, Mark S. Tuttle · 3 authors totalDesign, implementation and verification of MILS systems
Software, Practice & Experience · DOI 10.1002/spe.1151 · 7 citations · Source: semantic-scholar+openalexSUMMARY Safety‐critical systems are used in many domains (military, avionics, aerospace, etc.) and handle critical data in hostile environments. To prevent data access by unauthorized subjects, they must protect and isolate information so that only allowed entities can read or write information. However, because of their increased number of functionalities, safety‐critical systems design becomes more complex; this increases difficulties in the design and the verification of security functions and potential error in their implementation. The multiple independent levels of security (MILS) approach introduces rules and guidelines for the design of secure systems. It isolates data according to their security levels, reducing system complexity to ease development. However, there is no approach addressing the whole development of MILS systems from high‐level specification (application components with their security levels) to the final implementation (code that executes application functions and provide security mechanisms). This paper presents a complete development approach for the design, verification and implementation of MILS architectures. It aims at providing a complete framework to build secure applications based on MILS guidelines. We describe security concerns using a modeling language, verify security requirements and automatically implement the system code generation techniques and a MILS‐compliant operating system that provides security functions. Copyright © 2012 John Wiley & Sons, Ltd.
Julien Delange, Laurent Pautet, Fabrice Kordon · 3 authors totalTruthy: Enabling the Study of Online Social Networks
arXiv (Cornell University) · DOI 10.48550/arxiv.1212.4565 · 15 citations · Source: openalex+publisher+career-authorityKarissa McKelvey, Fil Menczer · 2 authors totalThe End of an Architectural Era for Analytical Databases
Tiny Transactions on Computer Science · arXiv 1209.1425 · 0 citations · Source: semantic-scholarTraditional enterprise warehouse solutions center around an analytical database system that is monolithic and inflexible: data needs to be extracted, transformed, and loaded into the rigid relational form before analysis. It takes years of sophisticated planning to provision and deploy a warehouse; adding new hardware resources to an existing warehouse is an equally lengthy and daunting task. Additionally, modern data analysis employs statistical methods that go well beyond the typical roll-up and drill-down capabilities provided by warehouse systems. Although it is possible to implement such methods using a combination of SQL and UDFs, query engines in relational databases are ill-suited for these. The Hadoop ecosystem introduces a suite of tools for data analytics that overcome some of the problems of traditional solutions. These systems, however, forgo years of warehouse research. Memory is significantly underutilized in Hadoop clusters, and execution engine is naive compared with its relational counterparts. It is time to rethink the design of data warehouse systems and take the best from both worlds. The new generation of warehouse systems should be modular, high performance, fault-tolerant, easy to provision, and designed to support both SQL query processing and machine learning applications. This paper references the Shark system developed at Berkeley as an initial attempt.
Reynold Xin · 1 author totalOpening the Black Boxes in Data Flow Optimization
CoRR · arXiv 1208.0087 · Source: dblpMatthias Sax, Fabian Hueske, Mathias Peters, Astrid Rheinlander, Rico Bergmann, Aljoscha Krettek, Kostas Tzoumas · 7 authors totalA New Theory of Anyons
arXiv / INSPIRE record · arXiv 1205.6816 · 7 citations · Source: inspirehep+author-first-partyJay Wacker, A.Liam Fitzpatrick, Shamit Kachru, Jared Kaplan, Emanuel Katz, Jay G. Wacker · 6 authors totalProbabilistically Bounded Staleness for Practical Partial Quorums
arXiv (Cornell University) · DOI 10.48550/arxiv.1204.6082 · 0 citations · Source: openalex+authoritative-profilePeter Bailis, Shivaram Venkataraman, Michael J. Franklin, Joseph M. Hellerstein, Ion Stoica · 5 authors totalLearning to Rank Query Recommendations by Semantic Similarities
arXiv (Cornell University) · DOI 10.48550/arxiv.1204.2712 · 2 citations · Source: openalex+authoritative-profileRicardo Baeza-Yates, Sumio Fujita, Georges Dupret, Ricardo Baeza‐Yates · 4 authors totalScene Parsing with Multiscale Feature Learning, Purity Trees, and Optimal Covers
International Conference on Machine Learning (ICML) · arXiv 1202.2160 · 205 citations · Source: arxivScene parsing, or semantic segmentation, consists in labeling each pixel in an image with the category of the object it belongs to. It is a challenging task that involves the simultaneous detection, segmentation and recognition of all the objects in the image. The scene parsing method proposed here starts by computing a tree of segments from a graph of pixel dissimilarities. Simultaneously, a set of dense feature vectors is computed which encodes regions of multiple sizes centered on each pixel. The feature extractor is a multiscale convolutional network trained from raw pixels. The feature vectors associated with the segments covered by each node in the tree are aggregated and fed to a classifier which produces an estimate of the distribution of object categories contained in the segment. A subset of tree nodes that cover the image are then selected so as to maximize the average "purity" of the class distributions, hence maximizing the overall likelihood that each segment will contain a single object. The convolutional network feature extractor is trained end-to-end from raw pixels, alleviating the need for engineered features. After training, the system is parameter free. The system yields record accuracies on the Stanford Background Dataset (8 classes), the Sift Flow Dataset (33 classes) and the Barcelona Dataset (170 classes) while being an order of magnitude faster than competing approaches, producing a 320 \times 240 image labeling in less than 1 second.
Clément Farabet, Camille Couprie, Laurent Najman, Yann LeCun · 4 authors totalVisualizing Communication on Social Media: Making Big Data Accessible
arXiv (Cornell University) · DOI 10.48550/arxiv.1202.1367 · 20 citations · Source: openalex+publisher+career-authorityKarissa McKelvey, Alex Rudnick, Michael Conover, Filippo Menczer · 4 authors totalWizIE: A Best Practices Guided Development Environment for Information Extraction
ACL · 24 citations · Source: semantic-scholar+dblpFrederick Reiss, Yunyao Li, Laura Chiticariu, Huahai Yang, Arnaldo Carreno-Fuentes · 5 authors totalWeb Services Data Access and Integration – The Relational Realisation (WS-DAIR) Specification
Open Grid Forum (WS-DAIR specification) · 6 citations · Source: semantic-scholar+arxivSusan Malaika, M. Antonioletti, Brian Collins, M. Jackson, A. Krause, S. Laws, S. Lynden, J. Magowan · 9 authors totalWeb Services Data Access and Integration – The Core (WS-DAI) Specification
Open Grid Forum (WS-DAI specification) · 10 citations · Source: semantic-scholar+arxivSusan Malaika, M. Atkinson, M. Antonioletti, M. Jackson, A. Krause, S. Laws, S. Lynden, S. Malaika · 10 authors totalWeakly Supervised Training of Semantic Parsers
EMNLP-CoNLL · Source: dblp+author-first-party+semantic-machines-career-authorityJayant Krishnamurthy, Tom M. Mitchell · 2 authors totalValidate implementation correctness using simulation: the TASTE approach
http://beru.univ-brest.fr/~singhoff/cheddar/contribs/examples_of_use/delange12a.pdf · 3 citations · Source: semantic-scholar+openalexAbstract: High-integrity systems operate in hostile environment and must guarantee a continuous operational state, even if unexpected events happen. In addition, these systems have stringent requirements that must be validated and correctly translated from high-level specifications down to code. All these constraints make the overall development process more time-consuming. This becomes especially complex because the number of system functions keeps increasing over the years. As a result, engineers must validate system implementation and check that its execution conforms to the specifications. To do so, a traditional approach consists in a manual instrumentation of the implementation code to trace system activity while operating. However, this might be error-prone because modifications are not automatic and still made manually. Furthermore, such modifications may have an impact on the actual behavior of the system. In this paper, we present an approach to validate a system implementation by comparing execution against simulation. In that purpose, we adapt TASTE, a set of tools that eases system development by automating each step as much as possible. In particular, TASTE automates system implementation from functional (system functions description with their properties – period, deadline, priority, etc.) and deployment (processors, buses, devices to be used) models. We tailored this tool-chain to create traces during system execution. Generated output shows activation time of each task, usage of communication ports (size of the queues, instant of events pushed/pulled, etc.) and other relevant execution metrics to be monitored. As a consequence, system engineers can check implementation correctness by comparing simulation and execution metrics.
Julien Delange, Jérôme Hugues, Pierre Dissaux · 3 authors totalTransnational Connections| New ICTs and the Study of Political Communication
DOAJ (DOAJ: Directory of Open Access Journals) · 1 citations · Source: openalex+first-party-career-authorityMarc Smith, R. Garrett, Bruce Bimber, Homero Gil de Zúñiga, François Heinderyckx, John Kelly, Marc A. Smith · 7 authors totalTraining Factored PCFGs with Expectation Propagation
Conference on Empirical Methods in Natural Language Processing · 10 citations · Source: semantic-scholarDavid Hall, David Leo Wright Hall, D. Klein · 3 authors totalTracking Epidemics with Natural Language Processing and Crowdsourcing
12 citations · Source: openalex+personal-publication-listRob Munro, Robert Munro, Lucky Gunasekara, Stephanie Nevins, Lalith Polepeddi, Evan B. Rosen · 6 authors totalTowards Short-Lived Certificates
W2SP 2012 (Web 2.0 Security and Privacy) · 71 citations · Source: semantic-scholarBrennan Saeta, Emin Topalovic, Lin-Shung Huang, Collin Jackson, Dan Boneh · 5 authors totalTinyToCS Volume 1 Chairs' Note.
0 citations · Source: openalex+authoritative-profilePeter Bailis, Justine Sherry · 2 authors totalThe Dynamic Relationship between Entrepreneurship , Unemployment , and Growth : Evidence from U . S . Industries
13 citations · Source: semantic-scholarJose Plehn, J. Plehn-Dujowich · 2 authors totalThe 2nd Temporal Web Analytics Workshop (TempWeb)
HAL (Le Centre pour la Communication Scientifique Directe) · 0 citations · Source: openalex+authoritative-profileRicardo Baeza-Yates, Ricardo Baeza‐Yates, Julien Masanés, Marc Spaniol · 4 authors totalTASTE: An open-source tool-chain for embedded system and software development
HAL (Le Centre pour la Communication Scientifique Directe) · 20 citations · Source: semantic-scholar+openalexThis paper presents the results of the past two years of continuous development of the TASTE tool-set. TASTE is a development environment dedicated to embedded, real-time systems and was created under the initiative of the European Space Agency back in 2008, after the completion of a FP6 project called ASSERT. TASTE is free and open source, and is currently used to design small to medium-size systems; it relies on two powerful and complementary modeling languages: ASN.1 and AADL, and comes together with a solid engineering approach. TASTE brings ideas on how a system can be optimally built, by taking and putting together components of heterogeneous nature, and making sure that they run according to their specification and without software hacking introduced during the development. The latest TASTE improvements include several major features such as the integration of VHDL components, the recording/replay of runtime scenarii using message sequence charts, the support of legacy encoding protocols, means to inspect and patch data at runtime, and the generation of systems for additional platforms such as RT Linux (Xenomai). Our graphical front-ends have also been redesigned to offer a better user experience.
Julien Delange, Maxime Perrotin, Eric Conquet, Thanassis Tsiodras · 4 authors totalSpeaking with the crowd
UIST Adjunct · Source: dblp+corestory-authorityAnand Kulkarni, Walter S. Lasecki, Rachel Wesley, Jeffrey P. Bigham · 4 authors totalServing large-scale batch computed data with project Voldemort
USENIX Conference on File and Storage Technologies · 193 citations · Source: semantic-scholarJay Kreps, Roshan Sumbaly, J. Kreps, Lei Gao, Alex Feinberg, Chinmay Soman, Sam Shah · 7 authors totalSemantic Models for Question Answering.
1 citations · Source: openalexAbstract. The research presented in this paper focuses on the adoption of semantic models for Question Answering (QA) systems. We propose a framework which exploits semantic technologies to analyze the question, retrieve and rank relevant passages. It exploits: (a) Natural Language Processing algorithmsfortheanalysisofquestionsandcandidateanswers both in English and Italian; (b) Information Retrieval (IR) probabilistic models for retrieving candidate answers and (c) Machine Learning methods for question classification. The data source for the answers is an unstructured text document collection stored in search indices. The aim of the research is to improve the system performances by introducing semantic models in every step of the answering process. 1
Piero Molino, Pasquale Lops · 2 authors totalSemantic Compositionality through Recursive Matrix-Vector Spaces
Conference on Empirical Methods in Natural Language Processing · 1,418 citations · Source: semantic-scholarRichard Socher, R. Socher, Brody Huval, Christopher D. Manning, A. Ng · 5 authors totalSearch for Excited Randall-Sundrum Gravitons from Warped Extra Dimensions with Semi-Leptonic Diboson Final States using the ATLAS detector at the LHC
Columbia University PhD dissertation · Source: columbia-nevis+atlas-cern+thesis-defense-recordEric Williams · 1 author totalScala Macros, a Technical Report
17 citations · Source: semantic-scholar+epfl-infoscienceEugene Burmako, E. Burmako, Martin Odersky · 3 authors totalScala in Depth
Manning · Source: publisher+first-partyJosh Suereth, Joshua D. Suereth · 2 authors totalSample Complexity of Composite Likelihood
International Conference on Artificial Intelligence and Statistics · 19 citations · Source: semantic-scholar+openalexWe present the first PAC bounds for learning parameters of Conditional Random Fields [12] with general structures over discrete and real-valued variables. Our bounds apply to composite likelihood [14], which generalizes maximum likelihood and pseudolikelihood [3]. Moreover, we show that the only existing algorithm with a PAC bound for learning high-treewidth discrete models [1] can be viewed as a computationally inefficient method for computing pseudolikelihood. We present an extensive empirical study of the statistical efficiency of these estimators, as predicted by our bounds. Finally, we use our bounds to show how to construct computationally and statistically efficient composite likelihood estimators.
Joseph Bradley, Joseph K. Bradley, Carlos Guestrin · 3 authors totalResilient Distributed Datasets: A Fault-Tolerant Abstraction for In-Memory Cluster Computing
Symposium on Networked Systems Design and Implementation · 4,858 citations · Source: semantic-scholar+openalexWe present Resilient Distributed Datasets (RDDs), a distributed memory abstraction that lets programmers perform in-memory computations on large clusters in a fault-tolerant manner. RDDs are motivated by two types of applications that current computing frameworks handle inefficiently: iterative algorithms and interactive data mining tools. In both cases, keeping data in memory can improve performance by an order of magnitude. To achieve fault tolerance efficiently, RDDs provide a restricted form of shared memory, based on coarsegrained transformations rather than fine-grained updates to shared state. However, we show that RDDs are expressive enough to capture a wide class of computations, including recent specialized programming models for iterative jobs, such as Pregel, and new applications that these models do not capture. We have implemented RDDs in a system called Spark, which we evaluate through a variety of user applications and benchmarks. 1
Matei Zaharia, M. Zaharia, Mosharaf Chowdhury, Tathagata Das, Ankur Dave, Justin Ma, Murphy McCauly, M. Franklin · 9 authors totalQuestionCube: a Framework for Question Answering.
7 citations · Source: openalexQuestionCube is a framework for Question Answering (QA) that combines several techniques to retrieve passages containing the exact answers for natural language questions. It exploits: (a) Natural Language Processing algorithms for question and candidate answers analysis both in English and Italian; (b) Information Retrieval probabilistic models for candidate answers retrieval and (c) Machine Learning methods for question classification. The data source for the answer is an unstructured text document collection stored in search indices. In this paper an overview of the QuestionCube framework architecture is provided, together with a description of Wikiedi, a QA system for Wikipedia which exploits the proposed framework.
Piero Molino, Pierpaolo Basile · 2 authors total