Pith. sign in

REVIEW 3 major objections 2 minor 110 cited by

SocialIQA: Commonsense Reasoning about Social Interactions

T0 review · 3 major / 2 minor · reviewed 2026-05-13 · grok-4.3

Pith's one-line read Social IQa is a 38,000-question benchmark that exposes a greater than 20 percent performance gap between humans and pretrained language models on social commonsense reasoning.

desk verdict SocialIQA gives a practical new benchmark for social commonsense that models still struggle with and that transfers to other tasks, though the crowdsourcing method may not fully eliminate exploitable patterns. read the letter →

arxiv 1904.09728 v3 pith:GZAASV5G submitted 2019-04-22 cs.CL

classification cs.CL
keywords socialcommonsensebenchmarkquestionansweringemotionalintelligencetransferlearningWinogradschemasCOPA
checked against Cost
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper introduces Social IQa as the first large-scale multiple-choice dataset for testing how well systems understand everyday social interactions and the emotions behind them. Questions cover situations such as why someone might lean in to share a secret, with correct and incorrect answers collected through crowdsourcing. A new collection method asks workers to supply the right answer to a related question in order to generate plausible but wrong options, reducing superficial cues that models could exploit. Existing question-answering systems built on pretrained language models fall more than 20 percent behind human accuracy, yet fine-tuning on Social IQa raises state-of-the-art results on established commonsense tasks including Winograd Schemas and COPA.

What carries the argument

The Social IQa benchmark, constructed via a crowdsourcing framework that generates incorrect answers by soliciting correct answers to related questions.

What would settle it

A model that reaches human-level accuracy on Social IQa questions without any training on the dataset itself would show that the claimed gap and transfer benefit do not hold.

Watch

Extended reading notes

Core claim

Social IQa contains 38,000 multiple-choice questions that probe emotional and social intelligence across ordinary situations. The dataset is constructed by crowdsourcing both questions and answers while using a framework that mitigates stylistic artifacts in the incorrect options. Pretrained language-model-based question-answering systems show a performance gap exceeding 20 percent relative to humans. When used for transfer learning, the same resource produces state-of-the-art results on multiple other commonsense reasoning benchmarks such as Winograd Schemas and COPA.

Load-bearing premise

The crowdsourced questions and answers capture genuine social commonsense rather than new biases that models can exploit without true understanding.

Editorial extensions

If this is right

  • Pretrained language models lack robust representations of social and emotional reasoning.
  • Fine-tuning on social interaction data can improve performance on other commonsense benchmarks.
  • Future systems will need explicit mechanisms for social intelligence to close the observed gap.
  • The benchmark supplies a concrete testbed for measuring progress in social reasoning.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Social commonsense may not emerge reliably from standard language modeling objectives alone.
  • The collection method could be adapted to create similar benchmarks for physical or temporal commonsense.
  • Models might benefit from pairing the dataset with explicit social knowledge representations.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

3 major / 2 minor

Summary. The paper introduces SocialIQA, a crowdsourced benchmark of 38,000 multiple-choice questions targeting commonsense reasoning about social and emotional situations. It reports that pretrained LM-based QA models lag human performance by more than 20% and demonstrates that fine-tuning on SocialIQA yields state-of-the-art transfer results on the Winograd Schema Challenge and COPA.

Significance. If the questions genuinely probe social commonsense rather than collection artifacts, the benchmark would be a valuable addition for evaluating and improving AI social reasoning, with the transfer gains providing concrete evidence of utility. The scale and the explicit transfer experiments are strengths.

major comments (3)
  1. [Data Collection] Data Collection section: The mitigation framework (workers supply correct answers to related questions to generate distractors) is described as reducing stylistic artifacts, yet no quantitative analysis is provided on whether residual patterns (e.g., answer distributions correlated with prompt surface features or generation-specific meta-patterns) remain exploitable by models. This directly affects the validity of both the >20% human-model gap and the transfer claims.
  2. [Experiments] Experiments section (results tables): The reported model accuracies, human baseline, and transfer SOTA numbers lack details on statistical significance testing, variance across runs, or error analysis broken down by question type. Without these, the robustness of the central difficulty and transfer claims cannot be fully assessed.
  3. [Transfer Learning] Transfer experiments: The SOTA results on Winograd Schemas and COPA are presented without ablations isolating the contribution of SocialIQA data versus other factors, and without comparison to more recent strong baselines available at the time of submission.
minor comments (2)
  1. [Abstract] Abstract: Specify example model families (e.g., BERT, GPT) when referring to 'pretrained language models' for immediate clarity.
  2. [Related Work] Related Work: Add explicit comparison to contemporaneous social reasoning datasets to sharpen the novelty claim.

Simulated Author's Rebuttal

3 responses · 0 unresolved

We thank the referee for the constructive feedback on our SocialIQA benchmark paper. We address each major comment below with honest responses and indicate where revisions will be made to strengthen the manuscript.

read point-by-point responses
  1. Referee: [Data Collection] Data Collection section: The mitigation framework (workers supply correct answers to related questions to generate distractors) is described as reducing stylistic artifacts, yet no quantitative analysis is provided on whether residual patterns (e.g., answer distributions correlated with prompt surface features or generation-specific meta-patterns) remain exploitable by models. This directly affects the validity of both the >20% human-model gap and the transfer claims.

    Authors: We agree that a quantitative analysis of residual artifacts would further validate the benchmark. The framework was specifically designed to reduce stylistic biases by requiring workers to answer a related question correctly before generating distractors, which we believe minimizes common patterns. However, we did not include such an analysis in the original submission. In revision, we will add a section quantifying answer distributions, correlations with surface features, and simple model exploitability tests (e.g., using bag-of-words baselines) to demonstrate that residual patterns do not explain the performance gap. revision: yes

  2. Referee: [Experiments] Experiments section (results tables): The reported model accuracies, human baseline, and transfer SOTA numbers lack details on statistical significance testing, variance across runs, or error analysis broken down by question type. Without these, the robustness of the central difficulty and transfer claims cannot be fully assessed.

    Authors: We acknowledge this limitation in the original presentation. The reported numbers reflect single-run results from standard fine-tuning procedures, but we agree that variance and significance testing are important for robustness. In the revision, we will rerun key experiments with multiple random seeds to report means and standard deviations, include statistical significance tests (e.g., McNemar's test for comparisons), and add an error analysis section breaking down performance by question categories such as emotional vs. social inference. revision: yes

  3. Referee: [Transfer Learning] Transfer experiments: The SOTA results on Winograd Schemas and COPA are presented without ablations isolating the contribution of SocialIQA data versus other factors, and without comparison to more recent strong baselines available at the time of submission.

    Authors: The transfer results compare models fine-tuned on SocialIQA against their non-fine-tuned counterparts and prior SOTA at submission time (e.g., BERT-based models). We did not include exhaustive ablations isolating every factor, which is a fair critique. For recent baselines, the paper was submitted in 2019 and used the strongest available methods then; we will update the transfer section with additional comparisons to contemporaneous strong models and add a simple ablation table showing performance with and without SocialIQA fine-tuning to better isolate its contribution. revision: partial

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity; benchmark and results rest on new crowdsourced data collection and direct empirical evaluation

full rationale

The paper introduces Social IQa via a described crowdsourcing framework that generates questions and answers about social situations, then reports direct model evaluations (pretrained QA models vs. humans) and transfer experiments on Winograd/COPA. No equations, fitted parameters, or derivations are present. Claims do not reduce to self-citations, prior fits, or self-definitions; they are independent empirical measurements on the newly collected 38k-question resource. Minor prior-work citations exist for context but are not load-bearing for the performance gap or transfer results.

Assumptions & free parameters 0 free parameters · 1 assumptions · 0 invented entities

The central claim rests on the assumption that crowdsourced human judgments reliably encode social commonsense and that the benchmark questions isolate social intelligence from other factors.

assumptions (1)
  • domain assumption Crowdsourced annotations from the described framework accurately reflect genuine social commonsense without residual artifacts
    Invoked in the data collection process described in the abstract.

how reviews work

0 comments
Cite this review

Pith. "Pith review of SocialIQA: Commonsense Reasoning about Social Interactions." pith.science (2026). https://pith.science/paper/GZAASV5G

@misc{pith2026190409728,
  author       = {Pith},
  title        = {Pith review of: SocialIQA: Commonsense Reasoning about Social Interactions},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/GZAASV5G}},
  note         = {Machine review of arXiv:1904.09728}
}
read the original abstract

