Searched for: +
(1 - 20 of 35)

Pages

document
Daoutidis, Prodromos (author), Lee, Jay H. (author), Rangarajan, Srinivas (author), Chiang, Leo (author), Gopaluni, Bhushan (author), Schweidtmann, A.M. (author), Harjunkoski, Iiro (author), Mercangöz, Mehmet (author), Mesbah, Ali (author)
This “white paper” is a concise perspective of the potential of machine learning in the process systems engineering (PSE) domain, based on a session during FIPSE 5, held in Crete, Greece, June 27–29, 2022. The session included two invited talks and three short contributed presentations followed by extensive discussions. This paper does not...
journal article 2024
document
Mesbah, Sepideh (author), Arous, Ines (author), Yang, J. (author), Bozzon, A. (author)
Evaluating design ideas is necessary to predict their success and assess their impact early on in the process. Existing methods rely either on metrics computed by systems that are effective but subject to errors and bias, or experts' ratings, which are accurate but expensive and long to collect. Crowdsourcing offers a compelling way to...
conference paper 2023
document
Mesbah, S. (author)
Named Entity Recognition (NER) is an essential information retrieval task. It enables a wide range of natural language processing applications such as semantic search, machine translation, etc. The NER can be formulated as the task of identifying and typing words or phrases in a text that refers to certain classes of interest (e.g., disease,...
doctoral thesis 2020
document
Harting, Tom (author), Mesbah, S. (author), Lofi, C. (author)
We introduce a Language-consistent multi-lingual Open Relation Extraction Model (LOREM) for finding relation tuples of any type between entities in unstructured texts. LOREM does not rely on language-specific knowledge or external NLP tools such as translators or PoS-taggers, and exploits information and structures that are consistent over...
conference paper 2020
document
Sorokin, Dimitry Y. (author), Merkel, Alexander Y. (author), Messina, Enzo (author), Yakimov, Mikhail M. (author), Itoh, Takashi (author), Mesbah, Noha M. (author), Wiegel, Juergen (author), Oren, Aharon (author)
The genus Natronolimnobius, currently including four species, is a member of the order Natrialbales, class Halobacteria, and consists of obligately alkaliphilic and extremely halophilic members found exclusively in highly alkaline hypersaline soda lakes. The species were classified into this genus mostly based on phylogenetic analysis of the...
journal article 2020
document
Mesbah, S. (author), Yang, J. (author), Sips, R.H.J. (author), Valle Torre, M. (author), Lofi, C. (author), Bozzon, A. (author), Houben, G.J.P.M. (author)
Social media provides a timely yet challenging data source for adverse drug reaction (ADR) detection. Existing dictionary-based, semi-supervised learning approaches are intrinsically limited by the coverage and maintainability of laymen health vocabularies. In this paper, we introduce a data augmentation approach that leverages variational...
conference paper 2019
document
Manousogiannis, E. (author), Mesbah, S. (author), Baez Santamaria, Selene (author), Bozzon, A. (author), Sips, Robert-Jan (author)
This paper describes the system that team MYTOMORROWS-TU DELFT developed for the 2019 Social Media Mining for Health Applications (SMM4H) Shared Task 3, for the end-to-end normalization of ADR tweet mentions to their corresponding MEDDRA codes. For the first two steps, we reuse a state-of-theart approach, focusing our contribution on the final...
conference paper 2019
document
Vliegenthart, Daniel (author), Mesbah, S. (author), Lofi, C. (author), Aizawa, Akiko (author), Bozzon, A. (author)
Named Entity Recognition (NER) for rare long-tail entities as e.g., often found in domain-specific scientific publications is a challenging task, as typically the extensive training data and test data for fine-tuning NER algorithms is lacking. Recent approaches presented promising solutions relying on training NER algorithms in an iterative...
conference paper 2019
document
Mesbah, S. (author), Bozzon, A. (author), Lofi, C. (author), Houben, G.J.P.M. (author)
This demo presents SmartPub, a novel web-based platform that supports the exploration and visualization of shallow meta-data (e.g., author list, keywords) and deep meta-data--long tail named entities which are rare, and often relevant only in specific knowledge domain--from scientific publications. The platform collects documents from different...
conference paper 2018
document
Mesbah, S. (author), Lofi, C. (author), Valle Torre, M. (author), Bozzon, A. (author), Houben, G.J.P.M. (author)
Named Entity Recognition and Typing (NER/NET) is a challenging task, especially with long-tail entities such as the ones found in scientific publications. These entities (e.g. “WebKB”, “StatSnowball”) are rare, often relevant only in specific knowledge domains, yet important for retrieval and exploration purposes. State-of-the-art NER approaches...
conference paper 2018
document
Mesbah, S. (author), Chen, G. (author), Valle Torre, M. (author), Bozzon, A. (author), Lofi, C. (author), Houben, G.J.P.M. (author)
MOOCs promised to herald a new age of open education.<br/>However, efficient access to MOOC content is still hard, thus unneces-<br/>sarily complicating many use cases like efficient re-use of material, or<br/>tailored access for life-long learning scenarios. One of the reasons for this<br/>lack of accessibility is the shortage of meaningful...
conference paper 2018
document
Van Deursen, A. (author), Mesbah, A. (author), Nederlof, A. (author)
In this paper we review five years of research in the field of automated crawling and testing of web applications. We describe the open source Crawljax tool, and the various extensions that have been proposed in order to address such issues as cross-browser compatibility testing, web application regression testing, and style sheet usage analysis...
report 2014
document
Mesbah, A (author), van Deursen, A. (author), Lenselink, S (author)
journal article 2012
document
Mesbah, A. (author), Van Deursen, A. (author), Lenselink, S. (author)
Using JavaScript and dynamic DOM manipulation on the client-side of web applications is becoming a widespread approach for achieving rich interactivity and responsiveness in modern web applications. At the same time, such techniques, collectively known as Ajax, shatter the metaphor of web ‘pages’ with unique URLs, on which traditional web...
report 2011
document
Mesbah, A. (author), Van Deursen, A. (author), Roest, D. (author)
AJAX-based Web 2.0 applications rely on stateful asynchronous client/server communication, and client-side run-time manipulation of the DOM tree. This not only makes them fundamentally different from traditional web applications, but also more error-prone and harder to test. We propose a method for testing AJAX applications automatically, based...
report 2011
document
Van Deursen, A. (author), Mesbah, A. (author), Cornelissen, B. (author), Zaidman, A. (author), Pinzger, M. (author), Guzzi, A. (author)
In practice, many people have to work together to develop and maintain a software system. However, the programmer’s key tool, the Integrated Development Environment (IDE), is a solo-tool, serving to help individual programmers understand and modify the system. Such an IDE does not leverage the knowledge other team members may have of the design...
report 2010
document
Groeneveld, F. (author), Mesbah, A. (author), Van Deursen, A. (author)
The complexity of modern web applications increases as client-side JavaScript and dynamic DOM programming are used to offer a more interactive web experience. In this paper, we focus on improving the dependability of such applications by automatically inferring invariants from the client-side and using those invariants for testing. By combining...
report 2010
document
Mesbah, A. (author)
Batch crystallization is extensively employed in the chemical, pharmaceutical, and food industries to separate and purify high value-added chemical substances. Despite their widespread application, optimal operation of batch crystallizers is particularly challenging. The difficulties primarily result from the complexity of process models,...
doctoral thesis 2010
document
van Deursen, A. (author), Mesbah, A (author), Cornelissen, SGM (author), Zaidman, A.E. (author), Pinzger, M. (author), Guzzi, A. (author)
In practice, many people have to work together to develop and maintain a software system. However, the programmer’s key tool, the Integrated Development Environment (IDE), is a solo-tool, serving to help individual programmers understand and modify the system. Such an IDE does not leverage the knowledge other team members may have of the design...
conference paper 2010
document
Roest, D. (author), Mesbah, A. (author), Van Deursen, A. (author)
Note: This paper is a pre-print of: Danny Roest, Ali Mesbah and Arie van Deursen. Regression Testing AJAX Applications: Coping with Dynamism. In Proceedings of the 3rd International Conference on Software Testing, Verification and Validation (ICST’10), Paris, France. IEEE Computer Society, 2010. There is a growing trend to move desktop...
report 2009
Searched for: +
(1 - 20 of 35)

Pages