ntphuc149's picture
refactor: reorganize docs/ into database/ and parser/ subdirectories
7fe0356
Raw
History Blame
4.91 kB
{
"id": "768",
"source_file": "docs/test/docling_output/768.pdf.json",
"llm_provider": "openrouter",
"llm_model": "openai/gpt-oss-120b:free",
"paper_title": "Detecting Lexical Entailment in Context",
"input_chars": 30985,
"contributions": [
"Introduce the task of lexical entailment in context, defining it as a binary classification problem using word pairs with exemplar sentences",
"Propose methods to construct contextualized word representations from existing word embeddings by applying element-wise masking with context-derived vectors",
"Adapt the Context2Vec model to create a shared vector space for words and their contexts as an alternative contextualization approach",
"Develop a supervised logistic regression model that combines contextualized representations with similarity features for entailment detection",
"Design a set of similarity features (cosine, dot product, Euclidean distance) applied to various representations, including contextualized word vectors, Context2Vec embeddings, and cross-context word similarities",
"Create two novel benchmark datasets for evaluating lexical entailment in context and demonstrate significant performance improvements over context-agnostic baselines",
"Show that the proposed features capture word sense changes, directionality of entailment, and achieve state-of-the-art results on the existing semantic relations in context dataset (Shwartz and Dagan, 2015)",
"Demonstrate the applicability of the approach across languages by evaluating on English-French word pairs"
],
"research_topic": "This paper addresses the problem of detecting lexical entailment between words while taking into account the specific sentential contexts that define their meanings. It proposes methods to create contextualized word representations and similarity features, demonstrating that these improve entailment detection over traditional context-agnostic models.",
"related_count": 0,
"related_summaries": [],
"elapsed_seconds": 27.5,
"review": {
"paper_summary": "The paper introduces a new task of lexical entailment in context, framing it as a binary classification problem over word pairs each illustrated by exemplar sentences. It proposes two methods to obtain contextualized word vectors from static embeddings: an element‑wise masking using max/min/mean statistics of the surrounding context, and an adaptation of Context2Vec that learns a shared space for words and contexts. Using these representations together with a set of similarity features, the authors train a logistic regression classifier and evaluate on two newly created English datasets as well as on an existing semantic‑relations‑in‑context benchmark, reporting substantial gains over context‑agnostic baselines and achieving state‑of‑the‑art results.",
"strengths": [
"Clear definition of a novel, well‑motivated task that addresses sense‑sensitivity in lexical entailment.",
"Simple yet effective contextualization technique that builds on existing embeddings without requiring large pretrained language models.",
"Comprehensive experimental evaluation on newly constructed datasets, an existing benchmark, and a cross‑lingual setting, with thorough ablation analyses.",
"The paper is well‑written and the methodology is described in sufficient detail to be understood by readers."
],
"weaknesses": [
"The contextualization relies on handcrafted statistics (max/min/mean) which may be sub‑optimal compared to more expressive neural context encoders.",
"The two newly created datasets are introduced but lack detailed analysis of annotation quality, inter‑annotator agreement, or comparison to prior resources.",
"Limited discussion of error cases and of how the proposed features handle polysemy beyond the examples shown."
],
"comments_suggestions": "- Provide a more rigorous description of the dataset creation process, including annotation guidelines and agreement scores.\n- Compare the proposed masking approach with stronger baselines such as BERT or ELMo contextual embeddings to clarify the trade‑off between simplicity and performance.\n- Include an error analysis section that categorizes typical failures (e.g., idiomatic usages, rare senses) and discusses potential future improvements.\n- Release the code and both benchmark datasets to facilitate reproducibility and further research on this task.\n- Minor typo: \"the whole body filed out of the auditorium\" should be \"flew\".\n- Clarify how hyperparameters (e.g., dimensionality, regularization) were tuned and whether a validation set was used.",
"ethics_concerns": "None identified.",
"soundness": 4,
"excitement": 3,
"reproducibility": 3,
"confidence": 4,
"overall_assessment": 3.0,
"overall_assessment_label": "Accept — Findings"
}
}