We introduce Social IQa, the first largescale benchmark for commonsense reasoning about social situations. Social IQa contains 38,000 multiple choice questions for probing emotional and social intelligence in a variety of everyday situations (e.g., Q: "Jordan wanted to tell Tracy a secret, so Jordan leaned towards Tracy. Why did Jordan do this?" A: "Make sure no one else could hear"). Through crowdsourcing, we collect commonsense questions along with correct and incorrect answers about social interactions, using a new framework that mitigates stylistic artifacts in incorrect answers by asking workers to provide the right answer to a different but related question. Empirical results show that our benchmark is challenging for existing question-answering models based on pretrained language models, compared to human performance (>20% gap). Notably, we further establish Social IQa as a resource for transfer learning of commonsense knowledge, achieving state-of-the-art performance on multiple commonsense reasoning tasks (Winograd Schemas, COPA).

Discussion (0). Continue with ORCID to comment.

Forward citations

Showing 60 of 110 Pith papers that cite this

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. See all 110 Pith citations

  1. Path-Constrained Mixture-of-Experts

    cs.LG 2026-03 unverdicted novelty 7.0 of 10

    PathMoE constrains expert paths in MoE models by sharing router parameters across layer blocks, yielding more concentrated paths, better performance on perplexity and tasks, and no need for auxiliary losses.

  2. Deep Delta Learning

    cs.LG 2026-01 unverdicted novelty 7.0 of 10

    Replacing additive residual connections with a gated rank-1 delta update that interpolates identity, projection, and reflection slightly improves language modeling and downstream averages in reported 124M/353M runs.

  3. MesaNet: Sequence Modeling by Locally Optimal Test-Time Training

    cs.LG 2025-06 conditional novelty 7.0 of 10

    MesaNet uses conjugate-gradient-optimal test-time regression in a chunkwise-parallelizable recurrent layer, achieving strong language modeling and benchmark performance at up to 1B scale.

  4. R^3-VQA: "Read the Room" by Video Social Reasoning

    cs.CV 2025-05 conditional novelty 7.0 of 10

    R3-VQA is a new real-world video benchmark on which the best tested model, GPT-4o, scores 83% on generated questions but only 54% on human-written ones, while humans score 91% and 80%.

  5. Pushing the Limits of Low-Bit Optimizers: A Focus on EMA Dynamics

    cs.LG 2025-05 conditional novelty 7.0 of 10

    SOLO compresses Adam optimizer states to 2 to 3 effective bits using p-quantile-based logarithmic quantization for second moments and momentum reduction for first moments, preserving accuracy on most tested benchmarks.

  6. Social Human Robot Embodied Conversation (SHREC) Dataset: Benchmarking Foundational Models' Social Reasoning

    cs.HC 2025-04 unverdicted novelty 7.0 of 10

    SHREC is a new benchmark dataset of embodied human-robot conversations that shows substantial performance gaps in state-of-the-art foundation models on tasks involving social error detection and rationale generation.

  7. SpinQuant: LLM quantization with learned rotations

    cs.LG 2024-05 conditional novelty 7.0 of 10

    SpinQuant learns optimal rotations to enable accurate 4-bit quantization of LLM weights, activations, and KV cache, reducing the zero-shot gap to full precision to 2.9 points on LLaMA-2 7B.

  8. Cosmos QA: Machine Reading Comprehension with Contextual Commonsense Reasoning

    cs.CL 2019-08 conditional novelty 7.0 of 10

    Cosmos QA is a new multiple-choice reading comprehension benchmark built from personal blogs, where correct answers require commonsense inference beyond the literal text and machines trail humans by about 25 points.

  9. HSS-Synth: Humanities and Social Sciences Data Synthesis for LLMs

    cs.CL 2026-07 conditional novelty 6.0 of 10

    HSS-Synth generates 230k instruction-tuning samples for 14 humanities/social-science fields and reports state-of-the-art fine-tuning results on 16 benchmarks.

  10. Scaling Native Multimodal Pre-Training From Scratch

    cs.CL 2026-07 conditional novelty 6.0 of 10

    In models trained from scratch on text plus images, the text-objective scaling law is data-mix-invariant while the image-conditioned objective shifts toward many more tokens relative to parameters as the multimodal sh...

  11. ELSA3D: Elastic Semantic Anchoring for Unified 3D Understanding and Generation

    cs.CV 2026-07 unverdicted novelty 6.0 of 10

    ELSA3D introduces elastic semantic anchoring via sparse anchor tokens and a scale-aware octree tokenizer to unify 3D generation and captioning at reduced computational cost.

  12. Building Social World Models with Large Language Models

    cs.SI 2026-06 unverdicted novelty 6.0 of 10

    SWM framework uses LLMs to model social belief dynamics from events via temporal pattern mining and ELBO optimization, outperforming time-series models on a new 12k-point benchmark from Kalshi and Polymarket predictio...

  13. LiftQuant: Continuous Bit-Width LLM via Dimensional Lifting and Projection

    cs.LG 2026-06 unverdicted novelty 6.0 of 10

    LiftQuant uses dimensional lifting of weights to a higher-dimensional 1-bit lattice followed by projection to achieve tunable continuous bit-widths in LLM quantization while remaining hardware-friendly.

  14. LLMs as Noisy Channels: A Shannon Perspective on Model Capacity and Scaling Laws

    cs.LG 2026-05 unverdicted novelty 6.0 of 10

    The Shannon Scaling Law treats LLM training as noisy-channel transmission and predicts U-shaped performance degradation when signal-to-noise ratio falls below a threshold, outperforming monotonic scaling laws on Pythi...

  15. One LR Doesn't Fit All: Heavy-Tail Guided Layerwise Learning Rates for LLMs

    cs.LG 2026-05 unverdicted novelty 6.0 of 10

    LLR uses heavy-tailed self-regularization theory to set per-layer learning rates in Transformers, yielding faster convergence and higher zero-shot accuracy than uniform rates across model scales.

  16. UB-SMoE: Universally Balanced Sparse Mixture-of-Experts for Resource-adaptive Federated Fine-tuning of Foundation Models

    cs.LG 2026-05 unverdicted novelty 6.0 of 10

    UB-SMoE balances expert utilization in heterogeneous federated SMoE fine-tuning via Dynamic Modulated Routing and Universal Pseudo-Gradient, delivering up to 45% compute reduction and 8.7x performance gains for low-re...

  17. Learning to Remember, Learn, and Forget in Attention-Based Models

    cs.LG 2026-02 conditional novelty 6.0 of 10

    Palimpsa adds a per-slot importance/precision state to gated linear attention, letting a fixed-size memory forget stale information and protect important information, and recovers Mamba2 as a high-forgetting limit.

  18. Decouple Searching from Training: Scaling Data Mixing via Model Merging for Large Language Model Pre-training

    cs.CL 2026-01 unverdicted novelty 6.0 of 10

    Weighted averaging of component models trained on individual data sources can serve as a cheap, faithful proxy for training on arbitrary data mixtures, enabling cheaper data-mix search for LLM pre-training.

  19. SpecQuant: Spectral Decomposition and Adaptive Truncation for Ultra-Low-Bit LLMs Quantization

    cs.LG 2025-11 unverdicted novelty 6.0 of 10

    SpecQuant uses outlier smoothing into weights followed by channel-wise low-frequency Fourier truncation to achieve 4-bit quantization of LLaMA-3 8B with only 1.5% zero-shot accuracy loss versus full precision.

  20. ScaLoRA: Optimally Scaled Low-Rank Adaptation for Efficient High-Rank Fine-Tuning

    cs.LG 2025-10 unverdicted novelty 6.0 of 10

    ScaLoRA analytically derives per-update column scalings that let low-rank increments accumulate into high-rank weight updates, yielding faster convergence and higher accuracy than prior LoRA variants on LLMs up to 12B...

  21. Short window attention enables long-term memorization

    cs.LG 2025-09 unverdicted novelty 6.0 of 10

    Short sliding windows in hybrid attention-xLSTM models boost long-context performance by encouraging long-term memory use, and stochastic window sizing improves both short and long tasks.

  22. HyperAdapt: Simple High-Rank Adaptation

    cs.LG 2025-09 unverdicted novelty 6.0 of 10

    HyperAdapt performs parameter-efficient fine-tuning by row- and column-wise diagonal scaling to induce high-rank updates with only n+m trainable parameters.

  23. ShinkaEvolve: Towards Open-Ended And Sample-Efficient Program Evolution

    cs.CL 2025-09 unverdicted novelty 6.0 of 10

    ShinkaEvolve improves sample efficiency in LLM-driven program evolution via parent sampling, code novelty rejection-sampling, and bandit LLM ensemble selection, achieving new SOTA circle packing with 150 samples and g...

  24. Reinforcement Learning with Rubric Anchors

    cs.AI 2025-08 unverdicted novelty 6.0 of 10

    Rubric-based rewards extend reinforcement learning to open-ended text generation, yielding a 30B model that outperforms a 671B model on humanities-style benchmarks.

  25. Towards Higher Effective Rank in Parameter-efficient Fine-tuning using Khatri--Rao Product

    cs.LG 2025-08 conditional novelty 6.0 of 10

    KRAdapter, a Khatri-Rao product adapter, produces full-rank high-effective-rank weight updates for parameter-efficient fine-tuning and reports improved out-of-distribution performance over LoRA and other full-rank PEF...

  26. Language Models Improve When Pretraining Data Matches Target Tasks

    cs.CL 2025-07 conditional novelty 6.0 of 10

    Ranking pretraining documents by similarity to benchmark training examples (BETR) yields consistent benchmark gains and a 2.1x compute multiplier over DCLM-Baseline.

  27. Does Math Reasoning Improve General LLM Capabilities? Understanding Transferability of LLM Reasoning

    cs.AI 2025-07 conditional novelty 6.0 of 10

    Math reasoning gains in LLMs rarely transfer to general domains; RL tuning generalizes while SFT causes forgetting and representation drift.

  28. Revisiting LoRA through the Lens of Parameter Redundancy: Spectral Encoding Helps

    cs.LG 2025-06 conditional novelty 6.0 of 10

    SeLoRA reparameterizes LoRA updates as inverse Fourier or wavelet transforms of sparsely masked spectral coefficients, improving fine-tuning accuracy on LLaMA models with fewer trainable parameters.

  29. LIFELONG SOTOPIA: Evaluating Social Intelligence of Language Agents Over Lifelong Social Interactions

    cs.AI 2025-06 conditional novelty 6.0 of 10

    Language agents' believability and goal achievement decline over multi-episode social interactions, and curated memory summaries only partially close the gap with humans.

  30. Mixture-of-Experts Can Surpass Dense LLMs Under Strictly Equal Resource

    cs.CL 2025-06 conditional novelty 6.0 of 10

    MoE models with activation rates in an optimal region outperform dense LLMs of identical total parameter count, training compute, and data budget, with the optimal region consistent across scales.

  31. Token Signature: Predicting Chain-of-Thought Gains with Token Decoding Feature in Large Language Models

    cs.CL 2025-06 conditional novelty 6.0 of 10

    The monotonicity of token probabilities during initial decoding predicts chain-of-thought gains, enabling dynamic selection between CoT and direct answers.

  32. Come Together, But Not Right Now: A Progressive Strategy to Boost Low-Rank Adaptation

    cs.LG 2025-06 conditional novelty 6.0 of 10

    Gradually increasing the probability that LoRA adapters stay active during fine-tuning improves generalization, merging, and pruning robustness.

  33. The Common Pile v0.1: An 8TB Dataset of Public Domain and Openly Licensed Text

    cs.CL 2025-06 conditional novelty 6.0 of 10

    A new 8TB openly-licensed text corpus trains 7B LLMs that are competitive with Llama 1/2, showing that performant models need not depend on unlicensed web data.

  34. Chameleon: A Flexible Data-mixing Framework for Language Model Pretraining and Finetuning

    cs.LG 2025-05 conditional novelty 6.0 of 10

    Chameleon uses kernel ridge leverage scores on domain embeddings to set LLM training-mixture weights, matching DoGE-level pretraining quality at roughly one fifth the compute and improving finetuning perplexity.

  35. Simulating Training Data Leakage in Multiple-Choice Benchmarks for LLM Evaluation

    cs.CL 2025-05 conditional novelty 6.0 of 10

    Under simulated leakage, n-gram-based detection beats permutation and truncation methods, and cleaning flag-prone MMLU instances changes model rankings only slightly.

  36. SocialMaze: A Benchmark for Evaluating Social Reasoning in Large Language Models

    cs.CL 2025-05 conditional novelty 6.0 of 10

    SocialMaze is a six-task benchmark that claims to evaluate LLM social reasoning along deep reasoning, dynamic interaction, and information uncertainty dimensions.

  37. Herd Behavior: Investigating Peer Influence in LLM-based Multi-Agent Systems

    cs.MA 2025-05 conditional novelty 6.0 of 10

    LLM agents flip their answers more when their own confidence is low and their peer seems confident, and the format and order of peer information can amplify or dampen this herd behavior.

  38. BASE-Q: Bias and Asymmetric Scaling Enhanced Rotational Quantization for Large Language Models

    cs.LG 2025-05 conditional novelty 6.0 of 10

    BASE-Q combines bias correction and asymmetric scaling under fixed rotations to improve 4-bit weight-activation quantization, narrowing the accuracy gap to full precision by up to 50.5% over prior rotation-based methods.

  39. RefLoRA: Refactored Low-Rank Adaptation for Efficient Fine-Tuning of Large Models

    cs.LG 2025-05 conditional novelty 6.0 of 10

    RefLoRA picks a per-step optimal low-rank factorization (a matrix geometric mean) that balances LoRA's factors, improving fine-tuning convergence and accuracy.

  40. Memory-Efficient LLM Training by Various-Grained Low-Rank Projection of Gradients

    cs.LG 2025-05 conditional novelty 6.0 of 10

    Adding a 'granularity' reshape to low-rank gradient projection improves memory efficiency and, in most tested settings, accuracy at a fixed memory cost.

  41. Nemotron-CLIMB: CLustering-based Iterative Data Mixture Bootstrapping for Language Model Pre-training

    cs.CL 2025-04 conditional novelty 6.0 of 10

    CLIMB automatically discovers pre-training data mixtures by clustering text embeddings and iteratively refining mixture weights with a predictor, improving 1B-model reasoning accuracy over standard baselines.

  42. FLIP Reasoning Challenge

    cs.CV 2025-04 conditional novelty 6.0 of 10

    The FLIP benchmark of 11,674 blockchain image-story puzzles shows best open and closed AI models reach 75.5% and 77.9% accuracy, below the 95.3% human consensus baseline.

  43. LLMs on the Line: Data Determines Loss-to-Loss Scaling Laws

    cs.LG 2025-02 unverdicted novelty 6.0 of 10

    Pretraining data determines loss-to-loss scaling laws in LLMs, while model size, optimization, tokenizer, and architecture have limited impact.

  44. Emergent Response Planning in LLMs

    cs.CL 2025-02 conditional novelty 6.0 of 10

    Hidden representations of LLM prompts encode global attributes of the upcoming response, and simple probes can predict length, content choices, and answer confidence before generation begins.

  45. A Lightweight Method to Disrupt Memorized Sequences in LLM

    cs.LG 2025-02 conditional novelty 6.0 of 10

    A decoding-time intervention that substitutes a small model's probabilities for common function words into a large model's output reduces exact training-data recall by up to 10x with minimal measured quality loss.

  46. Fine, I'll Merge It Myself: A Multi-Fidelity Framework for Automated Model Merging

    cs.AI 2025-02 conditional novelty 6.0 of 10

    An automated multi-fidelity search framework discovers layer-wise and depth-wise model merging recipes that improve single- and multi-objective LLM reasoning performance without retraining.

  47. CE-LoRA: Computation-Efficient LoRA Fine-Tuning for Language Models

    cs.LG 2025-02 conditional novelty 6.0 of 10

    CE-LoRA accelerates LoRA fine-tuning by approximating the dense activation-gradient matrix multiply with selected rows and columns and a frozen low-rank correction, reporting up to 3.39x faster backward passes with ne...

  48. Language Models Prefer What They Know: Relative Confidence Estimation via Confidence Preferences

    cs.CL 2025-02 conditional novelty 6.0 of 10

    Relative pairwise confidence comparisons aggregated by rank aggregation produce more reliable confidence scores for language models than direct absolute confidence prompts.

  49. RandLoRA: Full-rank parameter-efficient fine-tuning of large models

    cs.CL 2025-02 conditional novelty 6.0 of 10

    RandLoRA achieves full-rank weight updates in parameter-efficient fine-tuning by learning diagonal scalings over fixed random low-rank bases, outperforming LoRA across vision and language tasks.

  50. Federated Sketching LoRA: A Flexible Framework for Heterogeneous Collaborative Fine-Tuning of LLMs

    cs.LG 2025-01 conditional novelty 6.0 of 10

    Federated Sketching LoRA (FSLoRA) uses random row/column sketching of LoRA modules so each client updates a low-cost submatrix, with a convergence rate that scales with the sketching ratio.

  51. CLoQ: Enhancing Fine-Tuning of Quantized LLMs via Calibrated LoRA Initialization

    cs.LG 2025-01 conditional novelty 6.0 of 10

    CLoQ initializes LoRA adapters on quantized LLMs with a closed-form calibration-aware low-rank solution, improving 2-bit fine-tuning accuracy.

  52. eaSEL: Promoting Social-Emotional Learning and Parent-Child Interaction through AI-Mediated Content Consumption

    cs.HC 2025-01 conditional novelty 6.0 of 10

    A system that generates social-emotional learning activities from children's videos increased emotion-word use in 5-8 year olds' story retellings, and parents saw it as helping family conversations.

  53. OstQuant: Refining Large Language Model Quantization with Orthogonal and Scaling Transformations for Better Distribution Fitting

    cs.LG 2025-01 conditional novelty 6.0 of 10

    OSTQuant quantizes LLM weights, activations, and KV cache to 4 bits using learnable orthogonal and scaling transformations plus a new KL-Top loss, reporting near-lossless W4-only and strong W4A4KV4 results on LLaMA models.

  54. Recurrent Diffusion for Large-Scale Parameter Generation

    cs.LG 2025-01 conditional novelty 6.0 of 10

    RPG generates full weights for models up to 200M parameters, including ConvNeXt-L and LLaMA LoRA adapters, at accuracy comparable to trained checkpoints, using recurrent token prototypes to condition a 1D diffusion model.

  55. S$^{2}$FT: Efficient, Scalable and Generalizable LLM Fine-tuning by Structured Sparsity

    cs.LG 2024-12 conditional novelty 6.0 of 10

    S2FT selects a few attention heads and FFN channels, permutes the neighboring weight matrices so the selected parts form dense blocks, and fine-tunes only those blocks, reporting better generalization and efficiency t...

  56. Liquid: Language Models are Scalable and Unified Multi-modal Generators

    cs.CV 2024-12 conditional novelty 6.0 of 10

    Liquid extends existing LLMs with VQGAN image tokens and shows unified visual understanding and generation can scale, with the language-versus-image trade-off shrinking as model size grows.

  57. CLOVER: Cross-Layer Orthogonal Vectors Pruning and Fine-Tuning

    cs.LG 2024-11 reject novelty 6.0 of 10

    Attention pairs (Q-K and V-O) are SVD-decomposed so pruning or fine-tuning touches only a small singular-factor matrix, yielding better pruning tolerance and small PEFT gains.

  58. LaMI: Augmenting Large Language Models via Late Multi-Image Fusion

    cs.CL 2024-06 unverdicted novelty 6.0 of 10

    LaMI augments LLMs with visual commonsense via late fusion of predictions from multiple text-generated images, outperforming prior augmented LLMs on visual tasks while matching VLMs and preserving or improving NLP per...

  59. Chain-of-Verification Reduces Hallucination in Large Language Models

    cs.CL 2023-09 unverdicted novelty 6.0 of 10

    Chain-of-Verification reduces hallucinations in large language models by drafting responses, planning independent verification questions, answering them separately, and generating a final verified output.

  60. KagNet: Knowledge-Aware Graph Networks for Commonsense Reasoning

    cs.CL 2019-09 conditional novelty 6.0 of 10

    KagNet grounds question-answer pairs in ConceptNet schema graphs and uses a GCN-LSTM-HPA module to improve CommonsenseQA accuracy over BERT baselines.

