paper-with-me

Papers

Which is Better for Deep Learning: Python or MATLAB? Answering Comparative Questions in Natural Language

2021-04-01 · EACL 2021 2 · Viktoriia Chekalina, Alexander Bondarenko, Chris Biemann, Meriem Beloucif, Varvara Logacheva, Alexander Panchenko

We present a system for answering comparative questions (Is X better than Y with respect to Z?) in natural language. Answering such questions is important for assisting humans in making informed decisions. The key component of our system is a natural language interface for comparative QA that can be used in personal assistants, chatbots, and similar NLP devices. Comparative QA is a challenging NLP task, since it requires collecting support evidence from many different sources, and direct comparisons of rare objects may be not available even on the entire Web. We take the first step towards a solution for such a task offering a testbed for comparative QA in natural language by probing several methods, making the three best ones available as an online demo.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Categorizing Comparative Sentences

2018-09-17 · WS 2019 8 · Alexander Panchenko, Alexander Bondarenko, Mirco Franzek, Matthias Hagen 외

We tackle the tasks of automatically identifying comparative sentences and categorizing the intended preference (e.g., "Python has better NLP libraries than MATLAB" => (Python, better, MATLAB). To this end, we manually a…

Argument MiningSentenceSentence Embeddings

Automatic EEG Independent Component Classification Using ICLabel in Python

2024-11-20 · Arnaud Delorme, Dung Truong, Luca Pion-Tonachini, Scott Makeig

ICLabel is an important plug-in function in EEGLAB, the most widely used software for EEG data processing. A powerful approach to automated processing of EEG data involves decomposing the data by Independent Component An…

Component ClassificationEEG

Matlab vs. OpenCV: A Comparative Study of Different Machine Learning Algorithms

2019-05-03 · Ahmed A. Elsayed, Waleed A. Yousef

Scientific Computing relies on executing computer algorithms coded in some programming languages. Given a particular available hardware, algorithms speed is a crucial factor. There are many scientific computing environme…

BIG-bench Machine LearningData Visualization

An Empirical Evaluation of Time-Series Feature Sets

2021-10-21 · Trent Henderson, Ben D. Fulcher

Solving time-series problems with features has been rising in popularity due to the availability of software for feature extraction. Feature-based time-series analysis can now be performed using many different feature se…

Time SeriesTime Series Analysis

TorchDIVA: An Extensible Computational Model of Speech Production built on an Open-Source Machine Learning Library

2022-10-17 · Sean Kinahan, Julie Liss, Visar Berisha

The DIVA model is a computational model of speech motor control that combines a simulation of the brain regions responsible for speech production with a model of the human vocal tract. The model is currently implemented …