ntphuc149's picture
refactor: reorganize docs/ into database/ and parser/ subdirectories
7fe0356
Raw
History Blame
3.43 kB
{
"id": "435",
"source_file": "docs/test/docling_output/435.pdf.json",
"llm_provider": "openrouter",
"llm_model": "openai/gpt-oss-120b:free",
"paper_title": "Neural Disambiguation of Causal Lexical Markers based on Context",
"input_chars": 34715,
"contributions": [
"Proposed a neural network architecture for causality classification that encodes the meaning of sentences",
"Demonstrated that contextual encoding improves disambiguation of causal meaning",
"Achieved state-of-the-art performance on the Hidey and McKeown (2016) causal expression corpus",
"Introduced a neural approach that does not rely on handcrafted lexical or syntactic features for causal relation detection"
],
"research_topic": "This paper addresses the problem of automatically disambiguating whether a lexical marker in a sentence signals a causal relation between two events. It proposes a neural network architecture that encodes contextual meaning to improve causality classification, especially for ambiguous or implicit causal expressions, and evaluates it on an expanded causal corpus.",
"related_count": 0,
"related_summaries": [],
"elapsed_seconds": 26.0,
"review": {
"paper_summary": "The paper tackles causal relation disambiguation, aiming to decide whether a lexical marker in a sentence signals a causal link between two events. It proposes a neural network architecture that encodes sentence meaning to improve classification, claiming to avoid handcrafted lexical or syntactic features. The authors evaluate the model on the Hidey and McKeown (2016) corpus and report state‑of‑the‑art performance. The manuscript argues that contextual encoding is essential for this task.",
"strengths": [
"1. Addresses an important problem of causal relation detection, especially for ambiguous or implicit markers.",
"2. Proposes a neural architecture that attempts to move away from manual feature engineering.",
"3. Evaluates on an existing causal expression corpus and reports improvements over the previous baseline."
],
"weaknesses": [
"1. The description of the neural architecture, training regime, and hyper‑parameters is insufficient for replication; key details are missing.",
"2. Experimental results are presented only as a claim of outperforming the state‑of‑the‑art without any quantitative tables, statistical significance testing, or error analysis.",
"3. The related‑work discussion is incomplete and contains many typographical and formatting errors, reducing clarity and credibility."
],
"comments_suggestions": "- Provide a complete model diagram, layer specifications, and training details (optimizer, learning rate, batch size, epochs, data splits).\n- Include full evaluation results: precision, recall, F1, and baseline numbers, along with significance testing.\n- Add an error analysis to illustrate what types of causal expressions the model handles better.\n- Clean up the manuscript: fix numerous typographical errors, ensure citations are correctly formatted, and include the missing related‑work context.\n- Release code and processed dataset splits to enable reproducibility.",
"ethics_concerns": "None identified.",
"soundness": 2,
"excitement": 2,
"reproducibility": 1,
"confidence": 3,
"overall_assessment": 1.5,
"overall_assessment_label": "Resubmit (Major Revision)"
}
}