See all 110 Pith citations

Reference graph

Works this paper leans on

140 extracted references · 140 canonical work pages · cited by 110 Pith papers (see all)

  1. [1]

    theory of mind

    Ian Apperly. 2010. Mindreaders: the cognitive basis of" theory of mind". Psychology Press

  2. [2]

    Simon Baron-Cohen, Alan M Leslie, and Uta Frith. 1985. Does the Autistic Child have a ``Theory of Mind''? Cognition, 21(1):37--46

  3. [3]

    Ernest Davis and Gary Marcus. 2015. Commonsense reasoning and commonsense knowledge in artificial intelligence. Commun. ACM, 58:92--103

  4. [4]

    Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. 2019. BERT : Pre-training of deep bidirectional transformers for language understanding. In NAACL

  5. [5]

    Espinosa and Henry Lieberman

    Jos \'e H. Espinosa and Henry Lieberman. 2005. Eventnet: Inferring temporal relations between commonsense events. In MICAI

  6. [6]

    MY Ganaie and Hafiz Mudasir. 2015. A Study of Social Intelligence & Academic Achievement of College Students of District Srinagar, J&K, India . Journal of American Science, 11(3):23--27

  7. [7]

    Travis Goodwin, Bryan Rink, Kirk Roberts, and Sanda M Harabagiu. 2012. UTDHLT : Copacetic system for choosing plausible alternatives. In NAACL workshop on SemEval, pages 461--466. Association for Computational Linguistics

  8. [8]

    Andrew S Gordon and Jerry R Hobbs. 2017. A Formal Theory of Commonsense Psychology: How People Think People Think. Cambridge University Press

