Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,291 papers · 148 categories

Trend · papers per month

0.5%1.0%1.5%1.9% · May 201719922001200920182026
48 results for SemEval 2017

Convolutional neural networks win SemEval-2017 for scientific relation extraction.

problem Extracting relations between scientific concepts from scholarly articles.
method Convolutional neural network model for relation extraction.
result Ranked first in SemEval-2017 Task 10 for relation extraction in scientific articles.

State-of-the-art Twitter sentiment analysis using CNNs and LSTMs.

problem Improving Twitter sentiment classification accuracy.
method Pre-trained word embeddings, distant supervision, fine-tuning, ensemble of CNNs and LSTMs.
result First rank on all five English subtasks of SemEval-2017.

Extract keyphrases and relations from scientific documents.

problem Understanding which publications describe which processes, tasks, and materials.
method Evaluated 26 submissions across 3 scenarios.
result Task and findings relevant for researchers and information extraction communities.

Amobee won 3rd and 1st place in SemEval 2018 sentiment classification tasks.

problem Sentiment classification in multiple languages.
method Training GRU-CNN model with word embeddings and stacking ensembles.
result 3rd and 1st place in valence ordinal classification sub-tasks in English and Spanish.

Task focuses on fact checking in Q&A forums, improving over baseline systems.

problem Fact checking in community Q&A forums to distinguish factual from opinion.
method Two subtasks: distinguishing factual vs. opinion/advice/socializing, predicting answer truthfulness.
result Improved over baseline systems for both subtasks, but not for Subtask B.

Improved speech emotion recognition using pre-trained language models.

problem Challenging task of speech emotion recognition for natural human-machine interaction.
method Fine-tuning pre-trained language models for text emotion recognition, combining with speech emotion recognition.
result 73.5% accuracy in speech emotion recognition on a subset of IEMOCAP dataset.

Improved offensive language detection in tweets with multiple deep learning models.

problem Detecting offensive language in tweets using machine learning.
method Combination of multiple deep learning architectures for classification.
result Achieved macro-average F1-scores of 0.76, 0.68, 0.54 for different tasks.

Team QCRI-MIT detects hyperpartisan news with 72.9% accuracy.

problem Detecting hyperpartisan news from biased political content.
method Logistic regression model using engineered features from propaganda detection.
result Significant performance improvements with better feature pre-processing.

Paper tackles counterfactual sentence detection and evaluation.

problem Detect and evaluate counterfactual sentences in natural language.
method Used a BERT base model for classification and a hybrid BERT Multi-Layer Perceptron for sequence identification. Introduced cascaded linear inputs to improve performance.
result Achieved an F1 score of 85.00% in Task 1 and 83.90% in Task 2.

System classifies Twitter and Reddit posts' stance towards hidden rumour threads.

problem Classifying posts' stance towards hidden rumour threads.
method Used pre-trained deep bidirectional transformers (BERT) for stance classification.
result Reached F1 score of 61.67% on test data, 2nd place in competition.

We describe our language-independent unsupervised word sense induction system. This system only uses topic features to cluster different word senses in their global context topic space. Using unlabeled data, this system trains a latent Dirichlet allocation (LDA) topic model then uses it to infer the topics distribution…

2013-02-28abs ↗pdf ↗

Study categorizes and analyzes emotions in sexist tweets.

problem Lack of defined categories for sexism in NLP.
method Used a new dataset from SemEval-2018 to classify and analyze emotions in sexist tweets.
result Demonstrated the mental state and affectual state of users who tweet in different categories of sexism.

Study shows changes in information sharing between Bitcoin markets during 2017 crash.

problem Understanding information dynamics in Bitcoin markets during the 2017 crash.
method Analysis of high-frequency market-microstructure observables using information theoretic measures.
result Temporal changes in information sharing across markets, including predictability, memory, and synchronous coupling.

ES and FD gradients converge as optimization dimension grows.

problem Understanding the relationship between Evolution Strategies and Finite Differences gradients.
method Analyzing the convergence of gradients as the optimization dimension increases.
result ES and FD gradients converge as the dimension of the vector under optimization increases.

Two algorithms find local minima faster in finite-sum and general stochastic optimization.

problem Finding local minima in finite-sum and general stochastic nonconvex optimization.
method Stochastic Nested Variance Reduction (SNVRG) + Neon2.
result Achieves better gradient complexity for convergence to (ε,εH)(ε, ε_H)-second-order stationary points.

Stable ResNet stabilizes gradients in deep networks.

problem Gradient vanishing and exploding in deep ResNet architectures.
method Introducing Stable ResNet architectures with gradient stabilization and infinite depth expressivity.
result Stable ResNet maintains gradient stability and expressivity in deep networks.

Forecast predicts US recession in 2017, global economic slowdown, and eventual growth.

problem Short-term economic forecast and potential recession in developed countries.
method Analysis of log-periodic oscillations in DJIA dynamics and historical economic cycles.
result Predicts a recession in the second half of 2017 for developed countries.

A framework for multi-label sentiment analysis in 100 languages with dynamic weighting.

problem Cross-lingual sentiment analysis in multi-label settings with label imbalance.
method Dynamic weighting method, focal loss adaptation, optimal class-specific thresholds.
result State-of-the-art performance in 7 out of 9 metrics across 3 languages.

Directly analyzes SGLD hitting times for stationary points, providing tighter bounds.

problem Analyzing the hitting time of SGLD to stationary points.
method Direct analysis using linear algebra and probability theory, avoiding complex Cheeger's constant bounds.
result Tighter bounds on hitting times compared to previous work, showing dimension-independent behavior under suitable conditions.

New estimator stabilizes higher-order influence functions for stable statistical inference.

problem Numerical instability in estimating inverse population Gram matrix.
method Proposes a new stabilized higher-order estimator without sample splitting.
result Stabilized estimator exhibits more stable performance and similar statistical guarantees.

New estimator stabilizes higher-order influence functions for bilinear forms.

problem Stability issues in estimating bilinear forms using higher-order influence functions.
method Proposes a new stabilized higher-order estimator for a class of bilinear forms without sample splitting.
result New estimator exhibits more stable finite-sample performance compared to the empirical higher-order estimator.

The Dynamic Pricing Challenge revealed varying algorithm performance across different market dynamics.

problem Complexity of pricing and learning in competitive markets.
method Participants submitted pricing and demand learning algorithms for numerical performance analysis in simulated environments.
result Algorithm performance varies significantly across different market dynamics.

New insights into neural network initialization and activation functions improve deep learning performance.

problem Inappropriate initialization and activation function selection can hinder deep neural network training.
method Theoretical analysis and quantitative results on weight initialization and activation functions.
result Random initialization at the edge of chaos improves information propagation in deep neural networks.

Iterated Amplification uses subproblem solutions to build training signals for complex tasks.

problem Learning complex tasks when humans can't directly evaluate performance.
method Progressively builds training signal by combining solutions to easier subproblems.
result Efficiently learns complex behaviors in algorithmic environments.