Show all 140 references
  1. [11]

    Bowman, and Noah A

    Suchin Gururangan, Swabha Swayamdipta, Omer Levy, Roy Schwartz, Samuel R. Bowman, and Noah A. Smith. 2018. Annotation artifacts in natural language inference data. In NAACL-HLT

  2. [12]

    Vid Kocijan, Ana-Maria Cretu, Oana-Maria Camburu, Yordan Yordanov, and Thomas Lukasiewicz. 2019. A surprisingly robust trick for the winograd schema challenge. In ACL

  3. [13]

    Baris Korkmaz. 2011. Theory of mind and neurodevelopmental disorders of childhood. Pediatr Res, 69(5 Pt 2):101R--8R

  4. [14]

    Douglas B Lenat. 1995. Cyc: A large-scale investment in knowledge infrastructure. Communications of the ACM, 38(11):33--38

  5. [15]

    Levesque

    Hector J. Levesque. 2011. The winograd schema challenge. In AAAI Spring Symposium: Logical Formalizations of Commonsense Reasoning

  6. [16]

    Li Lucy and Jon Gauthier. 2017. Are distributional representations ready for the real world? evaluating word vectors for grounded perceptual meaning. In RoboNLP@ACL

  7. [17]

    Zhiyi Luo, Yuchen Sha, Kenny Q Zhu, Seung-won Hwang, and Zhongyuan Wang. 2016. Commonsense causal reasoning between short texts. In Fifteenth International Conference on the Principles of Knowledge Representation and Reasoning

  8. [18]

    Gary Marcus. 2018. Deep learning: A critical appraisal. CoRR, abs/1801.00631

  9. [19]

    Saif Mohammad. 2018. Obtaining reliable human ratings of valence, arousal, and dominance for 20,000 english words. In Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 174--184

  10. [20]

    Chris Moore. 2013. The development of commonsense psychology. Psychology Press

  11. [21]

    Griffiths

    Aida Nematzadeh, Kaylee Burns, Erin Grant, Alison Gopnik, and Thomas L. Griffiths. 2018. Evaluating theory of mind in question answering. In EMNLP

  12. [22]

    Adam Paszke, Sam Gross, Soumith Chintala, Gregory Chanan, Edward Yang, Zachary DeVito, Zeming Lin, Alban Desmaison, Luca Antiga, and Adam Lerer. 2017. Automatic differentiation in pytorch. In NIPS-W

  13. [23]

    Haoruo Peng, Daniel Khashabi, and Dan Roth. 2015. Solving hard coreference problems. In HLT-NAACL

  14. [24]

    Jason Phang, Thibault F \'e vry, and Samuel R. Bowman. 2019. Sentence encoders on stilts: Supplementary training on intermediate labeled-data tasks. CoRR, abs/1811.01088

  15. [25]

    Martha E. Pollack. 2005. Intelligent technology for an aging population: The use of ai to assist elders with cognitive impairment. AI Magazine, 26:9--24

  16. [26]

    Alec Radford, Karthik Narasimhan, Tim Salimans, and Ilya Sutskever. 2018. Improving language understanding by generative Pre-Training

  17. [27]

    Altaf Rahman and Vincent Ng. 2012. Resolving complex cases of definite pronouns: The winograd schema challenge. In EMNLP , EMNLP-CoNLL '12, pages 777--789, Stroudsburg, PA, USA. Association for Computational Linguistics

  18. [29]

    Pranav Rajpurkar, Jian Zhang, Konstantin Lopyrev, and Percy S. Liang. 2016. Squad: 100, 000+ questions for machine comprehension of text. In EMNLP

  19. [30]

    Melissa Roemmele, Cosmin Adrian Bejan, and Andrew S. Gordon. 2011. Choice of plausible alternatives: An evaluation of commonsense causal reasoning. In AAAI Spring Symposium: Logical Formalizations of Commonsense Reasoning

  20. [31]

    Keisuke Sakaguchi, Ronan Le Bras, Chandra Bhagavatula, and Yejin Choi. 2019. Winogrande: An adversarial winograd schema challenge at scale. ArXiv, abs/1907.10641

  21. [32]

    Maarten Sap, Ronan Le Bras , Emily Allaway, Chandra Bhagavatula, Nicholas Lourie, Hannah Rashkin, Brendan Roof, Noah A Smith, and Yejin Choi. 2019. Atomic: An atlas of machine commonsense for if-then reasoning. In AAAI

  22. [33]

    Shota Sasaki, Sho Takase, Naoya Inoue, Naoaki Okazaki, and Kentaro Inui. 2017. Handling multiword expressions in causality estimation. In IWCS

  23. [34]

    Sawilowsky

    Shlomo S. Sawilowsky. 2009. New effect size rules of thumb. Journal of Modern Applied Statistical Methods, 8(2):597--599

  24. [35]

    Roy Schwartz, Maarten Sap, Ioannis Konstas, Li Zilles, Yejin Choi, and Noah A Smith. 2017. The effect of different writing tasks on linguistic style: A case study of the ROC story cloze task. In CoNLL

  25. [36]

    Rishi Kant Sharma, James Allen, Omid Bakhshandeh, and Nasrin Mostafazadeh. 2018. Tackling the story ending biases in the story cloze test. In ACL

  26. [37]

    Robyn Speer and Catherine Havasi. 2012. Representing general relational knowledge in conceptnet 5. In LREC

  27. [38]

    Alon Talmor, Jonathan Herzig, Nicholas Lourie, and Jonathan Berant. 2019. CommonsenseQA : A question answering challenge targeting commonsense knowledge. In NAACL

  28. [39]

    Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, ukasz Kaiser, and Illia Polosukhin. 2017. Attention is all you need. In Advances in neural information processing systems, pages 5998--6008

  29. [40]

    Rowan Zellers, Yonatan Bisk, Ali Farhadi, and Yejin Choi. 2019 a . From recognition to cognition: Visual commonsense reasoning. In CVPR

  30. [41]

    Rowan Zellers, Yonatan Bisk, Roy Schwartz, and Yejin Choi. 2018. SWAG : A large-scale adversarial dataset for grounded commonsense inference. In EMNLP

  31. [42]

    Rowan Zellers, Ari Holtzman, Yonatan Bisk, Ali Farhadi, and Yejin Choi. 2019 b . Hellaswag: Can a machine really finish your sentence? In ACL

  32. [43]

    Sheng Zhang, Rachel Rudinger, Kevin Duh, and Benjamin Van Durme. 2017. Ordinal common-sense inference. Transactions of the Association of Computational Linguistics, 5(1):379--395

  33. [44]

    Zemel, Ruslan R

    Yukun Zhu, Ryan Kiros, Richard S. Zemel, Ruslan R. Salakhutdinov, Raquel Urtasun, Antonio Torralba, and Sanja Fidler. 2015. Aligning books and movies: Towards story-like visual explanations by watching movies and reading books. 2015 IEEE International Conference on Computer Vi...

  34. [45]

    2012 , organization=

    Goodwin, Travis and Rink, Bryan and Roberts, Kirk and Harabagiu, Sanda M , booktitle=. 2012 , organization=

  35. [46]

    ArXiv , year=

    Winogrande: An Adversarial Winograd Schema Challenge at Scale , author=. ArXiv , year=

  36. [47]

    Fifteenth International Conference on the Principles of Knowledge Representation and Reasoning , year=

    Commonsense causal reasoning between short texts , author=. Fifteenth International Conference on the Principles of Knowledge Representation and Reasoning , year=

  37. [48]

    EMNLP , year=

    QuAC: Question Answering in Context , author=. EMNLP , year=

  38. [49]

    , author=

    Role of theory of mind and executive function in explaining social intelligence: a structural equation modeling approach. , author=. Aging & mental health , year=

  39. [50]

    Ganaie, MY and Mudasir, Hafiz , journal=

  40. [51]

    2019 , booktitle=

    ATOMIC: An Atlas of Machine Commonsense for If-Then Reasoning , author=. 2019 , booktitle=

  41. [52]

    Pediatr Res , volume=

    Theory of Mind and Neurodevelopmental Disorders of Childhood , author=. Pediatr Res , volume=

  42. [53]

    Psychometric Properties of the ToM storybooks , author=

    Measuring Theory of Mind in Children. Psychometric Properties of the ToM storybooks , author=. Journal of autism and Developmental Disorders , volume=. 2008 , publisher=

  43. [54]

    ACL , year=

    Tackling the Story Ending Biases in The Story Cloze Test , author=. ACL , year=

  44. [55]

    AI Magazine , year=

    Intelligent Technology for an Aging Population: The Use of AI to Assist Elders with Cognitive Impairment , author=. AI Magazine , year=

  45. [56]

    EMNLP , year=

    Evaluating Theory of Mind in Question Answering , author=. EMNLP , year=

  46. [57]

    1985 , publisher=

    Baron-Cohen, Simon and Leslie, Alan M and Frith, Uta , journal=. 1985 , publisher=

  47. [58]

    theory of mind

    Mindreaders: the cognitive basis of" theory of mind" , author=. 2010 , publisher=

  48. [59]

    arXiv preprint arXiv:1806.03822 , year=

    Know What You Don't Know: Unanswerable Questions for SQuAD , author=. arXiv preprint arXiv:1806.03822 , year=

  49. [60]

    Advances in neural information processing systems , pages=

    Attention is all you need , author=. Advances in neural information processing systems , pages=

  50. [61]

    Rowan Zellers and Yonatan Bisk and Roy Schwartz and Yejin Choi , booktitle=

  51. [62]

    Proceedings of the Second International Conference on Human Language Technology Research , series =

    Schubert, Lenhart , title =. Proceedings of the Second International Conference on Human Language Technology Research , series =. 2002 , location =

  52. [63]

    ACL , year=

    WebChild 2.0 : Fine-Grained Commonsense Knowledge Distillation , author=. ACL , year=

  53. [64]

    CVPR , year=

    From Recognition to Cognition: Visual Commonsense Reasoning , author=. CVPR , year=

  54. [65]

    WWW , year=

    Distilling Task Knowledge from How-To Communities , author=. WWW , year=

  55. [66]

    WWW , year=

    AMIE: association rule mining under incomplete evidence in ontological knowledge bases , author=. WWW , year=

  56. [67]

    ICLR , year =

    Yang, Bishan and Yih, Scott Wen-tau and He, Xiaodong and Gao, Jianfeng and Deng, Li , title=. ICLR , year =

  57. [68]

    Proceedings of the 2013 Workshop on Automated Knowledge Base Construction , series =

    Gordon, Jonathan and Van Durme, Benjamin , title =. Proceedings of the 2013 Workshop on Automated Knowledge Base Construction , series =. 2013 , isbn =. doi:10.1145/2509558.2509563 , acmid =

  58. [69]

    ACL , year=

    Unsupervised Learning of Narrative Event Chains , author=. ACL , year=

  59. [70]

    EMNLP , year=

    How not to evaluate your dialogue system: An empirical study of unsupervised evaluation metrics for dialogue response generation , author=. EMNLP , year=

  60. [71]

    1977 , publisher=

    Scripts, Plans, Goals, and Understanding: An Inquiry Into Human Knowledge Structures , author=. 1977 , publisher=

  61. [72]

    AAAI Spring Symposium: Logical Formalizations of Commonsense Reasoning , year=

    Choice of Plausible Alternatives: An Evaluation of Commonsense Causal Reasoning , author=. AAAI Spring Symposium: Logical Formalizations of Commonsense Reasoning , year=

  62. [73]

    2017 , publisher=

    A Formal Theory of Commonsense Psychology: How People Think People Think , author=. 2017 , publisher=

  63. [74]

    2018 , booktitle=

    Event2Mind: Commonsense Inference on Events, Intents, and Reactions , author=. 2018 , booktitle=

  64. [75]

    2018 , booktitle=

    Modeling Naive Psychology of Characters in Simple Commonsense Stories , author=. 2018 , booktitle=

  65. [76]

    Did It Happen? The Pragmatic Complexity of Veridicality Assessment

    de Marneffe, Marie-Catherine and Manning, Christopher D and Potts, Christopher. Did It Happen? The Pragmatic Complexity of Veridicality Assessment. Comput. Linguist

  66. [77]

    and Turney, Peter D

    Mohammad, Saif M. and Turney, Peter D. , Booktitle =. Crowdsourcing a Word-Emotion Association Lexicon , Volume =

  67. [78]

    Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=

    Obtaining reliable human ratings of valence, arousal, and dominance for 20,000 English words , author=. Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=

  68. [79]

    CoRR , year=

    Sentence Encoders on STILTs: Supplementary Training on Intermediate Labeled-data Tasks , author=. CoRR , year=

  69. [80]

    Journal of Modern Applied Statistical Methods , volume=

    New Effect Size Rules of Thumb , author=. Journal of Modern Applied Statistical Methods , volume=

  70. [81]

    and Neumann, Mark and Iyyer, Mohit and Gardner, Matt and Clark, Christopher and Lee, Kenton and Zettlemoyer, Luke , title=

    Peters, Matthew E. and Neumann, Mark and Iyyer, Mohit and Gardner, Matt and Clark, Christopher and Lee, Kenton and Zettlemoyer, Luke , title=. Proc. of NAACL , year=

  71. [82]

    SSST@EMNLP , year=

    On the Properties of Neural Machine Translation: Encoder-Decoder Approaches , author=. SSST@EMNLP , year=

  72. [83]

    EMNLP , year=

    Glove: Global Vectors for Word Representation , author=. EMNLP , year=

  73. [84]

    2015 IEEE International Conference on Computer Vision (ICCV) , year=

    Aligning Books and Movies: Towards Story-Like Visual Explanations by Watching Movies and Reading Books , author=. 2015 IEEE International Conference on Computer Vision (ICCV) , year=

  74. [85]

    HLT-NAACL , year=

    Solving Hard Coreference Problems , author=. HLT-NAACL , year=

  75. [86]

    Frame-Semantic Parsing , year =

    Dipanjan Das and Desai Chen and Andr\'. Frame-Semantic Parsing , year =

  76. [87]

    RoboNLP@ACL , year=

    Are distributional representations ready for the real world? Evaluating word vectors for grounded perceptual meaning , author=. RoboNLP@ACL , year=

  77. [88]

    Language models are unsupervised multitask learners , author=

  78. [89]

    Improving Language Understanding by Generative Pre-Training

    Radford, Alec and Narasimhan, Karthik and Salimans, Tim and Sutskever, Ilya. Improving Language Understanding by Generative Pre-Training

  79. [90]

    BERT : Pre-training of Deep Bidirectional Transformers for Language Understanding

    Devlin, Jacob and Chang, Ming-Wei and Lee, Kenton and Toutanova, Kristina. BERT : Pre-training of Deep Bidirectional Transformers for Language Understanding. NAACL

  80. [91]

    NAACL-HLT , year=

    Annotation Artifacts in Natural Language Inference Data , author=. NAACL-HLT , year=

  81. [92]

    The Effect of Different Writing Tasks on Linguistic Style: A Case Study of the ROC Story Cloze Task

    Schwartz, Roy and Sap, Maarten and Konstas, Ioannis and Zilles, Li and Choi, Yejin and Smith, Noah A. The Effect of Different Writing Tasks on Linguistic Style: A Case Study of the ROC Story Cloze Task. CoNLL

  82. [93]

    COLING-ACL , year=

    The Berkeley FrameNet Project , author=. COLING-ACL , year=

  83. [94]

    AAAI Spring Symposium: Logical Formalizations of Commonsense Reasoning , year=

    The Winograd Schema Challenge , author=. AAAI Spring Symposium: Logical Formalizations of Commonsense Reasoning , year=

  84. [95]

    NAACL , year=

    VerbNet overview, extensions, mappings and applications , author=. NAACL , year=

  85. [96]

    EMNLP , year=

    The VerbCorner Project: Toward an Empirically-Based Semantic Decomposition of Verbs , author=. EMNLP , year=

  86. [97]

    TACL , year=

    Semantic Proto-Roles , author=. TACL , year=

  87. [98]

    ACL , year=

    HellaSwag: Can a Machine Really Finish Your Sentence? , author=. ACL , year=

  88. [99]

    EMNLP , year=

    Zero-Shot Activity Recognition with Verb Attribute Induction , author=. EMNLP , year=

  89. [100]

    LREC , year=

    Representing General Relational Knowledge in ConceptNet 5 , author=. LREC , year=

  90. [101]

    MICAI , year=

    EventNet: Inferring Temporal Relations Between Commonsense Events , author=. MICAI , year=

  91. [102]

    Spin: Lexical Semantics, Transitivity, and the Identification of Implicit Sentiment , author=

  92. [103]

    EMNLP , year=

    Universal Decompositional Semantics on Universal Dependencies , author=. EMNLP , year=

  93. [104]

    ACL , year=

    Connotation Frames: A Data-Driven Investigation , author=. ACL , year=

  94. [105]

    EMNLP , year=

    +/-EffectWordNet: Sense-level Lexicon Acquisition for Opinion Inference , author=. EMNLP , year=

  95. [106]

    AAAI , year=

    Acquiring Knowledge of Affective Events from Blogs Using Label Propagation , author=. AAAI , year=

  96. [107]

    EACL , year=

    Acquiring a Dictionary of Emotion-Provoking Events , author=. EACL , year=

  97. [108]

    EMNLP , year=

    A Question Answering Approach for Emotion Cause Extraction , author=. EMNLP , year=

  98. [109]

    2017 , Eprint =

    AllenNLP: A Deep Semantic Natural Language Processing Platform , author=. 2017 , Eprint =

  99. [110]

    Adam: A Method for Stochastic Optimization

    Kingma, Diederik P and Ba, Jimmy. Adam: A Method for Stochastic Optimization. ICLR

  100. [111]

    EMNLP , year=

    Story Comprehension for Predicting What Happens Next , author=. EMNLP , year=

  101. [112]

    Mostafazadeh, Nasrin and Roth, Michael and Louis, Annie and Chambers, Nathanael and Allen, James , booktitle=

  102. [113]

    SemEval@NAACL-HLT , year=

    SemEval-2015 Task 9: CLIPEval Implicit Polarity of Events , author=. SemEval@NAACL-HLT , year=

  103. [114]

    Weakly Supervised Induction of Affective Events by Optimizing Semantic Consistency , booktitle=

    Ding, Haibo and Riloff, Ellen , year=. Weakly Supervised Induction of Affective Events by Optimizing Semantic Consistency , booktitle=

  104. [115]

    ACL , year=

    Learning Lexico-Functional Patterns for First-Person Affect , author=. ACL , year=

  105. [116]

    Why is an Event Affective?

    Haibo Ding and Tianyu Jiang and Ellen Riloff , booktitle=. Why is an Event Affective?

  106. [117]

    IWCS , year=

    Handling Multiword Expressions in Causality Estimation , author=. IWCS , year=

  107. [118]

    Resolving Complex Cases of Definite Pronouns: The Winograd Schema Challenge

    Rahman, Altaf and Ng, Vincent. Resolving Complex Cases of Definite Pronouns: The Winograd Schema Challenge. EMNLP

  108. [119]

    NIPS-W , year=

    Automatic differentiation in PyTorch , author=. NIPS-W , year=

  109. [120]

    EMNLP , year=

    SQuAD: 100, 000+ Questions for Machine Comprehension of Text , author=. EMNLP , year=

  110. [121]

    EMNLP , year=

    A large annotated corpus for learning natural language inference , author=. EMNLP , year=

  111. [122]

    NAACL-HLT , year=

    A Broad-Coverage Challenge Corpus for Sentence Understanding through Inference , author=. NAACL-HLT , year=

  112. [123]

    Event Representations for Automated Story Generation with Deep Neural Nets

    Martin, Lara J and Ammanabrolu, Prithviraj and Hancock, William and Singh, Shruti and Harrison, Brent and Riedl, Mark O. Event Representations for Automated Story Generation with Deep Neural Nets. AAAI

  113. [124]

    Augmenting End-to-End Dialog Systems with Commonsense Knowledge

    Young, Tom and Cambria, Erik and Chaturvedi, Iti and Huang, Minlie and Zhou, Hao and Biswas, Subham. Augmenting End-to-End Dialog Systems with Commonsense Knowledge. AAAI

  114. [125]

    Story Ending Generation with Incremental Encoding and Commonsense Knowledge

    Guan, Jian and Wang, Yansen and Huang, Minlie. Story Ending Generation with Incremental Encoding and Commonsense Knowledge. arXiv:1808.10113

  115. [126]

    Knowledgeable Reader: Enhancing Cloze-Style Reading Comprehension with External Commonsense Knowledge

    Mihaylov, Todor and Frank, Anette. Knowledgeable Reader: Enhancing Cloze-Style Reading Comprehension with External Commonsense Knowledge. ACL

  116. [127]

    2013 , publisher=

    The development of commonsense psychology , author=. 2013 , publisher=

  117. [128]

    ACL , year=

    A Surprisingly Robust Trick for the Winograd Schema Challenge , author=. ACL , year=

  118. [129]

    A Corpus and Cloze Evaluation for Deeper Understanding of Commonsense Stories

    Mostafazadeh, Nasrin and Chambers, Nathanael and He, Xiaodong and Parikh, Devi and Batra, Dhruv and Vanderwende, Lucy and Kohli, Pushmeet and Allen, James. A Corpus and Cloze Evaluation for Deeper Understanding of Commonsense Stories. NAACL

  119. [130]

    Machine Common Sense Concept Paper

    Gunning, David. Machine Common Sense Concept Paper. arXiv:1810.07528

  120. [131]

    CoRR , year=

    Deep Learning: A Critical Appraisal , author=. CoRR , year=

  121. [132]

    Commonsense reasoning and commonsense knowledge in artificial intelligence , author=. Commun. ACM , year=

  122. [133]

    Clarifying the Usage of Structural Models for Commonsense Causal Reasoning , author=

  123. [134]

    The Behavioral and brain sciences , year=

    Building Machines That Learn and Think Like People , author=. The Behavioral and brain sciences , year=

  124. [135]

    CommonsenseQA : A Question Answering Challenge Targeting Commonsense Knowledge

    Talmor, Alon and Herzig, Jonathan and Lourie, Nicholas and Berant, Jonathan. CommonsenseQA : A Question Answering Challenge Targeting Commonsense Knowledge. NAACL

  125. [136]

    Andrew S Gordon and Reid Swanson , booktitle=. Story

  126. [137]

    SEM2013 , year=

    A Dataset of Syntactic-Ngrams Over Time from a Very Large Corpus of English Books , author=. SEM2013 , year=

  127. [138]

    , author=

    ConceptNet 5.5: An Open Multilingual Graph of General Knowledge. , author=. AAAI , pages=

  128. [139]

    Proceedings of the Ninth Workshop on Statistical Machine Translation , pages=

    A systematic comparison of smoothing techniques for sentence-level bleu , author=. Proceedings of the Ninth Workshop on Statistical Machine Translation , pages=

  129. [140]

    Transactions of the Association of Computational Linguistics , volume=

    Ordinal Common-sense Inference , author=. Transactions of the Association of Computational Linguistics , volume=

  130. [141]

    arXiv preprint arXiv:1707.08852 , year=

    Detecting and explaining causes from text for a time series event , author=. arXiv preprint arXiv:1707.08852 , year=

  131. [142]

    arXiv preprint arXiv:1708.06022 , year=

    Learning to paraphrase for question answering , author=. arXiv preprint arXiv:1708.06022 , year=

  132. [143]

    Communications of the ACM , volume=

    CYC: A large-scale investment in knowledge infrastructure , author=. Communications of the ACM , volume=. 1995 , publisher=

Pith tools

Reviewed May 13, 2026 · model on record in the stance chip above.